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

Qubes Manager crash, R3.1-rc3: 'AttributeError' #1804

Closed
pugege opened this Issue Mar 3, 2016 · 3 comments

Comments

Projects
None yet
2 participants
@pugege

pugege commented Mar 3, 2016

New intermittent Qubes Manager R3.1-rc3 crash:
AttributeError: 'module' object has no attribute 'VIR_
INTERNAL_ERROR'


line: elif e.get_error_code() == libvirt.VIR_INTERNAL_ERROR:
func: is_running
line no.: 935

file: /usr/lib64/python2.7/site-packages/qubes/modules/000QubesVm.py

line: if not vm.is_running():
func: measure_cpu_usage
line no.: 234

file: /usr/lib64/python2.7/site-packages/qubes/qubes.py

line: self.last_measure_time)
func: update_table
line no.: 768
file: /usr/lib64/python2.7/site-packages/qubesmanager/main.py

pugege

@marmarek marmarek added this to the Release 3.0 updates milestone Mar 3, 2016

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 3, 2016

Member

I think I have it already fixed, but it isn't included in any released package yet. Anyway thanks for the report!

Member

marmarek commented Mar 3, 2016

I think I have it already fixed, but it isn't included in any released package yet. Anyway thanks for the report!

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 7, 2016

Member

Automated announcement from builder-github

The package qubes-core-dom0-3.1.14-1.fc20 has been pushed to the r3.1 testing repository for dom0.
To test this update, please install it with the following command:

sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing

Changes included in this update

Member

marmarek commented Mar 7, 2016

Automated announcement from builder-github

The package qubes-core-dom0-3.1.14-1.fc20 has been pushed to the r3.1 testing repository for dom0.
To test this update, please install it with the following command:

sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing

Changes included in this update

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 13, 2016

Member

Automated announcement from builder-github

The package qubes-core-dom0-3.1.14-1.fc20 has been pushed to the r3.1 stable repository for dom0.
To install this update, please use the standard update command:

sudo qubes-dom0-update

Or update dom0 via Qubes Manager.

Changes included in this update

Member

marmarek commented Mar 13, 2016

Automated announcement from builder-github

The package qubes-core-dom0-3.1.14-1.fc20 has been pushed to the r3.1 stable repository for dom0.
To install this update, please use the standard update command:

sudo qubes-dom0-update

Or update dom0 via Qubes Manager.

Changes included in this update

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