- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: syslogd does not start
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
09-23-2004 02:33 AM
09-23-2004 02:33 AM
syslogd does not start
and sometimes (while working) it powers-off for no reason. Sometimes I see a powerfail message but the halt is too quick to really check that...
Also, every time the workstation boots I see a FAILED attempt to start the syslogd, so I can't check for errors in the syslog.log file because it's empty.
The hardware monitors are runing.
How can I find out what might be the problem?
Seems to me a hardware problem, an electrical one, and I don't think it's due to a power supply fault because apparently works perfectly
Any advise will be appreciated!!
Thanx in advance!!
Mario.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2004 02:43 AM
09-23-2004 02:43 AM
Re: syslogd does not start
you could look in the /etc/rc.log file for any reasons that caused the trouble. There should be entries if the daemon wasn't able to come up.
Can you start the syslogd by using /sbin/init.d/syslogd on the command line ?
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2004 02:46 AM
09-23-2004 02:46 AM
Re: syslogd does not start
You might check /var to make sure that filesystem isn't full, and that the /var/adm/syslog directory exists and isn't trashed and doesn't have wrong permissions/ownership.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2004 02:46 AM
09-23-2004 02:46 AM
Re: syslogd does not start
If the power off is caused by a hardware fault there might be a mail message to warn you. Type elm and read the most recent messages.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2004 02:53 AM
09-23-2004 02:53 AM
Re: syslogd does not start
As to the syslogd trouble I'd suspect a corrupt /etc/syslog.conf file. Try copying that file from another system that has no syslogd trouble.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2004 03:17 AM
09-23-2004 03:17 AM
Re: syslogd does not start
Similar to Jeff's suggestion, you can copy the default syslog.conf file from the /usr/newconfig directory. You can rename the existing /etc/syslog.conf file first, just to be sure you have any changes saved that you may want to re-integrate later when syslogd is working.
# mv /etc/syslog.conf /etc/syslog.conf.OLD
# cp /usr/newconfig/etc/syslog.conf /etc/syslog.conf
Another thing to try is to start syslogd with the -d option, which enables debug logging. If syslogd still doesn't start when the default /etc/syslog.conf file is in place, hopefully the debug output of launching syslogd with -d will give you an indication as to why.
# /usr/sbin/syslogd -d -D
The -d option will cause syslogd to run in the foreground, but again, hopefully it will tell you why it is exiting - assuming it does exit with an error.
Hope this helps,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2004 03:33 AM
09-23-2004 03:33 AM
Re: syslogd does not start
mark