Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 561204 - enhance dmesg logging with history
Summary: enhance dmesg logging with history
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: OpenRC (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-22 20:01 UTC by Scott Bertilson
Modified: 2015-10-21 19:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Bertilson 2015-09-22 20:01:53 UTC
At the least, could the dmesg logging rename the previous so that it is at least possible to compare a previous bootup with the current one?

Ideally, it would be great if there could be a specifiable number of previous instances saved.

Reproducible: Always
Comment 1 William Hubbs gentoo-dev 2015-10-21 19:10:46 UTC
I just modified bootmisc to optionally save the previous dmesg log to
/var/log/dmesg.old. That gives you the ability to compare the  previous
log to the current one. This change is in commit ee94455.

I will consider making it save more logs, but this gets you started.

Thanks for the report.