Operating System - HP-UX
1820676 Members
2361 Online
109626 Solutions
New Discussion юеВ

Re: Syslog Error: syslogd: read funix: Resource temporarily unavailable

 
SOLVED
Go to solution
ц▓ИхЬЛч╢н
Occasional Advisor

Syslog Error: syslogd: read funix: Resource temporarily unavailable

Dear Pals,

We have an previous error message in syslog.
---------------------------------------------
bootps/udp: bind: Address already in use
bootps/udp: bind: Service enabled

Repeated every 10 minutes.

Then follow threadID:51467
Change syslog.conf and inetd.conf.
Then reconfig inetd and restart syslogd.

But then find a new error message in syslog.
---------------------------------------------
syslogd: read funix: Resource temporarily unavailable.

Please aid us solve this problem.

Regards
Wilson
3 REPLIES 3
Orhan Biyiklioglu
Respected Contributor
Solution

Re: Syslog Error: syslogd: read funix: Resource temporarily unavailable

RAC_1
Honored Contributor

Re: Syslog Error: syslogd: read funix: Resource temporarily unavailable

This occurs on account multiple instances of syslogd daemon. Check and start just one.

ps -ef|grep -i syslog

/sbin/init.d/syslogd stop
/sbin/init.d/syslogd start
There is no substitute to HARDWORK
ц▓ИхЬЛч╢н
Occasional Advisor

Re: Syslog Error: syslogd: read funix: Resource temporarily unavailable

Dear Pals,

Check background processes.
Find duplicate syslogd.

Try to use /usr/sbin/syslogd stop

but find cannot stop syslogd.

What is different between "syslogd stop" and " kill -HUP 'cat /var/run/syslog.pid' "

Regards
Wilson