following symbolic links....
Bob Van Cleef <[email protected]> Tue, 17 Dec 2002 15:09:54 -0800 (PST)
| Newsgroups | gmane.network.up2date.current.devel |
|---|---|
| Message-ID | <[email protected]> |
FYI - chokes on missing links
sh-2.05a# cadmin checkperms
This feature is BETA - please notify the list of problems
All permissions checked ok
stated 4624
Traceback (innermost last):
File "/usr/sbin/cadmin", line 325, in ?
main()
File "/usr/sbin/cadmin", line 236, in main
os.path.walk(dir, permChecker, None)
File "/usr/lib/python1.5/posixpath.py", line 271, in walk
walk(name, func, arg)
File "/usr/lib/python1.5/posixpath.py", line 271, in walk
walk(name, func, arg)
File "/usr/lib/python1.5/posixpath.py", line 271, in walk
walk(name, func, arg)
File "/usr/lib/python1.5/posixpath.py", line 271, in walk
walk(name, func, arg)
File "/usr/lib/python1.5/posixpath.py", line 265, in walk
func(arg, top, names)
File "/usr/sbin/cadmin", line 101, in permChecker
raise Exception("Can't read %s/%s" % (dirname, file))
Exception: Can't read /n/oceanus/[snipped-path]/gtk/gtkrc.bg_BG.iso88595
sh-2.05a#
This was triggered by a broken link.
gtkrc.bg_BG.iso88595 -> gtkrc.iso-8859-5
gtkrc.iso-8859-5: No such file or directory
Bob