base-files postinst recurses into /etc/udev/.dev while trying to fix permissions

Bug #306973 reported by Christian Hudon
2
Affects Status Importance Assigned to Milestone
base-files (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: base-files

While upgrading base-files to the latest version on hardy, the postinst, to fixes permissions in /dev, recurses into /etc/udev/.dev, and then into /proc and other parts of the filesystem while following symlinks in /dev. This gives out a copious amount of output, looking like this:

find: Symbolic link `/etc/udev/.dev/fd/3/proc/5451/cwd' is part of a loop in the directory hierarchy; we have already visited the directory to which it points.
find: Symbolic link `/etc/udev/.dev/fd/3/proc/5451/root' is part of a loop in the directory hierarchy; we have already visited the directory to which it points.
find: Symbolic link `/etc/udev/.dev/fd/3/proc/5466/task/5466/root' is part of a loop in the directory hierarchy; we have already visited the directory to which it points.
find: Symbolic link `/etc/udev/.dev/fd/3/proc/5466/root' is part of a loop in the directory hierarchy; we have already visited the directory to which it points.
find: Symbolic link `/etc/udev/.dev/fd/3/proc/5467/task/5467/root' is part of a loop in the directory hierarchy; we have already visited the directory to which it points.
find: Symbolic link `/etc/udev/.dev/fd/3/proc/5467/root' is part of a loop in the directory hierarchy; we have already visited the directory to which it points.
find: Symbolic link `/etc/udev/.dev/fd/3/proc/5545/task/5545/root' is part of a loop in the directory hierarchy; we have already visited the directory to which it points.
find: Symbolic link `/etc/udev/.dev/fd/3/proc/5545/root' is part of a loop in the directory hierarchy; we have already visited the directory to which it points.

It would be nice to exclude this path from the find invocation...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.