-
-
Notifications
You must be signed in to change notification settings - Fork 427
nut-monitor starts fine manually; will not start on boot. #1972
Copy link
Copy link
Closed
Labels
LinuxSome issues are specific to Linux as a platformSome issues are specific to Linux as a platformQNAPIssues related to NUT integration in QNAP storage platformIssues related to NUT integration in QNAP storage platformRedHat Linux ecosystemRHEL, CentOS, Fedora, Rocky Linux, Oracle Linux... (RPM packaging)RHEL, CentOS, Fedora, Rocky Linux, Oracle Linux... (RPM packaging)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
Metadata
Metadata
Assignees
Labels
LinuxSome issues are specific to Linux as a platformSome issues are specific to Linux as a platformQNAPIssues related to NUT integration in QNAP storage platformIssues related to NUT integration in QNAP storage platformRedHat Linux ecosystemRHEL, CentOS, Fedora, Rocky Linux, Oracle Linux... (RPM packaging)RHEL, CentOS, Fedora, Rocky Linux, Oracle Linux... (RPM packaging)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
Trying to get NUT to work on Fedora 38. UPS is plugged in to my QNAP NAS which acts as the NUT Server; I have the client already working on a Mac on that same UPS. Trying to get this wrorking on Fedora.
/etc/ups/nut.conf has:
MODE=netclient/etc/ups/upsmon.conf is all defaults plus this line:
MONITOR qnapups@10.51.2.10 1 admin 123456 secondaryAfter a reboot, systemctl status nut-monitor shows:
but I can then easily issue the start command (systemctl start nut-monitor), it starts, upsc -c qnapups on the QNAP shows it connected.
So the question: Why does this not work automatically on boot with Fedora 38? I did have this working with Ubuntu but had to switch to Fedora for other reasons.
Thank you