No such file or directory (Options error: --auth-user-pass) #2493
Unanswered
connorbobonnor
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Sorry if Im just being stupid and missing something very clear. I've been searching to try and find an answer to this problem and haven't come up with anything.
Have run into the error: Options error: --auth-user-pass fails with '/config/transmission/openvpn-credentials.txt': No such file or directory (errno=2)
I have:
Any ideas would be greatly appreciated!
Docker Compose Configuration:
version: '3.3'
services:
transmission:
cap_add:
- NET_ADMIN
dns:
- 1.1.1.1
volumes:
- '/media/downloads/:/downloads'
- '/config/transmission/:/config'
- '/config/transmission/node-ca-11.protonvpn.net.udp.ovpn:/etc/openvpn/custom/default.ovpn'
environment:
- OPENVPN_PROVIDER=custom
- OPENVPN_USERNAME=removed
- OPENVPN_PASSWORD=removed
- LOCAL_NETWORK=10.0.0.0/24
logging:
driver: json-file
options:
max-size: 10m
ports:
- '9091:9091'
image: haugene/transmission-openvpn
Logs:
Starting container with revision: b33d0fe
Creating TUN device /dev/net/tun
Using OpenVPN provider: CUSTOM
Running with VPN_CONFIG_SOURCE auto
CUSTOM provider specified but not using default.ovpn, will try to find a valid config mounted to /etc/openvpn/custom
No VPN configuration provided. Using default.
Modifying /etc/openvpn/custom/default.ovpn for best behaviour in this container
Modification: Point auth-user-pass option to the username/password file
sed: cannot rename /etc/openvpn/custom/sedPlMjwq: Device or resource busy
Modification: Change ca certificate path
sed: cannot rename /etc/openvpn/custom/sedcqCfNZ: Device or resource busy
Modification: Change ping options
sed: cannot rename /etc/openvpn/custom/sedD7lLQH: Device or resource busy
sed: cannot rename /etc/openvpn/custom/sedm1w64h: Device or resource busy
sed: cannot rename /etc/openvpn/custom/sedia7m8W: Device or resource busy
sed: cannot rename /etc/openvpn/custom/sed5ZKZnq: Device or resource busy
Modification: Update/set resolv-retry to 15 seconds
sed: cannot rename /etc/openvpn/custom/sedkkQJEN: Device or resource busy
sed: cannot rename /etc/openvpn/custom/sedv5fkH7: Device or resource busy
Modification: Change tls-crypt keyfile path
sed: cannot rename /etc/openvpn/custom/sedz0404J: Device or resource busy
Modification: Set output verbosity to 3
sed: cannot rename /etc/openvpn/custom/sedvx7mMi: Device or resource busy
sed: cannot rename /etc/openvpn/custom/sedXmR9V6: Device or resource busy
Modification: Remap SIGUSR1 signal to SIGTERM, avoid OpenVPN restart loop
sed: cannot rename /etc/openvpn/custom/sedfgrtw2: Device or resource busy
sed: cannot rename /etc/openvpn/custom/sedrr0j0l: Device or resource busy
Modification: Updating status for config failure detection
sed: cannot rename /etc/openvpn/custom/sedlMx2zj: Device or resource busy
sed: cannot rename /etc/openvpn/custom/sedKigtmP: Device or resource busy
Setting OpenVPN credentials...
adding route to local network 10.0.0.0/24 via 172.19.0.1 dev eth0
2023-01-09 18:04:17 --cipher is not set. Previous OpenVPN version defaulted to BF-CBC as fallback when cipher negotiation failed in this case. If you need this fallback please add '--data-ciphers-fallback BF-CBC' to your configuration and/or add BF-CBC to --data-ciphers.
2023-01-09 18:04:17 WARNING: cannot stat file '/config/transmission/openvpn-credentials.txt': No such file or directory (errno=2)
Options error: --auth-user-pass fails with '/config/transmission/openvpn-credentials.txt': No such file or directory (errno=2)
Options error: Please correct these errors.
Use --help for more information.
Beta Was this translation helpful? Give feedback.
All reactions