1834124 Members
2511 Online
110064 Solutions
New Discussion

syslog messages

 
SOLVED
Go to solution
Girish_17
Regular Advisor

syslog messages

I am receiving follwoing message since a few days -
read funix: Reasource temporarily unavailable

What does this mean.?
4 REPLIES 4
Sanjay Kumar Suri
Honored Contributor
Solution

Re: syslog messages

Check this thread

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=67384

sks
A rigid mind is very sure, but often wrong. A flexible mind is generally unsure, but often right.
R. Sri Ram Kishore_1
Respected Contributor

Re: syslog messages

Hi,

Take a look at these threads:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=606172
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=67384

HTH.

Regards,
Sri Ram
"What goes up must come down. Ask any system administrator."
Ravi_8
Honored Contributor

Re: syslog messages

Hi,

this error appears if 2 or more syslogd daemons are running, to stop this error appearing in syslog.log

#/sbin/init.d/syslogd stop #kill all syslogd
#/sbin/init.d/syslogd start #Restart syslogd
# ps -ef | grep -i syslog #check only one syslogd process is running.

never give up
Girish_17
Regular Advisor

Re: syslog messages

I have found a solution to this question