Everything posted by JorgeB
-
Server recently unstable (unreachable via SSH/WebUI, pegged CPU core for no reason)/
If the syslog server is running, post that log, if it's not, enable it and post it after the next crash.
-
Docker services failed to start
Looks good for now; replacing the cables is a good idea to rule that out, if you notice any issues with Docker, recreate the Docker image.
-
[7.3.2] Share Browse popup renders as unstyled text wall — CSS/JS assets missing for file browser table only
Looks like you forgot both.
-
BTRFS RAID1 pool ("vm") stuck — need help getting 2nd device recognized by pool GUI without risking data
If the pool is now fixed but the GUI is out of sync, you can just reimport it (make sure you unmount it first if it was mounted manually) on main click on the first device for that pool and then "remove pool" back on main, create a new pool with the same name and 2 slots assign the pool devices, leave the filesystem set to auto start the array to import the pool
-
7.3.2 where is the high water data balancing options?
That suggests a corrupt share cfg file, diags my show the issue.
-
[7.3.2] Cache Data Partition Degraded - Unable to Unassign Disks
The pool is currently only using one device; the other is missing. First reimport the pool using only the good device (sdc) on main click on the first device for that pool and then "remove pool" back on main, create a new pool with the same name and 1 slots assign the good pool device, leave the filesystem set to auto start the array to import the pool The pool should be imported degraded, since it's using single profile, you will need to use th CLI to correct it, with the array running type: btrfs dev remove missing /mnt/cache Now reimport the pool once more with the single device, it should now be imported without being degraded. If yes, you can now add one device and then the other one.
-
FREQUENT DOCKER CRASHES
Lot's of spam on the syslog, difficult to see anything else, reboot in safe mode, and if the docker still crashes post new diags
-
Disk emulated
No ATA errors during the rebuild, which is good news. It's possible, and I don't remember if I asked before, but if there are any power splitters in use it could also be the problem
-
Problem with one disk - "Not installed"
Should work; can't comment on the iGPU stuff since I never used it.
-
Docker services failed to start
Cache device dropped offline; check/repace its cables and post new diags after array start.
-
Syslog Anti-chatter
Not as far as I know.
-
File Corruption after adding drive to BTRFS pool and converting to Raid0
It will check the whole pool. With different-sized devices btrfs can now use raid0, but not sure that was supported with the kernel in 7.2, so best to use single, with the array running type btrfs balance start -dconvert=single,soft -mconvert=raid1,soft /mnt/home Any there are any issues during the balance and it aborts, post new diags.
-
Why does shfs which controls the user path get killed when the server runs out of ram?
First run the server in safe mode without any plugins to confirm the issue doesn't happen. If it doesn't, then start enabling them, you can start with half, if it still doesn't happen, try the other half, then keep drilling down.
-
out of memory error | Fix common problems
Just to be clear, what ran out of RAM before was just that container, not the server.
-
Checking my steps before re-starting my messed up array (edited)
-Tools -> New Config -> Preserve current assignments: All -> Apply Then unassign one of the parity drives, if that's what you want; should leave parity1 in use. Start the array to begin parity sync, and you can then also format disk7 at any time.
-
[Plug-In] Community Applications
You can use this board to report any CA template issues: https://product.unraid.net/b/community-apps-submission-support
-
Trouble with Intel X550-T2B card
Hopefully it's resolved, but if it happens again, post new diags.
-
7.2.8-rc.1 Now Available
That is correct; this is for updating packages for 7.2, which were already updated for 7.3.2
-
File Corruption after adding drive to BTRFS pool and converting to Raid0
It's normal for the balance to fail with not enough space, but that should not corrupt data, possibly an unrelated issue. See if you can mount the pool with skip_balance, and if yes, scrub it and post the results. With the array stopped type mkdir /x mount -t btrfs -o skip_balance /dev/sdg1 /x the type btrfs balance cancel /x umount /x Then restart the array and post new diags.
-
(version 6.5.3?) USB Flash Drive Help
There is a CPU power profile setting - Settings - Power, but that won't really help if there's a PSU issue.
-
cant mount (pre-worked) LUKs encrypted drive
Key being wrong suggests some LUKS header corruption, assuming for sure it's the same one. I'm also seeing a zfs pool detecting data corruption: Jul 24 23:01:46 Tower emhttpd: errors: 4 data errors, use '-v' for a list That may or may not be related; data corruption is typically a RAM issue, but you appear to be using EEC RAM, but whatever caused that could also have corrupted the LUKS header. You can try manually decrypting the rebuilt disk just to confirm the key, but I would expect the same result, this would need to be done with the arry stopped. cryptsetup luksOpen /dev/sdX sdX For the future, make sure you have LUKS backups, and I only recommend using encryption if absolutely necessary; if not, it just adds one more layer that can go wrong when a problem occurs.
-
(version 6.5.3?) USB Flash Drive Help
Create the new flash with the USB tool using the current version, then restore only the config folder from the backup. Also good to read the release notes for all the minor releases in between, (6.6.0, 6.7.0, 6.8.0, etc) especially if it's not just a simple NAS server.
-
Disk offline
I don't see how ATA errors can be caused by the flash drive. I recommend using the server for some more time to confirm it's really resolved; it would also be good to look at the diags after a few days of uptime.
-
Unraid PCI-e Gen 1 instead of 3
Like mentioned, the HBA is PCIe 2 and it's linking corrclty LnkSta: Speed 5GT/s, Width x8 You also have NVMe liking at 8GT/s, so the board is correctly supporting PCIe 3.0, the Nvidia may be in a slot that is set to PCIe 1.0, or there is some other issue with it.
-
Why does shfs which controls the user path get killed when the server runs out of ram?
My first recommendation would be to see if it still happens in safe mode.