You are not logged in.
Pages: 1
Hello! After a new installation, when I boot arch I get "Configuring Time Zone [Fail]".
Why?
In my rc.conf
LOCALE="it_IT.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="UTC"
TIMEZONE="Europe/Rome"
and the daemons are DAEMONS=(@syslog-ng @network @crond dbus @cups @sshd)
Last edited by cypherinside (2011-08-20 09:44:04)
To be or not to be? ...Not to be! (Last Action Hero)
Offline
Did you uncomment "it_IT.UTF-8" in /etc/locale.gen and ran locale-gen?
Offline
yes, I did
To be or not to be? ...Not to be! (Last Action Hero)
Offline
What's the output of
ls -l /etc/localtime /usr/share/zoneinfo/Europe/Rome
and
diff /etc/localtime /usr/share/zoneinfo/Europe/Rome
Offline
~$ ls -l /etc/localtime /usr/share/zoneinfo/Europe/Rome
-rw-r--r-- 1 root root 2652 8 lug 22.56 /etc/localtime
-rw-r--r-- 3 root root 2652 29 apr 08.57 /usr/share/zoneinfo/Europe/Rome
no differences between localtime and Rome
Last edited by cypherinside (2011-07-08 21:05:50)
To be or not to be? ...Not to be! (Last Action Hero)
Offline
Hi cypherinside,
did you find a solution for the problem?
Guilherme Salazar
Offline
no
To be or not to be? ...Not to be! (Last Action Hero)
Offline
yes, i do... but the result is not changed
To be or not to be? ...Not to be! (Last Action Hero)
Offline
Having the exact same problem with Europe/Zagreb.
Offline
Hello,
The command from rc.sysinit ran while "Configuring Time Zone" is below. If you run it as root the output may help you determine what is going wrong.
cp --remove-destination "/usr/share/zoneinfo/Europe/Rome" /etc/localtime
Regards
Carpe Diem
Offline
Hello,
The command from rc.sysinit ran while "Configuring Time Zone" is below. If you run it as root the output may help you determine what is going wrong.
cp --remove-destination "/usr/share/zoneinfo/Europe/Rome" /etc/localtime
Regards
No output.
To be or not to be? ...Not to be! (Last Action Hero)
Offline
What about this ? (still as root)
cp --remove-destination "/usr/share/zoneinfo/Europe/Rome" /etc/localtime; echo $?
If output is "0" then the error is specific to the context of /etc/rc.sysinit and you may have to do some script debugging to pinpoint the error.
PS: just tested booting with Europe/Rome for TIMEZONE and everything went fine.
Last edited by NSB-fr (2011-08-01 15:35:42)
Carpe Diem
Offline
I solved the problem timezone is not the problem, the problem is / etc / rc.sysinit file "status" Activating swap "swapon-a" line stems, swap is not active section
please activate swap partition
mkswap /dev/swappart
Offline
Maybe. However I reinstalled Arch (not for this problem but to install gnome3) and the problem is solved.
Thank you.
To be or not to be? ...Not to be! (Last Action Hero)
Offline
Pages: 1