xserve-frontpanel
xserve-frontpanel copied to clipboard
A project to re-implement the daemon controlling the Xserve front panel CPU activity LED
I was curious if there is a way to compile this for Linux. I'd like to use this on an ESXi host, however ESXi doesn't have a compiler and thus...
In #19 CMakeLists.txt was changed to require a C11 compiler. Last I checked in March, the code compiled fine in clang's default gnu99 mode so I'm not sure that change...
Your hwmond works great on macOS but I run VMware ESXi 6 on my Xserves and it would be great to be able to run hwmond there instead. ESXi 6...
Thanks for this. It's really nice to see the LEDs working again after all these years. When I Control-C `hwmond` to end it, the LEDs stay on. Might it be...
This Pull Request adds a Plist that can be loaded into Launchd that will allow the hwmond process to load as root at boot. It will then keep the process...
There's some memory shared between threads that isn't properly implemented