On Mon, 2003-01-20 at 17:43, Mertens Bram wrote: > > Date: Sun, 19 Jan 2003 16:37:11 -0500 > > From: Tom Pollerman <[EMAIL PROTECTED]> > > Ensure that file /etc/localtime reflects the file in > > /sur/share/zoneinfo/Europe/Brussles. On my RH7.0 system, > > /etc/localtime and /usr/share/zoneinfo/America/New_York are identical. > > On some systems this may be a symlink. > > /etc/localtime is a symling to /usr/share/zoneinfo/Europe/Brussels but > that file is empty!: > [M8ram@localhost M8ram]$ ls -lh /etc/localtime > lrwxrwxrwx 1 root root 35 Sep 4 08:18 /etc/localtime > -> /usr/share/zoneinfo/Europe/Brussels > [M8ram@localhost M8ram]$ ls -lh /usr/share/zoneinfo/Europe/Brussels > -rw-r--r-- 1 root root 0 Jan 14 15:40 > /usr/share/zoneinfo/Europe/Brussels > [M8ram@localhost M8ram]$ cat /etc/localtime > [M8ram@localhost M8ram]$ cat /usr/share/zoneinfo/Europe/Brussels > [M8ram@localhost M8ram]$ > > I guess that's not the way it is supposed to be? > Brussels is the only file in /usr/share/zoneinfo/Europe that has 0 as > file size! > > Apparently trying to cat one of those files is bad idea! My xterm got > completely messed up! > > Any suggestions on getting my timezone file restored? >
What version of glibc-common are you running? You could force the upgrade to the same version.or for a quick test us mc to copy the Brussels file out of the rpm. fwiw here is the ll from my zoninfo/Europe file [bhughes@bretsony Europe]$ pwd /usr/share/zoneinfo/Europe [bhughes@bretsony Europe]$ ll B* -rw-r--r-- 1 root root 1347 Sep 9 08:57 Belfast -rw-r--r-- 5 root root 696 Sep 9 08:57 Belgrade -rw-r--r-- 1 root root 837 Sep 9 08:57 Berlin -rw-r--r-- 2 root root 806 Sep 9 08:57 Bratislava -rw-r--r-- 1 root root 1067 Sep 9 08:57 Brussels -rw-r--r-- 1 root root 798 Sep 9 08:57 Bucharest -rw-r--r-- 1 root root 866 Sep 9 08:57 Budapest [bhughes@bretsony Europe]$ rpm -q glibc-common glibc-common-2.2.5-40 looks like I should upgrade. [bhughes@bretsony RPMS]$ rpm2cpio glibc-common-2.2.5-42.i386.rpm |cpio -tv |grep zoneinfo/Europe/B -rw-r--r-- 1 root root 1347 Oct 10 09:47 ./usr/share/zoneinfo/Europe/Belfast -rw-r--r-- 1 root root 837 Oct 10 09:47 ./usr/share/zoneinfo/Europe/Berlin -rw-r--r-- 1 root root 1067 Oct 10 09:47 ./usr/share/zoneinfo/Europe/Brussels -rw-r--r-- 1 root root 798 Oct 10 09:47 ./usr/share/zoneinfo/Europe/Bucharest -rw-r--r-- 1 root root 866 Oct 10 09:47 ./usr/share/zoneinfo/Europe/Budapest -rw-r--r-- 2 root root 0 Oct 10 09:47 ./usr/share/zoneinfo/Europe/Bratislava -rw-r--r-- 5 root root 0 Oct 10 09:47 ./usr/share/zoneinfo/Europe/Belgrade 76056 blocks Hmm I wonder what happend to Bratislava and Belgrade? Bret -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list