-
Fan Control Issue After Reboot
Late reply but might be helpful, I had a similar problem. It turned out to be that IPMItools had been removed in favor of FreeIPMI which has slightly different commands. I have just recently managed to figure out how to control the fans again after finding the answer in a random reddit post. I use the following commands to control the CPU and PCIe Zones: ipmi-raw 0x00 instead of ipmitool raw eg: for 70% fan speed ipmi-raw 0x00 0x30 0x70 0x66 0x01 0x00 0x45 (CPU) ipmi-raw 0x00 0x30 0x70 0x66 0x01 0x01 0x45 (PCIe) I have attached the userscript i run at array start to set my fans. probably over complicated but if i want to change the speed i just have to move which line is missing the leading hash FreeIPMI Fan Control.txt
-
-
unRAID Network Config
You dont happen to have a recent flash backup do you? could you recover your network.cfg from that. or rollback unraid to that backup.
-
how do I add multiple users to smb extras
Thanks for that, was looking for this for sharing a ZFS pool in unraid which isn't possible via the GUI AFAIK.
-
(SOLVED) Unable to install / restore some docker containers
Resolved the issue. Appears to have been an issue between my ISP and carrier device (NBN Fixed Wireless NTD)
-
(SOLVED) Unable to install / restore some docker containers
I have been having problems with my dockers for a few days now and have hit a wall after trying to update some of them. when i tried to update my dockers it failed., i then tried to re-pull some and then they disappeared after failing to find image (screenshot attached). i tried deleting my docker img and recreating it and so far i have managed to get a couple of dockers to install but most have failed with the same error as in the attached screenshot. I have sucessfully reinstalled: lscr.io/linuxserver/mariadb lscr.io/linuxserver/nextcloud lscr.io/linuxserver/unifi-controller Following is some of the dockers that fail: binhex/arch-krusader binhex-qbittorrentvpn jlesage/nginx-proxy-manager vaultwarden/server flippinturt/pihole-dot-doh:latest I'm probably missing something simple and obvious but i'm at a loss. If anyone has an insight or advice it would be greatly appreciated
-
Unraid Feature Request Wishlist
This may be already implemented and i haven't found it but it would be nice to be able to assign VLAN access on a share with Write permissions. ie: Make a media share accessible on VLAN 10 so clients on that VLAN can get Read only access it or a shared storage folder that has RW access but nothing else on the server