Bug 85871 - boot hangs due to non-starting systemd-journal-flush.service
Summary: boot hangs due to non-starting systemd-journal-flush.service
Status: RESOLVED FIXED
Alias: None
Product: systemd
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium critical
Assignee: systemd-bugs
QA Contact: systemd-bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-04 19:10 UTC by Evangelos Foutras
Modified: 2014-11-04 22:29 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Evangelos Foutras 2014-11-04 19:10:18 UTC
systemd 217 patched with 919699e (units: don't order journal flushing afte remote-fs.target) will usually fail to boot and get stuck showing:

"A start job is running for Trigger Flushing of Journal to Persistent Storage"

I haven't been able to reproduce this with systemd.log_level=debug, so I'm not sure what's going on exactly.

Relevant log entries are:

====================
Nov 04 20:32:04 notbad systemd[1]: Starting Journal Service...
Nov 04 20:32:04 notbad systemd[1]: Started Journal Service.
Nov 04 20:32:04 notbad systemd[1]: Unit systemd-journald.service entered failed state.
Nov 04 20:32:04 notbad systemd[1]: systemd-journald.service failed.
Nov 04 20:32:04 notbad systemd[1]: systemd-journald.service has no holdoff time, scheduling restart.
Nov 04 20:32:04 notbad systemd[1]: Stopping Journal Service...
Nov 04 20:32:04 notbad systemd[1]: Starting Journal Service...
Nov 04 20:32:04 notbad systemd[1]: Started Journal Service.
Nov 04 20:32:04 notbad systemd-journal[131]: Journal started
Nov 04 20:32:04 notbad systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
====================

systemd-journald.service didn't fail like that before commit 919699e.

I've also tried adding "After=systemd-remount-fs.service" to the flush service similar to commit 1f1926a (units: order sd-journal-flush after sd-remount-fs) but the issue remains.

I'm using Arch Linux although the same issue has been reported on Fedora. [1][2]

[1] https://plus.google.com/104174679492403594632/posts/GJ566nR6eUq
[2] https://bugs.archlinux.org/task/42678
Comment 1 Evangelos Foutras 2014-11-04 22:29:53 UTC
This appears to be fixed after a87a38c (units: make systemd-journald.service Type=notify).


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.