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.

Gunny

Members
  • Joined

  • Last visited

Everything posted by Gunny

  1. On unraid 6.8, latest unassigned devices including the update from today, my remote shares are still being put in /mnt/disks. /mnt/remotes exists but is empty. Thoughts?
  2. I was finally able to get ipmifan working on my system. the asrock hex to pwm routine kept adding an additional 01, so I added a switch based on the motherboard name. @dmacias want me to open a PR? ipmi2json ipmifan
  3. I was able to get the ipmi2json to run properly by changing this line https://github.com/dmacias72/IPMI-unRAID/blob/60361056d4f75c6829f4ff590be6da0b49c2dfab/source/ipmi/usr/local/emhttp/plugins/ipmi/scripts/ipmi2json#L153 to if(TRUE) so it would try all 8 fan slots The resulting board config is { "ASRockRack": { "raw": "00 3a 01", "auto": "00 00 00 00 00 00 00 00", "full": "64 64 64 64 64 64 64 64", "fans": { "CPU1_FAN1": "01", "CPU2_FAN1": "01", "FAN_POS2": "01", "FAN_POS3": "01", "FRNT_FAN1": "01", "FAN_POS5": "01", "FAN_POS6": "01", "FAN_POS7": "01" } }, "ASRockRack1": { "raw": "00 3a 11", "auto": "00 00 00 00", "full": "01 64 64 64", "fans": { "FRNT_FAN1": "11" } } } but I don't think the second board, ASRockRack1 is needed In order to get ipmifan --full and --auto to work I had to remove the ; after the & on lines 208 and 232 https://github.com/dmacias72/IPMI-unRAID/blob/60361056d4f75c6829f4ff590be6da0b49c2dfab/source/ipmi/usr/local/emhttp/plugins/ipmi/scripts/ipmifan#L208 https://github.com/dmacias72/IPMI-unRAID/blob/60361056d4f75c6829f4ff590be6da0b49c2dfab/source/ipmi/usr/local/emhttp/plugins/ipmi/scripts/ipmifan#L232 Still working on getting the main loop of the ipmifan to see whats wrong.
  4. Got a reply from support and got it figured out. To directly control the fans you use: cpu1 cpu2 REA1 ???? FNT1 FNT2 FNT3 FNT4 ipmitool raw 0x3a 0x01 0x00 0x00 0x00 0x00 0x20 0x00 0x00 0x00 (0x00 is auto, 0x64 is max like normal) so its missing the first 0x00 that this tool uses. I would guess that the ???? should be a Rear2 fan is the motherboard had one. In terms of names, I'm seeing: CPU1_FAN1 CPU2_FAN1 REAR_FAN1 FRNT_FAN1 FRNT_FAN2 FRNT_FAN3 FRNT_FAN4 Running the commands I did notice sometimes a valid command would return an error (most often if I sent a bad command right before), but if you retry a few times it will end up going through and controlling the fan correctly. Again this is for the EP2C612 WS, I'm currently trying to figure out how to manually edit the json and cfg files to make this plugin work for my board command configuration Here is an example output of a valid command failing: root@UnraidHost:/boot/config/plugins# ipmitool raw 0x3a 0x01 0x01 0x00 0x00 0x00 0x35 0x00 0x00 0x00 #worked root@UnraidHost:/boot/config/plugins# ipmitool raw 0x3a 0x01 0x01 0x00 0x00 0x00 0x35 0x00 0x00 0x00 #failed Unable to send RAW command (channel=0x0 netfn=0x3a lun=0x0 cmd=0x1 rsp=0xc1): Invalid command root@UnraidHost:/boot/config/plugins# ipmitool raw 0x3a 0x01 0x01 0x00 0x00 0x00 0x35 0x00 0x00 0x00 #worked root@UnraidHost:/boot/config/plugins# And another type of failure: root@UnraidHost:/boot/config/plugins# ipmitool raw 0x3a 0x01 0x64 0x00 0x00 0x00 0x35 0x00 0x00 0x00 #worked root@UnraidHost:/boot/config/plugins# ipmitool raw 0x3a 0x01 0x00 0x00 0x00 0x00 0x35 0x00 0x00 0x00 #failed Get Device ID command failed: 0xd6 Cannot execute command, command disabled Unable to send RAW command (channel=0x0 netfn=0x3a lun=0x0 cmd=0x1 rsp=0xc1): Invalid command root@UnraidHost:/boot/config/plugins# ipmitool raw 0x3a 0x01 0x00 0x00 0x00 0x00 0x35 0x00 0x00 0x00 #worked root@UnraidHost:/boot/config/plugins#
  5. I'm currently trying to get the IPMI plugin to work with my ASRock Rack EP2C612 WS dual socket motherboard (bios v2.50). It sees the correct fan speeds, but when I hit configure the fan speeds don't change and it doesn't find any fans connected. I've tried changing the bios setting from auto to manual, leaving each can on smart fan mode while in manual. Neither option allowed the IPMI plugin to work. This is trying to use the native local connection, not over the network connection. Any thoughts or tips to debug? Edit: I tried the IPMI commands manually and they don't work/return an error so I submitted a support ticket to Asrock Rack support. I'll update when I hear back about the correct IPMI commands. @dmacias I ran the dmidecode command and the result is: root@UnraidHost:/boot/config/plugins/ipmi# dmidecode -qt2|awk -F: '/^\tProduct Name:/ {print $2}' EP2C612 WS So: EP2C612 WS

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.