Everything posted by xDmOx
-
[Plugin] FanCrtl Plus
I found this when doing some research into the ITE IT87 Driver from CA https://github.com/frankcrawford/it87 "Fix it8689 control issues. Some Gigabyte motherboards with it8689 don't allow for manual control. This is a known issue and the fix is known but complex. For now, a BIOS curve workaround is required for manual control. If you truly want/need fan control for these boards set this curve in the BIOS for each fan channel: (Note that some boards don't allow for 90C so manual control may stop above that threshold temp)." My system temps and fans are detected Dynimax AutoFan Plugin, but they won't identify with the FanCTRL plugin. Based in the info above, I'm guessing this is why I'm not able to identify with the FanCTRL plugin. I'll toss my info here for @CkChong incase they return to active development. ALTERNATE SOLUTION - EXTERNAL HARDWARE FIX I've pretty much given up on getting this to work and have went with a different cooling method via hardware: https://www.amazon.com/dp/B0DHZQ8VZY https://www.amazon.com/dp/B0FK5666QQ I pretty much have this stack of 5 fans setup in front of my case and it passes additional cooling through the entire case - a significant temperature drop that keeps my drives around 30 degrees when idle and allows me to complete a full parity check without stopping during the hotter summer months. Yes, the fans are controllable via the included dial box - seriously the best money I've spent on my unRAID box (besides more drives) My board: Gigabyte Z690 GAMING X DDR4 CODE INPUT TO GRAB DEVICE INFO echo "=== hwmon devices ===" grep -H . /sys/class/hwmon/hwmon*/name echo ""echo "=== Available PWM controllers (safe check) ==="for d in /sys/class/hwmon/hwmon*; do name=$(cat "$d/name" 2>/dev/null) echo "-- $d ($name) --"ls "$d"/pwm* 2>/dev/null doneOUTPUT === hwmon devices === /sys/class/hwmon/hwmon0/name:nvme /sys/class/hwmon/hwmon1/name:gigabyte_wmi /sys/class/hwmon/hwmon2/name:coretemp /sys/class/hwmon/hwmon3/name:acpitz /sys/class/hwmon/hwmon4/name:it8689 === Available PWM controllers (safe check) === -- /sys/class/hwmon/hwmon0 (nvme) -- -- /sys/class/hwmon/hwmon1 (gigabyte_wmi) -- -- /sys/class/hwmon/hwmon2 (coretemp) -- -- /sys/class/hwmon/hwmon3 (acpitz) -- -- /sys/class/hwmon/hwmon4 (it8689) -- /sys/class/hwmon/hwmon4/pwm1 /sys/class/hwmon/hwmon4/pwm3_freq /sys/class/hwmon/hwmon4/pwm1_auto_channels_temp /sys/class/hwmon/hwmon4/pwm4 /sys/class/hwmon/hwmon4/pwm1_auto_point1_temp /sys/class/hwmon/hwmon4/pwm4_auto_channels_temp /sys/class/hwmon/hwmon4/pwm1_auto_point1_temp_hyst /sys/class/hwmon/hwmon4/pwm4_auto_point1_temp /sys/class/hwmon/hwmon4/pwm1_auto_point2_temp /sys/class/hwmon/hwmon4/pwm4_auto_point1_temp_hyst /sys/class/hwmon/hwmon4/pwm1_auto_point3_temp /sys/class/hwmon/hwmon4/pwm4_auto_point2_temp /sys/class/hwmon/hwmon4/pwm1_auto_slope /sys/class/hwmon/hwmon4/pwm4_auto_point3_temp /sys/class/hwmon/hwmon4/pwm1_auto_start /sys/class/hwmon/hwmon4/pwm4_auto_slope /sys/class/hwmon/hwmon4/pwm1_enable /sys/class/hwmon/hwmon4/pwm4_enable /sys/class/hwmon/hwmon4/pwm1_freq /sys/class/hwmon/hwmon4/pwm4_freq /sys/class/hwmon/hwmon4/pwm2 /sys/class/hwmon/hwmon4/pwm5 /sys/class/hwmon/hwmon4/pwm2_auto_channels_temp /sys/class/hwmon/hwmon4/pwm5_auto_channels_temp /sys/class/hwmon/hwmon4/pwm2_auto_point1_temp /sys/class/hwmon/hwmon4/pwm5_auto_point1_temp /sys/class/hwmon/hwmon4/pwm2_auto_point1_temp_hyst /sys/class/hwmon/hwmon4/pwm5_auto_point1_temp_hyst /sys/class/hwmon/hwmon4/pwm2_auto_point2_temp /sys/class/hwmon/hwmon4/pwm5_auto_point2_temp /sys/class/hwmon/hwmon4/pwm2_auto_point3_temp /sys/class/hwmon/hwmon4/pwm5_auto_point3_temp /sys/class/hwmon/hwmon4/pwm2_auto_slope /sys/class/hwmon/hwmon4/pwm5_auto_slope /sys/class/hwmon/hwmon4/pwm2_auto_start /sys/class/hwmon/hwmon4/pwm5_enable /sys/class/hwmon/hwmon4/pwm2_enable /sys/class/hwmon/hwmon4/pwm5_freq /sys/class/hwmon/hwmon4/pwm2_freq /sys/class/hwmon/hwmon4/pwm6 /sys/class/hwmon/hwmon4/pwm3 /sys/class/hwmon/hwmon4/pwm6_auto_channels_temp /sys/class/hwmon/hwmon4/pwm3_auto_channels_temp /sys/class/hwmon/hwmon4/pwm6_auto_point1_temp /sys/class/hwmon/hwmon4/pwm3_auto_point1_temp /sys/class/hwmon/hwmon4/pwm6_auto_point1_temp_hyst /sys/class/hwmon/hwmon4/pwm3_auto_point1_temp_hyst /sys/class/hwmon/hwmon4/pwm6_auto_point2_temp /sys/class/hwmon/hwmon4/pwm3_auto_point2_temp /sys/class/hwmon/hwmon4/pwm6_auto_point3_temp /sys/class/hwmon/hwmon4/pwm3_auto_point3_temp /sys/class/hwmon/hwmon4/pwm6_auto_slope /sys/class/hwmon/hwmon4/pwm3_auto_slope /sys/class/hwmon/hwmon4/pwm6_enable /sys/class/hwmon/hwmon4/pwm3_auto_start /sys/class/hwmon/hwmon4/pwm6_freq /sys/class/hwmon/hwmon4/pwm3_enable
-
[Plugin] FanCrtl Plus
Thanks for getting back to me! You are correct with my Intel board - I knew I should have looked at that better. Good Catch! 1.) I did install the System Temp plugin - Detect and Load Driver does work 2.) BIOS has fan headers set to PWM (with the exception of the CPU Fan - That's set to Auto) 3.) Correct - The PWM Controllers load up, but the Identify function does not appear to work - I've tried all 6 controllers and all 3 identification types with no success. 4.) Your requested Output: === hwmon devices === /sys/class/hwmon/hwmon0/name:gigabyte_wmi /sys/class/hwmon/hwmon1/name:coretemp /sys/class/hwmon/hwmon2/name:nvme /sys/class/hwmon/hwmon3/name:acpitz /sys/class/hwmon/hwmon4/name:it8689 === Available PWM controllers (safe check) === -- /sys/class/hwmon/hwmon0 (gigabyte_wmi) -- -- /sys/class/hwmon/hwmon1 (coretemp) -- -- /sys/class/hwmon/hwmon2 (nvme) -- -- /sys/class/hwmon/hwmon3 (acpitz) -- -- /sys/class/hwmon/hwmon4 (it8689) -- /sys/class/hwmon/hwmon4/pwm1 /sys/class/hwmon/hwmon4/pwm3_freq /sys/class/hwmon/hwmon4/pwm1_auto_channels_temp /sys/class/hwmon/hwmon4/pwm4 /sys/class/hwmon/hwmon4/pwm1_auto_point1_temp /sys/class/hwmon/hwmon4/pwm4_auto_channels_temp /sys/class/hwmon/hwmon4/pwm1_auto_point1_temp_hyst /sys/class/hwmon/hwmon4/pwm4_auto_point1_temp /sys/class/hwmon/hwmon4/pwm1_auto_point2_temp /sys/class/hwmon/hwmon4/pwm4_auto_point1_temp_hyst /sys/class/hwmon/hwmon4/pwm1_auto_point3_temp /sys/class/hwmon/hwmon4/pwm4_auto_point2_temp /sys/class/hwmon/hwmon4/pwm1_auto_slope /sys/class/hwmon/hwmon4/pwm4_auto_point3_temp /sys/class/hwmon/hwmon4/pwm1_auto_start /sys/class/hwmon/hwmon4/pwm4_auto_slope /sys/class/hwmon/hwmon4/pwm1_enable /sys/class/hwmon/hwmon4/pwm4_enable /sys/class/hwmon/hwmon4/pwm1_freq /sys/class/hwmon/hwmon4/pwm4_freq /sys/class/hwmon/hwmon4/pwm2 /sys/class/hwmon/hwmon4/pwm5 /sys/class/hwmon/hwmon4/pwm2_auto_channels_temp /sys/class/hwmon/hwmon4/pwm5_auto_channels_temp /sys/class/hwmon/hwmon4/pwm2_auto_point1_temp /sys/class/hwmon/hwmon4/pwm5_auto_point1_temp /sys/class/hwmon/hwmon4/pwm2_auto_point1_temp_hyst /sys/class/hwmon/hwmon4/pwm5_auto_point1_temp_hyst /sys/class/hwmon/hwmon4/pwm2_auto_point2_temp /sys/class/hwmon/hwmon4/pwm5_auto_point2_temp /sys/class/hwmon/hwmon4/pwm2_auto_point3_temp /sys/class/hwmon/hwmon4/pwm5_auto_point3_temp /sys/class/hwmon/hwmon4/pwm2_auto_slope /sys/class/hwmon/hwmon4/pwm5_auto_slope /sys/class/hwmon/hwmon4/pwm2_auto_start /sys/class/hwmon/hwmon4/pwm5_enable /sys/class/hwmon/hwmon4/pwm2_enable /sys/class/hwmon/hwmon4/pwm5_freq /sys/class/hwmon/hwmon4/pwm2_freq /sys/class/hwmon/hwmon4/pwm6 /sys/class/hwmon/hwmon4/pwm3 /sys/class/hwmon/hwmon4/pwm6_auto_channels_temp /sys/class/hwmon/hwmon4/pwm3_auto_channels_temp /sys/class/hwmon/hwmon4/pwm6_auto_point1_temp /sys/class/hwmon/hwmon4/pwm3_auto_point1_temp /sys/class/hwmon/hwmon4/pwm6_auto_point1_temp_hyst /sys/class/hwmon/hwmon4/pwm3_auto_point1_temp_hyst /sys/class/hwmon/hwmon4/pwm6_auto_point2_temp /sys/class/hwmon/hwmon4/pwm3_auto_point2_temp /sys/class/hwmon/hwmon4/pwm6_auto_point3_temp /sys/class/hwmon/hwmon4/pwm3_auto_point3_temp /sys/class/hwmon/hwmon4/pwm6_auto_slope /sys/class/hwmon/hwmon4/pwm3_auto_slope /sys/class/hwmon/hwmon4/pwm6_enable /sys/class/hwmon/hwmon4/pwm3_auto_start /sys/class/hwmon/hwmon4/pwm6_freq /sys/class/hwmon/hwmon4/pwm3_enable
-
[Plugin] FanCrtl Plus
@CkChong Thank you for making this robust plugin! Motherboard: Gigabyte Technology Co., Ltd. Z690 GAMING X DDR4 I'm in the process of trying to get this up and running, but I'm not able to identify any of my fans using the identify command (they don't respond to any of the commands). Using your Github command to identify hardware monitoring devices: echo "=== hwmon devices ===" grep -H . /sys/class/hwmon/hwmon*/name echo "" echo "=== k10temp sensors ===" kdir=$(dirname "$(grep -l k10temp /sys/class/hwmon/hwmon*/name 2>/dev/null)") if [ -n "$kdir" ]; then ls "$kdir"/temp*_label "$kdir"/temp*_input 2>/dev/null echo "" echo "---- labels and values ----" paste -d' ' <(cat "$kdir"/temp*_label 2>/dev/null) <(cat "$kdir"/temp*_input 2>/dev/null) else echo "k10temp not found under /sys/class/hwmon" fi OUTPUT: /sys/class/hwmon/hwmon0/name:gigabyte_wmi /sys/class/hwmon/hwmon1/name:coretemp /sys/class/hwmon/hwmon2/name:nvme /sys/class/hwmon/hwmon3/name:acpitz /sys/class/hwmon/hwmon4/name:it8689 I did install ITE IT87 Driver by ich777 and I'm still not having any luck with detecting and identify my fans with your plugin. Is there something I need to change or have set in the motherboard BIOS?
-
Dynamix File Integrity plugin
So this plugin was on my micro project list for some time now and after having looked through the recent posts in this thread... Good grief. I'm seeing: * Confusion around the setup and configuration of the plugin * A non-intuitive UI (I definitely agree) * Resource demanding (which I imagine any hash integrity tool will be with a massive file collection) * Unreliable error reporting (this is the straw that broke it for me - if error notifications are invalid then why use this tool) Is there a reliable alternative or are there plans from the LimeTech Team to release a reliable tool in the future? Is this tool even still actively being developed by @bonienl
-
Errors On Scheduled Parity Check
Background - Previous Parity Check (non-correcting) came back with 0 errors - Upgraded Parity Drive to a larger size (pre-cleared with no issues) - Repurposed the previous Parity Drive into a new Data Drive to expand the Array - The new Data Drive is empty and ready for future use - Parity Rebuild came back with 0 errors Issue - A scheduled Parity Check (non-correcting) kicks off and within 15 minutes I get 5 errors Oct 7 01:00:07 server kernel: mdcmd (47): check NOCORRECT Oct 7 01:00:07 server kernel: Oct 7 01:00:07 server kernel: md: recovery thread: check P ... Oct 7 01:14:42 server kernel: md: recovery thread: P incorrect, sector=408944536 Oct 7 01:14:42 server kernel: md: recovery thread: P incorrect, sector=408944544 Oct 7 01:14:42 server kernel: md: recovery thread: P incorrect, sector=408944552 Oct 7 01:14:42 server kernel: md: recovery thread: P incorrect, sector=408944560 Oct 7 01:14:42 server kernel: md: recovery thread: P incorrect, sector=408944568 - The Parity Check (non-correcting) just finished with no additional errors reported - No SMART alerts Next Steps - I'm confident the data on the Data Drives is valid and good. - Outside of updating a few files with newer versions occasionally and adding additional new files, the data doesn't have a high degree of utilization. What should I do next? Thanks in advance for any assistance / insight provided <3
-
[Plugin] Appdata.Backup
@KluthR When backing up Plex - is your database file backed up when excluding the Cache, Media, and Metadata folders? Thank you for this plugin by the way!
-
[Plugin] Appdata.Backup
Random question for people that have done a RESTORE of their Plex Docker. By excluding the Cache, Media, and Metadata folders from your backup - did your Collections and Plex settings also restore correctly? I have a lot of Collections created and sorting out which folders to exclude from the backup to reduce the save file size.
-
Reminder - 6.12.8 + Adaptec 7 Series HBA card = still broken
I didn't see any mention of this in the 6.12.8 changelog, but looking at the Linux Kernel bug details, this appears to still be an ongoing issue: Adaptec 71605z hangs with aacraid: Host adapter abort request after update to linux 6.4.0 https://bugzilla.kernel.org/show_bug.cgi?id=217599 Just wanted to give a heads up to other Adaptec 7 Series card owners that were thinking about updating. Don't.
-
[Plugin] Appdata.Backup
Thanks for all the work you've put into this plugin! I'm looking at getting up and running with this plugin since I recently lost my appdata folder due to partition failure of my cache drive. I have some quick questions: 1.) In the event you need to restore a backup - I'm guessing it's a manual process with the compressed filed created with this plugin? 2.) Isn't the Collections and Tags you've attached to media stored in the Library/Application Support/Plex Media Server/Metadata ? 3.) Are the docker configurations backed up as well? Cheers!
-
Parity Scan was running and now a disk is disabled and multiple disk errors! Help!
Looks like everything has recovered nicely! Thanks for the help everyone - I'm marking this as solved. SOLUTION: 1.) Rolled back to unRAID 6.12.4 due to RAID card Linux kernel bug (Adaptec Series 7) 2.) Rebuilt disabled drive on top of itself after verifying it was good 3.) Ran non-corrective parity-check to verify if previously reported errors were false due to the Linux kernel bug 4.) Reinstalled Day & Night plugin to stop syslog spamming (unrelated issue)
-
[Plugin] Parity Check Tuning
Excellent! Many thanks and so far, no issues with the plug-in. - Tonight is the last night it will run for my quarterly parity check - I have the parity check running from 1am - 9am to reduce impact to PLEX traffic - It will take a total of 4 evenings to finish a parity check of a 14TB drive - I do have the heat pause options configured and enabled - this is an excellent option and it's been working great! - When temperatures are within 2 degrees of warning threshold, it pauses until an 8 degree drop and then starts back up again. I would even say this should be a required plugin, given how powerful and useful it is.
-
[Plugin] Parity Check Tuning
@itimpi Thank you for this awesome plugin! Question for ya. I just kicked off my first parity check with the PCT plugin installed and have my parity checks scheduled from 1am to 9pm until the check is done. My first increment paused at 28% and my question to you is can you transfer, remove, add files to the data drives during this pause and not cause issues with the pending parity check resumption?
-
Parity Scan was running and now a disk is disabled and multiple disk errors! Help!
That's a good idea. I was just hoping to avoid multiple checks and putting unneeded load on the disks with repeated parity scans - especially since it takes about a day to finish a parity check. As for the docker.img being 200G - great question! I could probably scale it back down to 40GB. I was planning on adding additional docker apps in the near future as I get this new box up and running.
-
Parity Scan was running and now a disk is disabled and multiple disk errors! Help!
Fixed the plugin spamming - easy enough - uninstalled the plugin and then reinstalled it via the Apps tab. I had my address info entered into the original installation of the plugin, but disabled the plugin - the plugin didn't seem to acknowledge that and just kept spamming. All fixed now. That just leaves the parity topic to sort out.
-
Parity Scan was running and now a disk is disabled and multiple disk errors! Help!
Happy New Years @trurl! Attached as requested. Looking at the syslogs file - I see a ton of lines flooding me about the Day & Night plugin exit status 255 from user root /usr/local/emhttp/plugins/dynamix.day.night/scripts/dynamix.day.night &> /dev/null I'll dig into the issue above a bit later, but I wanted to make sure I'm on the right corrective path with next steps with understanding what I should do about kicking off a parity check post downgrading UNRAID from 6.12.6 to 6.12.4 due to my RAID cards being impacted by the Linux kernel bug. I suspect I have 2 options: 1.) Run the parity check with corrections checked 2.) Run the parity check with corrections unchecked I'm trying to get better understanding of those two options and their impact on my scenario. Thank you for your help and guidance! origaminet-diagnostics-20240102-1646.zip
-
Parity Scan was running and now a disk is disabled and multiple disk errors! Help!
Happy New Years @JorgeB! I just finished rebuilding the previously disabled disk and the array is now back to normal operation. However, I do have a few questions on my next steps / best practice from here that I hope you could help me with? 1.) Now that the array is back to "normal" status, should I run a parity check now? 2.) By "correcting check" - I'm assuming having the checkbox checked for "write corrections to parity"? 3.) Should I be concerned with the previous 34 errors listed under the Parity Check History when the "Status" shows as cancelled? (I'm guessing these errors were not corrected since the operation was canceled when I rebooted the server to rollback to 6.12.4 from 6.12.6?) 4.) Now that I'm eyeballing this a bit more - that looks like a Read-Check and not a Parity-Check - I assume there is a difference and that nothing was written to the parity disk given the difference in actions? I'm kicking myself for missing that warning about the Adaptec Series 7 RAID cards issue in the Change Notes! Thank you!
-
Parity Scan was running and now a disk is disabled and multiple disk errors! Help!
Thanks @trurl! I just found that in the UNRAID docs and have successfully rolled back to 6.12.4 Now to sort to figure out the 2 remaining issues: 1.) Restoring the disabled disk (I suspect this was disabled due to the Linux kernel bug as I mentioned above and the disk itself is fine) 2.) Is the 34 "error correction" writes to the Parity drive an issue I'm starting the drive rebuild process now to restore the disabled drive onto itself. Now to research into point 2 above while the rebuild runs.
-
Parity Scan was running and now a disk is disabled and multiple disk errors! Help!
I have successfully rolled back to 6.12.5, but I don't see an option to rollback to 6.12.4 Researching
-
Parity Scan was running and now a disk is disabled and multiple disk errors! Help!
I think I may have found the issue - https://docs.unraid.net/unraid-os/release-notes/6.12.6/#known-issues Adaptec 7 Series HBA not compatible If you have an Adaptec 7 Series HBA that uses the aacraid driver, we'd recommend staying on 6.12.4 for now as there is a regression in the driver in the latest kernels. For more information see this bug report in the Linux kernel I imagine the fix is rolling back to 6.12.4, but my concern now is that the Parity scan got 28% finished and "corrected" 34 errors QUESTIONS == Is there any file damage now due to error correction writes? Is there a way for me to see what files were corrected so I can review them for issues? NEXT STEPS == 1.) Roll UNRAID back to 6.12.4 2.) Rebuild disabled drive to restore it to normal status (?? unless there is another way) 3.) Run parity check again (?? is this needed after rebuilding a drive)
-
Parity Scan was running and now a disk is disabled and multiple disk errors! Help!
SETUP == This is a new a server build and everything has been running great for the last few weeks that its been up and running. -DRIVES: 15x ST14000NM001G -RAID CARDS: 2x ADAPTEC ASR-71605 SFF8643 16 PORT -LOGIC BOARD: Gigabyte Technology Co., Ltd. Z690 GAMING X DDR4 -POWER: Corsair HX Series, HX1000 -CABLES: Brand new SAS cables -UNRAID VERSION: 6.12.6 CURRENT STATE == -SMART CHECK: Good (I don't suspect any drive issues) -DISABLED DISK: One of my drives is disabled due to not being able to write to the disk Jan 1 09:21:32 OrigamiNET kernel: md: disk8 write error, sector=7907877512 Jan 1 09:21:32 OrigamiNET kernel: md: disk8 write error, sector=7907877520 Jan 1 09:21:32 OrigamiNET kernel: md: disk8 write error, sector=7907877528 Jan 1 09:21:32 OrigamiNET kernel: md: disk8 write error, sector=7907877536 Jan 1 09:21:32 OrigamiNET kernel: md: disk8 write error, sector=7907877544 Jan 1 09:21:32 OrigamiNET kernel: sd 2:1:6:0: [sdk] tag#871 access beyond end of device Jan 1 09:21:32 OrigamiNET kernel: md: disk8 write error, sector=7907877552 Jan 1 09:21:32 OrigamiNET kernel: md: disk8 write error, sector=7907877560 Jan 1 09:21:32 OrigamiNET kernel: md: disk8 write error, sector=7907877568 Jan 1 09:21:32 OrigamiNET kernel: md: disk8 write error, sector=7907877576 -ERRORS: See above with the the disabled disk write error and I'm seeing a bunch of RAID card errors for one of my RAID cards exclusively Jan 1 09:19:41 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:19:41 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,8,0): Jan 1 09:19:41 OrigamiNET kernel: sd 2:1:8:0: [sdm] 27344764928 512-byte logical blocks: (14.0 TB/12.7 TiB) Jan 1 09:19:41 OrigamiNET kernel: sd 2:1:8:0: [sdm] 4096-byte physical blocks Jan 1 09:19:41 OrigamiNET kernel: sdm: sdm1 Jan 1 09:19:49 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:19:49 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,11,0): Jan 1 09:19:49 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:19:49 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,9,0): Jan 1 09:19:49 OrigamiNET kernel: sd 2:1:9:0: [sdn] 27344764928 512-byte logical blocks: (14.0 TB/12.7 TiB) Jan 1 09:19:49 OrigamiNET kernel: sd 2:1:9:0: [sdn] 4096-byte physical blocks Jan 1 09:19:49 OrigamiNET kernel: sdn: sdn1 Jan 1 09:19:53 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:19:53 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,4,0): Jan 1 09:19:55 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:19:55 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,6,0): Jan 1 09:19:55 OrigamiNET kernel: sd 2:1:6:0: [sdk] 27344764928 512-byte logical blocks: (14.0 TB/12.7 TiB) Jan 1 09:19:55 OrigamiNET kernel: sd 2:1:6:0: [sdk] 4096-byte physical blocks Jan 1 09:19:55 OrigamiNET kernel: sdk: sdk1 Jan 1 09:20:03 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:20:03 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,2,0): Jan 1 09:20:03 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:20:03 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,5,0): Jan 1 09:20:03 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:20:03 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,2,0): Jan 1 09:20:03 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:20:03 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,1,0): Jan 1 09:20:03 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:20:03 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,4,0): Jan 1 09:20:03 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:20:03 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,10,0): Jan 1 09:20:03 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:20:03 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,0,0): Jan 1 09:20:03 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:20:03 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,0,0): Jan 1 09:20:03 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:20:03 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,11,0): Jan 1 09:20:07 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:20:07 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,7,0): Jan 1 09:20:10 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:20:10 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,5,0): Jan 1 09:20:10 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:20:10 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,5,0): Jan 1 09:20:11 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:20:11 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,8,0): Jan 1 09:20:16 OrigamiNET crond[1576]: exit status 255 from user root /usr/local/emhttp/plugins/dynamix.day.night/scripts/dynamix.day.night &> /dev/null Jan 1 09:20:19 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:20:19 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,9,0): Jan 1 09:20:20 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:20:20 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,0,0): Jan 1 09:20:24 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:20:24 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,3,0): Jan 1 09:20:25 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:20:25 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,6,0): Jan 1 09:20:26 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:20:26 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,1,0): Jan 1 09:20:28 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:20:28 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,2,0): Jan 1 09:20:34 OrigamiNET kernel: aacraid: Host adapter abort request. Jan 1 09:20:34 OrigamiNET kernel: aacraid: Outstanding commands on (2,1,5,0): Jan 1 09:20:34 OrigamiNET kernel: aacraid: Host bus reset request. SCSI hang ? Jan 1 09:20:34 OrigamiNET kernel: aacraid 0000:04:00.0: outstanding cmd: midlevel-0 Jan 1 09:20:34 OrigamiNET kernel: aacraid 0000:04:00.0: outstanding cmd: lowlevel-0 Jan 1 09:20:34 OrigamiNET kernel: aacraid 0000:04:00.0: outstanding cmd: error handler-7 Jan 1 09:20:34 OrigamiNET kernel: aacraid 0000:04:00.0: outstanding cmd: firmware-5 Jan 1 09:20:34 OrigamiNET kernel: aacraid 0000:04:00.0: outstanding cmd: kernel-0 Jan 1 09:20:34 OrigamiNET kernel: aacraid 0000:04:00.0: Controller reset type is 3 Jan 1 09:20:34 OrigamiNET kernel: aacraid 0000:04:00.0: Issuing IOP reset Jan 1 09:21:12 OrigamiNET kernel: aacraid 0000:04:00.0: IOP reset succeeded Jan 1 09:21:12 OrigamiNET kernel: aacraid: Comm Interface type2 enabled Jan 1 09:21:16 OrigamiNET crond[1576]: exit status 255 from user root /usr/local/emhttp/plugins/dynamix.day.night/scripts/dynamix.day.night &> /dev/null Jan 1 09:21:21 OrigamiNET kernel: aacraid 0000:04:00.0: Scheduling bus rescan Jan 1 09:21:32 OrigamiNET kernel: sdk: detected capacity change from 27344764928 to 0 Jan 1 09:21:32 OrigamiNET kernel: sdn: detected capacity change from 27344764928 to 0 Jan 1 09:21:32 OrigamiNET kernel: sd 2:1:11:0: [sdp] 27344764928 512-byte logical blocks: (14.0 TB/12.7 TiB) Jan 1 09:21:32 OrigamiNET kernel: sd 2:1:11:0: [sdp] 4096-byte physical blocks Jan 1 09:21:32 OrigamiNET kernel: sdp: sdp1 Jan 1 09:21:32 OrigamiNET kernel: sd 2:1:4:0: [sdi] 27344764928 512-byte logical blocks: (14.0 TB/12.7 TiB) Jan 1 09:21:32 OrigamiNET kernel: sd 2:1:4:0: [sdi] 4096-byte physical blocks Jan 1 09:21:32 OrigamiNET kernel: sdi: sdi1 Jan 1 09:21:32 OrigamiNET kernel: sd 2:1:3:0: [sdh] 27344764928 512-byte logical blocks: (14.0 TB/12.7 TiB) Jan 1 09:21:32 OrigamiNET kernel: sd 2:1:3:0: [sdh] 4096-byte physical blocks Jan 1 09:21:32 OrigamiNET kernel: sd 2:1:9:0: [sdn] tag#225 access beyond end of device Jan 1 09:21:32 OrigamiNET kernel: I/O error, dev sdn, sector 7907873264 op 0x0:(READ) flags 0x0 phys_seg 32 prio class 2 Jan 1 09:21:32 OrigamiNET kernel: md: disk12 read error, sector=7907873200 Jan 1 09:21:32 OrigamiNET kernel: md: disk12 read error, sector=7907873208 Jan 1 09:21:32 OrigamiNET kernel: md: disk12 read error, sector=7907873216 Jan 1 09:21:32 OrigamiNET kernel: md: disk12 read error, sector=7907873224 Jan 1 09:21:32 OrigamiNET kernel: md: disk12 read error, sector=7907873232 Jan 1 09:21:32 OrigamiNET kernel: md: disk12 read error, sector=7907873240 Jan 1 09:21:32 OrigamiNET kernel: md: disk12 read error, sector=7907873248 Jan 1 09:21:32 OrigamiNET kernel: md: disk12 read error, sector=7907873256 NEXT STEPS == I'm not sure what to do next outside of powering down the server and checking the cables and RAID card. Is there a way to restore the disabled disk if I feel that the disk is truly OK? I imagine it would just be a rebuild of the disk again, but I'll address that road once I get the RAID card errors sorted. The system has paused my Parity Check at 28% - I'm guessing due to the disabled disk? I appreciate any assistance you can provide and I imagine everyone is feeling the Y2K24 spirit at the moment from last night origaminet-diagnostics-20240101-1048.zip
-
[SUPPORT] SmartPhoneLover - tinyMediaManager
Docker Template to use the Official TinyMediaManager Docker Image from DockerHub Repository: tinymediamanager/tinymediamanager Registry URL: https://hub.docker.com/r/tinymediamanager/tinymediamanager Icon URL: https://i.ibb.co/BVkZTcd/tinymediamanager.png WebUI: http://[IP]:[PORT:4000]/ USER_ID: 1000 GROUP_ID: 1000 PASSWORD: unRAID NOTE: Your Host path should point to your media location on your setup NOTE: Your Host path should point to your media location on your setup OPTIONAL: If you want to use extra parameters with TinyMediaManager and use the launcher-extra.yml file: Host Path Example: /mnt/cache/appdata/tinymediamanager/extra/launcher-extra.yml NOTE: I created the extra folder inside of tinymediamanager and within it is my custom launcher-extra.yml file OPTIONAL: If you want to use custom scrappers you'll need to set this path up between the docker container and your host. NOTE: I created the addons folder inside of tinymediamanager for future use.
-
[SUPPORT] SmartPhoneLover - tinyMediaManager
Happy to post up my docker-template that I use with the official TinyMediaManager Docker image if someone needs it.
-
XFS SSD CACHE DRIVE SUDDEN ERROR - "UNMOUNTABLE - UNSUPPORTED OR NO FILESYSTEM"
@JorgeB - Yeah, I was afraid of that. Curious what could have caused the partition loss. The SMART check comes back OK and there were no recent changes or power outages. I suspect that either the RAM or NVMe SSD (Cache Drive) might be reaching early hardware failure. Some good news though, Future me had the critical data stashed away in several other areas and I'll be able to use that to rebuild my Docker images / AppData with low down time. This time I'll verify that the AppData Backup app is installed and running - not sure why I removed it. The other good news is this will make building my new unRAID server easier since I don't have to deal with moving the AppData from the old Cache drive. Just setup a fresh instance on the new Cache drive and use my stashed data to reconstruct the new AppData. Thanks for the second set of eyes on this and I feel better having verified my critical data being safe. Cheers and Happy Holidays.
-
XFS SSD CACHE DRIVE SUDDEN ERROR - "UNMOUNTABLE - UNSUPPORTED OR NO FILESYSTEM"
Thanks @JorgeB! Here's the output: fdisk -l /dev/sdq Disk /dev/sdq: 238.47 GiB, 256060514304 bytes, 500118192 sectors Disk model: LITEONIT LMT-256 Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes I'm not seeing a partition there Unfortunately - I need to rescue the appdata folder off of this drive and like an idiot - I'm just now finding out that my Cache Drive folder was not being backup. So anything I can do to try and recover this drive data would be appreciated!
-
XFS SSD CACHE DRIVE SUDDEN ERROR - "UNMOUNTABLE - UNSUPPORTED OR NO FILESYSTEM"
Looking in my /dev folder - I do not have an sdq1 like all the other drives.... I'm guessing that's a bad thing?