a new daemon to run the Xserve front-panel CPU LEDs
xserve-frontpanel provides a new open-source implementation of hwmond, the daemon Apple used to include in Mac OS X to show CPU activity using the rows of LEDs on the front panel of the Xserve but which stopped working after Lion.
xserve-frontpanel provides a new open-source implementation of hwmond, the daemon Apple used to include in Mac OS X to show CPU activity using the rows of LEDs on the front panel of the Xserve but which stopped working after Lion.
To install xserve-frontpanel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xserve-frontpanel
To see what files were installed by xserve-frontpanel, run:
port contents xserve-frontpanel
To later upgrade xserve-frontpanel, run:
sudo port selfupdate && sudo port upgrade xserve-frontpanel
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.