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 stop VM - Qubes 4.0 R3 #3501

Closed
ThierryIT opened this Issue Jan 28, 2018 · 11 comments

Comments

Projects
None yet
7 participants
@ThierryIT

ThierryIT commented Jan 28, 2018

Qubes OS version:

4.0 R3

Affected TemplateVMs:

wrong: ALL + StandaloneVM
Update: Only restored VMs from R3.2 have these problems


Steps to reproduce the behavior:

Try to stop/restart VM

Expected behavior:

stop or restart ...

Actual behavior:

ValueError: Could not convert string to float: at line 178
of line /usr/lib/python3.5/site-packages/qubesmanager/qube_manager.py

line: assert vm.is_running()
func: action_shutdown_triggered
line no.:766
file:/usr/lib/python3.5/site-packages/qubesmanager/qube_manager.py

General notes:

Fresh install.
Did the restore of all my VMs from R3.2


Related issues:

@qubesos-bot

This comment has been minimized.

Show comment
Hide comment
@qubesos-bot

qubesos-bot Jan 29, 2018

Automated announcement from builder-github

The package qubes-manager-4.0.13-1.fc25 has been pushed to the r4.0 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

Automated announcement from builder-github

The package qubes-manager-4.0.13-1.fc25 has been pushed to the r4.0 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

@qubesos-bot qubesos-bot referenced this issue in QubesOS/updates-status Jan 29, 2018

Closed

manager v4.0.13 (r4.0) #394

@ThierryIT

This comment has been minimized.

Show comment
Hide comment
@ThierryIT

ThierryIT Jan 30, 2018

Hi,
Update has been done. Same problem with a different output.

ValueError: Could not convert string to float: at line 178
of line /usr/lib/python3.5/site-packages/qubesmanager/qube_manager.py

line: vm_start_time = datetime.fromtimestamp(float(vm.start_time))
func: check_if_vm_has_shutdown
line no.: 178
file ....... qube_manager.py

Hi,
Update has been done. Same problem with a different output.

ValueError: Could not convert string to float: at line 178
of line /usr/lib/python3.5/site-packages/qubesmanager/qube_manager.py

line: vm_start_time = datetime.fromtimestamp(float(vm.start_time))
func: check_if_vm_has_shutdown
line no.: 178
file ....... qube_manager.py

@ThierryIT

This comment has been minimized.

Show comment
Hide comment
@ThierryIT

ThierryIT Jan 31, 2018

The first patch seems to be working.
VMs are now stoping properly, but I do need to refresh Qubes Manager to have the right "states" of the VM (green/yellow spots)

The first patch seems to be working.
VMs are now stoping properly, but I do need to refresh Qubes Manager to have the right "states" of the VM (green/yellow spots)

@qubesos-bot

This comment has been minimized.

Show comment
Hide comment
@qubesos-bot

qubesos-bot Feb 6, 2018

Automated announcement from builder-github

The package qubes-manager-4.0.13-1.fc25 has been pushed to the r4.0 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

Automated announcement from builder-github

The package qubes-manager-4.0.13-1.fc25 has been pushed to the r4.0 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

@Simon-Davies

This comment has been minimized.

Show comment
Hide comment
@Simon-Davies

Simon-Davies Feb 8, 2018

I'm still getting the below error after updating with sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing:

ValueError: Could not convert string to float: at line 178
of line /usr/lib/python3.5/site-packages/qubesmanager/qube_manager.py

line: vm_start_time = datetime.fromtimestamp(float(vm.start_time))
func: check_if_vm_has_shutdown
line no.: 178
file ....... qube_manager.py

I'm still getting the below error after updating with sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing:

ValueError: Could not convert string to float: at line 178
of line /usr/lib/python3.5/site-packages/qubesmanager/qube_manager.py

line: vm_start_time = datetime.fromtimestamp(float(vm.start_time))
func: check_if_vm_has_shutdown
line no.: 178
file ....... qube_manager.py

marmarta added a commit to marmarta/qubes-manager that referenced this issue Feb 9, 2018

Shutting down vm from qube manager bug
Hopefully, finally fixes issue #3501.

fixes QubesOS/qubes-issues#3501

@marmarta marmarta referenced this issue in QubesOS/qubes-manager Feb 9, 2018

Merged

A bunch of Qube Manager fixes #65

@lunarthegrey

This comment has been minimized.

Show comment
Hide comment
@lunarthegrey

lunarthegrey Feb 10, 2018

I'm still getting this when I try to shut down a VM in Qubes 4.0 rc4. Same error that Simon got: #3501 (comment)

I don't think the new package with the fix in it has been pushed to the testing repo yet though.

I'm still getting this when I try to shut down a VM in Qubes 4.0 rc4. Same error that Simon got: #3501 (comment)

I don't think the new package with the fix in it has been pushed to the testing repo yet though.

@qubesos-bot

This comment has been minimized.

Show comment
Hide comment
@qubesos-bot

qubesos-bot Feb 10, 2018

Automated announcement from builder-github

The package qubes-manager-4.0.14-1.fc25 has been pushed to the r4.0 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

Automated announcement from builder-github

The package qubes-manager-4.0.14-1.fc25 has been pushed to the r4.0 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

@qubesos-bot qubesos-bot referenced this issue in QubesOS/updates-status Feb 10, 2018

Closed

manager v4.0.14 (r4.0) #404

@Simon-Davies

This comment has been minimized.

Show comment
Hide comment
@Simon-Davies

Simon-Davies Feb 11, 2018

This bug is now fixed

This bug is now fixed

@qubesos-bot

This comment has been minimized.

Show comment
Hide comment
@qubesos-bot

qubesos-bot Feb 13, 2018

Automated announcement from builder-github

The package qubes-manager-4.0.15-1.fc25 has been pushed to the r4.0 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

Automated announcement from builder-github

The package qubes-manager-4.0.15-1.fc25 has been pushed to the r4.0 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

@qubesos-bot qubesos-bot referenced this issue in QubesOS/updates-status Feb 13, 2018

Closed

manager v4.0.15 (r4.0) #411

@TheBubblePopped

This comment has been minimized.

Show comment
Hide comment
@TheBubblePopped

TheBubblePopped Feb 25, 2018

Same problem here, with the addition that it happens only when plasma installed. If not everything works fine. The only problem here is that with plasma i can t even open a domain VM

if i try to do the testing thing mentioned above i get in the terminal errors like gvm-ls error unrecognized arguments --kernel

TheBubblePopped commented Feb 25, 2018

Same problem here, with the addition that it happens only when plasma installed. If not everything works fine. The only problem here is that with plasma i can t even open a domain VM

if i try to do the testing thing mentioned above i get in the terminal errors like gvm-ls error unrecognized arguments --kernel

@qubesos-bot

This comment has been minimized.

Show comment
Hide comment
@qubesos-bot

qubesos-bot Feb 27, 2018

Automated announcement from builder-github

The package qubes-manager-4.0.15-1.fc25 has been pushed to the r4.0 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

Automated announcement from builder-github

The package qubes-manager-4.0.15-1.fc25 has been pushed to the r4.0 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