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.

artafinde

Members
  • Joined

  • Last visited

Everything posted by artafinde

  1. OK fixed - was issue with the wireguard certificate, had expired! sorry for the noise
  2. I'm having issues with this container starting properly. It seems like the VPN is up but DNS resolution fails according to logs: text error warn system array login 2024-10-12 01:17:37,488 DEBG 'start-script' stdout output: [info] Configuring WireGuard... 2024-10-12 01:17:37,497 DEBG 'start-script' stdout output: [info] Attempting to bring WireGuard interface 'up'... [debug] Running WireGuard kernel implementation... 2024-10-12 01:17:37,506 DEBG 'start-script' stderr output: Warning: `/config/wireguard/wg0.conf' is world accessible 2024-10-12 01:17:37,520 DEBG 'start-script' stderr output: [#] ip link add wg0 type wireguard 2024-10-12 01:17:37,523 DEBG 'start-script' stderr output: [#] wg setconf wg0 /dev/fd/63 2024-10-12 01:17:37,525 DEBG 'start-script' stderr output: [#] ip -4 address add 10.2.0.2/32 dev wg0 2024-10-12 01:17:37,533 DEBG 'start-script' stderr output: [#] ip link set mtu 1420 up dev wg0 2024-10-12 01:17:37,538 DEBG 'start-script' stderr output: [#] resolvconf -a wg0 -m 0 -x 2024-10-12 01:17:37,562 DEBG 'start-script' stderr output: [#] wg set wg0 fwmark 51820 2024-10-12 01:17:37,567 DEBG 'start-script' stderr output: [#] ip -4 route add 0.0.0.0/0 dev wg0 table 51820 2024-10-12 01:17:37,569 DEBG 'start-script' stderr output: [#] ip -4 rule add not fwmark 51820 table 51820 2024-10-12 01:17:37,572 DEBG 'start-script' stderr output: [#] ip -4 rule add table main suppress_prefixlength 0 2024-10-12 01:17:37,576 DEBG 'start-script' stderr output: [#] sysctl -q net.ipv4.conf.all.src_valid_mark=1 2024-10-12 01:17:37,579 DEBG 'start-script' stderr output: [#] iptables-restore -n 2024-10-12 01:17:37,582 DEBG 'start-script' stderr output: [#] '/root/wireguardup.sh' 2024-10-12 01:17:37,588 DEBG 'start-script' stdout output: [debug] Waiting for valid VPN gateway IP addresses from tunnel... [debug] Waiting for valid VPN adapter IP addresses from tunnel... 2024-10-12 01:17:38,599 DEBG 'start-script' stdout output: [debug] Valid local IP address from tunnel acquired '10.2.0.2' 2024-10-12 01:17:38,600 DEBG 'start-script' stdout output: [debug] Valid gateway IP address from tunnel acquired '' [debug] Checking we can resolve name 'www.google.com' to address... 2024-10-12 01:17:38,685 DEBG 'watchdog-script' stdout output: [debug] Checking we can resolve name 'www.google.com' to address... 2024-10-12 01:18:23,653 DEBG 'start-script' stdout output: [debug] Having issues resolving name 'www.google.com' [debug] Retrying in 5 secs... [debug] 11 retries left 2024-10-12 01:18:23,740 DEBG 'watchdog-script' stdout output: [debug] Having issues resolving name 'www.google.com' [debug] Retrying in 5 secs... [debug] 11 retries left 2024-10-12 01:19:13,707 DEBG 'start-script' stdout output: [debug] Having issues resolving name 'www.google.com' [debug] Retrying in 5 secs... [debug] 10 retries left 2024-10-12 01:19:13,790 DEBG 'watchdog-script' stdout output: [debug] Having issues resolving name 'www.google.com' [debug] Retrying in 5 secs... [debug] 10 retries left 2024-10-12 01:20:03,752 DEBG 'start-script' stdout output: [debug] Having issues resolving name 'www.google.com' [debug] Retrying in 5 secs... [debug] 9 retries left 2024-10-12 01:20:03,844 DEBG 'watchdog-script' stdout output: [debug] Having issues resolving name 'www.google.com' [debug] Retrying in 5 secs... [debug] 9 retries left [...] <this continue for until 1 retries and then loops again> The configuration is a protonVPN with wireguard setup like: docker run -d --name='binhex-sabnzbdvpn' --net='bridge' --cpuset-cpus='0,1,4,5' --pids-limit 2048 --privileged=true -e TZ="Europe/London" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Vault" -e HOST_CONTAINERNAME="binhex-sabnzbdvpn" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='reducted' -e 'VPN_PASS'='reducted' -e 'VPN_PROV'='custom' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='no' -e 'ENABLE_PRIVOXY'='no' -e 'LAN_NETWORK'='10.120.10.0/24,192.168.10.0/24,192.168.20.0/24' -e 'NAME_SERVERS'='8.8.8.8,8.8.4.4' -e 'ADDITIONAL_PORTS'='8081' -e 'DEBUG'='true' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -e 'VPN_CLIENT'='wireguard' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8080]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/sabnzbd-icon.png' -p '8080:8080/tcp' -p '8090:8090/tcp' -p '8118:8118/tcp' -v '/mnt/user/volatile/downloads':'/data':'rw' -v '/mnt/user/appdata/binhex-sabnzbdvpn':'/config':'rw' --memory=4G --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-sabnzbdvpn:latest' WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. 48eedf44b7c17b1da6ce21163e144cf1c92f994ce804e3b188edc4806c79d793 The command finished successfully! Any idea where to look for debug / fixing this ? Cheers,
  3. I'm not so sure how to create a new Docker CA app but I'd love a container for https://github.com/atuinsh/atuin Apologies if this is not the correct place to post this
  4. For completeness I found a solution. The issue lies with the fact that my server has both an iGPU and a discreet GPU (nvidia). The discreet GPU has a dummy hdmi plug to be used by VMs. When plex starts it detects both and chooses to use the one with the HDMI dummy plug instead of the iGPU. The solution to this is to stop the container, edit the Preferences.xml to add `HardwareDevicePath="/dev/dri/renderD128"` and start the container again. For reference /dev/dri/renderD128 is the iGPU and /dev/dri/renderD129 is my Nvidia GPU (at least on my server). Now h/w transcoding works fine again.
  5. I'm having issues with plex hardware transcoding using quick sync (vaapi). Whenever I try to play in Firefox (which will force transcode) the playback doesn't start and I get an error saying: "Conversion failed. The transcoder exited due to an error." and I get ERRORs in the logs like: [..] Oct 24, 2022 15:14:18.698 [0x14c5111ebb38] ERROR - [Req#22d/Transcode/4ys37jjtozcvkexa7d6uxf2t/e654f665-1c3c-4929-92cb-ab2b49716fa1] [AVHWDeviceContext @ 0x14a076afc680] Failed to initialise VAAPI connection: -1 (unknown libva error). Oct 24, 2022 15:14:18.698 [0x14c517153b38] ERROR - [Req#22f/Transcode/4ys37jjtozcvkexa7d6uxf2t/e654f665-1c3c-4929-92cb-ab2b49716fa1] Device creation failed: -5. Oct 24, 2022 15:14:18.698 [0x14c5111ebb38] ERROR - [Req#230/Transcode/4ys37jjtozcvkexa7d6uxf2t/e654f665-1c3c-4929-92cb-ab2b49716fa1] Failed to set value 'vaapi=vaapi:/dev/dri/renderD129' for option 'init_hw_device': I/O error Oct 24, 2022 15:14:18.699 [0x14c517153b38] ERROR - [Req#231/Transcode/4ys37jjtozcvkexa7d6uxf2t/e654f665-1c3c-4929-92cb-ab2b49716fa1] Error parsing global options: I/O error [..] Relevant information below CPU: Intel Core i7-6700 GPU: The server has also a NVIDIA GPU but it's _not_ used from Plex. It's used from a different docker container. Versions: Unraid: 6.11.1 Plex docker: 1.29.1.6316 Plex Transcode settings: Enable HDR tone mapping OFF Use hardware acceleration when available ON Use hardware-accelerated video encoding ON Docker command: Appreciate any input / assistance in debugging this.
  6. Resolved by deleting some plugins and some packages I had in /boot/extra. Not sure which caused the issue but works ok now.
  7. Hi, Got an issue with my Unraid which is weird. I think the problems started with 6.11.1 update but let me explain. I noticed I had I/O errors on cache drive, sometimes the SSD controller just reset (found this on the dmesg log) and blocked all access. I thought it was the drive itself so I got another one to replace it. After installing the new one the array started and went into offline mode (since the old cache drive was missing). When clicking on the Cache pool the page keeps refreshing and can't check the drive itself. Other drives properties (Smart attributes etc) works OK. The Main page says Array stopped, stale configuration, then refreshes to Array undefined. When I try to get Diagnostics I get to the page and while processing sometime it shows a page for nginx 404. Is there a way to get Diagnostics from CLI? - ssh works fine (so far) - Nevermind found the command `diagnostics` I tried reboot without plugins and got the same success. The Array starts OK and I could add the cache pool but whenever I try to view the cache Settings (https://<unraid.host>/Main/Settings/Device?name=cache) It goes into an infinite loop. vault-diagnostics-20221023-2342.zip
  8. Last I checked which was 2-3 months ago I noticed the same, no support for swap file on BTRFS. As a workaround I've made a User Script to perform the commands from Archlinux wiki (some conditionally) during Array startup.
  9. I'm experiencing an issue with quassel-web. The login screen works and when I input username/password and click on login the screen shows "Connecting" and stuck there for ever. Docker logs show: [cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-config: executing... [cont-init.d] QUASSEL_CORE set, injecting env variables into settings.js [cont-init.d] setting file permissions this may take some time ... [cont-init.d] 30-config: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. SETTINGS: Using /app/quassel-web/settings-env.js quassel-webserver listening for http connections on port 64080 GET / 304 942.431 ms - - GET /stylesheets/fonts.css 304 2.378 ms - - GET /javascripts/jquery.min.js 304 0.636 ms - - GET /stylesheets/mobile.css 304 2.549 ms - - GET /javascripts/angular.min.js 304 17.267 ms - - GET /javascripts/angular-aria.min.js 304 17.413 ms - - GET /javascripts/ui-bootstrap-tpls.min.js 304 17.470 ms - - GET /javascripts/bootstrap-tokenfield.min.js 304 1.383 ms - - GET /javascripts/scrollglue.js 304 1.728 ms - - GET /javascripts/favico-0.3.10.min.js 304 1.981 ms - - GET /javascripts/ng-quassel.js 304 0.538 ms - - GET /javascripts/angular-sanitize.js 304 3.276 ms - - GET /javascripts/angular-dnd.min.js 304 3.382 ms - - GET /javascripts/angular-notify.min.js 304 3.534 ms - - GET /javascripts/libquassel.js 304 3.728 ms - - GET /javascripts/angular-init.js 304 3.618 ms - - GET /javascripts/angular-directive.js 304 17.089 ms - - GET /javascripts/angular-filter.js 304 17.092 ms - - GET /javascripts/angular-controller.js 304 0.863 ms - - GET /stylesheets/theme-default.css 200 994.758 ms - 98261 GET /images/quassel-logo.png 200 14.240 ms - 511 GET /settings 304 1.165 ms - - I'm using Firefox and the Quassel-code is _not_ running in unraid (it's an a VPS)

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.