Advertisement
Guest User

Untitled

a guest
Apr 24th, 2016
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. Last login: Sun Apr 24 18:45:23 2016 from 192.168.1.1
  2. root@en0ch:~# systemctl status nfs-mountd.service
  3. ● nfs-mountd.service - NFS Mount Daemon
  4. Loaded: loaded (/lib/systemd/system/nfs-mountd.service; static; vendor preset: enabled)
  5. Active: failed (Result: exit-code) since Sun 2016-04-24 18:59:39 CEST; 1min 6s ago
  6. Process: 1511 ExecStart=/usr/sbin/rpc.mountd $RPCMOUNTDARGS (code=exited, status=1/FAILURE)
  7.  
  8. Apr 24 18:59:39 en0ch.se systemd[1]: Starting NFS Mount Daemon...
  9. Apr 24 18:59:39 en0ch.se rpc.mountd[1511]: mountd: could not create listeners
  10. Apr 24 18:59:39 en0ch.se systemd[1]: nfs-mountd.service: Control process exited, code=exited status=1
  11. Apr 24 18:59:39 en0ch.se systemd[1]: Failed to start NFS Mount Daemon.
  12. Apr 24 18:59:39 en0ch.se systemd[1]: nfs-mountd.service: Unit entered failed state.
  13. Apr 24 18:59:39 en0ch.se systemd[1]: nfs-mountd.service: Failed with result 'exit-code'.
  14. root@en0ch:~# sytemctl start nfs-server
  15. No command 'sytemctl' found, did you mean:
  16. Command 'systemctl' from package 'systemd' (main)
  17. sytemctl: command not found
  18. root@en0ch:~# systemctl start nfs-server
  19. root@en0ch:~# systemctl status nfs-mountd.service
  20. ● nfs-mountd.service - NFS Mount Daemon
  21. Loaded: loaded (/lib/systemd/system/nfs-mountd.service; static; vendor preset: enabled)
  22. Active: active (running) since Sun 2016-04-24 19:13:08 CEST; 5s ago
  23. Process: 2718 ExecStart=/usr/sbin/rpc.mountd $RPCMOUNTDARGS (code=exited, status=0/SUCCESS)
  24. Main PID: 2720 (rpc.mountd)
  25. Tasks: 1 (limit: 512)
  26. CGroup: /system.slice/nfs-mountd.service
  27. └─2720 /usr/sbin/rpc.mountd --manage-gids
  28.  
  29. Apr 24 19:13:08 en0ch.se systemd[1]: Starting NFS Mount Daemon...
  30. Apr 24 19:13:08 en0ch.se rpc.mountd[2720]: Version 1.2.8 starting
  31. Apr 24 19:13:08 en0ch.se systemd[1]: Started NFS Mount Daemon.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement