Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (โ‹ฎ) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

frank_sp61

Members
  • Joined

  • Last visited

Everything posted by frank_sp61

  1. Hello - yes, it's the latter. We have a ton of photos on Amazon Photos and I've been setting up my IMMICH server here on UNRAID server. I don't want to have Amazon just decide to change the plan and I've been making an effort to get off all the cloud services. I think IMMICH can do some of this but I rather have a docker container grabbing everything and not tying up one of my computers. Of course there are VM options I'm sure, but then I'd just install the VM and then delete it. I have about 30GB (72K files) that I think would tie up a machine for a while, maybe even overnight.
  2. I see there are several apps to backup iCloud Photos and I wa t to do the same with Amazon photos. Iโ€™ve looked and canโ€™t find anything. Suggestions?
  3. Very much a noob question. I installed Python 3 (Python 3 for UNRAID) thinking it was a docker container. Just needed to run a tinytuya script and I don't have another system to run it on. Question is, I don't need this since it's not a container. I "uninstalled" it but it said it didn't find 'xxxx' so I'm not sure It was uninstalled properly. Can you please let me know how to ensure it is no longer installed? Thanks!
  4. I think I found it. Additional host and container path set to /dev/dri. Thanks. Things are running better. ๐Ÿ˜
  5. Okay, did that. Where is the iGPU setting? For video transcoding or images?
  6. Pretty sure itโ€™s the Immich docker. When I turned that off, the cpu and memory usages dropped to reasonable. So can I just โ€œpinโ€ 1 or 2 cpus so it reserves 2 for other things? Pretty sure with the number of phots Iโ€™m trying to import, itโ€™s very taxing on resources. Once completed I think itโ€™ll be fine. So is this what pinning is used for?
  7. Hello all, Just had my first issue with my server. It went down for no apparent reason (that I know of) and I had to power cycle the unit. It seemed to be stuck in a recycle loop? Not sure. Just a newbie here. I've attached the logs for smart people to review. Hopefully this is a one off. I was running an 'immich' scan of my external library which might have been the culprit. It has 200k+ pics and videos. Maybe this? Maybe because the processors were 100% for a long time? See attached after reboot. Is this what CPU pinning is for? Would immich be the culprit or more likely Post-egres? Appreciate the assist. linc-diagnostics-20260211-0858.zip
  8. Just fyi, I confirmed that the SMB does work! Thank you. Also LINCPLUS confirmed that they are using the smartctl in the go file to update the LCD display and is optional.
  9. Excellent! I will try that! Thank you again. You've been a big help.
  10. So now, back to my original issue. My Homeassistant server writes a backup file to my UNRAID server once per evening. Homeassistant is on a separate machine and is not on a docker container in my UNRAID server. The share is setup for primary storage as cache and then moved to the array. After the backup, I get an error from my Homeassistant that the NFS share is unavailable and I have to reboot my Homeassistant to clear the error. This does not occur when the share is setup for primary storage as the array. Looking to understand why this is happening. Attached are the logs. You will notice that my Frigate server (also separate, 3rd server) writes just fine without reporting any errors. I've included the diagnostics as well as screen prints from my Homeassistant and the UNRAID share in case anyone can spot a setup error. linc-diagnostics-20260127-1027.zip
  11. I 'disabled' the Monitor Service and smartctl messages seemed to have stopped. Attached are the logs. #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp # Enable probe modprobe i2c-dev # Install PKG installpkg /boot/config/pkg/i2c-tools-4.1-x86_64-1_slonly.txz # Start the Monitor Service # cp -r /boot/config/monitor/ /usr/local/sbin/monitor/ # chmod 777 /usr/local/sbin/monitor/monitor # nohup /usr/local/sbin/monitor/monitor >/dev/null 2>&1 & # Start the Screen Serial Service cp -r /boot/config/serial/ /usr/local/sbin/serial/ chmod 777 /usr/local/sbin/serial/serialtest chmod 777 /usr/local/sbin/serial/test.sh nohup /usr/local/sbin/serial/test.sh >/dev/null 2>&1 & # Start the RESET Service cp -r /boot/config/reset/ /usr/local/sbin/reset/ chmod 777 /usr/local/sbin/reset/reset nohup /usr/local/sbin/reset/reset >/dev/null 2>&1 & linc-diagnostics-20260126-1626.zip
  12. Is it not an issue that smartctl -scan thinks these are SCSI drives but smartctl -I /dev/sdb shows ATA and SATA? root@Linc:~# smartctl --scan /dev/sdb -d scsi # /dev/sdb, SCSI device === START OF INFORMATION SECTION === Model Family: Western Digital Red Plus Device Model: WDC WD60EFZX-68B3FN0 Serial Number: WD-C80KK9GG LU WWN Device Id: 5 0014ee 269138f9e Firmware Version: 81.00A81 User Capacity: 6,001,175,126,016 bytes [6.00 TB] Sector Sizes: 512 bytes logical, 4096 bytes physical Rotation Rate: 5640 rpm Form Factor: 3.5 inches Device is: In smartctl database 7.5/6045 ATA Version is: ACS-3 T13/2161-D revision 5 SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s) Local Time is: Mon Jan 26 12:47:52 2026 CET SMART support is: Available - device has SMART capability. SMART support is: Enabled
  13. It's the new S1, kind of like a tower. LincPlusLincPlus LincStation S1 6-Bay NAS | 8GB RAM+128G ROM (Dis...This nas storage supports full-featured docker and virtualization, comes with Unraid License. One-click deployment and installation of the docker application suite. Support to build virtual machines i
  14. I have not modified the 'go file'. Not sure how to do that. I am still learning this system. Everything was a vanilla startup and just CA plugins and Apps. I have unloaded some of the plugin to see if there is a difference but there is not. Is it possible that the 'smart controller' type is causing this problem? The devices are SATA but when I do a 'smartctl --scan' it shows that the array has SCSI devices. The scan interval changes when I choose ATA or SAT so I'm thinking it has something to do with that? root@Linc:~# smartctl --scan /dev/sdb -d scsi # /dev/sdb, SCSI device /dev/sdc -d scsi # /dev/sdc, SCSI device /dev/sdd -d scsi # /dev/sdd, SCSI device /dev/sde -d scsi # /dev/sde, SCSI device /dev/nvme0 -d nvme # /dev/nvme0, NVMe device /dev/nvme1 -d nvme # /dev/nvme1, NVMe device root@Linc:~# smartctl -i /dev/sdb smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.12.54-Unraid] (local build) Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Model Family: Western Digital Red Plus Device Model: WDC WD60EFZX-68B3FN0 Serial Number: WD-C80KK9GG LU WWN Device Id: 5 0014ee 269138f9e Firmware Version: 81.00A81 User Capacity: 6,001,175,126,016 bytes [6.00 TB] Sector Sizes: 512 bytes logical, 4096 bytes physical Rotation Rate: 5640 rpm Form Factor: 3.5 inches Device is: In smartctl database 7.5/6045 ATA Version is: ACS-3 T13/2161-D revision 5 SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s) Local Time is: Mon Jan 26 11:50:23 2026 CET SMART support is: Available - device has SMART capability. SMART support is: Enabled root@Linc:~#
  15. I am using all vanilla CA plug-ins and Apps so not sure where that would be coming from. If I have the Docker containers stopped, why would it still be happening?
  16. Could it just be that I need to set the SMART control type to SCSI, SAT, ATA, or automatic for each drive in my array? Will this hurt anything if I set it to SCSI or automatic?
  17. I completely disconnected the external USB drive and there is no remote device accessing my system. It's still happening. Here are the logs. Is it possible bug? I've also shut off every docker container. linc-diagnostics-20260125-1810.zip
  18. I shutdown the Frigate server to ensure there the remote NFS connection wasn't causing the problem and the external USB drive is unmounted. It still persists. I guess the next step is to completely unplug that drive and reboot. linc-diagnostics-20260125-1754.zip
  19. I rebooted into normal mode and the smartctl were immediately back. See logs. I have unmounted the external drive (no auto mount) and am rebooting. linc-diagnostics-20260125-1732.zip
  20. I have two servers connecting to my UNRAID server. Both are using NFS. 1st is the Homeassistant for backups. These only occur once per day between 4:45-5:45 am. 2nd is a Frigate NVR server and it is connected as a remote share from that server. It uses the UNRAID as storage for upto 3 days worth of triggers. Lastly, I did have a USB drive with all my PLEX movies attached as an unassigned device. Not sure what a root share is. In SAFE MODE, this isn't mounted. Still running in SAFE MODE for nearly 4 hours and there are none of these errors in the logs. Current diagnostics attached. I shutdown every docker container and "unmounted" the external drive prior to SAFE MODE but it didn't seem to matter. I'm gonna try and reboot in NORMAL mode and see if the issue returns. linc-safemode-diagnostics-20260125-1714.zip
  21. After 1 hour, no smartctl messages in the logs. Is it worthwhile to boot back into normal operation mode to see if "safe mode" fixed the problem? Or will they just reappear?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions โ†’ Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.