Posts by cheegh6F

    Hi,


    happy OMV user for many years. I export one filesystem via NFS to a client since I use symlinks and CIFS can't deal with them.


    All of this worked without (too many) issues for years, but since a few days ago it stopped working. I can still mount the NFS share

    on the client, but when I try to access the directory I get

    # ls /nas/videos

    ls: cannot open directory '/nas/videos': Permission denied

    no matter which local user I use. I didn't change anything (tm). The nfs share is mounted with:

    Code
    192.168.178.59:/videos on /nas/videos type nfs4 (rw,relatime,vers=4.2,rsize=524288,wsize=524288,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.178.125,local_lock=none,addr=192.168.178.59)

    The problem is that I really struggle to find a good starting point for debugging. I created a new

    folder and shared it via NFS. Now when I try to mount this one I can access the folder without the

    permission error, but I don't see any content in there.


    Code
    192.168.178.59:/test on /mnt type nfs4 (rw,relatime,vers=4.2,rsize=524288,wsize=524288,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.178.125,local_lock=none,addr=192.168.178.59)


    I feel that I screwed my config pretty badly and don't know how to continue. Mount via CIFS works properly,

    but as said I don't want to use this due to the symlinks. Any pointers how I can continue?


    Hi,


    I get "Pending configuration changes" mails with this text

    The configuration has been changed. You must apply the changes in order for them to take effect.

    from time to time. I have ssh access to the box and would like to apply the changes on the command line. I know I can do this on the web ui, but due to the (IMHO misguided) decision to prevent passwords from being saved there I have to unlock my pw manager, which is a hassle due to 2fa and a strong pw.


    Is there a way to apply the changes on the command line? I had a look at the omv-* binaries but couldn't figure out how to do it.


    Thanks