LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   rc.local problem. (https://www.linuxquestions.org/questions/linux-software-2/rc-local-problem-76074/)

BongFish 07-26-2003 07:31 AM

rc.local problem.
 
I can't get things I put in rc.local to work! The script is gettin run at startup but nothing I seem to put in it works. (I'm on MDK 9.1)

I need to run the following commands:

setserial /dev/ttyS0 uart none
modproble serial
lircd
irxevent /home/.lircrc

When I just add these to the bottom of rc.local none of them seemed to get executed at startup.

Can anyone help??

Cheers,

Be gentle, I'm a :newbie:

spurious 07-26-2003 11:55 AM

You may need to preappend the full path ('/sbin/', '/usr/bin', etc) to those commands.


All times are GMT -5. The time now is 11:38 AM.