[Bug 888246] New: nut UPS driver fails to start due to systemd service file error
https://bugzilla.novell.com/show_bug.cgi?id=888246 https://bugzilla.novell.com/show_bug.cgi?id=888246#c0 Summary: nut UPS driver fails to start due to systemd service file error Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: cruff@ruffspot.net QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:30.0) Gecko/20100101 Firefox/30.0 The /usr/lib/systemd/system/nut-driver.service file contained an error that prevented the UPS interface driver from being started. This was the file as distributed: [Unit] Description=Network UPS Tools - power device driver controller After=local-fs.target network.target StopWhenUnneeded=yes [Service] ExecStart=/upsdrvctl start ExecStop=/upsdrvctl stop Type=forking -------------------------- This was the change that permitted things to start working: [Unit] Description=Network UPS Tools - power device driver controller After=local-fs.target network.target StopWhenUnneeded=yes [Service] ExecStart=/usr/lib/ups/driver/upsdrvctl start ExecStop=/usr/lib/ups/driver/upsdrvctl stop Type=forking Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=888246 https://bugzilla.novell.com/show_bug.cgi?id=888246#c1 Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |bwiedemann@suse.com InfoProvider| |cruff@ruffspot.net --- Comment #1 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-08-11 08:58:10 CEST --- Which package does /usr/lib/systemd/system/nut-driver.service belong to? I can only see a apcupsd package -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=888246 https://bugzilla.novell.com/show_bug.cgi?id=888246#c2 --- Comment #2 from Craig Ruff <cruff@ruffspot.net> 2014-08-11 12:18:36 UTC --- That file might have accidentally from adding the Factory repository, I ended up reinstalling from scratch and it isn't present in the stock 13.1 repository. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=888246 https://bugzilla.novell.com/show_bug.cgi?id=888246#c3 Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|cruff@ruffspot.net | Resolution| |INVALID --- Comment #3 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-08-11 15:54:25 CEST --- OK, so let's close this for now and if you manage to reproduce it with a clean 13.1 or Factory install, feel free to re-open this bug with more info. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com