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

Another exception in Qubes Mabager when shutting down VMs #2133

Closed
rootkovska opened this Issue Jun 30, 2016 · 1 comment

Comments

Projects
None yet
2 participants
@rootkovska
Member

rootkovska commented Jun 30, 2016

TypeError: float() argument must be a string or a number

This is most likely a bug in the Qubes Manager

----
line: return datetime.datetime.fromtimestamp(float(start_time))
func: get_start_time
line no.: 970
file: /usr/lib64/python2.7/site-packages/qubes/modules/000QubesVm.py
----
line: vm_start_time = vm.get_start_time()
func: check_if_vm_has_shutdown
line no.: 258
file: /usr/lib64/python2.7/site-packages/qubesmanager/main.py

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Jun 30, 2016

Member

Duplicate of #2127

Member

marmarek commented Jun 30, 2016

Duplicate of #2127

@marmarek marmarek closed this Jun 30, 2016

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