Beiträge von Zipper1024

    Hi


    I just ran an OMV 6.0 Update and now I cannot get into my OMV Menu, every time I try and select on a menu option I get the following error.

    "Software Error. Press left mouse button to continue. obsolete data cache found. Page will be reloaded"


    It seems like the docker configuration was also affected because I cannot get into Portainer and when I went through the console none of my containers were listed.


    Are there any suggestions on getting the configuration back or are we looking at a reload ?


    Thanks

    ls Output
    root@NovaOMVault:~# ls -al /srv/
    total 144
    drwxr-xr-x 11 root root 4096 Apr 18 21:00 .
    drwxr-xr-x 23 root root 4096 Apr 15 00:16 ..
    drwxr-xr-x 2 root root 20480 Apr 12 22:25 36793549-9cf1-41ae-8733-afd189cf64cd
    drwxr-xr-x 2 root root 40960 Apr 18 11:55 9351a58b-3de2-4741-ab95-9aaefbb89952
    drwxr-xr-x 2 root root 49152 Apr 18 17:14 940342c2-cf64-4b4e-b399-5cae1af06d20
    drwxrwxrwx 1 root root 4096 Dec 6 22:02 dev-disk-by-id-ata-SAMSUNG_HD103UI_S1PGJ1NQ900263-part1
    drwxrwxrwx 1 root root 4096 Nov 23 23:48 dev-disk-by-id-ata-SAMSUNG_HD103UI_S1PGJ1NQ900508-part1


    Mount Output
    //192.168.2.20/Series1 on /srv/9351a58b-3de2-4741-ab95-9aaefbb89952 type cifs (rw,relatime,vers=1.0,cache=strict,username=xxx,domain=SERVER1,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.2.20,file_mode=0755,dir_mode=0755,nounix,serverino,mapposix,rsize=61440,wsize=65536,echo_interval=60,actimeo=1,_netdev)
    //192.168.2.20/Series2 on /srv/940342c2-cf64-4b4e-b399-5cae1af06d20 type cifs (rw,relatime,vers=1.0,cache=strict,username=xxx,domain=SERVER1,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.2.20,file_mode=0755,dir_mode=0755,nounix,serverino,mapposix,rsize=61440,wsize=65536,echo_interval=60,actimeo=1,_netdev)
    //192.168.2.20/Series3 on /srv/36793549-9cf1-41ae-8733-afd189cf64cd type cifs (rw,relatime,vers=1.0,cache=strict,username=xxx,domain=SERVER,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.2.20,file_mode=0755,dir_mode=0755,nounix,serverino,mapposix,rsize=61440,wsize=65536,echo_interval=60,actimeo=1,_netdev)

    The problem is when configuring the plugin and trying to specify a directory, most of the the plugin looks and the system disk and ignores the OMV created shared folder so the only folder I can find that is mounted that looks at my share is the "/srv"/ folder.


    My scenario is that most of media sits on another server and I want "sickbeard" or "sonarr" to move the files directly to the media server what is the best way to accomplish that
    - Which directory do I specify that allows me to configure the permissions as the directory in "/srv" give me permission denied when I try to do a chmod
    - Or how do I configure the sonarr/sickbeard user account to have some kind of root access that will allow write access ?

    Hi
    I am using the Remote Mount plug-in so that some of the Plugins like Deluge, Sickbeard, etc. have Read Write access to the SMB Shares on my Network.


    I used the Remote Mount Plug-In to create a Link to an SMB share on my Network.
    I go to the "/srv/" directory and ensure that the directory is there and is working
    I use an SSH session to copy a file to ensure that root has the ability to copy a file onto share


    That all works but when it comes to the config of the plugins I get stuck. I cannot use the "/srv" directory directly in the Plugin configuration as only "root" has RW access to them.
    If I tried to create a Shared Folder it will create the Folder on the Actual SMB Share


    I cannot found a folder on the filesystem that links to my remote share except for the one in the "/srv\" directory


    Have I missed a step ?