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 upQubes Manager crash, R3.1-rc3: 'AttributeError' #1804
Comments
marmarek
added
bug
C: core
P: major
labels
Mar 3, 2016
marmarek
added this to the Release 3.0 updates milestone
Mar 3, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
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!
|
I think I have it already fixed, but it isn't included in any released package yet. Anyway thanks for the report! |
marmarek
closed this
in
marmarek/old-qubes-core-admin@280a074
Mar 7, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
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
|
Automated announcement from builder-github The package
|
marmarek
added
the
r3.1-dom0-cur-test
label
Mar 7, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
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.
|
Automated announcement from builder-github The package
Or update dom0 via Qubes Manager. |
pugege commentedMar 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