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.

WarHawk8080

Members
  • Joined

  • Last visited

  1. Same, rolling errors and then it crashes... I really want to have this to scan my media directory so I can convert my x264 to x265, some of my downloads are almost 20 gigs, but a x265 with practically the same quality is under 4gb I have --device /dev/dri:/dev/dri in extras for Intel QuickSync / VAAPI but it errors out.. Errors like this: {"level":40,"time":1786495683572,"pid":6,"hostname":"f664e69b09e1","err":"EACCES: permission denied, watch '/sys/devices/virtual/iommu/dmar1/devices/0000:00:00.0/driver/module/sections/__jump_table'","code":"EACCES","action":"auto_scan_watch_error","msg":"watcher emitted error"} {"level":40,"time":1786495683572,"pid":6,"hostname":"f664e69b09e1","err":"EACCES: permission denied, watch '/sys/devices/virtual/iommu/dmar1/devices/0000:00:00.0/driver/module/sections/__mcount_loc'","code":"EACCES","action":"auto_scan_watch_error","msg":"watcher emitted error"} {"level":40,"time":1786495683572,"pid":6,"hostname":"f664e69b09e1","err":"EACCES: permission denied, watch '/sys/devices/virtual/iommu/dmar1/devices/0000:00:00.0/driver/module/sections/__param'","code":"EACCES","action":"auto_scan_watch_error","msg":"watcher emitted error"} {"level":40,"time":1786495693303,"pid":6,"hostname":"f664e69b09e1","err":"EACCES: permission denied, watch '/sys/kernel/iommu_groups/0/devices/0000:00:02.0/driver/0000:00:02.0/drm/card0/error'","code":"EACCES","action":"auto_scan_watch_error","msg":"watcher emitted error"} {"level":40,"time":1786495693305,"pid":6,"hostname":"f664e69b09e1","err":"EACCES: permission denied, watch '/sys/kernel/iommu_groups/0/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/device/error'","code":"EACCES","action":"auto_scan_watch_error","msg":"watcher emitted error"} {"level":40,"time":1786495693308,"pid":6,"hostname":"f664e69b09e1","err":"EACCES: permission denied, watch '/sys/kernel/iommu_groups/0/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/device/error'","code":"EACCES","action":"auto_scan_watch_error","msg":"watcher emitted error"} {"level":40,"time":1786495693422,"pid":6,"hostname":"f664e69b09e1","err":"EACCES: permission denied, watch '/sys/kernel/iommu_groups/12/devices/0000:00:1f.6/firmware_node/physical_node/resource0'","code":"EACCES","action":"auto_scan_watch_error","msg":"watcher emitted error"} {"level":40,"time":1786495693731,"pid":6,"hostname":"f664e69b09e1","err":"EACCES: permission denied, watch '/sys/kernel/iommu_groups/2/devices/0000:01:00.0/driver/0000:01:00.0/resource0'","code":"EACCES","action":"auto_scan_watch_error","msg":"watcher emitted error"} {"level":40,"time":1786495693731,"pid":6,"hostname":"f664e69b09e1","err":"EACCES: permission denied, watch '/sys/kernel/iommu_groups/2/devices/0000:01:00.0/driver/0000:01:00.0/resource1'","code":"EACCES","action":"auto_scan_watch_error","msg":"watcher emitted error"} {"level":40,"time":1786495693731,"pid":6,"hostname":"f664e69b09e1","err":"EACCES: permission denied, watch '/sys/kernel/iommu_groups/2/devices/0000:01:00.0/driver/0000:01:00.0/resource3'","code":"EACCES","action":"auto_scan_watch_error","msg":"watcher emitted error"} {"level":40,"time":1786495693731,"pid":6,"hostname":"f664e69b09e1","err":"EACCES: permission denied, watch '/sys/kernel/iommu_groups/2/devices/0000:01:00.0/driver/0000:01:00.0/rom'","code":"EACCES","action":"auto_scan_watch_error","msg":"watcher emitted error"
  2. I have been using rsync to backup my audiobooks from my UnRaid box to a 2nd smaller TrueNAS Scale box...was thinking about this...saw the validate command on luckybackup to show Would something like this as a cron? rsync -aqu --protect-args -chown=warhawk:warhawk /mnt/user/appdata [email protected]:/mnt/optimus/NAS/WarHawk/MOBIUS.DOCKER.BACKUP The -a is "archive mode" which is the command "equivalent" to -rlptgoD The -q quiet (so it doesn't output anything)...just does it The -u updates (allows rsync to skip files that are still new in the destination directory) don't know what the --protect-args is...is that the same as -p or preserve permissions? The -chown just makes sure it has the same permissions on my target drive as the "user:group" I am backing up to (otherwise my user has a directory with a bunch of "nobody:users" files/directories in them. Of course I ran the first command like this the first time to watch all the awesome text go by to ensure it was actually going to the correct location. rsync -avhP /mnt/user/appdata [email protected]:/mnt/optimus/NAS/WarHawk/MOBIUS.DOCKER.BACKUP Since I followed the howto and installed the /root/.ssh/id_rsa it allows passwordless SSH login and instant upload/backup to my 2nd box
  3. Not a howto...but a "call to action" by the DEV's to see if there is some sort of way to impliment easier/automated filesystem maintenance (if there isn't some already there)
  4. I did a search...not much on BTRFS filesystem tools...particularly defragmentation and the like I found a few links https://lexming.github.io/posts/simple-btrfs-scrub/ This is a bunch of scripts for "automatic" filesystem tools that might be used to automate things to help with BTRFS arrays https://github.com/kdave/btrfsmaintenance I ran this command on my system...let's hope I didn't bork something btrfs filesystem defragment sync -r f /mnt/disk* &
  5. Found this...not sure if the DEVs could poke around with this and see if there is any way to implement scripting or not for btrfsmaintenance (not even sure if it's automatic or not already built in) https://github.com/kdave/btrfsmaintenance
  6. Ok...so who do I use to download then, yeah..nzbgeek...not nzbget...doh Sorry my brain is on fire from trying over and over and over to get Aaaand...I figured out...I use newsgroup.ninja as my downloader...which I HAVE NOT BEEN USING! I am an asstard...pay no attention to the dumb whiteguy that is drooling on his keyboard at the moment
  7. ok...either the newsgroups I use (drunkenslug and nzbget) are down...or I can't connect to them thru port 563...either behind my OpenWRT router or thru ExpressVPN and OpenVPN connect...I know I am connecting (per the logs saying it's connecting to ExpressVPN Dallas servers) but cannot get it SABnzbd to authenticate to the servers when I add the server to download [Errno 111] timed out I am using port 563 and SSL in the server option..but it will just not connect This is killing me...I have been beating my head on a rock for a week and still can't make headway...
  8. I get this when I try to pull the SSL openssl s_client -showcerts -connect api.nzbget.info:563 23425284581184:error:2008F002:BIO routines:BIO_lookup_ex:system lib:crypto/bio/b_addr.c:730:Name or service not known connect:errno=22 I do get a good SSL cert when I go to google.com:443 ARRRGH
  9. It's weird...my Sonarr and Radarr can hit the servers both nzbget and drunkenslug just fine...the "test" button shows a check...difference is on the webgui it shows https://XXXXXXXXXX where as nzbget and sabnzbd won't let you set it (even though you can set the port and set SSL support) My network/DNS can hit those news servers just fine...just the downloader/s are busted
  10. Just did that.... Connection to api.nzbgeek.info failed: Error 99 - Cannot assign requested address
  11. Boom...done...missed that! Thanks!!!!!
  12. Is there any way to get the appdata backup program to use pigz, so that way it can use multiple cpu's to compress the backup image, instead of a single cpu, it takes 20 minutes to backup some apps (like PLEX and audiobookshelf) I know I have an "older" I7-7700 processor...but it shouldn't take it that long in most cases https://stackoverflow.com/questions/12313242/utilizing-multi-core-for-targzip-bzip-compression-decompression https://zlib.net/pigz/
  13. Just deleted the container and the directory...reinstalled...uggh
  14. Not sure if I set a password or not...but can't make changes, keep getting the These credentials do not match our records These credentials do not match our records Is there a way to remove/reset/change that password...all I have in /mnt/user/appdata/heimdall is root@MOBIUS:/mnt/user/appdata/heimdall# ll total 4.0K drwxr-xr-x 1 nobody users 83 Feb 3 06:42 ./ drwxrwxrwx 1 nobody users 236 Feb 15 20:05 ../ -rw-r--r-- 1 nobody users 48 Feb 3 06:42 .migrations drwxr-xr-x 1 nobody users 38 Feb 3 06:42 keys/ drwxr-xr-x 1 nobody users 70 Feb 19 02:00 log/ drwxrwxr-x 1 nobody users 193 Feb 19 18:31 nginx/ drwxr-xr-x 1 nobody users 44 Feb 3 06:42 php/ drwxr-xr-x 1 nobody users 162 Feb 19 18:31 www/

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.