<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=7453&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Some system messages are not being logged]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7453</link>
		<description><![CDATA[The most recent posts in Some system messages are not being logged.]]></description>
		<lastBuildDate>Sun, 12 Oct 2025 23:22:58 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Some system messages are not being logged]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58570#p58570</link>
			<description><![CDATA[<p>Thanks for all of the suggestions. I think I found the most likely explanation for why I am seeing that message:</p><div class="codebox"><pre><code>$ whereis cryptsetup
cryptsetup: /sbin/cryptsetup /lib/cryptsetup /usr/share/cryptsetup /usr/share/man/man8/cryptsetup.8.gz

$ aptitude why cryptsetup
i   refracta2usb Recommends cryptsetup</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Sun, 12 Oct 2025 23:22:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58570#p58570</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some system messages are not being logged]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58532#p58532</link>
			<description><![CDATA[<div class="codebox"><pre><code>dpkg -l cryptsetup</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (g4sra)]]></author>
			<pubDate>Sat, 11 Oct 2025 13:08:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58532#p58532</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some system messages are not being logged]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58531#p58531</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>pcalvert wrote:</cite><blockquote><div><p>... &quot;Stopping early crypto disks&quot; ...<br />... expect to normally see?<br />... not using any disk encryption ...</p></div></blockquote></div><p>In a normal and properly configured non-<span class="bbc">systemd</span> Linux installation, <span class="bbu">log files are your best friends</span>. </p><p>Check your <span class="bbc">/var/log/daemon.log</span>, <span class="bbc">/var/log/messages</span>, <span class="bbc">/var/log/syslog</span> and <span class="bbc">/var/log/user.log</span> files for that specific string.<br />ie: &#039;early crypto disks&#039; or &#039;starting&#039; and &#039;stopping&#039; </p><p>The data you need is there.</p><p>eg: the <span class="bbc">user.log</span> printout on the activity of my local headless VM reads:</p><div class="codebox"><pre><code>Oct 10 23:00:09 devuan vboxdrv.sh: Stopping VirtualBox services. 
--- snip ---
Oct 11 06:32:23 devuan vboxdrv.sh: Starting VirtualBox services.
Oct 11 06:32:24 devuan vboxautostart-service.sh: Starting VirtualBox VMs configured for autostart.</code></pre></div><p>As you can see, it informs me of what went on at boot, shutdown and which script was responsible.<br /><span class="bbc">vboxdrv.sh</span> and <span class="bbc">vboxautostart-service.sh</span>.</p><p>I can find the same in <span class="bbc">messages</span> and <span class="bbc">syslog</span>.<br />Once you know which script is generating the start / stop sequence for the &#039;crypto disks&#039; bit, <em>Bob&#039;s your uncle</em>.</p><p>Like I wrote early on, I don&#039;t use any disk encryption and would not expect to see that string anywhere in my system logs.<br />I think that whatever is going on in your system is indeed related to some full disk encryption setup of which you are not aware of.</p><p>Let us know what you discover.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Sat, 11 Oct 2025 12:04:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58531#p58531</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some system messages are not being logged]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58530#p58530</link>
			<description><![CDATA[<p>I regularly see this &quot;Stopping early crypto disks&quot; during system shutdown. But I consequently use encryption. Tells me the system is mostly down, and now cryptodisks are being closed as one of the last steps in the shutdown process.</p><p>Maybe this is a step that happens all the time? I don&#039;t know.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sat, 11 Oct 2025 07:18:33 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58530#p58530</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some system messages are not being logged]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58526#p58526</link>
			<description><![CDATA[<p>@rolfie</p><p>You are absolutely correct. I hadn&#039;t thought of that.</p><p>What about the message &quot;Stopping early crypto disks&quot;? Is that a message that one can expect to normally see? I&#039;m not using any disk encryption, so that&#039;s why I am asking.</p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Fri, 10 Oct 2025 21:06:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58526#p58526</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some system messages are not being logged]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58525#p58525</link>
			<description><![CDATA[<p>How should messages been logged when the system is going down already? Disks have been unmounted already? No way.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 10 Oct 2025 20:45:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58525#p58525</guid>
		</item>
		<item>
			<title><![CDATA[Some system messages are not being logged]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58524#p58524</link>
			<description><![CDATA[<p>I have an old Beowulf system (that I am getting ready to retire), and I recently noticed something strange while using it. One of the last messages that is &quot;printed&quot; to the screen before shutting down is, &quot;Stopping early crypto disks&quot;. Today I looked for that message in the logs and couldn&#039;t find it. I looked in boot, kern.log, kern.log.1, syslog, syslog.1, and a few other logs. It wasn&#039;t in any of them.</p><p>Is it normal for some system messages to not be logged? Did I look in the wrong place?</p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Fri, 10 Oct 2025 20:11:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58524#p58524</guid>
		</item>
	</channel>
</rss>
