Category Archives: ubuntu
Small fix if You have an error when You try to turn on startup programs. for example: # chkconfig -s ssh on /sbin/insserv: No such file or directory Fix is simple, just to add symlink: # ln -s /usr/lib/insserv/insserv /sbin/insserv
This line should do the job: your_username ALL=(ALL) NOPASSWD: ALL You can edit sudoers file by entering command “visudo”.
The first thing you have to do, is to read this: http://loginroot.com/disclaimer/ Before installing uboot to guruplug server plus you have to set few things. You have to be able to connect to Guruplug via serial connection. The second thing, is to have tftp server up and running. Also you need to have utp cable [...]
For some tasks, like loading bootloader you need to have tftp server. Here are few steps to set it up and get it running.