<?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=3800&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [Solved] System log questions]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3800</link>
		<description><![CDATA[The most recent posts in [Solved] System log questions.]]></description>
		<lastBuildDate>Sat, 05 Sep 2020 21:28:24 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] System log questions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24476#p24476</link>
			<description><![CDATA[<p>OK, &#039;blob&#039; is the wrong technical term: clearly they must be decodable or they&#039;d be no use as logs, but seemingly when they get corrupted, say in a crash, you can easily lose the information you need to understand what&#039;s gone wrong.</p>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Sat, 05 Sep 2020 21:28:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24476#p24476</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] System log questions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24471#p24471</link>
			<description><![CDATA[<div class="quotebox"><cite>Marjorie wrote:</cite><blockquote><div><p>the binary blob they have made of logs is apparently more fragile if things crash</p></div></blockquote></div><p>The logs may be binary but they are not &quot;blobs&quot; — they can be read with <a href="https://manpages.debian.org/buster/binutils-common/strings.1.en.html" rel="nofollow">strings(1)</a>.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 05 Sep 2020 19:52:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24471#p24471</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] System log questions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24470#p24470</link>
			<description><![CDATA[<p>Rolfie, on my box selecting open reverts the sidebar to show my home but the main pane still shows what&#039;s in /var/log/. You can then still open another log by double-clicking on it in the main pane, and the updated list of those you have opened reappears in the side pane.<br />It is all very olde-worlde gnome as I remember it though. <br />No doubt the newer systemd alternative is slicker - though I gather the binary blob they have made of logs is apparently more fragile if things crash.</p>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Sat, 05 Sep 2020 18:38:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24470#p24470</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] System log questions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24469#p24469</link>
			<description><![CDATA[<p>Thank you for your feedback. Got a solution that serves me well. </p><p>On my Mate box:</p><div class="codebox"><pre><code># dpkg -S bin/mate-system-log
mate-utils: /usr/bin/mate-system-log
# apt-file search mate-system-log
bash: apt-file: Kommando nicht gefunden.</code></pre></div><p>After some research I learned that apt-file isn&#039;t installed by default. Well, dpkg did the job, I didn&#039;t care to install that package.</p><p>Installed mate-utils and saw that a lot of superflous stuff is installed. I can confirm mate-system-log works with Cinnamon (with a suitable policy), and I saw the usual list of logs I had under Mate desktop. </p><p>But finally removed the package again after successfully trying Marjories hint. I was looking in the left menu for a configuration option, and missed the open in the cog in box, thats not really intuitive. That setup works for me, finally got the list I want. Though I saw a side effect: every second Open opened my home instead of /var/log. Is that something special on my box or a bug?</p><p>Have a nice evening, rolfie</p><p>Note: looks like the package search in Debian is more powerful than the one in Devuan. I need to remember next time.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sat, 05 Sep 2020 17:49:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24469#p24469</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] System log questions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24465#p24465</link>
			<description><![CDATA[<p><strong>gnome-system-log</strong> <em>can</em> be used to browse all your log files: they&#039;re just not shown in the sidebar by default.</p><p>Click on the settings icon (&#039;cog in box&#039;, third from right at the top) and then select the first option &#039;open&#039;, this will then show you the whole of the /var/log/ directory and you can select whichever log file you want to browse. Once opened the log file is added to the list of files in the side panel.</p><p>Nevertheless I still personally prefer to use the cli-based log browser<strong> lnav</strong> e.g.</p><div class="codebox"><pre><code> sudo lnav /var/log/syslog</code></pre></div><p> as it provides colour emphasis in the logs, you can use a wildcard to browse the merged logrotated set of files e.g. </p><div class="codebox"><pre><code> sudo lnav /var/log/syslog*</code></pre></div><p>&#160; and I find its regex filtering is a bit more intuitive to use than gnome-system-log&#039;s.</p>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Sat, 05 Sep 2020 11:23:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24465#p24465</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] System log questions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24463#p24463</link>
			<description><![CDATA[<p>Alternative method:</p><div class="codebox"><pre><code>apt-file search mate-system-log</code></pre></div><p>Or enter the program name into the search box at <a href="https://www.debian.org/distrib/packages#search_contents" rel="nofollow">https://www.debian.org/distrib/packages#search_contents</a></p><p>EDIT: <a href="https://wiki.debian.org/WhereIsIt" rel="nofollow">https://wiki.debian.org/WhereIsIt</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 05 Sep 2020 10:07:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24463#p24463</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] System log questions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24461#p24461</link>
			<description><![CDATA[<p>The first point of call for that would be</p><div class="codebox"><pre><code>$ dpkg -S bin/mate-system-log</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 05 Sep 2020 02:29:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24461#p24461</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] System log questions]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=24455#p24455</link>
			<description><![CDATA[<p>Just working an a new PC with Beowulf and Cinnamon as desktop. </p><p>Got gnome-system-log installed, and do not like it. It just shows syslog, auth and 2 other uninteresting logs. From my Mate desktops with mate-system-log I am used to see the complete contents of /var/log. Well, tried to install mate-system-log on the Cinnamon system, and failed. Error: package mate-system-log can&#039;t be found.</p><p>A closer look showed that on my Mate systems I have an application in /usr/bin/mate-system-log, but I have no idea to which package this application belongs to. Searching in dpkg.log did not help. Search in Synaptic with all available options also did not help. Looked at the files that belong to Mate-desktop-environment*..., no trace of the mate-system-log.</p><p>How can I find out in which package this application is hidden? </p><p>Thanks, rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 04 Sep 2020 21:18:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=24455#p24455</guid>
		</item>
	</channel>
</rss>
