Everything posted by Shirotaku
-
SATA HDDs keep spinning up
Hello, I'm currently facing the problems that my SATA HDD drives won't properly spin down. Output of syslog: Nov 21 18:39:21 Tower emhttpd: spinning down /dev/sdb Nov 21 18:39:21 Tower emhttpd: spinning down /dev/sdc Nov 21 18:39:25 Tower emhttpd: read SMART /dev/sdb Nov 21 18:39:25 Tower emhttpd: read SMART /dev/sdc Using the plugin "File Activity" I can see that there is no activity on the array. I've read that the raid controller might prevent the disks from spinning down. I'm using a Terramaster F4-423 NAS as hardware for my Unraid. Since the NAS supports various RAID-modes, I tried to check which raid controller is being used to try activating HBA-mode. Using "lspci" I couldn't find any proper raid controllers. root@Tower:~# lspci 00:00.0 Host bridge: Intel Corporation Device 4e24 00:02.0 VGA compatible controller: Intel Corporation JasperLake [UHD Graphics] (rev 01) 00:04.0 Signal processing controller: Intel Corporation Dynamic Tuning service 00:08.0 System peripheral: Intel Corporation Device 4e11 00:14.0 USB controller: Intel Corporation Device 4ded (rev 01) 00:14.2 RAM memory: Intel Corporation Device 4def (rev 01) 00:14.5 SD Host controller: Intel Corporation Device 4df8 (rev 01) 00:16.0 Communication controller: Intel Corporation Management Engine Interface (rev 01) 00:17.0 SATA controller: Intel Corporation Device 4dd3 (rev 01) 00:1c.0 PCI bridge: Intel Corporation Device 4db8 (rev 01) 00:1c.1 PCI bridge: Intel Corporation Device 4db9 (rev 01) 00:1c.4 PCI bridge: Intel Corporation Device 4dbc (rev 01) 00:1c.6 PCI bridge: Intel Corporation Device 4dbe (rev 01) 00:1f.0 ISA bridge: Intel Corporation Device 4d87 (rev 01) 00:1f.3 Audio device: Intel Corporation Jasper Lake HD Audio (rev 01) 00:1f.4 SMBus: Intel Corporation Jasper Lake SMBus (rev 01) 00:1f.5 Serial bus controller: Intel Corporation Jasper Lake SPI Controller (rev 01) 01:00.0 Ethernet controller: Intel Corporation Ethernet Controller I225-V (rev 03) 02:00.0 Ethernet controller: Intel Corporation Ethernet Controller I225-V (rev 03) 03:00.0 Non-Volatile memory controller: Micron/Crucial Technology P2 [Nick P2] / P3 / P3 Plus NVMe PCIe SSD (DRAM-less) (rev 01) 04:00.0 SATA controller: ASMedia Technology Inc. ASM1062 Serial ATA Controller (rev 02) I hope somebody as an idea. Best regards
-
Unraid Nginx Not Working Properly
Hello, Apparently, my unraid-nginx doesn't work properly. I am not talking of a downloaded version of nginx, but of the built-in version for the Web UI. I can't grant permissions to users for smb shares, and a few other things don't work either. My browser console says: /update.htm:14 POST http://unraid.lan/update.htm 502 (Bad Gateway) Server log says: Feb 2 18:32:05 DL380p nginx: 2023/02/02 18:32:05 [error] 49861#49861: *6625189 connect() to unix:/var/run/emhttpd.socket failed (11: Resource temporarily unavailable) while connecting to upstream, client: 192.168.0.3, server: , request: "POST /update.htm HTTP/1.1", upstream: "http://unix:/var/run/emhttpd.socket:/update.htm", host: "unraid.lan", referrer: "http://unraid.lan/Shares/Share?name=scans" This is when saving new permissions. And for every page I open, I get this error: Feb 2 18:33:08 DL380p nginx: 2023/02/02 18:33:08 [error] 49861#49861: *6625526 open() "/usr/local/emhttp/cart.json" failed (2: No such file or directory) while sending to client, client: 192.168.0.3, server: , request: "GET /cart.json HTTP/1.1", host: "unraid.lan Hope someone knows how to fix this. Thanks in advance! dl380p-diagnostics-20230202-1828.zip