HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: syslog error for sendmail
Operating System - HP-UX
1834752
Members
2787
Online
110070
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
04-14-2003 06:20 AM
04-14-2003 06:20 AM
syslog error for sendmail
On boot, my 11.00 system has this in /etc/rc.log/
Output from "/sbin/rc2.d/S540sendmail start":
----------------------------
syslog failed: Resource temporarily unavailable, syslog output to stderr
Sendmail: alias database /etc/mail/aliases rebuilt by root
/etc/mail/aliases: 6 aliases, longest 9 bytes, 76 bytes total
sendmail
This happens every boot. If I stop sendmail and start it again, no problem. Any ideas?
Output from "/sbin/rc2.d/S540sendmail start":
----------------------------
syslog failed: Resource temporarily unavailable, syslog output to stderr
Sendmail: alias database /etc/mail/aliases rebuilt by root
/etc/mail/aliases: 6 aliases, longest 9 bytes, 76 bytes total
sendmail
This happens every boot. If I stop sendmail and start it again, no problem. Any ideas?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 06:29 AM
04-14-2003 06:29 AM
Re: syslog error for sendmail
>>syslog failed: Resource temporarily unavailable, syslog output to stderr
This sounds like syslog isn't running yet; look in /sbin/rc2.d to make sure syslog is started before sendmail (the S*syslogd number should be lower than sendmail)
e.g.
$ ll /sbin/rc2.d/*syslog*
lrwxr-xr-x 1 root sys 20 Jun 1 1999 /sbin/rc2.d/S220syslog
d -> /sbin/init.d/syslogd
$ ll /sbin/rc2.d/*sendmail*
lrwxr-xr-x 1 root sys 21 Jun 1 1999 /sbin/rc2.d/S540sendma
il -> /sbin/init.d/sendmail
>Sendmail: alias database /etc/mail/aliases rebuilt by root
/etc/mail/aliases: 6 aliases, longest 9 bytes, 76 bytes total
sendmail
This is a normal diagnostic.
This sounds like syslog isn't running yet; look in /sbin/rc2.d to make sure syslog is started before sendmail (the S*syslogd number should be lower than sendmail)
e.g.
$ ll /sbin/rc2.d/*syslog*
lrwxr-xr-x 1 root sys 20 Jun 1 1999 /sbin/rc2.d/S220syslog
d -> /sbin/init.d/syslogd
$ ll /sbin/rc2.d/*sendmail*
lrwxr-xr-x 1 root sys 21 Jun 1 1999 /sbin/rc2.d/S540sendma
il -> /sbin/init.d/sendmail
>Sendmail: alias database /etc/mail/aliases rebuilt by root
/etc/mail/aliases: 6 aliases, longest 9 bytes, 76 bytes total
sendmail
This is a normal diagnostic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 06:33 AM
04-14-2003 06:33 AM
Re: syslog error for sendmail
sendmail requires a properly configured network, hostname, and DNS - are there any other errors/warnings in the rc.log prior to sendmail starting?
RGds...Geoff
RGds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 07:24 AM
04-14-2003 07:24 AM
Re: syslog error for sendmail
Do the following command:
ps -ef | grep syslog | grep -v grep
It should return the process for syslog. If it does not, the restart syslog.
/sbin/init.d/syslogd start
The run:
/sbin/init.d/sendmail start
ps -ef | grep syslog | grep -v grep
It should return the process for syslog. If it does not, the restart syslog.
/sbin/init.d/syslogd start
The run:
/sbin/init.d/sendmail start
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