- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: syslog not able to trap error 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
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
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
тАО01-12-2005 10:26 PM
тАО01-12-2005 10:26 PM
syslog not able to trap error message
Kindly find the error attached. Mail me the solution.
My advance thanks to all.
tar
siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-12-2005 10:40 PM
тАО01-12-2005 10:40 PM
Re: syslog not able to trap error message
/var/mail/root is the mailfile for root.
Could you please open it with elm or mail and post the message, which describe your faulty process.
Regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-12-2005 10:43 PM
тАО01-12-2005 10:43 PM
Re: syslog not able to trap error message
I think syslog just relayed a programs error message to You.
please check if there is still a process around with id 9992.
On the other thing, You can check Your mail with either 'mail' or by 'tail /var/mail/root' (it's a file not a directory :)
hth,
florian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-12-2005 10:45 PM
тАО01-12-2005 10:45 PM
Re: syslog not able to trap error message
Jan 12 17:00:00 mbpscw01 syslog: Pid 9992. Program <> Failed to open Error Log file <>. Err=
Jan 12 17:00:00 mbpscw01 syslog: Pid 9992. Failed to open Info Log file<>. Err=
you have mail in /var/mail/root
#
# cd /var/mail/root
sh: /var/mail/root: the specified path name is not a directory.
#
If you want to read the mail, log in as root and type in ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-12-2005 11:11 PM
тАО01-12-2005 11:11 PM
Re: syslog not able to trap error message
no mails are there as in error itself it is showing /var/mail/root not a directory and even when i log in by root and give mail it is showing no mail.
tar
siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-12-2005 11:37 PM
тАО01-12-2005 11:37 PM
Re: syslog not able to trap error message
First check the mailfile: ll /var/mail/root
If its size is not 0 (zero) then
mail -f /var/mail/root
Regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-12-2005 11:41 PM
тАО01-12-2005 11:41 PM
Re: syslog not able to trap error message
17:00:00?
It seems to be a job started by cron, isn't it?
What jobs are in roots crontab starting at 17:00?
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-12-2005 11:47 PM
тАО01-12-2005 11:47 PM
Re: syslog not able to trap error message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2005 03:02 AM
тАО01-13-2005 03:02 AM
Re: syslog not able to trap error message
my idea is that a cron script can't find a file it needs as imput and therefor generates a error message to mail root.
check your crontab
# crontab -l
for 00 * * * * scriptname
good luck
Henk