Hello,
How after a fresh install of Fedora (without UI) it can be changed the timezone configuration? Is the file `/etc/adjtime` the correct? If is, What mean each value?
Thanks in advance, Lázaro.
Este mensaje de correo electrónico ha sido procesado por el servidor de Frioclima
try man 8 tzselect
-- Maciek Borzecki
2012/3/23 Lázaro Morales lazaro@frioclima.com.cu:
Hello,
How after a fresh install of Fedora (without UI) it can be changed the timezone configuration? Is the file `/etc/adjtime` the correct? If is, What mean each value?
Thanks in advance, Lázaro.
Este mensaje de correo electrónico ha sido procesado por el servidor de Frioclima
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
En 23/03/2012 16:54:59, Maciek Borzecki maciek.borzecki@gmail.com escribió:
try man 8 tzselect
Maciek Borzecki
Thanks to all, tzselect solve the problem.
Best regards, Lázaro.
Este mensaje de correo electrónico ha sido procesado por el servidor de Frioclima
On Fri, 2012-03-23 at 16:45 -0400, Lázaro Morales wrote:
Hello,
How after a fresh install of Fedora (without UI) it can be changed the timezone configuration? Is the file `/etc/adjtime` the correct? If is, What mean each value?
Thanks in advance, Lázaro.
Este mensaje de correo electrónico ha sido procesado por el servidor de Frioclima
Use: system-config-date
On Sat, Mar 24, 2012 at 12:47 AM, Aaron Konstam akonstam@sbcglobal.net wrote: ...
Use: system-config-date
That doesn't really work without a $DISPLAY. As a matter of fact it fails without warning that a X is required: [maciek@corsair:~]$ sudo system-config-date Traceback (most recent call last): File "/usr/share/system-config-date/system-config-date.py", line 73, in <module> useGuiMode(page) File "/usr/share/system-config-date/system-config-date.py", line 46, in useGuiMode import scdMainWindow File "/usr/share/system-config-date/scdMainWindow.py", line 30, in <module> import gtk File "/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 64, in <module> _init() File "/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 52, in _init _gtk.init_check() RuntimeError: could not open display
maciek
On Sun, 2012-03-25 at 12:04 +0200, Maciek Borzecki wrote:
On Sat, Mar 24, 2012 at 12:47 AM, Aaron Konstam akonstam@sbcglobal.net wrote: ...
Use: system-config-date
That doesn't really work without a $DISPLAY. As a matter of fact it fails without warning that a X is required:
That is certainly true. X ix needed. But someone on the list suggewsted an alernate method using tzselect if you want to set just the timezone.
[maciek@corsair:~]$ sudo system-config-date Traceback (most recent call last): File "/usr/share/system-config-date/system-config-date.py", line 73, in <module> useGuiMode(page) File "/usr/share/system-config-date/system-config-date.py", line 46, in useGuiMode import scdMainWindow File "/usr/share/system-config-date/scdMainWindow.py", line 30, in <module> import gtk File "/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 64, in <module> _init() File "/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 52, in _init _gtk.init_check() RuntimeError: could not open display
maciek