LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-23-2011, 09:18 AM   #1
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Fedora 15 x86_64, rsyslogd: imuxsock: recvfrom UNIX: Resource temporarily unavailable


Hello all,

The following messages are just part of many of them, filling up my /var/log/messages file. After really intensive searching around, I haven't been able to come up with a firm answer about this. My system works as advertised for the time being, and is more of a nuisance than anything. Anyone else ever experience this issue?

Code:
Nov 23 09:51:41 ltp01 rsyslogd: imuxsock: recvfrom UNIX: Resource temporarily unavailable
Nov 23 09:55:18 ltp01 rsyslogd: imuxsock: recvfrom UNIX: Resource temporarily unavailable
Nov 23 09:55:34 ltp01 rsyslogd: imuxsock: recvfrom UNIX: Resource temporarily unavailable
Nov 23 09:58:40 ltp01 rsyslogd: imuxsock: recvfrom UNIX: Resource temporarily unavailable
Cheers,

Josh
 
Old 11-24-2011, 05:00 AM   #2
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
Have you tried restarting rsyslog ? .. it should tell us if the problem is permanent
 
Old 11-24-2011, 05:25 AM   #3
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Original Poster
Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by kbp View Post
Have you tried restarting rsyslog ? .. it should tell us if the problem is permanent
Yes I have. Have you seen this pop up on your machine at all?
 
Old 11-28-2011, 04:49 PM   #4
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
No .. you might need to go down the strace road to get more visibility. Could also be worth checking that there's nothing leaking sockets - try lsof.
 
Old 11-28-2011, 06:19 PM   #5
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Original Poster
Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Yeah I was starting to think that. I'm at work, so I will report back once I get home.
 
Old 12-07-2011, 10:12 AM   #6
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Original Poster
Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Still nothing..... This is weird.
 
Old 12-07-2011, 03:55 PM   #7
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
I did a little digging, it could be that your unix socket receive queue is too small and is getting overrun - check what setting you have for /proc/sys/net/unix/max_dgram_qlen and maybe increase it.
 
Old 12-07-2011, 04:01 PM   #8
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Original Poster
Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Yeah, it's at 10. What's yours set at?
 
Old 12-07-2011, 04:35 PM   #9
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
My default is 10 ... I gather it should be increased for a busy server. Unfortunately I'm not guru enough to give you instructions on how to monitor/tune this .. maybe a system tap script using socket.* probes if you want to find the underlying cause, otherwise just pump it up until the messages stop
 
Old 12-07-2011, 05:59 PM   #10
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Original Poster
Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Well I certainly know enough about it... But the thing is, this is not a server, or a high-usage computer. This is my laptop. On the other hand, I do run a lot of things on it, being an alienware, and I am a very active programmer, so maybe the overall load could be doing this as well. I brought it in with me into work, so I will probably just up it by 10 or so, and give it a shot.
 
Old 12-07-2011, 06:56 PM   #11
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
There seems to be a lot of options you can use to tune the behaviour of imuxsock in terms of flow control etc, have a read here .. it may be better than fiddling with sysctl.
 
1 members found this post helpful.
Old 12-07-2011, 07:01 PM   #12
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Original Poster
Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Hmmm... Thanks for that. I might mess around with the rate limiting option, that may have to do something with it.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unix domain sockets - Resource temporarily unavailable svm Linux - Networking 2 11-22-2010 07:33 PM
C - Resource temporarily unavailable golmschenk Programming 1 03-07-2010 03:28 PM
Resource temporarily unavailable hostmaster Linux - Enterprise 2 02-14-2010 04:41 AM
Resource temporarily unavailable manoj.linux Linux - Enterprise 3 11-06-2009 08:21 AM
vfork: resource temporarily unavailable verbose Linux - General 5 02-04-2007 04:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration