<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
span.EmailStyle20
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Dug a little deeper and found the “(Enabling | Disabling) showing of status.” debug log, which shows up exactly once in my journalctl output… but only on one type of system. I don’t see it on the other (still trying to figure out if I could
 be hitting some sort of rate limiting).<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Nothing around it seems like a failure, but I’m still digging.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Any suggestions are still welcome<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks!<o:p></o:p></p>
<p class="MsoNormal">-Sean<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b>From:</b> systemd-devel <systemd-devel-bounces@lists.freedesktop.org>
<b>On Behalf Of </b>McKay, Sean<br>
<b>Sent:</b> Wednesday, April 29, 2020 4:26 PM<br>
<b>To:</b> systemd-devel@lists.freedesktop.org<br>
<b>Subject:</b> Re: [systemd-devel] How to figure out what's causing systemd to start printing messages partway through boot?<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I apparently failed to finish a sentence. Fixed. My apologies!<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b>From:</b> McKay, Sean <br>
<b>Sent:</b> Wednesday, April 29, 2020 4:15 PM<br>
<b>To:</b> <a href="mailto:systemd-devel@lists.freedesktop.org">systemd-devel@lists.freedesktop.org</a><br>
<b>Subject:</b> How to figure out what's causing systemd to start printing messages partway through boot?<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Hi all,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Hopefully quick question:<o:p></o:p></p>
<p class="MsoNormal">Do you have any guidance on what I should look at to determine what is causing the show_status variable in systemd to get flipped to true without any apparent unit failures? Is there an easy way to find that information?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We have a few systems that start printing the manager status messages halfway through bootup (that aren’t supposed to). They have ‘quiet’ set on the kernel command line and they appear to be following that for a good chunk of the boot,
 but partway through I start getting ‘[  OK ] Started…’ messages without any failure showing up first (which is what I expect and have seen in other scenarios). Running ‘systemctl show’ after the system has booted, shows that the variable has indeed been flipped. 
 From looking through the code, it appears the only way this is possible should be for a unit to have hit some status other than “OK” (JOB_DONE internally, it would appear) but I don’t see any of those in the output. And I’m not sure if there’s an equivalent
 in the journal to search for.<o:p></o:p></p>
<p class="MsoNormal"><br>
I’ve poked through the journal near where things start showing up and there doesn’t appear to be anything in particular that sticks out… so I turned on debug logging and there’s a
<i>ton</i> of it. And I haven’t yet had any luck figuring out what I’m looking for from digging through the source code. So I figured I’d ask.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks!<o:p></o:p></p>
<p class="MsoNormal">-Sean McKay<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">P.S. We’re still waaaaaaay back on 229. Frantically trying to get things upgraded, but not there yet. I don’t think that’s relevant (I doubt this is a systemd bug), but it might come up if there’s more tooling/verbosity in newer versions.<o:p></o:p></p>
</div>
</body>
</html>