Can't get NFS to work under 3.0.76

  • Hello,


    just wanted to give the new OMV version a spin, but I encounter some problems with NFS.


    I setup everything like I had on my OMV2 installation, yet:


    Code
    showmount -e OMV3IP
    RPC: Port mapper failure - Unable to receive: errno 111 (Connection refused)
    
    
    rpcinfo -p OMV3IP 
    RPC: Port mapper failure - Unable to receive: errno 111 (Connection refused)



    But on the OMV3 box everything seems fine:



    and:


    Code
    root@omv3:~# cat /etc/exports
    # This configuration file is auto-generated.
    # WARNING: Do not edit this file, your changes will be lost.
    #
    # /etc/exports: the access control list for filesystems which may be exported
    #               to NFS clients.  See exports(5).
    /export/test1 192.168.11.0/24(fsid=1,rw,subtree_check,secure)
    # NFSv4 - pseudo filesystem root
    /export 192.168.11.0/24(ro,fsid=0,root_squash,no_subtree_check,hide)


    Both machines, client and OMV3, are in the same subnet.
    I can ping from one to the respective other.


    What could be the issue here?

  • I found the solution in another thread here on the forum:



    I had this problem as well. This fixed it for me:



    • Check to see if you have a file /sbin/start-stop-daemon.REAL
    • If you do:

      • mv /sbin/start-stop-daemon.REAL /sbin/start-stop-daemon

    Supposedly this should be done after the OS installation, but for some reason it is not triggered.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!