[Bug 750845] New: Insufficient shutdown warnings with systemd
https://bugzilla.novell.com/show_bug.cgi?id=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c0 Summary: Insufficient shutdown warnings with systemd Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: x86-64 OS/Version: openSUSE 12.1 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: myrosia@gmail.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2 Under systemd, "shutdown -h" only produces a warning 15 minutes prior to shutdown. No further warnings are produced, so the system can shut itself down unexpectedly. Shutdown is a really critical even and therefore users need to be given appropriate notice and warnings should be really obvious. sysvinit gives warnings at 1 day, 45 minutes, 30 minutes, 15 minutes, 10 minutes and then every minute until shutdown. This makes it much harder to miss. I have been caught a couple of times with unsaved changes. The warning is very easy to miss because it shows up as a KDE notification for about 15 seconds and then disappears, so if you are away from your computer for 1 minute, you may be out of luck. Even when I saw it, 15 minutes is easy to misjudge if you are trying to finish something up and lose track of time. Reproducible: Always Steps to Reproduce: 1. /sbin/shutdown -h +10 Actual Results: The system shuts down without any warnings at all 10 minutes after executing the command (since the last systemd warning is 15 minutes before shutdown time) Expected Results: Warnings, sent via "wall", every minute until the system shuts down. If the shutdown argument was larger (e.g., +50), then warnings 45, 30, 15, 10 and then every minute before shutdown. I tested this using the most recent systemd update on OpenSuse 12.1: rpm -q systemd systemd-37-3.8.1.x86_64 -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c Myroslava Dzikovska <myrosia@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |fcrozat@suse.com |ovo.novell.com | -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c1 --- Comment #1 from Myroslava Dzikovska <myrosia@gmail.com> 2012-03-07 00:32:08 UTC --- This problem was originally discussed on the opensuse mailing list, here http://lists.opensuse.org/opensuse/2012-03/msg00001.html -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c2 --- Comment #2 from Frederic Crozat <fcrozat@suse.com> 2012-06-18 12:04:02 UTC --- I've just tested this setup and with your test case, you get a wall at 10min (immediatly after issuing the shutdown) then every minute until shutdown. from a look at systemd code, it does issue : t <= 10min => warning every minutes 10 min < t <= 1h => warning every 15 minutes 1h < t <= 3h => warning every 30 minutes looks sane to me. -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c3 --- Comment #3 from Myroslava Dzikovska <myrosia@gmail.com> 2012-06-18 13:49:19 UTC --- OK, then it's possibly a bug. This is definitely not how it is behaving on my system. I am running the latest OpenSuse 12.1 (with all the updates) Right now I get no warnings at all for t<=10 min. I do get warnings ever 15 minutes for 10min < t <= 1h. But the last warning is definitely 15 minutes before shutdown, and there are no warnings after that. -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c4 --- Comment #4 from Frederic Crozat <fcrozat@suse.com> 2012-06-18 14:05:51 UTC --- please double-check if you get the wall warning on a text console (it might be a KDE issue). If you have a better testcase which is showing the bug for you, I'm all ears :) -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c5 --- Comment #5 from Myroslava Dzikovska <myrosia@gmail.com> 2012-06-18 21:15:20 UTC --- Ah, there seems to have been an interesting change of behavior from the original report, but there is still a bug. My current version is systemd-37-3.14.1.x86_64 The old test case (shutdown -h 10) now behaves as expected: a warning is printed to a console and sent to kde every minute until shutdown, 10 warnings in total. But if I run /sbin/shutdown -h 15 I don't get the warnings from 10 minutes downwards. In fact, I lost the half-written version of this comment because of doing this test and misjudging shutdown time ;-) So: 1. /sbin/shutdown -h 15 Actual behaviour: a warning 15 minutes before shutdown, both on console and via KDE; no further warnings on either console or KDE until the system shuts down Expected behaviour: a warning 15 minutes before shutdown, 10 minutes before shutdown, 9 minutes and so forth until the system shuts down. -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c6 Frederic Crozat <fcrozat@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #6 from Frederic Crozat <fcrozat@suse.com> 2012-08-23 13:42:16 UTC --- ok, I confirm it does wall only one time when you choose 15min. I'll look into it. -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c7 Myroslava Dzikovska <myrosia@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|openSUSE 12.1 |openSUSE 12.2 --- Comment #7 from Myroslava Dzikovska <myrosia@gmail.com> 2013-02-07 00:12:11 UTC --- I just re-tested with 12.2, and it shows the same behavior. -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c Myroslava Dzikovska <myrosia@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Basesystem |Basesystem AssignedTo|fcrozat@suse.com |bnc-team-screening@forge.pr | |ovo.novell.com Product|openSUSE 12.1 |openSUSE 12.2 Target Milestone|--- |Final -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c FeiXiang Zhang <fxzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |fcrozat@suse.com |ovo.novell.com | -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c8 Myroslava Dzikovska <myrosia@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Basesystem |Basesystem AssignedTo|fcrozat@suse.com |bnc-team-screening@forge.pr | |ovo.novell.com Product|openSUSE 12.2 |openSUSE 12.3 Target Milestone|Final |--- --- Comment #8 from Myroslava Dzikovska <myrosia@gmail.com> 2013-07-27 23:10:04 UTC --- Re-tested for 12.3, the problem is still there. -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c FeiXiang Zhang <fxzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |fcrozat@suse.com |ovo.novell.com | -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c Frederic Crozat <fcrozat@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|fcrozat@suse.com |systemd-maintainers@suse.de -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c9 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO CC| |werner@suse.com InfoProvider| |fcrozat@suse.com --- Comment #9 from Dr. Werner Fink <werner@suse.com> 2014-01-15 11:19:21 UTC --- (In reply to comment #6)
ok, I confirm it does wall only one time when you choose 15min. I'll look into it.
What has been the result and does this also happen with openSUSE 13.1 aka systemd-208? -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c10 Frederic Crozat <fcrozat@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|fcrozat@suse.com | --- Comment #10 from Frederic Crozat <fcrozat@suse.com> 2014-01-15 11:45:01 UTC --- didn't had time to fix it in the shutdown code -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c11 --- Comment #11 from Dr. Werner Fink <werner@suse.com> 2014-01-15 12:38:15 UTC --- Created an attachment (id=574457) --> (http://bugzilla.novell.com/attachment.cgi?id=574457) 1017-enforce-sufficient-shutdown-warnings.patch with this patch we see a more warnings. -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c12 --- Comment #12 from Dr. Werner Fink <werner@suse.com> 2014-01-15 12:41:31 UTC --- The orignal table[] of when_wall() there was two entries with a delay less then the warning intervall which could be useless IMHO. Now with the patch in the attachment 574457 the code does warn once per hour in the first 3 hours, then all 30 minutes in last hour, all 15 minutes in the last 45 minutes, all 10 minutes in the last 15 minutes, and then all minute in the last 10 minutes. -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c13 --- Comment #13 from Dr. Werner Fink <werner@suse.com> 2014-01-15 12:42:38 UTC --- It works as I've run a test with shutdown -r +10 and indeed it reports all minute -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c14 --- Comment #14 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-01-15 14:00:20 CET --- This is an autogenerated message for OBS integration: This bug (750845) was mentioned in https://build.opensuse.org/request/show/213982 Factory / systemd -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c15 --- Comment #15 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-01-15 15:00:17 CET --- This is an autogenerated message for OBS integration: This bug (750845) was mentioned in https://build.opensuse.org/request/show/213990 Factory / systemd -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c16 --- Comment #16 from Myroslava Dzikovska <myrosia@gmail.com> 2014-01-15 17:03:31 UTC --- (In reply to comment #13)
It works as I've run a test with
shutdown -r +10
and indeed it reports all minute
Running shutdown -r +10 is not a sufficient test for this bug. I don't currently have access to 13.1, but up to 12.3 the problem only appeared if you run shutdown with time > 10. I.e., current behaviour on 12.3 shutdown -r +10 --- warnings every minute, as expected shutdown -r +15 --- immediate warning, and then no warnings at all until reboot I don't have access to 13.1 right now, but I can re-test in a couple of weeks once I am back to my normal computer, if this would help. -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c17 --- Comment #17 from Dr. Werner Fink <werner@suse.com> 2014-01-15 21:03:58 UTC --- (In reply to comment #16) The simple patch may apply to systemd-195 .. I'll try tomorrow -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c18 --- Comment #18 from Dr. Werner Fink <werner@suse.com> 2014-01-16 12:52:14 UTC --- Created an attachment (id=574637) --> (http://bugzilla.novell.com/attachment.cgi?id=574637) systemd-195-0.x86_64.rpm you may install this with rpm -Uhv systemd-195-0.x86_64.rpm --force due version numbering scheme. -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c19 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #574637|0 |1 is obsolete| | --- Comment #19 from Dr. Werner Fink <werner@suse.com> 2014-01-16 13:10:29 UTC --- Created an attachment (id=574645) --> (http://bugzilla.novell.com/attachment.cgi?id=574645) systemd-195-0.x86_64.rpm .. small bug corrected which was introduced during backport -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c20 --- Comment #20 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-01-17 14:00:19 CET --- This is an autogenerated message for OBS integration: This bug (750845) was mentioned in https://build.opensuse.org/request/show/214180 Factory / systemd -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c21 --- Comment #21 from Dr. Werner Fink <werner@suse.com> 2014-01-17 13:43:58 UTC --- Some news? -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c22 --- Comment #22 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-01-17 18:00:20 CET --- This is an autogenerated message for OBS integration: This bug (750845) was mentioned in https://build.opensuse.org/request/show/214260 Factory / systemd -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c23 --- Comment #23 from Myroslava Dzikovska <myrosia@gmail.com> 2014-01-17 21:43:51 UTC --- I just tested the patched systemd from comment 19 on OpenSuse 12.3 It changes the behaviour but it doesn't fix the problem Current behaviour: 1) shutdown -h 10 -- no warnings until shutdown 2) shutdown -h 15 -- a warning every minute until shutdown 2) shutdown -h 20 -- warning at 10 minutes only, no other warnings until shutdown For comparison, system behaviour before patch: 1) shutdown -h 10 -- warning every minute till shutdown 2) shutdown -h 15 -- no warnings until shutdown 3) shutdown -h 20 -- warning 15 minutes before shutdown, no other warnings -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c24 --- Comment #24 from Dr. Werner Fink <werner@suse.com> 2014-01-18 13:32:36 UTC --- (In reply to comment #23) Hmm ... then I do not understand why I see all minutes a message with shutdown -r +10 ?? -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c25 --- Comment #25 from Myroslava Dzikovska <myrosia@gmail.com> 2014-01-19 00:04:25 UTC --- Ah, I just checked my /var/log/messages, and I see a crash there after shutdown -r +10 2014-01-19T00:02:13.274813+00:00 linux-3lvi systemd[1]: Started Delayed Shutdown Service. 2014-01-19T00:02:13.276174+00:00 linux-3lvi kernel: [101213.976081] systemd-shutdow[11616]: segfault at 1000406cf0 ip 00000000004030cb sp 00007fff9c311168 error 4 in systemd-shutdownd[400000+a000] 2014-01-19T00:02:13.276668+00:00 linux-3lvi systemd[1]: systemd-shutdownd.service: main process exited, code=killed, status=11/SEGV 2014-01-19T00:02:13.277322+00:00 linux-3lvi systemd[1]: Unit systemd-shutdownd.service entered failed state It does not crash when I do shutdown -r +15, for reasons I completely do not understand. -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c26 --- Comment #26 from Dr. Werner Fink <werner@suse.com> 2014-01-20 14:44:07 UTC --- Hmmm ... with 13.1 it works -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c27 --- Comment #27 from Myroslava Dzikovska <myrosia@gmail.com> 2014-01-20 15:31:16 UTC --- I rebooted my 12.3 machine a couple of times to make sure, but it does the same crash every time. So it looks that this patch at least is incompatible with my 12.3 setup. Is there extra information I could provide? I am planning test 13.1 once I get to a machine/internet connection where I can download it, but this will be about a week from now. -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c28 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #574457|0 |1 is obsolete| | Attachment #574645|0 |1 is obsolete| | --- Comment #28 from Dr. Werner Fink <werner@suse.com> 2014-01-21 12:49:03 UTC --- Created an attachment (id=575127) --> (http://bugzilla.novell.com/attachment.cgi?id=575127) systemd-195-0.x86_64.rpm This one uses the original code from systemd-208 which behaves exactly as the shutdown code of SysViniT I found out by simply testing it. That is that I also will drop the patch for openSUSE Factory. The trick in the code of systemd-208 is that one have to read the table in when_wall() in a more slopy way e.g. table[1].delay belongs to table[0].interval ... this does work perfect. -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c29 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |myrosia@gmail.com --- Comment #29 from Dr. Werner Fink <werner@suse.com> 2014-01-21 12:49:54 UTC --- Please test out the attachment #575127 -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c30 Myroslava Dzikovska <myrosia@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|myrosia@gmail.com | --- Comment #30 from Myroslava Dzikovska <myrosia@gmail.com> 2014-01-21 23:15:40 UTC --- (In reply to comment #29)
Please test out the attachment #575127 [details]
This one goes back to the original (wrong) behaviour on my 12.3 system shutdown -r 10 -- a warning every minute shutdown -r 15 -- immediate wall warning, then no warnings until reboot -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c31 --- Comment #31 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-01-23 14:00:10 CET --- This is an autogenerated message for OBS integration: This bug (750845) was mentioned in https://build.opensuse.org/request/show/214771 Factory / systemd -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c32 --- Comment #32 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-01-23 15:00:13 CET --- This is an autogenerated message for OBS integration: This bug (750845) was mentioned in https://build.opensuse.org/request/show/214778 Factory / systemd -- 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=750845 https://bugzilla.novell.com/show_bug.cgi?id=750845#c33 --- Comment #33 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-01-30 11:00:13 CET --- This is an autogenerated message for OBS integration: This bug (750845) was mentioned in https://build.opensuse.org/request/show/215598 Factory / systemd -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=750845 --- Comment #34 from Myroslava Dzikovska <myrosia@gmail.com> --- Just tested on 13.1 rpm -q systemd systemd-208-15.1.x86_64 shutdown -h 10 -- a wall warning every minute shutdown -h 15 -- an immediate wall warning, no other warnings until shutdown shutdown -h 20 -- a wall warning 15 minutes before shutdown, then no other warnings --- Comment #35 from Myroslava Dzikovska <myrosia@gmail.com> --- I just tested this with 13.2 and it is no longer a problem in the new system linux-3lvi:~ # rpm -q systemd systemd-210-25.5.4.x86_64 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=750845 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard| |obs:running:4038:moderate -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=750845 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|obs:running:4038:moderate | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=750845 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard| |obs:running:4416:moderate -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=750845 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|obs:running:4416:moderate | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=750845 http://bugzilla.novell.com/show_bug.cgi?id=750845#c37 --- Comment #37 from Swamp Workflow Management <swamp@suse.de> --- openSUSE-RU-2016:0320-1: An update that has 146 recommended fixes can now be installed. Category: recommended (moderate) Bug References: 737690,742774,750845,818044,838475,841544,849870,852015,852021,852232,853293,854884,856389,856392,856858,857204,858864,859072,859365,860574,860937,861316,861489,863217,864745,864904,865834,866732,866933,867128,867663,867664,867840,868019,868230,868439,868931,869142,869603,872929,873432,873444,874665,875502,876587,876694,877021,877674,878525,880438,880732,881125,881559,881942,882393,882714,883565,884271,884403,885232,885288,886211,886599,886852,888178,888215,888612,889297,889357,890977,892096,892162,892300,893797,895087,896664,897799,897801,897803,898233,898240,898432,900558,901481,902240,902901,903009,903963,904214,904517,904828,905550,906709,906900,907318,907393,908476,909358,910643,911347,912030,912334,913517,916420,918118,919095,920195,921831,921898,921920,926169,927250,927457,928265,931388,932284,933365,933512,933521,933533,934077,934901,937512,937900,938908,939571,940264,941576,944132,944799,945282,947212,948458,948555,948705,949574,949683,949739,950510,951265,951663,953241,9543 36,954781,955635,961576 CVE References: Sources used: openSUSE 13.1 (src): systemd-210-40.1, systemd-mini-210-40.1 -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com