Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up/etc/machine-id the same on every installation #167
Comments
This comment has been minimized.
This comment has been minimized.
Same as #143, but thanks for more details. |
This comment has been minimized.
This comment has been minimized.
thanks and sorry for not checking the other issues first. |
firecyberice
closed this
Jul 23, 2017
This comment has been minimized.
This comment has been minimized.
Fixed with #179 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rhuss commentedApr 4, 2017
First of all apologies if this is the wrong place for opening this issue (feel free to move it around)
I hit the following issue that on all my pi installations with Hypriot 1.4.0 I get the same
/etc/machine-id
. This causes issues when running an overlay network which uses this ID to calculate a virtual mac address.Actually the same id 9989a26f06984d6dbadc01770f018e3b remains even after a reflash. And even stranger, when removing this file and calling
systemd-machine-id-setup
it recreates the id file with again this value. Looks for me a bit like an issue with how systemd extracts an UUID (it says "Initializing machine ID from D-Bus machine ID.", so maybe that's a constant ?)The solution for now is that after flashing I call a
or when using ansible with an ad-hoc ansible command.
Maybe one could add something similar to the initial startup of a freshly flashed Hypriot ?