[Bug 971327] New: Ufw not booting during startup (no /etc/init.d/ufw)
http://bugzilla.opensuse.org/show_bug.cgi?id=971327 Bug ID: 971327 Summary: Ufw not booting during startup (no /etc/init.d/ufw) Classification: openSUSE Product: openSUSE Distribution Version: Leap 42.1 Hardware: x86-64 OS: openSUSE 42.1 Status: NEW Severity: Normal Priority: P5 - None Component: Security Assignee: security-team@suse.de Reporter: rafleal@gmx.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- systemd cannot start ufw. It is possible to start it via "# ufw enable", but it doesn't start at boot (although it theoretically should). /usr/lib/systemd/system/ufw.service points to: [Service] ExecStart=/etc/init.d/ufw start ExecStop=/etc/init.d/ufw stop but there is no /etc/init.d/ufw, so it fails. I tried changing the ExecStart to /usr/sbin/ufw and alternatively copying /lib/ufw/ufw-init to /etc/init.d/ufw, but it does not get started: linux-wzdx:/home/<user> # systemctl status ufw ufw.service - /etc/init.d/ufw Compatibility Loaded: loaded (/usr/lib/systemd/system/ufw.service; enabled) Active: inactive (dead) since Tue 2016-03-15 08:23:24 EET; 25s ago Process: 2295 ExecStop=/etc/init.d/ufw stop (code=exited, status=0/SUCCESS) Process: 2162 ExecStart=/etc/init.d/ufw start (code=exited, status=0/SUCCESS) Main PID: 2162 (code=exited, status=0/SUCCESS) linux-wzdx:/home/<user> # systemctl start ufw linux-wzdx:/home/<user> # systemctl status ufw ufw.service - /etc/init.d/ufw Compatibility Loaded: loaded (/usr/lib/systemd/system/ufw.service; enabled) Active: inactive (dead) since Tue 2016-03-15 08:23:54 EET; 1s ago Process: 2802 ExecStop=/etc/init.d/ufw stop (code=exited, status=0/SUCCESS) Process: 2595 ExecStart=/etc/init.d/ufw start (code=exited, status=0/SUCCESS) Main PID: 2595 (code=exited, status=0/SUCCESS) My ufw version is 0.34 from the 'security' repo, but the same problem occurs with the version in the standard Leap repos. Reference: https://forums.opensuse.org/showthread.php/514283-Ufw-not-booting-during-sta... -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=971327 http://bugzilla.opensuse.org/show_bug.cgi?id=971327#c1 Anak Naga <anaknaga@inventati.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anaknaga@inventati.org --- Comment #1 from Anak Naga <anaknaga@inventati.org> --- Same thing happens on Tumbleweed. # systemctl status ufw -l ● ufw.service - /etc/init.d/ufw Compatibility Loaded: loaded (/usr/lib/systemd/system/ufw.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Wed 2016-06-08 10:34:45 EEST; 8h ago Process: 1852 ExecStop=/etc/init.d/ufw stop (code=exited, status=203/EXEC) Process: 1838 ExecStart=/etc/init.d/ufw start (code=exited, status=203/EXEC) Main PID: 1838 (code=exited, status=203/EXEC) Jun 08 10:34:45 T450s-tumbleweed systemd[1]: Started /etc/init.d/ufw Compatibility. Jun 08 10:34:45 T450s-tumbleweed systemd[1]: ufw.service: Main process exited, code=exited, status=203/EXEC Jun 08 10:34:45 T450s-tumbleweed systemd[1852]: ufw.service: Failed at step EXEC spawning /etc/init.d/ufw: No such file or directory Jun 08 10:34:45 T450s-tumbleweed systemd[1]: ufw.service: Control process exited, code=exited status=203 Jun 08 10:34:45 T450s-tumbleweed systemd[1]: ufw.service: Unit entered failed state. Jun 08 10:34:45 T450s-tumbleweed systemd[1]: ufw.service: Failed with result 'exit-code'. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=971327 http://bugzilla.opensuse.org/show_bug.cgi?id=971327#c2 Julián Unrrein <junrrein@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |junrrein@gmail.com --- Comment #2 from Julián Unrrein <junrrein@gmail.com> --- I'm hitting the same error under Tumbleweed, as per Anak Naga's comment. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=971327 http://bugzilla.opensuse.org/show_bug.cgi?id=971327#c3 --- Comment #3 from Andreas Stieger <astieger@suse.com> --- *** Bug 1008169 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=971327 http://bugzilla.opensuse.org/show_bug.cgi?id=971327#c4 Andreas Stieger <astieger@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |astieger@suse.com, | |p.drouand@gmail.com --- Comment #4 from Andreas Stieger <astieger@suse.com> --- luce, are you still maintaining this package? CC'ing recent updaters... Denisart, one for you maybe? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=971327 http://bugzilla.opensuse.org/show_bug.cgi?id=971327#c5 --- Comment #5 from Denisart Benjamin <p.drouand@gmail.com> --- I fix it as soon as possible. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=971327 http://bugzilla.opensuse.org/show_bug.cgi?id=971327#c6 Andreas Stieger <astieger@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |johann.luce@wanadoo.fr Assignee|johann.luce@wanadoo.fr |p.drouand@gmail.com --- Comment #6 from Andreas Stieger <astieger@suse.com> --- (In reply to Denisart Benjamin from comment #5)
I fix it as soon as possible.
Thank you, assigning to you. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=971327 http://bugzilla.opensuse.org/show_bug.cgi?id=971327#c7 --- Comment #7 from Denisart Benjamin <p.drouand@gmail.com> --- By the way, Johann Luce passed away a few years ago, after fighting against cancer. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=971327 http://bugzilla.opensuse.org/show_bug.cgi?id=971327#c8 --- Comment #8 from Julián Unrrein <junrrein@gmail.com> --- I'm very sorry to hear that. May he rest in peace. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=971327 Tomáš Chvátal <tchvatal@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|Leap 42.1 |Leap 42.3 -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com