Beiträge von pangy

    Hi there, I have spent a couple of weeks desperately searching and researching this to fix. Hoping someone experienced can look at this and understand where I am going wrong.


    I have a portainer/docker/transmission/sonarr build omv 6 with ext4 file systems and it all works except:

    • can't move files in windows without this permissions error

    • automatic moves don't work in Sonarr
    Code
    Error|DownloadedEpisodesImportService|Import failed, path does not exist or is not accessible by Sonarr:

    Here is my docker compose:

    version: '3.3'

    services:

    transmission-openvpn:

    volumes:

    - /srv/dev-disk-by-uuid-8395a695-69a1-44b4-96d0-4c4a79f9ef70/NASA:/data


    restart: always

    cap_add:

    - NET_ADMIN

    environment:

    - PUID=1000

    - PGID=100

    - CREATE_TUN_DEVICE=true

    - OPENVPN_PROVIDER=PIA

    - OPENVPN_CONFIG=netherlands

    - OPENVPN_USERNAME=x

    - OPENVPN_PASSWORD=x

    - LOCAL_NETWORK=192.168.0.0/24

    - OPENVPN_OPTS=--inactive 3600 --ping 10 --ping-exit 60

    - WEBPROXY_ENABLED=false

    - TRANSMISSION_SCRAPE_PAUSED_TORRENTS_ENABLED=false

    - DNS=8.8.8.8,8.8.4.4

    logging:

    driver: json-file

    options:

    max-size: 10m

    ports:

    - 9091:9091

    - 9117:9117

    - 7878:7878

    - 8989:8989

    - 8686:8686

    - 5299:5299

    image: haugene/transmission-openvpn

    jackett:

    image: linuxserver/jackett

    container_name: jackett

    network_mode: "service:transmission-openvpn"

    environment:

    - PUID=1000

    - PGID=100

    - TZ=Australia/Brisbane

    - AUTO_UPDATE=true #optional

    - RUN_OPTS=#optional

    volumes:

    - /srv/dev-disk-by-uuid-8395a695-69a1-44b4-96d0-4c4a79f9ef70/NASA/appdata/jackett:/config

    - /srv/dev-disk-by-uuid-8395a695-69a1-44b4-96d0-4c4a79f9ef70/NASA/downloads/watch:/downloads

    restart: unless-stopped

    radarr:

    image: linuxserver/radarr

    network_mode: "service:transmission-openvpn"

    container_name: radarr

    environment:

    - PUID=1000

    - PGID=100

    - TZ=America/New_York


    volumes:

    - /srv/dev-disk-by-uuid-8395a695-69a1-44b4-96d0-4c4a79f9ef70/NASA/appdata/radarr:/config

    - /srv/dev-disk-by-uuid-8395a695-69a1-44b4-96d0-4c4a79f9ef70/NASA/media/movies:/movies

    - /srv/dev-disk-by-uuid-8395a695-69a1-44b4-96d0-4c4a79f9ef70/NASA/downloads/completed:/downloads

    restart: unless-stopped

    sonarr:

    image: linuxserver/sonarr

    network_mode: "service:transmission-openvpn"

    container_name: sonarr

    environment:

    - PUID=1000

    - PGID=100

    - TZ=Australia/Brisbane


    volumes:

    - /srv/dev-disk-by-uuid-8395a695-69a1-44b4-96d0-4c4a79f9ef70/NASA/appdata/sonarr:/config

    - /srv/dev-disk-by-uuid-8395a695-69a1-44b4-96d0-4c4a79f9ef70/NASA/video:/tv

    - /srv/dev-disk-by-uuid-8395a695-69a1-44b4-96d0-4c4a79f9ef70/NASA/downloads/completed:/downloads

    restart: unless-stopped

    lidarr:

    image: linuxserver/lidarr

    network_mode: "service:transmission-openvpn"

    container_name: lidarr

    environment:

    - PUID=1000

    - PGID=100

    - TZ=America/New_York


    volumes:

    - /srv/dev-disk-by-uuid-8395a695-69a1-44b4-96d0-4c4a79f9ef70/NASA/appdata/lidarr:/config

    - /srv/dev-disk-by-uuid-8395a695-69a1-44b4-96d0-4c4a79f9ef70/NASA/media/music:/music

    - /srv/dev-disk-by-uuid-8395a695-69a1-44b4-96d0-4c4a79f9ef70/NASA/downloads/completed:/downloads

    restart: unless-stopped

    lazylibrarian:

    image: linuxserver/lazylibrarian

    network_mode: "service:transmission-openvpn"

    container_name: lazylibrarian

    environment:

    - PUID=1000

    - PGID=100

    - TZ=America/New_York

    #- DOCKER_MODS=linuxserver/calibre-web:calibre #optional

    volumes:

    - /srv/dev-disk-by-uuid-8395a695-69a1-44b4-96d0-4c4a79f9ef70/NASA/appdata/lazylibrarian:/config

    - /srv/dev-disk-by-uuid-8395a695-69a1-44b4-96d0-4c4a79f9ef70/NASA/downloads/completed:/downloads

    - /srv/dev-disk-by-uuid-8395a695-69a1-44b4-96d0-4c4a79f9ef70/NASA/media/ebooks:/books

    restart: unless-stopped


    Other things I've noticed that may be important:



    1. I can use resetperms plugin, however it reverts back to the problem. I have also tried chmod the data directory, which reverts after reboot
    2. the omv user I've tried to use is called bluewater and is puid 1000;pgid 100 and this is the output of the ls -l

    root@527d9e0f7ec4:/# ls -l

    total 80

    lrwxrwxrwx 1 root root 7 Aug 16 02:02 bin -> usr/bin

    drwxrwxrwx 1 root root 4096 Apr 18 2022 boot

    drwxr-xr-x 3 abc abc 4096 Oct 23 05:14 config

    drwxrwsrwx+ 15 root abc 4096 Oct 25 08:01 data

    drwxr-xr-x 6 root root 360 Oct 28 22:59 dev

    drwxrwxrwx 1 root root 4096 Oct 28 02:54 etc

    drwxrwxrwx 1 root root 4096 Apr 18 2022 home

    lrwxrwxrwx 1 root root 7 Aug 16 02:02 lib -> usr/lib

    lrwxrwxrwx 1 root root 9 Aug 16 02:02 lib32 -> usr/lib32

    lrwxrwxrwx 1 root root 9 Aug 16 02:02 lib64 -> usr/lib64

    lrwxrwxrwx 1 root root 10 Aug 16 02:02 libx32 -> usr/libx32

    drwxrwxrwx 1 root root 4096 Aug 16 02:03 media

    drwxrwxrwx 1 root root 4096 Aug 16 02:03 mnt

    drwxrwxrwx 1 root root 4096 Sep 5 06:23 opt

    dr-xr-xr-x 264 root root 0 Oct 28 22:59 proc

    drwxrwxrwx 1 root root 4096 Aug 16 02:06 root

    drwxrwxrwx 1 root root 4096 Aug 16 02:06 run

    lrwxrwxrwx 1 root root 8 Aug 16 02:02 sbin -> usr/sbin

    drwxrwxrwx 1 root root 4096 Aug 16 02:03 srv

    dr-xr-xr-x 13 root root 0 Oct 28 22:59 sys

    drwxrwxrwx 1 root root 4096 Oct 29 00:00 tmp

    drwxrwxrwx 1 root root 4096 Aug 16 02:03 usr

    drwxrwxrwx 1 root root 4096 Aug 16 02:06 va