Actions
Feature #6573
closed
JD
/var/run/dmesg.boot
Feature #6573:
/var/run/dmesg.boot
Start date:
07/03/2016
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Description
Is it possible to have a ln -s /var/log/dmesg.boot /var/run/dmesg.boot? The vm-bhyve package expects the file at the standard location.
Is there a reason why dmesg.boot is under varlog_path instead of varrun_path?
JP Updated by Jim Pingle about 10 years ago
It was relocated because /var/run is a tiny memory disk used for some very volatile files to save disk writes, and there is more room in /var/log/
A symlink should be OK, but some code would need to create the link at each boot. Should be fairly simple to do.
KB Updated by Kill Bill about 10 years ago
CB Updated by Chris Buechler about 10 years ago
- Status changed from New to Feedback
- Target version changed from 2.4.0 to 2.3.2
PR merged
CB Updated by Chris Buechler about 10 years ago
- Status changed from Feedback to Resolved
works
JD Updated by Jose Luis Duran about 10 years ago
Perfect.
Thank you!
Actions