On Sat, Dec 08, 2007 at 11:10:59AM +0100, Olaf Mueller wrote:
Johnny Hughes wrote:
Olaf Mueller wrote:
after upgrade from CentOS 5 to 5.1 I see the following error in /var/log/messages: 'rpc.idmapd[2330]: main: open(/var/lib/nfs/rpc_pipefs/nfs): No such file or directory' The directory exists [...]
Are you running the latest kernel from 5.1 updates or the 5.1 kernel from the ISO.
Yes, I am running 2.6.18-53.1.4.el5 #1 SMP Fri Nov 30 00:45:16 EST 2007 i686 athlon i386 GNU/Linux.
You probably have some permissions issue: [tru@localhost ~]$ uname -a Linux localhost.localdomain 2.6.18-53.1.4.el5 #1 SMP Fri Nov 30 00:45:55 EST 2007 x86_64 x86_64 x86_64 GNU/Linux [tru@localhost ~]$ grep -v '^#' /etc/sysconfig/nfs <nothing> [tru@localhost ~]$ ls -ld /var/lib/nfs/ drwxr-xr-x 5 root root 4096 Dec 4 01:32 /var/lib/nfs/ [tru@localhost ~]$ ls -ld /var/lib/nfs/* -rw-r--r-- 1 root root 0 Nov 12 07:38 /var/lib/nfs/etab -rw-r--r-- 1 root root 0 Nov 12 07:38 /var/lib/nfs/rmtab drwxr-xr-x 7 root root 0 Dec 8 14:56 /var/lib/nfs/rpc_pipefs drwx------ 4 rpcuser rpcuser 4096 Nov 12 07:38 /var/lib/nfs/statd -rw------- 1 root root 0 Nov 12 07:38 /var/lib/nfs/state drwxr-xr-x 2 root root 4096 Nov 12 07:38 /var/lib/nfs/v4recovery -rw-r--r-- 1 root root 0 Nov 12 07:38 /var/lib/nfs/xtab
[tru@localhost ~]$ rpm -qf /var/lib/nfs/ nfs-utils-1.0.9-24.el5.x86_64 [tru@localhost ~]$ rpm --verify -q nfs-utils ..?..... c /var/lib/nfs/state [tru@localhost ~]$ rpm -qf /var/lib/nfs/* nfs-utils-1.0.9-24.el5.x86_64 nfs-utils-1.0.9-24.el5.x86_64 nfs-utils-1.0.9-24.el5.x86_64 nfs-utils-1.0.9-24.el5.x86_64 nfs-utils-1.0.9-24.el5.x86_64 nfs-utils-1.0.9-24.el5.x86_64 nfs-utils-1.0.9-24.el5.x86_64
Cheers,
Tru