Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Stop & Strart daemon
Name: Parani Date: February 10, 2003 at 20:21:04 Pacific OS: Tru64 Unix CPU/Ram: 128MB
Comment:
In my system a daemon running; I want to stop and start the process. Your help is appriciated.
Summary: Find the FIFO cron file and delete it. Stop the cron daemon (ps -ef |grep cron), then restart cron. That should do it. Check permissions on /usr/lib/cron and /usr/spool/cron/crontabs also....
Summary: I stopped the cron job using /etc/init.d/cron stop Now when I try to start it using /etc/init.d/cron start the daemon does not start. Any ideas why this may be happening. ...
Summary: Hi All, Solaris 2.6 running openwindows What I would like to do is to kill a daemon just before a user exits openwindows If tried editing /usr/openwin/lib/openwin-menu without success Any Ideas??...