Advertisement
dabbill

Untitled

Jan 23rd, 2016
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. 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.
  2. mount.nfs4: rpc.statd is not running but is required for remote locking.
  3. mount.nfs4: Either use '-o nolock' to keep locks local, or start statd.
  4. Traceback (most recent call last):
  5. File "/home/dabbill/bin/mount-nfs-zerock.py", line 38, in <module>
  6. mount_share(share, SHARES[share])
  7. File "/home/dabbill/bin/mount-nfs-zerock.py", line 22, in mount_share
  8. NFS_HOST + ':' + src, dest])
  9. File "/usr/lib/python3.5/subprocess.py", line 584, in check_call
  10. raise CalledProcessError(retcode, cmd)
  11. 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
  12.  
  13. During handling of the above exception, another exception occurred:
  14.  
  15. Traceback (most recent call last):
  16. File "/home/dabbill/bin/mount-nfs-zerock.py", line 42, in <module>
  17. except CalledProcessError:
  18. NameError: name 'CalledProcessError' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement