18 Oct
2012
18 Oct
'12
8:53 a.m.
Am 17.10.2012 20:42, schrieb Martín Cigorraga:
Hi! I got this:
( 7/11) upgrading nfs-utils [----------------------------------------------] 100% warning: directory permissions differ on var/lib/nfs/rpc_pipefs/ filesystem: 555 package: 755
It's safe to just chmod the /var/lib/nfs/prc_pipefs directory to 755 by hand? Thank you!
rpc_pipefs is a mount point of a virtual file system: $ findmnt /var/lib/nfs/rpc_pipefs/ TARGET SOURCE FSTYPE OPTIONS /var/lib/nfs/rpc_pipefs rpc_pipefs rpc_pipefs rw,relatime The kernel sets the permissions of the mount point the right way. Don't touch it.