You are not logged in.
Pages: 1
I've got a problem:
ls /usr/share/zoneinfo/Europe/
ls: cannot access /usr/share/zoneinfo/Europe/: No such file or directory
The directory looks like this:
ls /usr/share/zoneinfo/
America posix right US
Posix conatins only:
America US
Shouldn't all time zones be present after installation or have i missed to install some package?
Offline
To find out the owner (package) of a file, take the file - it can't be a directory - and do a pacman -Qo file. For example:
pacman -Qo /usr/share/zoneinfo/America/Yellowknife
will tell you what program owns it. Then reinstall that.
Offline
It was owned by tzdata 2007k-2.
I did pacman -Rd tzdata and pacman -S tzdata and now all timezones exists.
Thanks!
Last edited by xer0 (2008-03-22 00:14:33)
Offline
You're welcome.
Please mark this thread as solved (edit your first post).
Offline
Pages: 1