New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot set VM to start on boot #925

Closed
marmarek opened this Issue Mar 8, 2015 · 2 comments

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by anonymous on 13 Nov 2014 21:16 UTC
Discussion is here: https://groups.google.com/forum/#!topic/qubes-users/Yl6Z1enExNs

When I try to set a VM to start on boot via VM manager GUI, I get this error:

[Error while changing settings for torvm!
ERROR: Basic tab:
Failed to set autostart for VM via systemctl
OK

I tried with other VMs, same result -- not just torvm.

Migrated-From: https://wiki.qubes-os.org/ticket/925

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Modified by marmarek on 17 Nov 2014 11:53 UTC

Member

marmarek commented Mar 8, 2015

Modified by marmarek on 17 Nov 2014 11:53 UTC

@marmarek marmarek added this to the Release 2.1 (post R2) milestone Mar 8, 2015

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by marmarek on 14 Jan 2015 05:34 UTC
This is systemd regression: https://bugzilla.redhat.com/show_bug.cgi?id=1181922 (buggy package was released Oct 26 2014).
I'll wait some time for an upstream fix, but if it doesn't happen, there is a simple workaround: call ln -s directly instead of systemctl enable.

Member

marmarek commented Mar 8, 2015

Comment by marmarek on 14 Jan 2015 05:34 UTC
This is systemd regression: https://bugzilla.redhat.com/show_bug.cgi?id=1181922 (buggy package was released Oct 26 2014).
I'll wait some time for an upstream fix, but if it doesn't happen, there is a simple workaround: call ln -s directly instead of systemctl enable.

marmarek added a commit to marmarek/old-qubes-core-admin that referenced this issue Apr 16, 2015

core: fix setting the VM autostart (#925)
This is actually workaround for systemd bug reported here:
https://bugzilla.redhat.com/show_bug.cgi?id=1181922

Closes QubesOS/qubes-issues#925

(cherry picked from commit 9bfcb72)

marmarek added a commit to marmarek/old-qubes-core-admin that referenced this issue May 21, 2016

qubes/vm: fix setting autostart property
This is actually workaround for systemd bug reported here:
https://bugzilla.redhat.com/show_bug.cgi?id=1181922

QubesOS/qubes-issues#925

This is migration of 9bfcb72 commit to
core3.

marmarek added a commit to marmarek/old-qubes-core-admin that referenced this issue Jun 2, 2016

qubes/vm: fix setting autostart property
This is actually workaround for systemd bug reported here:
https://bugzilla.redhat.com/show_bug.cgi?id=1181922

QubesOS/qubes-issues#925

This is migration of 9bfcb72 commit to
core3.

woju added a commit to woju/qubes-core-admin that referenced this issue Jun 2, 2016

qubes/vm: fix setting autostart property
This is actually workaround for systemd bug reported here:
https://bugzilla.redhat.com/show_bug.cgi?id=1181922

QubesOS/qubes-issues#925

This is migration of 9bfcb72 commit to
core3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment