-
[GUIDE] Fix Nvidia Code 43 Issue on Nvidia GPU
Has anyone successfully built the custom drivers? I tried twice in two different environments, but got the same script error in both cases. I don't currently have any of the test environments running, so I am unable to provide the exact error -- for now, I'm just curious if anyone's actually managed to build the drivers using the provided scripts?
-
[Support] Linuxserver.io - OpenVPN AS
Sorry, of course: /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='openvpn-as' --net='bridge' -e TZ="Europe/Paris" -e HOST_OS="unRAID" -e 'PGID'='100' -e 'PUID'='99' -p '943:943/tcp' -p '9443:9443/tcp' -p '1194:1194/udp' -v '/mnt/user/appdata/openvpn-as':'/config':'rw' --cap-add=NET_ADMIN 'linuxserver/openvpn-as' Edit: It's fixed, though now idea why. I reinstalled openvpn-as and it threw the "ERROR: Cannot ioctl TUNSETIFF as0t0: Device or resource busy (errno=16)'" in the webui when trying to start the server. Changing nothing, but perhaps trying to start the server a few more times, it was suddenly running and working. It's working, but I don't think the problem is solved.
-
[Support] Linuxserver.io - OpenVPN AS
I am completely stumped by this: My OpenVPN-AS has been running perfectly and then out of nowhere stopped working. When it stopped working I was still able to connect on the TCP port, but after restarting the container a few times, that stopped working too. The unraid server has been restarted to no avail. The logs showed errors pointing to the interface or ports being already in use, which made no sense to me... After having tinkered with some settings (after it stopped working -- setting the container to privileged mode and only listen to UDP on port 1194 in the web ui), I am not seeing any errors in the log, but the server still doesn't listen on the UDP port. Can anyone explain to me what this means: root@Tower:~# netstat -an | grep 943 tcp6 0 0 :::943 :::* LISTEN root@Tower:~# netstat -an | grep 1194 udp6 0 0 :::1194 :::* The web ui (943) is working fine, telnet'ing to 1194 on localhost results in connection refused. UNIX is not my strong suit; what am I to gather from the fact that it doesn't appear to 'LISTEN' on port 1194? If I switch off privileged mode, the errors are back: 2019-08-07T09:22:20+0200 [stdout#info] OVPN 0 ERR: 'Wed Aug 7 09:22:20 2019 ERROR: Cannot ioctl TUNSETIFF as0t0: Device or resource busy (errno=16)' 2019-08-07T09:22:20+0200 [stdout#info] Server Agent initialization status: 2019-08-07T09:22:20+0200 [stdout#info] { 2019-08-07T09:22:20+0200 [stdout#info] "errors": { 2019-08-07T09:22:20+0200 [stdout#info] "iptables_web": [ 2019-08-07T09:22:20+0200 [stdout#info] [ 2019-08-07T09:22:20+0200 [stdout#info] "error", 2019-08-07T09:22:20+0200 [stdout#info] "service failed to start due to unresolved dependencies: set(['web'])" 2019-08-07T09:22:20+0200 [stdout#info] ] 2019-08-07T09:22:20+0200 [stdout#info] ], 2019-08-07T09:22:20+0200 [stdout#info] "openvpn_0": [ 2019-08-07T09:22:20+0200 [stdout#info] [ 2019-08-07T09:22:20+0200 [stdout#info] "error", 2019-08-07T09:22:20+0200 [stdout#info] "process started and then immediately exited: ['Wed Aug 7 09:22:20 2019 ERROR: Cannot ioctl TUNSETIFF as0t0: Device or resource busy (errno=16)']" 2019-08-07T09:22:20+0200 [stdout#info] ], 2019-08-07T09:22:20+0200 [stdout#info] [ 2019-08-07T09:22:20+0200 [stdout#info] "error", 2019-08-07T09:22:20+0200 [stdout#info] "service failed to start or returned error status" 2019-08-07T09:22:20+0200 [stdout#info] ] 2019-08-07T09:22:20+0200 [stdout#info] ], 2019-08-07T09:22:20+0200 [stdout#info] "web": [ 2019-08-07T09:22:20+0200 [stdout#info] [ 2019-08-07T09:22:20+0200 [stdout#info] "error", 2019-08-07T09:22:20+0200 [stdout#info] "process started and then immediately exited: 2019-08-07T09:22:18+0200 [stderr#error] twisted.internet.error.CannotListenError: Couldn't listen on 0.0.0.0:943: [Errno 98] Address already in use." 2019-08-07T09:22:20+0200 [stdout#info] ], 2019-08-07T09:22:20+0200 [stdout#info] [ 2019-08-07T09:22:20+0200 [stdout#info] "error", 2019-08-07T09:22:20+0200 [stdout#info] "service failed to start or returned error status" 2019-08-07T09:22:20+0200 [stdout#info] ] 2019-08-07T09:22:20+0200 [stdout#info] ] 2019-08-07T09:22:20+0200 [stdout#info] }, Netstat is showing the same thing as before. The web ui is loading, but I am unable to sign in using the correct credentials. What happened? Why did this stop working all of the sudden?
Pinch
Members
-
Joined
-
Last visited