Hi, I run into this bug on the system as well. I am running Linux 2.6.12 with udev 0.068-2. Here is what I see:
$ /bin/fuser /var/log/mail.info /dev/.static/dev: Permission denied $ And performing strace on the process shows the following: open("/proc/mounts", O_RDONLY|O_LARGEFILE) = 3 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 [.... snip ....] stat64("/dev/.static/dev", 0xbfde7900) = -1 EACCES (Permission denied) For some reason fuser is probing all mount points and insist that they all be readable. Does anyone know why? -- Chuan-kai Lin http://www.cs.pdx.edu/~cklin/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]