Actions
Feature #6573
closed/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?
Updated by Jim Pingle almost 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.
Updated by Kill Bill almost 10 years ago
Updated by Chris Buechler almost 10 years ago
- Status changed from New to Feedback
- Target version changed from 2.4.0 to 2.3.2
PR merged
Actions