Everything posted by TRusselo
-
Ultimate UNRAID Dashboard (UUD)
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$/
-
Ultimate UNRAID Dashboard (UUD)
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
-
Ultimate UNRAID Dashboard (UUD)
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.
-
Ultimate UNRAID Dashboard (UUD)
see post
-
Ultimate UNRAID Dashboard (UUD)
Both ppl.... Read post
-
Upgraded UPS and now I dont get all info
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!!!!
-
[Support] Linuxserver.io - Nextcloud
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?
-
[Plug-In] Community Applications
I prefer flash drives that do NOT have leds on them.... i find they last longer. might just be superstitious though
-
[Plug-In] Community Applications
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...
-
[Plug-In] Community Applications
or something... im no expert. we can install / uninstall plugins without reboots.... something can be done
-
[Plug-In] Community Applications
@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
-
/var/log full after 3 days. 3 days ago my flash died.
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
-
[Support] Linuxserver.io - Nextcloud
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?
-
UNRAID across Multiple sites?
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.
-
[Plugin] CA Appdata Backup / Restore v2
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.....
-
[Support] Linuxserver.io - Nextcloud
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?
-
[Plugin] CA Appdata Backup / Restore v2
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.
-
[Plugin] CA Appdata Backup / Restore v2
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?
-
[Plugin] CA Appdata Backup / Restore v2
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?
-
[Support] binhex - DelugeVPN
rolled back to binhex/arch-delugevpn:2.0.4.dev38_g23a48dd01-3-01 and working again.
-
[Support] binhex - DelugeVPN
updated to new build, still having issue with sonarr / radarr not communicating with deluge.
-
[Support] binhex - DelugeVPN
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
-
[Support] binhex - DelugeVPN
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 "
-
[Support] A75G - Blueiris
Thank FSM that you RTFM. Thats the first thing i would have done is export/import
-
[Support] Linuxserver.io - Embystat
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.