https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271361
Yuri Pankov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected], | |[email protected] --- Comment #1 from Yuri Pankov <[email protected]> --- This is interesting, machine-id was added in base 62a149bf621947fb7475c64b1ff04fe19fe16b29, and it was indeed in /var/db/machine-id (with a reasoning of read-only root), and there was a symlink to /etc/machine-id. Now base ecad3f5c4d922f93ceba455f8bff1c54e1ed4174 reworked it (removing the added machine_id rc script and using hostid_save instead) and made it /etc/machine-id by default. Adding the authors of both changes to CC to make sure current behavior (regular file in /etc) is what it should be, then you'll need to delete the symlink and let the script to re-create /etc/machine-id. -- You are receiving this mail because: You are the assignee for the bug.
