binhex / arch-sabnzbdvpn

Docker build script for Arch Linux base with SABnzbd, Privoxy and OpenVPN
GNU General Public License v3.0
51 stars 9 forks source link

`dos2unix.sh` No such file or directory #13

Closed jdstemmler-neal closed 4 years ago

jdstemmler-neal commented 4 years ago

When starting the container after recent update, I'm getting the following error in the logs:

/usr/local/bin/init.sh: line 145: /usr/local/bin/dos2unix.sh: No such file or directory which seems to be related to the change from the most recent commit.

Running on UnRaid 6.7.2, updating from a previous version.

Full log output:

Created by...
___. .__ .__
\_ |__ |__| ____ | |__ ____ ___ ___
| __ \| |/ \| | \_/ __ \\ \/ /
| \_\ \ | | \ Y \ ___/ > <
|___ /__|___| /___| /\___ >__/\_ \
\/ \/ \/ \/ \/
https://hub.docker.com/u/binhex/

2019-10-16 22:09:11.990963 [info] System information Linux 0a7a8d51bbe3 4.19.56-Unraid #1 SMP Tue Jun 25 10:19:34 PDT 2019 x86_64 GNU/Linux
2019-10-16 22:09:12.014746 [info] PUID defined as '99'
2019-10-16 22:09:12.310097 [info] PGID defined as '100'
2019-10-16 22:09:12.603285 [info] UMASK defined as '000'
2019-10-16 22:09:12.623040 [info] Permissions already set for volume mappings
2019-10-16 22:09:12.646245 [info] VPN_ENABLED defined as 'yes'
2019-10-16 22:09:12.671564 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/**_****-aes-128-cbc-udp-dns.ovpn
/usr/local/bin/init.sh: line 145: /usr/local/bin/dos2unix.sh: No such file or directory
binhex commented 4 years ago

The new image currently building will fix this please pull down and try the new image

jdstemmler-neal commented 4 years ago

Confirmed, build 2.3.9-1-07 fixes the issue. Thanks for such a quick fix!