Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Job for rpc-statd.service failed because the control process exited with error code. See "systemctl status rpc-statd.service" and "journalctl -xe" for details.
- mount.nfs4: rpc.statd is not running but is required for remote locking.
- mount.nfs4: Either use '-o nolock' to keep locks local, or start statd.
- Traceback (most recent call last):
- File "/home/dabbill/bin/mount-nfs-zerock.py", line 38, in <module>
- mount_share(share, SHARES[share])
- File "/home/dabbill/bin/mount-nfs-zerock.py", line 22, in mount_share
- NFS_HOST + ':' + src, dest])
- File "/usr/lib/python3.5/subprocess.py", line 584, in check_call
- raise CalledProcessError(retcode, cmd)
- subprocess.CalledProcessError: Command '['sudo', 'mount', '-t', 'nfs4', '-o', 'timeo=10,_netdev,users', '192.168.1.10:/mnt/tank/bankup', '/mnt/NFS/backup']' returned non-zero exit status 32
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/home/dabbill/bin/mount-nfs-zerock.py", line 42, in <module>
- except CalledProcessError:
- NameError: name 'CalledProcessError' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement