1826004 Members
3387 Online
109690 Solutions
New Discussion

syslogd not running.

 
Sibel Tortop
New Member

syslogd not running.

I receive the following error message in syslog.log

syslogd: read funix: Resource temporarily unavailable
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: syslogd not running.

Check that /var isn't full, that can cause this.

You may find more info in /var/log/messages

service syslog start

service syslog status

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jan Sladky
Trusted Contributor

Re: syslogd not running.

hi,
it could be caused by running multiple syslog demons check this or see on:

http://aa11.cjb.net/hpux_admin/2000/06/0433.html

br Jan
GSM, Intelligent Networks, UNIX
shetty
Frequent Advisor

Re: syslogd not running.

Hi,
Check whether syslogd is running by using the command,
ps -ef | grep syslogd

If you cannot see, start by the commands,

service syslog start


Shetty.