Bugzilla – Bug 148527
named chroot jail
Last modified: 2006-02-07 20:09:16 UTC
named chroot jail needs /etc/localtime /etc/ is copied to /var/lib/named but /etc/localtime points to ../usr/share/zoneinfo/xxx/yyy The soft link points to non existant file inside the jail Two solutions: 1) include /usr/share/zoneinfo in the jail 2) cp -L /etc/localtime /var/lib/named/etc/
actually that's fixed already on beta3. The files are copied with "-L" Did you really test beta3?
works for me
It seems the problem was carried from beta2 to beta3 rm /var/lib/named/etc/localtime rcnamed restart solved the problem. The jail was not cleaned up, and the old link interfered Am I supposed to close the bug? I leave it as RESOLVED FIXED