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.

TRusselo

Members
  • Joined

  • Last visited

Everything posted by TRusselo

  1. Had to edit ARRAY STORAGE from SELECT last("used") / 1000000000000 AS "Used", last("free") / 1000000000000 AS "Free", last("total") / 1000000000000 AS "Total", last("used_percent") AS "Used %" FROM "disk" WHERE ("path" =~ /.*mnt|\/var\/lib\/docker/ AND "path" !~ /\/var\/lib\/docker\/btrfs.*/ AND "path" <> '/rootfs/var/lib/docker' AND "path" !~ /rootfs*/ AND "path" <> '/var/lib/docker' AND "fstype" <> 'rootfs' AND "path" <> '/mnt/user' AND "path" <> '/mnt/user0' AND "path" <> '/mnt/cache' AND "path" !~ /^$Path_Unassigned$/ AND "host" =~ /^$Host$/) AND $timeFilter GROUP BY "path", "device", "fstype" to SELECT last("used") / 1000000000000 AS "Used", last("free") / 1000000000000 AS "Free", last("total") / 1000000000000 AS "Total", last("used_percent") AS "Used %" FROM "disk" WHERE ("path" =~ /.*mnt|\/var\/lib\/docker/ AND "path" !~ /\/var\/lib\/docker\/btrfs.*/ AND "path" <> '/rootfs/var/lib/docker' AND "path" !~ /disabled*/ AND "path" <> '/var/lib/docker' AND "fstype" <> 'rootfs' AND "path" <> '/rootfs/mnt/user' AND "path" <> '/rootfs/mnt/user0' AND "path" <> '/rootfs/mnt/cache') AND $timeFilter GROUP BY "path", "device", "fstype" more /rootfs/ adding and had to DISABLE /rootfs*/ and had to DELETE the - AND "path" !~ /^$Path_Unassigned$/ AND "host" =~ /^$Host$/
  2. OK fixed PROLEM 3 above !!! it worked fine in UUD 1.3 so i compaired the queries.... in UUD 1.6 I had to change CACHE USED query path from SELECT last("used") FROM "disk" WHERE ("path" = '/mnt/cache') AND $timeFilter GROUP BY time($__interval) to SELECT last("used") FROM "disk" WHERE ("path" = '/rootfs/mnt/cache') AND $timeFilter GROUP BY time($__interval) Had to edit SSD LIFETIME WRITES to SELECT "raw_value" *512/1000000000000 FROM "smart_attribute" WHERE ("name" = 'Total_LBAs_Written' AND "serial_no" = 'S3Z8NB0M513251W') AND $timeFilter edit SSD LIFE USED to SELECT "raw_value" *512/10000000000/600 FROM "smart_attribute" WHERE ("name" = 'Total_LBAs_Written' AND "serial_no" = 'S3Z8NB0M513251W') AND $timeFilter edit SSD TEMP to SELECT "raw_value" FROM "smart_attribute" WHERE ("name" = 'Airflow_Temperature_Cel' AND "serial_no" = 'S3Z8NB0M513251W') AND $timeFilter SSD READS.... MY ssd does not report DATA READ or LBAs READ sad panda
  3. PROBLEM 1 - So im using GUS - manually updating to UUD 1.6 instructions say to APK add smartmontools and impitool so I open Terminal on GUS.... and type command.... Bash APK not found What am I doing wrong? PROBLEM 2 : FIXED IN NEXT POST cant get SSD data to work. edited values as instructed PROBLEM 3: - FIXED!!! see next post. cant get cache to show data. PROBLEM 4 : unraid API docker is being a PITA. had it working last year.... wont wrok this weekend. error 503 in unraid API logs... awaiting help in its thread.
  4. Both ppl.... Read post
  5. I would be great if the plugin allowed us to input override values for non-reported info such as nominal power. override 700 Watts and 120V.. and use that to calculate UPS load if not reported from UPS. All the values needed to make fill in the gaps are there once you give it Unit Wattage, and supply voltage. Please just let us input a value!!!!
  6. Unraid 6.9.2 following guide in POST 1 create share, install mariadb, setup maria DB Install nextcloud..... and ERROR... upon opening nextcloud GUI for first time i get error Composer autoloader not found, unable to continue. Check the folder "3rdparty". Running "git submodule update --init" will initialize the git submodule that handles the subfolder "3rdparty". in the logs i find [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 40-config: executing... [cont-init.d] 40-config: exited 0. [cont-init.d] 50-install: executing... [cont-init.d] 50-install: exited 0. [cont-init.d] 60-memcache: executing... cp: cannot create regular file '/config/www/nextcloud/config/config.php': No such file or directory chown: cannot access '/config/www/nextcloud/config/config.php': No such file or directory [cont-init.d] 60-memcache: exited 1. [cont-init.d] 70-aliases: executing... [cont-init.d] 70-aliases: exited 0. [cont-init.d] 90-custom-folders: executing... [cont-init.d] 90-custom-folders: 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. what did i do wrong....? feels like a permission thing... according to the instructions from SpaceinvaderOne's video, i've followed all the steps. what did i do wrong?
  7. I prefer flash drives that do NOT have leds on them.... i find they last longer. might just be superstitious though
  8. a plugin to manage the plugins from the plugin store.... reminds me of a few memes.... so I found a meme about the other meme, both describe your idea about my idea...
  9. or something... im no expert. we can install / uninstall plugins without reboots.... something can be done
  10. @Squid have an idea for the community apps plugin, a page where all installed plugins are displayed in a list format, with a checkbox beside each to quickly enable/disable the plugin for diagnostics/testing purposes. unchecking the plugin temporarily remvoes the plugin / refreshes unraid without the plugin
  11. so few days ago my flash died. had a few odd issues since. today got a ERROR from FIX common problems plugin /var/log 100% full dunno what to do. root@BIG-D:~# df -h /var/log Filesystem Size Used Avail Use% Mounted on tmpfs 128M 128M 0 100% /var/log diags below big-d-diagnostics-20210814-1739.zip
  12. BUMP same issue as guy above.. First time install - never used nextcloud - 4 years of using Unraid. Unraid 6.9.2 following SpaceInvaderOne Youtube video create share, install mariadb, setup maria DB Install nextcloud..... and ERROR... upon opening nextcloud GUI for first time i get error Composer autoloader not found, unable to continue. Check the folder "3rdparty". Running "git submodule update --init" will initialize the git submodule that handles the subfolder "3rdparty". in the logs i find [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 40-config: executing... [cont-init.d] 40-config: exited 0. [cont-init.d] 50-install: executing... [cont-init.d] 50-install: exited 0. [cont-init.d] 60-memcache: executing... cp: cannot create regular file '/config/www/nextcloud/config/config.php': No such file or directory chown: cannot access '/config/www/nextcloud/config/config.php': No such file or directory [cont-init.d] 60-memcache: exited 1. [cont-init.d] 70-aliases: executing... [cont-init.d] 70-aliases: exited 0. [cont-init.d] 90-custom-folders: executing... [cont-init.d] 90-custom-folders: 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. what did i do wrong....? feels like a permission thing... according to the instructions from SpaceinvaderOne's video, i've followed all the steps. what did i do wrong?
  13. if you have a second windows PC in the same house you can Remote into the windows machine, open chrome and access the unraid system "locally", take the array offline, assign the new drive, and start the array. that 2nd machine cannot be a VM on the array. VMs and docker containers go offline when array is down.
  14. so through the USB flash fail / rebuild, I updated to 6.9.2 from 6.7.2 hmmm whats unraid.net login....? login hmmm whats myserver plugin....? install hmmm wha.... awwww.... fffffffff........ so flash backup.... eh? ...enable.... (feels like a moron for not updating unraid sooner) and i LOVE updating things... dunno why i put off undraid update for months.....
  15. First time install - never used nextcloud - 4 years of using Unraid. Unraid 6.9.2 following SpaceInvaderOne Youtube video create share, install mariadb, setup maria DB Install nextcloud..... and ERROR... upon opening nextcloud GUI for first time i get error Composer autoloader not found, unable to continue. Check the folder "3rdparty". Running "git submodule update --init" will initialize the git submodule that handles the subfolder "3rdparty". in the logs i find [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 40-config: executing... [cont-init.d] 40-config: exited 0. [cont-init.d] 50-install: executing... [cont-init.d] 50-install: exited 0. [cont-init.d] 60-memcache: executing... cp: cannot create regular file '/config/www/nextcloud/config/config.php': No such file or directory chown: cannot access '/config/www/nextcloud/config/config.php': No such file or directory [cont-init.d] 60-memcache: exited 1. [cont-init.d] 70-aliases: executing... [cont-init.d] 70-aliases: exited 0. [cont-init.d] 90-custom-folders: executing... [cont-init.d] 90-custom-folders: 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. what did i do wrong....? feels like a permission thing... according to the instructions from SpaceinvaderOne's video, i've followed all the steps. what did i do wrong?
  16. yup. copy/paste to usb drive, with the aid of another pc. boot up, re-assign drives, input new key file link, parity rebuilding again... Happy camper. VM's, dockers, home assistant, cameras, all back online.
  17. yes last night i got it back up with a new USB and a trial key. had to re-assign all my drives. parity rebuilding now...... and yes my backup was on the array.... lesson learned. so now, just copy/paste flash backup to flash drive and boot?
  18. ok so my USB drive died today. got my array back up and running eventually. but all settings are wiped. how do I restore USB drive with the backups I made with this app? do I restore appdata backup to restore USB data too? can i just restore USB? is there a benefit to doing both? is there any issues doing this with a NEW usb drive? ie registration issues? should i just copy/paste the backup data excluding that one file i keep reading about?
  19. rolled back to binhex/arch-delugevpn:2.0.4.dev38_g23a48dd01-3-01 and working again.
  20. updated to new build, still having issue with sonarr / radarr not communicating with deluge.
  21. how can i roll back deluge? adding the previous tag after a : to the repository didnt work... binhex/arch-delugevpn:2.0.4.dev38+g23a48dd01-3-02 no worky
  22. Im having the same issue.. sonar and radarr both broken. I use letsencrypt still... Nothing has changed in my setup lately except updating tried changing IP to localhost i get " Unable to Connect "
  23. Thank FSM that you RTFM. Thats the first thing i would have done is export/import
  24. it would be nice if this had user watched status stats. % of episodes watched, last date watched. I would really love to know what shows are not being watched by any user. Emby has a plugin called Emby Stats. its more functional than this docker... has most the features im looking for but not all.

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.