Matt Huska

Results 10 comments of Matt Huska

Motherboard model: [X9SCi-LN4F](https://www.supermicro.com/products/archive/motherboard/x9sci-ln4f). As you pointed out this has a different BMC than the one smfc was originally developed to work with, the "Nuvoton WPCM450 BMC". Test results: > Set...

No luck. The script uses the following command: ``` ipmitool raw 0x30 0x91 0x5A 0x3 0x10 0x35 ``` trying that on my system gives an error: ``` Unable to send...

First, the output of the commands you asked about: ``` # ipmitool sdr System Temp | 0 degrees C | ok Peripheral Temp | 30 degrees C | ok CPU...

I removed the `nct6775` module and tried the two ipmitool commands you provided, but again they both return an error: ``` # modprobe -r nct6775 # ipmitool raw 0x30 0x91...

And finally with ipmicfg: ``` # ./ipmicfg -summary Summary ------------------------------------------- IPv4 Address : BMC MAC Address : Firmware Revision : 3.38 Firmware Build Time : 01/05/2015 System LAN1 MAC Address:...

Setting fan modes works perfectly. I typically have the fan in Full Mode and manually control the duty cycle using the /sys/ interface: ``` # ./ipmicfg -fan Current Fan Speed...

Sounds like a very reasonable approach. I don't have much free time at the moment but I'd be happy to comment on your implementation if you have time to put...

I gave this a try a few months ago using tree sitter in neovim (so a little outside the scope of this repo), and it worked perfectly. It was just...

If you would be interested, I could do a small PR that sets up a GitHub action to automatically publish releases to PyPI. I use it myself and it makes...

For me, it works if I set the environment variable `NXF_SINGULARITY_HOME_MOUNT=true` as mentioned [here](https://github.com/nextflow-io/nextflow/blob/d8f8bf56cfe79dc05db7c149dafa0174717ae7f4/docs/container.md?plain=1#L580) (thanks @MarieLataretu) I'm using Nextflow version 24.04.3 build 5916. You can do it like this: ```...