Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upVM re-name with auto-boot flag enabled - causes minor error #4031
Comments
andrewdavidwong
added
bug
C: core
P: minor
labels
Jun 24, 2018
andrewdavidwong
added this to the Release 4.0 updates milestone
Jun 24, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
Aekez
Jul 2, 2018
#4014 looks very similar to this issue, but doesn't look to be a duplicate since it's two different ways to reproduce towards the same end-result issue. Maybe the root cause is the same though?
Aekez
commented
Jul 2, 2018
|
#4014 looks very similar to this issue, but doesn't look to be a duplicate since it's two different ways to reproduce towards the same end-result issue. Maybe the root cause is the same though? |
marmarek
assigned
woju
Jul 26, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Aekez commentedJun 24, 2018
Qubes OS version:
Qubes 4.0.
Affected component(s):
Component responsible for auto-start of VM's during dom0 boot-time. Probably a missing logic in code for specific scenario.
Steps to reproduce the behavior:
Expected behavior:
Applied logic to move all VM settings to new VM re-name, without keeping any old remnants of the old VM.
Actual behavior:
The missing logic causes a duplicate of the auto-boot and the old auto-boot when changing name on a VM while auto-boot flag is enabled. In short, it doesn't delete the old auto-boot flag for the old VM name, after the re-name has finished, under the condition that the auto-boot flag was enabled (and maybe GUI needed, did not yet try it via terminal but may possibly be a factor).
General notes:
Related issues:
None that I can find. In general it appears as a harmless issue, so maybe it wasn't reported until now.