<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=5751&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] rsyslog, logrotate]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=5751</link>
		<description><![CDATA[The most recent posts in [SOLVED] rsyslog, logrotate.]]></description>
		<lastBuildDate>Fri, 23 Jun 2023 13:37:12 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] rsyslog, logrotate]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=42612#p42612</link>
			<description><![CDATA[<p>Thank you very much.</p><p>I am running rsyslogd with runit.</p><p>I added &quot;sv hup rsyslog&quot; to the end of /etc/cron.daily/logrotate file, I expect this should fix the problem.</p>]]></description>
			<author><![CDATA[dummy@example.com (bigcat)]]></author>
			<pubDate>Fri, 23 Jun 2023 13:37:12 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=42612#p42612</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] rsyslog, logrotate]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=42589#p42589</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Edit: I am using runit as init in case this matters.</p></div></blockquote></div><p>yes it does: are you running rsyslog with a runit service or as sysv script?</p><p>If you use a runit service you may have to add a cronjob with<br />(assuming that your service is called &#039;rsyslogd&#039;)</p><div class="codebox"><pre><code>sv hup rsyslogd</code></pre></div><p>if you are using the old sysvscript, have a look at /usr/lib/rsyslog/rsyslog-rotate;<br />recent version of the Debian package are using code that is a noop on non-systemd systems.<br />if that&#039;s the case, you need to create a cron job with</p><div class="codebox"><pre><code>if [ -x /etc/init.d/rsyslog ]; then
    invoke-rc.d rsyslog rotate &gt; /dev/null
fi</code></pre></div><p>I&#039;m not sure if Devuan has it&#039;s own version of rsyslog package, but still worth a check</p>]]></description>
			<author><![CDATA[dummy@example.com (Lorenzo)]]></author>
			<pubDate>Wed, 21 Jun 2023 11:32:03 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=42589#p42589</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] rsyslog, logrotate]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=42575#p42575</link>
			<description><![CDATA[<p>Thanks for the suggestion.</p><p>I used netinstall dvd, and I removed anacron after the install finished.&#160; Using the plain old cron.</p>]]></description>
			<author><![CDATA[dummy@example.com (bigcat)]]></author>
			<pubDate>Mon, 19 Jun 2023 14:20:53 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=42575#p42575</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] rsyslog, logrotate]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=42569#p42569</link>
			<description><![CDATA[<p>If you installed from a live-iso, see if this file exists:</p><div class="codebox"><pre><code>ls -l /usr/sbin/anacron.orig.anacron</code></pre></div><p>If it does, run the following (as root):&#160; </p><div class="codebox"><pre><code>rm /usr/sbin/anacron
dpkg-divert --rename --remove /usr/sbin/anacron</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 18 Jun 2023 19:23:13 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=42569#p42569</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] rsyslog, logrotate]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=42568#p42568</link>
			<description><![CDATA[<p>I noticed that on a new chimaera installation after rotating logs, rsyslog continues using the old syslog.1 file.&#160; Did anyone else run into this?&#160; There is probably kill -HUP rsyslog_PID missing somewhere.</p><p>Thanks.</p><p>Edit: I am using runit as init in case this matters.</p>]]></description>
			<author><![CDATA[dummy@example.com (bigcat)]]></author>
			<pubDate>Sun, 18 Jun 2023 18:00:12 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=42568#p42568</guid>
		</item>
	</channel>
</rss>
