Advertisement
_dinsdale

nfs hates me

Jul 20th, 2017
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. #after startup the nfsd is stopped so I start it. It complains that there is
  2. # no /etc/exports file but it was already there (note the cat /etc/exports that has content!)
  3. russellh@prescott:~% sudo service nfsd status
  4. * status: stopped
  5. russellh@prescott:~% sudo service nfsd start
  6. * /etc/exports does not exist, creating!
  7. * Starting Service remote NFS mount requests ... [ ok ]
  8. * Starting Generic Security Services Daemon ... [ ok ]
  9. * NFSv4 is disabled
  10. * Starting NFSd ... [ ok ]
  11. russellh@prescott:~% cat /etc/exports
  12. /nfs/fbsd/imx6
  13. russellh@prescott:~% showmount 192.168.2.245
  14. Hosts on 192.168.2.245:
  15. russellh@prescott:~%
  16.  
  17. #Open ports:
  18. 2049/tcp
  19. 2049/udp
  20. 111/udp
  21. 111/tcp
  22.  
  23. #rc.conf
  24. russellh@prescott:~% cat /etc/rc.conf
  25. rc_parallel="NO"
  26. rc_logger="YES"
  27. rc_log_path="/var/log/rc.log"
  28. linux_enable="YES"
  29. kldload_nvidia="nvidia-modeset nvidia"
  30. # Auto-Enabled NICs from pc-sysinstall
  31. ifconfig_re0="DHCP"
  32. # Auto-Enabled NICs from pc-sysinstall
  33. ifconfig_re0_ipv6="inet6 accept_rtadv"
  34. hostname="prescott.highfell.local"
  35. zfs_enable="YES"
  36. if_rtwn_load="YES"
  37. sshd_enable="YES"
  38. wlans_iwn0="wlan0"
  39. webcamd_enable="YES"
  40.  
  41. ezjail_enable="YES"
  42.  
  43. #nfs
  44. rpcbind_enable="YES"
  45. nfs_server_enable="YES"
  46. mountd_flags="-r"
  47.  
  48. #nfs client
  49. nfs_client_enable="YES"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement