Bug 148527 - named chroot jail
Summary: named chroot jail
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: YaST2 (show other bugs)
Version: Beta 3
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Uwe Gansert
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-06 21:20 UTC by First Name Last Name
Modified: 2006-02-07 20:09 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description First Name Last Name 2006-02-06 21:20:50 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/
Comment 1 Uwe Gansert 2006-02-07 15:15:49 UTC
actually that's fixed already on beta3. The files are copied with "-L"
Did you really test beta3?

Comment 2 Uwe Gansert 2006-02-07 16:55:02 UTC
works for me
Comment 3 First Name Last Name 2006-02-07 20:09:16 UTC
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