Web Hosting Talk







View Full Version : syslogd fail


forumtalk
10-02-2003, 03:43 PM
Hi how can i Fix this :)

John[H4Y]
10-02-2003, 03:47 PM
kill -9 `cat /var/run/syslogd.pid`

see if it restarts

forumtalk
10-02-2003, 03:57 PM
:(

John[H4Y]
10-02-2003, 08:17 PM
What error are you getting?

HaShoo
10-03-2003, 03:29 AM
try /etc/init.d/syslog restart if it fails then try checking the logs file.. i.e tail /var/log/messages
Hope it helps

forumtalk
10-03-2003, 03:36 PM
We restarted
/etc/rc.d/init.d/chkservd restart


:) fix it . This is not What i do I sent ticket to DN they Fix it Within 10 MIn ;)



Thanks.

PepsiTwist22
10-03-2003, 07:13 PM
You could also try reinstalling syslogd ..

cd
whereis syslogd (Should be --> /sbin/syslogd)
rpm -qf ../sbin/syslogd

Reinstall the package via RPM which is returned.


Then..

sh ../etc/rc.d/init.d/syslog restart