nut
nut copied to clipboard
The Network UPS Tools repository. UPS management protocol Informational RFC 9271 published by IETF at https://www.rfc-editor.org/info/rfc9271 Please star NUT on GitHub, this helps with sponsorships!
As highlighted in #1289 and https://github.com/networkupstools/nut/commit/567ab95be35a9adce0369b796d97817fd93a6ba0 discussion, the fightwarn effort (#823) backfired a bit by using configure-time attempts to compile AND run some code. While this helps on systems that...
> A few weeks ago I have successfully built NUT in MinGW environment using Windows-v2.6.5-7 branch (you may find a manual I have posted to nut-upsdev mailing list). > I...
Current `configure` script reports (on a container prepared per `scripts/Windows/README` instructions, build handled by the accompanying script) the following build ability: ```` Configuration summary: ====================== build serial drivers: yes build...
``` [UPS2] driver = snmp-ups port = apc5000.my.domain community = public snmp_version = v1 desc = "Smart-UPS 5000 RM" ``` nut start ask me to report: ``` Network UPS Tools...
I've been struggling to get NUT working with two CyberPower UPSes that have no serials. As such, the `ups.conf` has no way to tell them apart now that `usbhid-ups` ignores...
Hi, I have an APC Smart UPS 1000 (SMC1000-2UC) and was using the [usbhid-ups](https://networkupstools.org/docs/man/usbhid-ups.html) driver fine. APC released a firmware update with security fixes which I made sure to upgrade....
Current `scripts/Windows/README` documentation and `build-mingw-nut.sh` script detail a working scenario for Debian/Ubuntu cross-builds. There are placeholders for RPM based systems (extendable to potentially other, even non-Linux? environments)
While https://github.com/networkupstools/nut/issues/1489 did achieve the ability to regularly cross-build linux+mingw (currently with gcc), it does so by rudimentary integration from `ci_build.sh` script to call `scripts/Windows/build-mingw-nut.sh` with guessed or explicit argument...
Split off from https://github.com/networkupstools/nut/issues/1489 * The mingw variant of clang is currently also not installed (not available?) in the workers See also #1650 where discussion started around builds with `llvm-mingw`...
As discussed in issue #805 and made possible by PR #1548, some distributions install software into "weird" uncommon locations (e.g. to bundle NUT with dependencies), which the current NUT `search_path`...