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

Timezone setting doesn't work #1184

Closed
marmarek opened this Issue Sep 10, 2015 · 1 comment

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Sep 10, 2015

According to this report: https://groups.google.com/d/msgid/qubes-users/55F1EF1C.5020903%40riseup.net

  • 'localtime' isn't accepted value (Invalid timezone value!)
  • setting positive offset makes VM unbootable (AttributeError: 'int' object has no attribute 'lower')
  • setting negative value doesn't work (qvm-prefs: error: no such option: -3)

@marmarek marmarek added this to the Release 3.0 milestone Sep 10, 2015

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Sep 11, 2015

Member

wyory:

But if I try setting the value ion qubes.xml to the negative offset I
need I get "libvirt.libvirtError: unsupported configuration: unknown
clock basis 'UTC'"

Member

marmarek commented Sep 11, 2015

wyory:

But if I try setting the value ion qubes.xml to the negative offset I
need I get "libvirt.libvirtError: unsupported configuration: unknown
clock basis 'UTC'"

marmarek added a commit to marmarek/old-qubes-core-admin that referenced this issue Oct 11, 2015

marmarek added a commit to marmarek/old-qubes-core-admin that referenced this issue Oct 11, 2015

qvm-prefs: fix validation of 'timezone' property
This should be done in QubesVm class (property setter). But since we're
going to rewrite both qvm-prefs and QubesVm, settle on smaller change
for now.

QubesOS/qubes-issues#1184

marmarek added a commit to marmarek/old-qubes-core-admin that referenced this issue Oct 11, 2015

marmarek added a commit to marmarek/old-qubes-core-admin that referenced this issue Oct 11, 2015

qvm-prefs: fix validation of 'timezone' property
This should be done in QubesVm class (property setter). But since we're
going to rewrite both qvm-prefs and QubesVm, settle on smaller change
for now.

QubesOS/qubes-issues#1184

(cherry picked from commit 28cc933)

@marmarek marmarek closed this Oct 12, 2015

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