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

deleting fedora-25-dvm breaks qubesd in Qubes R4 #3161

Closed
adrelanos opened this Issue Oct 9, 2017 · 2 comments

Comments

Projects
None yet
3 participants
@adrelanos
Member

adrelanos commented Oct 9, 2017

Qubes OS version (e.g., R3.2):

R4 RC1 with all stable upgrades

Affected TemplateVMs (e.g., fedora-23, if applicable):

dom0


Steps to reproduce the behavior:

qvm-remove fedora-25-dvm

Reboot.

Expected behavior:

qubesd and whole Qubes should still work normally after reboot.

Actual behavior:

qubesd fails to start which makes Qubes unusable.

General notes:

How to get out of this?

(qvm-create fedora-25-dvm to satisfy qubesd isn't possible since qvm-create itself requires qubesd.)

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Oct 9, 2017

Member

It shouldn't be possible to remove VM that is referenced from somewhere (default_dispvm global property in this case). This is already fixed in testing updates.

How to get out of this?

Edit /var/lib/qubes/qubes.xml and replace default_dispvm value with some existing VM. Then qubesd should start and you can re-create fedora-25-dvm.

Member

marmarek commented Oct 9, 2017

It shouldn't be possible to remove VM that is referenced from somewhere (default_dispvm global property in this case). This is already fixed in testing updates.

How to get out of this?

Edit /var/lib/qubes/qubes.xml and replace default_dispvm value with some existing VM. Then qubesd should start and you can re-create fedora-25-dvm.

@marmarek marmarek closed this Oct 9, 2017

@adrelanos

This comment has been minimized.

Show comment
Hide comment
@adrelanos

adrelanos Oct 19, 2017

Member
Member

adrelanos commented Oct 19, 2017

@andrewdavidwong andrewdavidwong added this to the Release 4.0 milestone Oct 19, 2017

@adrelanos adrelanos changed the title from deleteing fedora-25-dvm breaks qubesd in Qubes R4 to deleting fedora-25-dvm breaks qubesd in Qubes R4 Oct 31, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment