Everything posted by Michael_P
-
Transcode options to cleanup my library
Tdarr is what I'd use, and https://docs.tdarr.io/docs/plugins/classic-plugins/index/Tdarr_Plugin_MC93_Migz3CleanAudio is the plugin
-
UrBackup Oopsies...
This is the way. Urbackup is great, but once it gets confused it's really difficult to get it sorted out again. If you can get the container to start, you can try running: urbackupsrv remove-unknown -u root from the console which may or may not find the original backups (and will take forever to look depending on your backup sets).
-
"Out of Memory" - Fix Common Problems Identified Error
Looks like it happened back on the 19th of August, there were a few plex transcodes in process so if you have those going to RAM then that contributed to it. When the host went OOM the reaper killed your home assistant VM to keep the host up, but doesn't look like anything to worry about. Reboot to clear the log so FCP stops warning you and if it happens again you can limit the memory allowed to your containers/VMs.
-
Unraid to Unraid Backup
Unless you're sending an encrypted blob every backup cycle, the host will have the ability to see the contents. If you don't want to set up a tunnel, Urbackup is a possible candidate as it can be a backup target over the internet.
-
Machine check event?
Try running on one stick for a while, then the other, to see if it continues. Also, make sure your board's BIOS is up to date
-
Second drive showing 800k read errors during upgrade of other drive
OK, i'm still leaning power then
-
Second drive showing 800k read errors during upgrade of other drive
Another slot on a different row?
-
Second drive showing 800k read errors during upgrade of other drive
Eliminate any power splitters in use, too. Use only the connectors on the lead to the PSU per backplane, if you split them, it will cause voltage dips and reset the drive Aug 25 01:25:51 orbit kernel: sd 2:0:7:0: Power-on or device reset occurred
-
Getting so very tired of "out of memory" errors and unclean shutdowns
Your container is hitting the memory limit and being killed, and the system is reporting that Runps -auxf > ps.txt to pipe it to a file (run within a share path so it will create the file there) that will show you what is launching the python process that's causing the issue.
-
Unraid OS Version 7.2.0-beta.2 available
I don't even try the stable releases anymore LOL
-
Do I have bit rot?
Possibly, but only if the error happened in memory.
-
Do I have bit rot?
Probably just an error in transmission, parity was written with what it was sent - a corrupted file, so if all the 0's and 1's are in the right spot there are no errors in parity. Bit rot is when a bit on the drive is flipped randomly over after time, which is unlikely. More likely is dodgy RAM sends the wrong bit to storage on write, or sends the wrong bit to the CPU on read.
-
New motherboard + new HDDs but still getting repeated I/O errors
Power delivery issue looks likely, if you're running splitters - don't.
-
parity vs raid 5 for video work
OK, in your case I would suggest you look at something like truenas where the benefits of striping would be of more use to you than unraid's ability to add random drives to increase your capacity. You could do it with pools in unraid, but it wouldn't be optimal. The speed from traditional striped RAID arrays is proportional to the number of drives being striped, you can make use of the combined speed of the drives vs single drive performance of non-striped arrays like unraid
-
Planning on upgrading: will this work fine?
Sounds like a solid plan, but instead of the 1080ti for transcoding, look into one of the single slot intel cards like the a310 or a380 - waaaay less power draw and will run circles around the 1080 for transcoding. If this is your first server, keep in mind that it can be very noisy, the high pitch annoying kind of noise. And they can consume a fair bit more power, too.
-
Out of memory errors detected on your server
No, nothing to worry about for now
-
Out of memory errors detected on your server
Reboot to clear the log so FCP stops warning you about it, if it happens again you can limit the memory to the container to keep it from running the host OOM
-
Let's Encrypt -> Swag Migration Broke Everything
One of the many reasons I moved to nginx proxy manager and haven't looked back
-
MCE - Confirming If Action Needed
Also keep in mind FCP will keep reporting the same event until you reboot and clear the log
-
Frequent Network/DNS disconnects
Post a new diagnostics to see if it's still flapping You can also try deleting the network config from the flash drive to reset it and start from fresh (/config/network.cfg)
-
mcelog: ERROR: AMD Processor family 25: mcelog does not support this processor
Try updating your BIOS and/or follow the suggestions here:
-
Frequent Network/DNS disconnects
Can't answer that, but they did make networking changes that went haywire for some folks that 7.1.4 seemed to fix
-
parity vs raid 5 for video work
The first question I would ask myself is what's more important, speed or uptime, or both? The second would be what are the future storage plans, will it need to grow? You don't need the 'protection' from redundancy since you have good (tested I hope) backups, and if you don't plan on adding more drives for storage I'd steer you towards striped pools for speed (or even a different OS altogether)
-
Frequent Network/DNS disconnects
Have you tried turning off bonding?
-
Out of Memory
from the command line run ps -auxf > ps.txt that will create a file with all the running processes and what kicked them off