binhex / arch-delugevpn

Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN
GNU General Public License v3.0
695 stars 112 forks source link

Failed call to `kill` #392

Closed samvv closed 7 months ago

samvv commented 7 months ago

When running this image using ProtonVPN and WireGuard, I get the the following messages:

deluge-1   | [info] Script finished to assign incoming port
deluge-1   | 
deluge-1   | 2024-03-05 21:20:34,512 DEBG 'start-script' stderr output:
deluge-1   | kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]

The web UI fails of Deluge to load, either due to this issue or due to another.

samvv commented 7 months ago

On that note: start.sh seems to be missing from this repository. I was going to debug this but can only find references to the script.

binhex commented 7 months ago

ensure you follow Q31:- https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md

samvv commented 7 months ago

I'm assuming that fixes my issue. Closing this for now.