Operating System - HP-UX
1850956 Members
4329 Online
104056 Solutions
New Discussion

Re: syslogd Hang very often

 
gajula
Occasional Contributor

syslogd Hang very often

Hi All,

Syslogd hangs very frequently, and i can not find any reason for this ?

any leads ?

Regards,
Gajula
5 REPLIES 5
Avinash20
Honored Contributor

Re: syslogd Hang very often

How did you found out that the syslogd daemon was hung ?
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
gajula
Occasional Contributor

Re: syslogd Hang very often

We have Script in Crontab which keeps checking for the syslogd for the status.

sorry " my statement should have been syslogd keep getting killed/stoped"

Regards,
Laurent Menase
Honored Contributor

Re: syslogd Hang very often

try a tusc -f -k when restarting syslogd,
you will get the root cause, - may be a SYGSEGV
Elmar P. Kolkman
Honored Contributor

Re: syslogd Hang very often

Also make sure the syslogd can reach all destinations in the /etc/syslog.conf

For instance, if a directory doesn't exist where syslogd has to write/create a log file, it might crash. Or if a log destination is a pipe that does some strange things the daemon is not expecting.
Every problem has at least one solution. Only some solutions are harder to find.

Re: syslogd Hang very often

By far the most common reason for syslogd hanging is that you filled up /var

Once /var is filled, syslogd will hang, and won't come back to life until you send a HUP signal to it, even if you've gone on to clear down space in /var.

So monitor the free space in /var

HTH

Duncan

I am an HPE Employee
Accept or Kudo