Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Pinch

Members
  • Joined

  • Last visited

Everything posted by Pinch

  1. 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?
  2. 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.
  3. 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?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.