Web Hosting Talk







View Full Version : Legato still running?


Pingu
02-09-2002, 03:19 PM
I disabled Legato through my raq's control panel, but top shows the nsrexecd daemon is still running anyway.

Can it be shut down without harm? And how to do so, and keep it down?

Pingu
02-10-2002, 06:07 PM
Ok, I'll be answering my own questions:

To see of you're running this thing, type:
/sbin/chkconfig --list
and look for something called networker

To stop this legato daemon type:
/etc/rc.d/init.d/networker stop

To keep it from coming back at the next reboot, (re)move that networker file from /etc/rc.d/init.d/

Thanks ;)