anonanon

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by anonanon

  1. On 4/10/2021 at 3:44 AM, cakes044 said:

    Hi All,

     

    Here is the forked repo with the details of my "fix", keep in mind this is only for X570D4U and X570D4U-2L2T users, I purposely didn't include this to be backwards compatible because I didn't have those boards to do the proper testing or the time to make this backwards compatible.

     

    This is the commit in question that has my "fix", I also fixed some minor bugs with the shell commands:

    https://github.com/lucasteligioridis/IPMI-unRAID/commit/49281fd8

     

    I can't quite remember if the ipmi2json script works flawlessly or not, I may have hacked in some values on the first run, full disclosure I haven't used that one since I first put it together and used it.

     

    But the ipmifan script works wonders with these boards, haven't had a problem with it since implementation.

    You essentially want to copy the two files mentioned from here:

    https://github.com/lucasteligioridis/IPMI-unRAID/tree/master/source/ipmi/usr/local/emhttp/plugins/ipmi/scripts

     

    Into the correct location on the Unraid system, which is here:

    - /usr/local/emhttp/plugins/ipmi/scripts

     

    You will have to restart the ipmifan service in the Unraid UI and it all should hopefully work, at the very worse the ipmi2json script might not work perfectly as intended, but it will at least generate some of the json correctly. Let me know how it goes, happy to help further. I'm not at home at the moment and don't have SSH access to validate the above just yet.

     

    To have this fix "permanent" I just copy the ipmifan script into the above directory whenever the machine boots, because the plugins get reloaded each time Unraid restarts so the old code will be restored. Obviously any updates to the plugin will have the same effect. If I get more time I'd love to fix this into a proper patch and merge it upstream.

    I just wanna say thank you.

    I got it working on the asrockrack x470d4u. So it is backwards compatible.