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

AppVM's settings dialog raises AttributeError when there is no ProxyVM #1008

Closed
nhlfr opened this Issue May 24, 2015 · 1 comment

Comments

Projects
None yet
2 participants
@nhlfr

nhlfr commented May 24, 2015

The "default NetVM" is usually the first created ProxyVM which is set by qubes-core during its creation.
https://github.com/QubesOS/qubes-core-admin/blob/master/core/qubes.py#L355

If there is no ProxyVM, there is no "default NetVM". Therefore, creating an AppVM and launching its settings dialog raised AttributeError, because get_default_netvm method returned None. The exception is raised here:
https://github.com/QubesOS/qubes-manager/blob/master/qubesmanager/settings.py#L263

This can be reproduced by installing QubesOS without creating VMs by installer.

@nhlfr nhlfr referenced this issue in QubesOS/qubes-manager May 24, 2015

Merged

Checking whether the "default NetVM" exists #2

@marmarek marmarek closed this May 24, 2015

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Oct 29, 2015

Member

Automated announcement from builder-github

The package qubes-manager-2.0.41-1 has been pushed to the r2 stable repository for dom0.
To install this update, please use the standard update command:

sudo qubes-dom0-update

Or update dom0 via Qubes Manager.

Member

marmarek commented Oct 29, 2015

Automated announcement from builder-github

The package qubes-manager-2.0.41-1 has been pushed to the r2 stable repository for dom0.
To install this update, please use the standard update command:

sudo qubes-dom0-update

Or update dom0 via Qubes Manager.

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