13.01.2018 11:42, Paul Neuwirth пишет: ...
you have dependency loop apparently due ti /home/pane/.gnupg mount. Please show /etc/fstab line for this filesystem. Is it on iSCSI?
interesting... that could be the cause (also for the other machines...) the relevant lines are: alpha.swabian.net:/storage /storage nfs soft,timeo=50,retrans=5,actimeo=10,retry=5,nofail 0 0 /storage/pane/.gnupg /home/pane/.gnupg none defaults,bind,auto 0 0
Try adding _netdev to /home/pane/.gnupg options, so it will be ordered after networking is up.
but I do not understand why. It's on NFS, or better to say a bind mount to a NFS directory.
mount says: alpha.swabian.net:/storage on /storage type nfs4 (rw,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,acregmin=10,acregmax=10,acdirmin=10,acdirmax=10,soft,proto=tcp,port=0,timeo=50,retrans=5,sec=sys,clientaddr=172.18.0.81,local_lock=none,addr=172.18.0.1) alpha.swabian.net:/storage/pane/.gnupg on /home/pane/.gnupg type nfs4 (rw,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,acregmin=10,acregmax=10,acdirmin=10,acdirmax=10,soft,proto=tcp,port=0,timeo=50,retrans=5,sec=sys,clientaddr=172.18.0.81,local_lock=none,addr=172.18.0.1)
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org