haugene / docker-transmission-openvpn

Docker container running Transmission torrent client with WebUI over an OpenVPN tunnel
GNU General Public License v3.0
4.13k stars 1.21k forks source link

Node is not a swarm manager #1714

Closed pnewell closed 3 years ago

pnewell commented 3 years ago

Before creating this issue I have:

Describe the problem

I installed the container and then run it using the below command. Seems to work fine, transmission works fine, things download. After about 5-10 minutes, it crashes. I have tried restarting, resetting docker and starting from scratch, but I always end up with things crashing.

9 out of 10 times I get this Fatal Error:

2021-02-12T00:50:20Z dockerd time="2021-02-12T00:50:20.740324417Z" level=error msg="Handler for GET /v1.24/services returned error: This node is not a swarm manager. Use \"docker swarm init\" or \"docker swarm join\" to connect this node to swarm and try again."

I have also gotten this one before:

2021-02-12T00:44:51Z dockerd time="2021-02-12T00:44:51.179175502Z" level=info msg="API listen on /run/guest-services/docker.sock"

Add your docker run command or docker-compose file

docker run --cap-add=NET_ADMIN -d \ 
              -v /Users/myname/docker/transmission-openvpn/:/data \
              -e OPENVPN_PROVIDER=PROTONVPN \
              -e OPENVPN_CONFIG=ch-10.protonvpn.com.udp \
              -e OPENVPN_USERNAME=ABC \
              -e OPENVPN_PASSWORD=XYZ \
              -e LOCAL_NETWORK=192.168.0.0/16 \
              --log-driver json-file \
              --log-opt max-size=10m \
              -p 9091:9091 \
              haugene/transmission-openvpn

Logs

STARTING TRANSMISSION
Transmission startup script complete.
2021-02-12 00:51:33 /sbin/ip route add 185.159.157.19/32 via 172.17.0.1
2021-02-12 00:51:33 /sbin/ip route add 0.0.0.0/1 via 10.18.0.1
2021-02-12 00:51:33 /sbin/ip route add 128.0.0.0/1 via 10.18.0.1
2021-02-12 00:51:33 Initialization Sequence Completed
2021-02-12 00:52:42 AEAD Decrypt error: bad packet ID (may be a replay): [ #935204 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warnings
2021-02-12 00:52:42 AEAD Decrypt error: bad packet ID (may be a replay): [ #935205 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warnings
2021-02-12 00:52:42 AEAD Decrypt error: bad packet ID (may be a replay): [ #935206 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warnings
2021-02-12 00:52:42 AEAD Decrypt error: bad packet ID (may be a replay): [ #935207 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warnings

Host system:

Mac OS 11.3 Beta, Macbook Air M1
pkishino commented 3 years ago

have you checked here : #1388 ?

pnewell commented 3 years ago

I did take a look but I cannot find much similarity with my setup?

pnewell commented 3 years ago

Maybe this is an issue with the new M1 Macs. I guess I was hoping to find out if it was my Mac or an issue with ProtonVPN because if so I would be willing to pay for/try a different VPN

pkishino commented 3 years ago

the transmission logs look fine, I don't have an m1 mac but wondering if there is some docker issue at hand here

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] commented 3 years ago

Feel free to re-open this issue if you think it deserves another look.

pkishino commented 3 years ago

@pnewell any update on this? is this still an issue?