Jump to content

klavinsd

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by klavinsd

  1. On 4/8/2023 at 11:00 PM, klavinsd said:

    Hi, I'm having 2 issues with my setup. I'm on Windows 11, running this with Docker-Desktop. I'm starting the docker image from Ubuntu WSL. Launching using the following config:

     

    docker run -d \
        --memory=100MB \
        --cpus="0.1" \
        --cap-add=NET_ADMIN \
        -p 6881:6881 \
        -p 6881:6881/udp \
        -p 8080:8080 \
        -p 8118:8118 \
        --name=qbittorrentvpn \
        -v /mnt/e:/data \
        -v /mnt/e/qBittorrentDocker:/config \
        -v /etc/localtime:/etc/localtime:ro \
        -e VPN_ENABLED=yes \
        -e VPN_PROV=custom \
        -e VPN_CLIENT=openvpn \
        -e STRICT_PORT_FORWARD=no \
        -e ENABLE_PRIVOXY=no \
        -e DEBUG=false \
        -e WEBUI_PORT=8080 \
        -e UMASK=000 \
        -e UID=1000 \
        -e PID=1000 \
        binhex/arch-qbittorrentvpn

    UID 1000 is my Ubuntu WSL user

     

    Problem 1: sed: preserving permissions for ‘/config/qBittorrent/config/sedzRuF7u’: Operation not permitted

    The config folder is located is located in an external drive connected to my PC, and using -v /mnt/e/config:config

    All of the files within /config/qBittorrent/config/ folder have rwxrwxrwx permissions with group and owner being 1000

    I have also granted Full Access permissions for the folder for Users user from Windows side of the drive (not sure how what kind of user Windows interprets the WSL Ubuntu as)

     

     

    Problem 2:

    When restarting the container, all of the torrent files get re-checked, which takes quite some time even for few torrents.

    Download location for the torrents is in the -v /mnt/e:/data \ directory. Why is qBittorrent re-checking torrents every time the container restarts? The same behaviour doesn't happen if I was running qBittorrent on a PC and restarted it. How can I fix this?

    Bump

  2. Hi, I'm having 2 issues with my setup. I'm on Windows 11, running this with Docker-Desktop. I'm starting the docker image from Ubuntu WSL. Launching using the following config:

     

    docker run -d \
        --memory=100MB \
        --cpus="0.1" \
        --cap-add=NET_ADMIN \
        -p 6881:6881 \
        -p 6881:6881/udp \
        -p 8080:8080 \
        -p 8118:8118 \
        --name=qbittorrentvpn \
        -v /mnt/e:/data \
        -v /mnt/e/qBittorrentDocker:/config \
        -v /etc/localtime:/etc/localtime:ro \
        -e VPN_ENABLED=yes \
        -e VPN_PROV=custom \
        -e VPN_CLIENT=openvpn \
        -e STRICT_PORT_FORWARD=no \
        -e ENABLE_PRIVOXY=no \
        -e DEBUG=false \
        -e WEBUI_PORT=8080 \
        -e UMASK=000 \
        -e UID=1000 \
        -e PID=1000 \
        binhex/arch-qbittorrentvpn

    UID 1000 is my Ubuntu WSL user

     

    Problem 1: sed: preserving permissions for ‘/config/qBittorrent/config/sedzRuF7u’: Operation not permitted

    The config folder is located is located in an external drive connected to my PC, and using -v /mnt/e/config:config

    All of the files within /config/qBittorrent/config/ folder have rwxrwxrwx permissions with group and owner being 1000

    I have also granted Full Access permissions for the folder for Users user from Windows side of the drive (not sure how what kind of user Windows interprets the WSL Ubuntu as)

     

     

    Problem 2:

    When restarting the container, all of the torrent files get re-checked, which takes quite some time even for few torrents.

    Download location for the torrents is in the -v /mnt/e:/data \ directory. Why is qBittorrent re-checking torrents every time the container restarts? The same behaviour doesn't happen if I was running qBittorrent on a PC and restarted it. How can I fix this?

×
×
  • Create New...