<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 12/07/2014 01:31 PM, John Hupp
wrote:<br>
</div>
<blockquote cite="mid:5484AB26.80809@prpcompany.com" type="cite">
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
....<br>
</blockquote>
<br>
<blockquote cite="mid:5484AB26.80809@prpcompany.com" type="cite">
Victory!<br>
<br>
I created /etc/sysctl.d/20-quiet-printk.conf with content:<br>
kernel.printk = 3 3 3 3<br>
<br>
I hit Return at the end, since an End-Of-Line character may be
required to make the line effective.<br>
<br>
This overrides the default behavior established in
/etc/sysctl.d/10-console-messages.conf with content:<br>
kernel.printk = 4 4 1 7<br>
<br>
The unwanted messages did not appear at the next boot (they are
still available in /var/log/kern.log and syslog, however).<br>
<br>
I note that /etc/sysctrl.d/README instructs that 'service procps
start' should be run after any changes, but this merely results in
an output of 'unknown job: procps' and proved to be unnecessary
anyway.<br>
<br>
The critical piece of instruction came from <a
moz-do-not-send="true"
href="https://wiki.archlinux.org/index.php/Silent_boot">https://wiki.archlinux.org/index.php/Silent_boot</a><br>
<br>
Though I was curious to know a bit more about the mechanisms in
play, I didn't dig much further than that. I wondered, for
instance, what behavior the default '4 4 1 7' specified, but never
did find out. The files in sysctl.d are installed by procps (see
the List of Files link at <a moz-do-not-send="true"
href="http://packages.ubuntu.com/trusty/admin/procps">http://packages.ubuntu.com/trusty/admin/procps</a>).
And these, in turn, are part of the kernel configuration governed
by sysctl (see <a moz-do-not-send="true"
href="http://manpages.ubuntu.com/manpages/trusty/en/man8/sysctl.8.html">http://manpages.ubuntu.com/manpages/trusty/en/man8/sysctl.8.html</a>).<br>
<br>
Still looking for the meaning of '4 4 1 7' vs '3 3 3 3' I came to
<a moz-do-not-send="true"
href="https://www.kernel.org/doc/Documentation/printk-formats.txt">https://www.kernel.org/doc/Documentation/printk-formats.txt</a>,
but my eyes glazed over just skimming that, and I stopped there.<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
</blockquote>
<br>
Hi John,<br>
Very nice!<br>
I will have to save this e-mail and look up that info. This is
quite informative to look at. I suppose I could create a startup
script to<br>
do something like: [making DATE=$(date -I) or whatever format ]<br>
cp /var/log/kern.log ~/.kernlog-$DATE.log<br>
Thanks for your research John!! You always seem to find the answer
once you start looking :)<br>
<pre class="moz-signature" cols="72">--
Regards</pre>
</body>
</html>