-
-
Notifications
You must be signed in to change notification settings - Fork 425
Closed
Labels
LinuxSome issues are specific to Linux as a platformSome issues are specific to Linux as a platformUSBimpacts-release-2.8.2Issues reported against NUT release 2.8.2 (maybe vanilla or with minor packaging tweaks)Issues reported against NUT release 2.8.2 (maybe vanilla or with minor packaging tweaks)service/daemon start/stopGeneral subject for starting and stopping NUT daemons (drivers, server, monitor); also BG/FG/DebugGeneral subject for starting and stopping NUT daemons (drivers, server, monitor); also BG/FG/Debugsystemd
Milestone
Description
Using Arch Linux, followed their wiki's guide for setting NUT: https://wiki.archlinux.org/title/Network_UPS_Tools
Eaton 5E 2000i USB. I applied the usbhid quirks kernel parameter.
After enabling the NUT enumerator to automatically generate, enable and start the UPS systemd service, my boot times have significantly slowed down:
❯ ~ systemd-analyze critical-chain
The time when unit became active or started is printed after the "@" character.
The time the unit took to start is printed after the "+" character.
graphical.target @17.814s
└─multi-user.target @17.814s
└─nut.target @15.512s
└─nut-monitor.service @15.442s +69ms
└─nut-server.service @15.346s +92ms
└─nut-driver.target @15.344s
└─nut-driver@nutdev-usb1.service @11.243s +4.100s
└─basic.target @11.241s
└─dbus-broker.service @11.216s +23ms
└─dbus.socket @11.201s
└─sysinit.target @11.194s
└─systemd-udev-settle.service @364ms +10.829s
└─systemd-udev-trigger.service @309ms +53ms
└─systemd-udevd-kernel.socket @294ms
└─system.slice @257ms
└─-.slice @257ms
My journal shows:
Sep 24 09:25:19 yuv420p10le systemd[1]: Starting Wait for udev To Complete Device Initialization...
Sep 24 09:25:19 yuv420p10le udevadm[633]: systemd-udev-settle.service is deprecated. Please fix nut-driver@nutdev-usb1.service not to pull it in.
This in the enumerator script seems to be causing that:
| DEPSVC_USB_SYSTEMD="systemd-udev.service systemd-udev-settle.service" |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
LinuxSome issues are specific to Linux as a platformSome issues are specific to Linux as a platformUSBimpacts-release-2.8.2Issues reported against NUT release 2.8.2 (maybe vanilla or with minor packaging tweaks)Issues reported against NUT release 2.8.2 (maybe vanilla or with minor packaging tweaks)service/daemon start/stopGeneral subject for starting and stopping NUT daemons (drivers, server, monitor); also BG/FG/DebugGeneral subject for starting and stopping NUT daemons (drivers, server, monitor); also BG/FG/Debugsystemd