Code: Select all
systemctl status [email protected]
● [email protected] - Network UPS Tools - device driver for ups
Loaded: loaded (/lib/systemd/system/[email protected]; disabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Sat 2025-07-26 12:36:51 BST; 714ms ago
Docs: man:upsdrvsvcctl(8)
https://www.networkupstools.org/historic/v2.8.3/docs/man/upsdrvsvcctl.html
man:ups.conf(5)
https://www.networkupstools.org/historic/v2.8.3/docs/man/ups.conf.html
man:nut.conf(5)
https://www.networkupstools.org/historic/v2.8.3/docs/man/nut.conf.html
Process: 38613 ExecStartPre=/usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/nut-common-tmpfiles.conf (code=exited, status=0/SUCCESS)
Process: 38614 ExecStart=/bin/sh -c NUTDEV="`/usr/libexec/nut-driver-enumerator.sh --get-device-for-service ups`" && [ -n "$NUTDEV" ] || { echo "FATAL: Could not find a NUT device section for service unit ups" >&2 ; exit 1 ; } ; exec /usr/sbin/upsdrvctl start "$NUTDEV" (code=exited, status=1/FAILURE)
CPU: 86msThe file that I think is causing the issue is now (in this version) showing up as /usr/libexec/nut-driver-enumerator.sh
{I have yet to work through this file to see the logic. The descriptive text is bad enough


