Re: [opensuse-kde] NIS / YP Bind error with KR47 (user and group are nobody and not the right one)
----- Ursprüngliche Nachricht ----- Von: Anders Johansson Gesendet: 30.12.11 21:26 Uhr An: opensuse-kde@opensuse.org Betreff: Re: [opensuse-kde] NIS / YP Bind error with KR47 (user and group are nobody and not the right one)
I don't think this is kde related, I think it is systemd related. I'm guessing you are using nfsv4, and that the nfs services (rpc_pipefs and rpc.idmapd) aren't starting. Yes I'm using NFSv4 - but rpc.idmapd is running. rpc_pipefs is mounted but not running - see answers:
$ ps ax | grep rpc 2622 ? Ss 0:00 /sbin/rpcbind 2639 ? S< 0:00 [rpciod] 2665 ? Ss 0:00 /usr/sbin/rpc.idmapd $ rcnfs status Checking for mounted nfs shares (from /etc/fstab): running $ mount | grep pipe rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
If this matches your environment, it is a bug in systemd that has been reported in bugzilla. As a workaround, you can either switch to sysvinit, which works, or you can mount the pipefs manually with
mount -t rpc_pipefs rpc_pipefs /var/lib/nfs/rpc_pipefs
This should not the error: $ mount -t rpc_pipefs rpc_pipefs /var/lib/nfs/rpc_pipefs mount: rpc_pipefs already mounted or /var/lib/nfs/rpc_pipefs busy mount: according to mtab, rpc_pipefs is already mounted on /var/lib/nfs/rpc_pipefs
and then start idmapd with
startproc /usr/sbin/rpc.idmapd Is also running - see above.
if you do this while the nfs directory is unmounted, the next time it mounts you should see the correct user IDs. So - i will test it later on - if the sequence is not the right one. I send the result after the next reboot.
Ulf -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
participants (1)
-
"Ulf Bartholomäus"