Jump to content

AceBlade258

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by AceBlade258

  1. Okay, after testing the seedbox container for a couple days, I am setting it up on the server it is going to live on. The entire config remains the same as my previous (I had to add the :z option to the binds because selinux is enabled). For some reason, no matter what I do I am getting this error:

     

    2016-08-06 14:21:15,120 DEBG 'start-script' stdout output:
    Sat Aug  6 14:21:15 2016 ROUTE_GATEWAY 172.17.0.1/255.255.0.0 IFACE=eth0 HWADDR=02:42:ac:11:00:02
    Sat Aug  6 14:21:15 2016 ROUTE6: default_gateway=UNDEF
    Sat Aug  6 14:21:15 2016 ERROR: Cannot open TUN/TAP dev /dev/net/tun: No such device (errno=19)
    Sat Aug  6 14:21:15 2016 Exiting due to fatal error
    2016-08-06 14:21:15,121 DEBG 'start-script' stdout output:
    [warn] VPN connection terminated
    2016-08-06 14:21:15,126 DEBG 'start-script' stdout output:
    [warn] Restarting VPN connection in 10 mins

     

    My docker Run Command:

     

    docker run -d --cap-add=NET_ADMIN \
    -p 8112:8112 \
    --name=seedbox \
    -v /files/bittorrent/seeding:/data:z \
    -v /files/bittorrent/config:/config:z \
    -v /etc/localtime:/etc/localtime:ro \
    -e VPN_ENABLED=yes \
    -e VPN_PORT=53 \
    -e VPN_USER=[username] \
    -e VPN_PASS=[supersectrepassword] \
    -e VPN_PROTOCOL=udp \
    -e VPN_PROV=custom \
    -e VPN_REMOTE=[gateway defined in ovpn file] \
    -e ENABLE_PRIVOXY=no \
    -e LAN_NETWORK=172.31.1.0/24 \
    -e DEBUG=false -e PUID=1327600007 \
    -e PGID=1327600004 \
    binhex/arch-delugevpn

     

    Only difference I can come up with is that I am using the Fedora repo instead of the Docker repo? I'm giving that a try now that I've thought of it.

     

    Edit: turns out that was the issue. Use docker from the docker repos for best results.

  2. yep sounds like its working fine you now need to configure deluge to use the /data folder, its not pre set to use this, so simply set your incomplete and completed folders, watched folder etc to use /data/<optional structure folders>

     

    Well derp then, derp I'll derp just derp see derp myself derp out...

     

    Thanks much!

     

    derpderpderpderpderpderp

  3. docker run -d --cap-add=NET_ADMIN \
    -p 8112:8112 \
    --name=seedbox \
    -v /files/bittorrent/data:/data \
    -v /files/bittorrent/config:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e VPN_ENABLED=yes \
    -e VPN_PORT=53 \
    -e VPN_USER=username \
    -e VPN_PASS=password \
    -e VPN_PROTOCOL=udp \
    -e VPN_PROV=custom \
    -e VPN_REMOTE=<address in ovpn file> \
    -e ENABLE_PRIVOXY=no \
    -e LAN_NETWORK=172.31.1.0/24 \
    -e DEBUG=false \
    -e PUID=1327600007 \
    -e PGID=1327600004 \
    binhex/arch-delugevpn

     

    The ID's are so long because FreeIPA. Running "

    docker exec seedbox ls /home/nobody/Incompletes

    " shows the torrent I downloaded; but that torrent is complete.

  4. Let me open by saying thanks! I was going to build almost exactly this when I found it, and you saved me a bunch of work!

     

    I'm trying to use a custom VPN provider (HMA if it matters), and am getting an error:

     

    [crit] VPN provider remote gateway not defined (via -e VPN_REMOTE), exiting...

     

    Q2 says this is undefined, or am I just misreading that answer? The tunnel address is defined in the ovpn file.

×
×
  • Create New...