svn: E170013: Unable to connect to a repository at URL 'https://github.com/haugene/vpn-configs-contrib.git/trunk/openvpn/expressvpn'
GNUGradyn opened this issue · 0 comments
GNUGradyn commented
Information
Unable to use expressVPN due to error pulling from haugene/vpns-configs-contrib via svn
Logs:
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 01-setup-permissions: executing...
[cont-init.d] 01-setup-permissions: exited 0.
[cont-init.d] 02-setup-openvpn: executing...
2022-10-11 16:26:45 TUN/TAP device tun0 opened
2022-10-11 16:26:45 Persist state set to: ON
INFO: Trying to use OpenVPN provider: EXPRESSVPN
svn: E170013: Unable to connect to a repository at URL 'https://github.com/haugene/vpn-configs-contrib.git/trunk/openvpn/expressvpn'
svn: E670003: Try again
ERROR: Could not find OpenVPN configuration "my_expressvpn_usa_-_salt_lake_city_udp" for provider EXPRESSVPN
[cont-init.d] 02-setup-openvpn: exited 1.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.
Current setup
information about your current setup
docker image tag (ex: python , latest , 32242d1 ...) |
latest |
---|---|
docker image hash (ex: 603b78e07727 ) |
54fdfe50324c |
docker-compose.yml
file or docker run
command
how did you start the container? (don't forget to use backticks for creating a proper code block)
version: "3.3"
services:
alpine-qbittorrent-openvpn:
volumes:
- "/mnt/plex/Downloads/:/mnt/plex/Downloads"
- type: bind
source: /home/gradyn/qbit/config.ovpn
target: /config/openvpn/config.ovpn
- "/etc/localtime:/etc/localtime:ro"
- "/home/gradyn/qbit/config:/config"
environment:
- OPENVPN_PROVIDER=EXPRESSVPN
- OPENVPN_CONFIG=my_expressvpn_usa_-_salt_lake_city_udp
- OPENVPN_USERNAME=[SNIP]
- OPENVPN_PASSWORD=[SNIP]
- PUID=1000
- PGID=1000
- LAN=192.168.1.0/24
ports:
- "8080:8080"
cap_add:
- NET_ADMIN
image: guillaumedsde/alpine-qbittorrent-openvpn:latest
Attempted Fix(es)
What you have tried in order to fix the issue (if anything)
Made sure host machine is able to pull that repo