- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- dmesg not playing ball
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-05-2004 08:36 PM
09-05-2004 08:36 PM
dmesg not playing ball
0,10,20,30,40,50 * * * * /usr/sbin/dmesg - >> /var/adm/messages
This works for a while, but periodically it just stops. The "dmesg -" command stops outputing messages, even though the /var/adm/msgbuf file differs from the "dmesg" output. The msgbuf file does get updated, it just appears that "dmesg -" doesn't produce any output. If I delete the msgbuf file, "dmesg -" begins to work again.
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 09:12 PM
09-05-2004 09:12 PM
Re: dmesg not playing ball
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 09:14 PM
09-05-2004 09:14 PM
Re: dmesg not playing ball
with the "-" option dmesg computes (incrementally) the new messages since the
last time it was run and places these on the standard output
Maybe somtimes there are just no new messages to be printed ? Just a thought
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 09:48 PM
09-05-2004 09:48 PM
Re: dmesg not playing ball
permissions are 644.
there definately are messages to display, as if i do a diff on the output of dmesg against the msgbuf, there are (or were before i removed the file) about 6 lines difference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 10:07 PM
09-05-2004 10:07 PM
Re: dmesg not playing ball
If we diff as,
dmesg - --> null then,
cp /var/adm/msgbuf /tmp/tmpbuf
> /var/adm/msgbuf
dmesg - >> /tmp/testbuf
diff /tmp/testbuf /tmp/tmpbuf
Only some timestamp difference / --- newline at end on msgbuf file and growing rate .
Can you post the difference here if it is differing more then above.