Hi,
I've had a Ruby script I wrote to learn the language and automate remote backups. It uses rubyipmi to turn on a remote server. It's been working well for months with v0.11.1, but today, after upgrading to v0.12.0 (FreeBSD pkg upgrade) it stopped working. I've been using ipmitool, but switching to freeipmi gives the same result.
I also tried both versions of the gem on a Devuan Daedalus VM, too, and ended up the same way. I used gem install --user-install ... this time, so this rules out possible interference from the FreeBSD packager.
Unfortunately I am not a well-versed Ruby developer (I'm learning the language), and could not fully debug it (yet).
What infos can I share with you to help debugging?