- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- syslog message
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
03-22-2000 03:34 AM
03-22-2000 03:34 AM
syslog message
syslogd: read funix: Resource temporarily unavailable
Thanks,
Chuck Dugan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2000 03:49 AM
03-22-2000 03:49 AM
Re: syslog message
Just go and see /var/adm/syslog/syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2000 04:08 AM
03-22-2000 04:08 AM
Re: syslog message
syslog. I just don't know what it is referring to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2000 05:31 AM
03-22-2000 05:31 AM
Re: syslog message
time. To rectify it:
1) /sbin/init.d/syslogd stop # Stop syslogd
2) ps -ef|grep syslogd # Verify that no syslogd daemons are running
3) /sbin/init.d/syslogd start # Restart syslogd
4) ps -ef|grep syslogd # Verify only one syslogd is running.
This should fix the error message that you're getting.
-Atif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2000 04:40 PM
03-22-2000 04:40 PM
Re: syslog message
Check using : 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:
1. /sbin/init.d/syslogd stop *** This should kill all syslogd ***
daemons.
2. ps -ef | grep syslog* *** Verify you have no
*** daemons running.
3. /sbin/init.d/syslogd start *** Restart the syslogd daemon.
4. ps -ef | grep syslog* *** Verify that you have only one
syslogd daemon running. ***
Then monitor the /var/adm/syslog/syslog.log file for these errors again. This
should resolve the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2000 10:56 PM
03-22-2000 10:56 PM