+++ linuxlingam [18/09/03 02:27 +0530]:
> FIRESTARTERS    =(root) NOPASSWD: /usr/bin/firestarter

Change this to:
FIRESTARTERS ALL=NOPASSWD:/usr/bin/firestarter

And see.
> 
> i decided to test the rc.local file with a command that works fine
> anywhere. so i added the simple command 'kmail' in the rc.local file, and
> logged out and logged-in, and even rebooted and logged in, but kmail did
> not auto-run.

rc.local is run only at system bootup after all the rc files in /etc/rcxx.d
has been executed. Since at this point X has not been started, it is unlikely
that any X applications will run. Instead use a command like the following to
test it:

    echo "Changing rc.local work! " | mail [EMAIL PROTECTED]

- Sandip

-- 
Sandip Bhattacharya                        http://www.sandipb.net
sandip at puroga.com
Puroga Technologies Pvt. Ltd. 
http://www.puroga.com

_______________________________________________
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to