HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: read funix message on syslog
Operating System - HP-UX
1833926
Members
3738
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2003 11:29 AM
05-27-2003 11:29 AM
read funix message on syslog
Hi All,
I'm having repeatedly this message on syslog
syslogd: read funix: Resource temporarily unavailable
And the syslog daemon was down. Has anyone face this before.
Thank you and best regards,
Franklin
I'm having repeatedly this message on syslog
syslogd: read funix: Resource temporarily unavailable
And the syslog daemon was down. Has anyone face this before.
Thank you and best regards,
Franklin
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2003 10:28 PM
05-27-2003 10:28 PM
Re: read funix message on syslog
Hi,
This error is usually caused by having multiple syslogd daemons running;
$ ps -ef | grep syslog*
When multiple processes are running, confusion occurs as to which daemon needs to be writing
to the syslog file and the error occurs. To resolve this issue, stop the syslogd daemons running and restart the one daemon necessary to write output to the syslog file. Follow these steps:
$ /sbin/init.d/syslogd stop #kill all syslogd
$ ps -ef | grep syslog* #Verify no daemons running.
$ /sbin/init.d/syslogd start #Restart syslogd
$ ps -ef | grep syslog* #Verify only one syslogd running.
Then monitor the /var/adm/syslog/syslog.log file for these errors again. This should resolve the issue. Hopes this helps.
rgds,
janerik
This error is usually caused by having multiple syslogd daemons running;
$ ps -ef | grep syslog*
When multiple processes are running, confusion occurs as to which daemon needs to be writing
to the syslog file and the error occurs. To resolve this issue, stop the syslogd daemons running and restart the one daemon necessary to write output to the syslog file. Follow these steps:
$ /sbin/init.d/syslogd stop #kill all syslogd
$ ps -ef | grep syslog* #Verify no daemons running.
$ /sbin/init.d/syslogd start #Restart syslogd
$ ps -ef | grep syslog* #Verify only one syslogd running.
Then monitor the /var/adm/syslog/syslog.log file for these errors again. This should resolve the issue. Hopes this helps.
rgds,
janerik
Life is not life unless you make mistakes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2003 10:36 PM
05-27-2003 10:36 PM
Re: read funix message on syslog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 05:13 AM
05-29-2003 05:13 AM
Re: read funix message on syslog
Thanks janerik,
I was having to syslogd running simultaneously.
Best regards,
Franklin
I was having to syslogd running simultaneously.
Best regards,
Franklin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP