Solutions
-
DivideBy0's post in (SOLVED) GUI stop working was marked as the answerI found my solution and it was GPU Statistics. I read several posts on reddit pointing to this pluggin and I removed. No more GUI issues, so far. One week so far.
-
DivideBy0's post in Finetune a share to write to cache only was marked as the answerI could play with the syslog file size? Now is set to 5Megs. Maybe if I drop it to 1 or 2 Megs will work better? Thinking if I limit the size then syslog will start writing new files on cache and when the movers kick in it will just move the completed ones.
Well I ended up with a custom script that does it all for me daily.
#!/bin/bash
sh /etc/rc.d/rc.rsyslogd stop
for file in /mnt/cache/NVME-LOGS/*; do
mv "$file" "/mnt/disk7/LOGS/$(date +"%Y%m%d_%H%M%S")_$(basename "$file")"
done
sh /etc/rc.d/rc.rsyslogd start
-
DivideBy0's post in Boot always stuck on "/bzroot…ok" was marked as the answerIt worked for me. Try to do it via the IPMI GUI which works as good as the command line.
-
DivideBy0's post in (SOLVED) Upgrade from 6.9.2 to 6.11.1 stuck at bzroot, now what? was marked as the answerDowngraded the BIOS to 1.6 from 1.7 and that fixed the problem. Weird
-
DivideBy0's post in (SOLVED) UnRaid 6.9.2 won't boot - what's next? was marked as the answerTurned out to be a bad / busted / failed USB drive
-
DivideBy0's post in (SOLVED) MAC USB Flash Creator ain't workie? was marked as the answerScratch that. Bad / Failed USB drive.