Hi all, This bug is still present:
disko:~# uname -r 2.6.8-1-386 disko:~# disko:~# dpkg -l | grep nfs ii nfs-common 1.0.6-3.1 NFS support files common to client and serve ii nfs-kernel-ser 1.0.6-3.1 Kernel NFS server support disko:~# cat /etc/exports # /etc/exports: the access control list for filesystems which may be exported # to NFS clients. See exports(5). /home 192.168.0.0/24(rw,sync,no_root_squash) /mnt/nfs/anime 192.168.0.0/24(rw,sync) /mnt/nfs/audio 192.168.0.0/24(rw,sync) /mnt/nfs/apt_cache silencer(rw,sync,no_root_squash) /mnt/nfs/silencer/root silencer(rw,sync,no_root_squash) /mnt/nfs/silencer/usr silencer(rw,sync,no_root_squash) /mnt/nfs/temp/usr silencer(rw,sync,no_root_squash) /mnt/nfs/temp/opt silencer(rw,sync,no_root_squash) disko:~# mount /dev/hda1 on / type ext3 (rw,errors=remount-ro) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) tmpfs on /dev/shm type tmpfs (rw) /dev/evms/homes on /home type reiserfs (rw) /dev/evms/silencer_root on /mnt/nfs/silencer/root type reiserfs (rw) /dev/evms/silencer_usr on /mnt/nfs/silencer/usr type reiserfs (rw) /dev/evms/apt_cache on /mnt/nfs/apt_cache type reiserfs (rw) /dev/evms/anime on /mnt/nfs/anime type reiserfs (rw) usbfs on /proc/bus/usb type usbfs (rw) /dev/evms/moonlight on /mnt/rsync/moonlight type reiserfs (rw) /dev/evms/slavko on /mnt/smb/slavko type reiserfs (rw) none on /var/lib/amavis/tmp type tmpfs (rw) /dev/evms/temp on /mnt/nfs/temp type reiserfs (rw) /dev/evms/imap on /var/imap type reiserfs (rw) /dev/evms/imap_meta on /var/imap_metadata type reiserfs (rw) /dev/evms/audio on /mnt/nfs/audio type reiserfs (rw) disko:~# host silencer silencer.pecar.org has address 192.168.0.13 disko:~# tail /var/log/messages Mar 5 22:18:51 localhost rpc.mountd: authenticated mount request from 192.168.0.13:800 for /mnt/nfs/silencer/root (/mnt/nfs/silencer/root) Mar 5 22:19:33 localhost rpc.mountd: authenticated mount request from 192.168.0.13:992 for /mnt/nfs/silencer/usr (/mnt/nfs/silencer/usr) Mar 5 22:19:33 localhost rpc.mountd: authenticated mount request from 192.168.0.13:996 for /home (/home) Mar 5 22:19:34 localhost rpc.mountd: authenticated mount request from 192.168.0.13:1000 for /mnt/nfs/apt_cache (/mnt/nfs/apt_cache) Mar 5 22:19:34 localhost rpc.mountd: getfh failed: Operation not permitted Silencer (client) gets the 'permission denied' error. This particular client wants to be a diskless box (pxe boot), also running sarge. What's strange is that after it gets the error, it stops responding to keyboard input (ie hitting enter does not give you a new line during boot sequence). If I restart nfs-kernel-server on disko, client finishes booting after some time. Client currently runs 2.6.10-rc3, I'm upgrading to 2.6.11 to see if it changes anything. -- Jure Pecar ____________________ http://www.email.si/

