- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mailq reports I/O error
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-30-2006 12:46 AM
03-30-2006 12:46 AM
mailq reports I/O error
i am having prb with sendmail. if i execute mailq command i am receiving the following error.
mailq
Mail Queue (7324 requests)
--Q-ID-- --Size-- -----Q-Time----- ------------Sender/Recipient------------
JAA26073 281 Thu Mar 23 13:54 psaadmin
(I/O error)
=======
can anyone help me to resolve this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 12:52 AM
03-30-2006 12:52 AM
Re: mailq reports I/O error
run dmesg and confirm..
Good luck
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 12:57 AM
03-30-2006 12:57 AM
Re: mailq reports I/O error
this may be a hardware problem, however:
1. check where mail error messges go to by looking at the /etc/syslog.conf file
2. Check that file
3. Check syslog.log
4. Are any emails being sent, or is the whole sendmail process stopped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 01:11 AM
03-30-2006 01:11 AM
Re: mailq reports I/O error
thanks. Attached is the bdf output and syslog file for further analysis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 01:16 AM
03-30-2006 01:16 AM
Re: mailq reports I/O error
nothing unusual I can see in these logs.
Can you please also check the file used for mail logging. Mine is
/var/adm/syslog/mail.log
See my earlier posting (point 1,2 and 4)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 01:17 AM
03-30-2006 01:17 AM
Re: mailq reports I/O error
Otherwise there is nothing else I can doubt about..
Regards
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 01:18 AM
03-30-2006 01:18 AM
Re: mailq reports I/O error
Run ls -l /var/spoo/mqueue to verify that's where all the messages are being held. If you get I/O errors with that, run fsck on /var.
To diagnose sendmail try this:
to force-flush the mail queue:
sendmail -v -d8.20 -q
to debug the sendmail daemon:
sendmail -v -d0 -d1 -d0.4 -d1.5 -d2 -d6 -d6.5 -d10 -d11 -d30 -d45 [your email address here]
where testmailfile is a text file with a one or two line message in it.
mark