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.

Tuumke

Members
  • Joined

  • Last visited

Everything posted by Tuumke

  1. I had issues with SAB vpn connection. The startup of the container is so super slow! Switched to binhex/arch-sabnzbdvpn:3.5.3-1-03 and that worked like a charm? It also made my system feel super sluggish.
  2. I hadn't, no. I'm assuming top directory is / ? root@thebox:/# iotop.py -bash: iotop.py: command not found root@thebox:/#
  3. root@thebox:/mnt/user/system/docker# ln /usr/bin/python3 /usr/bin/python root@thebox:/mnt/user/system/docker# python --version Python 3.9.6 root@thebox:/mnt/user/system/docker# iotop No module named 'iotop' To run an uninstalled copy of iotop, launch iotop.py in the top directory root@thebox:/mnt/user/system/docker# Tried reinstalling iotop, didnt work
  4. Any idea how to fix iotop? root@thebox:/# iotop -bash: /usr/sbin/iotop: /usr/bin/python: bad interpreter: No such file or directory root@thebox:/# python3 --version Python 3.9.6
  5. Is there anyone who has a docker-compose available for this? -edit- Nvm, found Need to learn to search first
  6. You order your server at Hetzner and add a 16gb USB drive. If you already have a server there, you can create a ticket to get one. - If you order a server with USB stick, create a support ticket to have a KVM hooked up since you need to go into bios to set the USB drive as default boot disk (Leave pxe boot as first option!) - If you already have one and order the USB via ticket, also ask for a KVM hookup to set the 2nd boot (1st is pxe! Leave it) to USB Once you have confirmation it's in, you go into the rescue mode. Once in rescue mode, you format the USB drive to FAT32, and label it UNRAID. Mount it to a directory, for example /tmp/UNRAID_USB_DRIVE. Download Unraid installer in that folder, unzip it (remove the zip) and run the make_bootable_linux file. Reboot, point a browser towards your IP adress and you should be able to set it up via GUI. I'm in the process of finishing my setup just now. Totally forgot to reply to this. Firewall is completely open by default. Did you change anything?
  7. It seems to work to login with a key. I removed the password in my entry and only selected used the authrized_keys line in the sshd_config. But for some reason, even after changing PasswordAuthentication yes PermitEmptyPasswords yes to PasswordAuthentication no PermitEmptyPasswords no and executing a from the GUI web terminal, i can still login with a password only... -edit- Just rebooted the machine. On boot i can still login with just root+password (had copied the sshd_config file to /boot/config/ssh/ -edit2- Seem to have fixed it: Change # Change to no to disable s/key passwords #KbdInteractiveAuthentication no to # Change to no to disable s/key passwords KbdInteractiveAuthentication no
  8. Nois, i see it's working now. Am i correct in understanding i do not need to boot into safemode first? I can stop array then start it in maintenance?
  9. This was without -n Phase 1 - find and verify superblock... Phase 2 - using internal log - zero log... - scan filesystem freespace and inode maps... - found root inode chunk Phase 3 - for each AG... - scan and clear agi unlinked lists... - process known inodes and perform inode discovery... - agno = 0 bad CRC for inode 12458118 bad CRC for inode 12458118, will rewrite Bad atime nsec 2173239295 on inode 12458118, resetting to zero cleared inode 12458118 - agno = 1 bad CRC for inode 2147768638 bad CRC for inode 2147768638, will rewrite Bad atime nsec 2173239295 on inode 2147768638, resetting to zero cleared inode 2147768638 - agno = 2 - agno = 3 bad CRC for inode 6447424246 bad CRC for inode 6447424246, will rewrite Bad atime nsec 2173239295 on inode 6447424246, resetting to zero cleared inode 6447424246 - process newly discovered inodes... Phase 4 - check for duplicate blocks... - setting up duplicate extent list... - check for inodes claiming duplicate blocks... - agno = 1 - agno = 0 - agno = 2 - agno = 3 Phase 5 - rebuild AG headers and trees... - reset superblock... Phase 6 - check inode connectivity... - resetting contents of realtime bitmap and summary inodes - traversing filesystem ... - traversal finished ... - moving disconnected inodes to lost+found ... Phase 7 - verify and correct link counts... done -edit- That's it i guess? No need for -L?
  10. Will do that when my kids go to bed, they watching a movie now
  11. I dont unterstand why the file is not working =/ You accept OneDrive links? https://1drv.ms/u/s!ApN1fHOdf6Jjgr0UdOV7WEOcb_NMmw?e=cWaHVD
  12. nas-diagnostics-20210816-1846.zip Tried again.
  13. nas-diagnostics-20210816-1840.zip Here you go. Was still running SMART-quick checks on the disks though
  14. I saw that my organizr docker had some issues updating. Apparently there is something with this folder: root@NAS:/mnt/user/dockers/organizrv2/www/organizr/plugins/bower_components/ace/snippets# ls -ahlp /bin/ls: reading directory '.': Structure needs cleaning total 0 Reading up on the interwebs, 'structure needs cleaning' has something to do with a disk acting up? Any help on how to know which disk this is and how to fix this?
  15. Hi guys, question about unpackerr. Do you need to disable filemanagement in Sonarr/Radarr ?
  16. I just had a hang as well. Think this is the 2nd one in a weeks time after upgrading to 6.9.1 Will keep an eye out to check if this happens more often. Thing with my logs is that they start from the moment i hard reset my NAS.
  17. There should be 2 parts, 1 for the server block, the other in location block i got config/nginx/auth.conf which has: include /config/nginx/proxy-confs/organizr-auth.subfolder.conf; auth_request /auth-0; and a file called auth-location.conf (but on my external VPS instead of same host) in same folder location ~ ^/auth-(.*) { resolver 127.0.0.11 valid=30s; set $upstream_app organizrv2; set $upstream_port 5076; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port/api/v2/auth&group=$1; proxy_pass_request_body off; proxy_set_header Content-Length ""; } Then this is my nzbhydra.subdomain.conf looks like this: server { listen 443 ssl; listen [::]:443 ssl; server_name nzbhydra.*; include /config/nginx/ssl.conf; client_max_body_size 0; include /config/nginx/auth-location.conf; location / { include /config/nginx/auth.conf; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app nzbhydra2; set $upstream_port 5076; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } location ~ (/nzbhydra)?/api { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app nzbhydra2; set $upstream_port 5076; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } location ~ (/nzbhydra)?/getnzb { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app nzbhydra2; set $upstream_port 5076; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } location ~ (/nzbhydra)?/gettorrent { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app nzbhydra2; set $upstream_port 5076; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } location ~ (/nzbhydra)?/rss { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app nzbhydra2; set $upstream_port 5076; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } location ~ (/nzbhydra)?/torznab/api { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app nzbhydra2; set $upstream_port 5076; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } }
  18. Probably the links to the API. How do you use it? There should be an include to: /config/nginx/proxy-confs/organizr-auth.subfolder.conf; and make sure the proxy_pass points to /api/v2/auth?group=$1 That fixed it for me
  19. Anyone else having this problem: https://github.com/binhex/arch-qbittorrentvpn/issues/58 Where the docker just wonts fully start? Where it's just stuck at 2020-10-29 14:12:13,463 DEBG 'start-script' stdout output: [info] Starting OpenVPN (non daemonised)... 2020-10-29 14:12:13,555 DEBG 'start-script' stdout output: Thu Oct 29 14:12:13 2020 WARNING: file 'credentials.conf' is group or others accessible Thu Oct 29 14:12:13 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 2020-10-29 14:12:13,555 DEBG 'start-script' stdout output: Thu Oct 29 14:12:13 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-10-29 14:12:13,556 DEBG 'start-script' stdout output: Thu Oct 29 14:12:13 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-10-29 14:12:13,560 DEBG 'start-script' stdout output: Thu Oct 29 14:12:13 2020 CRL: loaded 1 CRLs from file [[INLINE]] 2020-10-29 14:12:13,562 DEBG 'start-script' stdout output: Thu Oct 29 14:12:13 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]156.146.62.193:1198 Thu Oct 29 14:12:13 2020 UDP link local: (not bound) Thu Oct 29 14:12:13 2020 UDP link remote: [AF_INET]156.146.62.193:1198 -edit- Seems like switching to nextgen openvpn file fixes this. But says port forward is not enabled. Will this give me any issues?
  20. Argh, i'm getting a lot of stalls recently. I swichted to strict_port_forward => No today, since of the PIA issues. Now im seeing this in the logs: 2020-09-11 14:40:27,365 DEBG 'start-script' stdout output: Fri Sep 11 14:40:27 2020 [943625b3bd94d7c42705f8e0c9d3651e] Inactivity timeout (--ping-restart), restarting Is there any way arround that? Probably something to do with Q17 on https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md It does come back up so i'm guessing just a temporary timeout or sometihng.
  21. Hm, i have the docker update set to update each 30 minutes. Even though it says its updated through notifications, it's not updating my dockers?!
  22. I just installed this plugin. Thanks for the work! Is there anyway to have it notify to a slack (or discord with /slack) channel like watchtower? Just noticed the agent notification settings in the notification settings.. doh
  23. Is it possible to have your user script log to its own logfile?
  24. Hey Binhex! First off... Thx so much for all the dockers you create. I switched from Transmission to Deluge, back to Transmission and now to qBittorrent. I did so for the support with Organizr. But when i add qBintorrent to Organizr(v2), firefox gives me a Mixed content blocking warning and i can't load the page. Any idea? -edit- Never mind, had to disable the click high jacking

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.