<?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=7917&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] syslog not being rotated]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7917</link>
		<description><![CDATA[The most recent posts in [SOLVED] syslog not being rotated.]]></description>
		<lastBuildDate>Sun, 19 Apr 2026 16:09:05 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] syslog not being rotated]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63301#p63301</link>
			<description><![CDATA[<p>Check if /run/systemd/system exists on your system. That would cause the test to fail.</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Sun, 19 Apr 2026 16:09:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63301#p63301</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] syslog not being rotated]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63297#p63297</link>
			<description><![CDATA[<p>Please share your Devuan release and package versions. This should be fixed in Devuan already.</p><p>Edit: also whether you are using runit-init and if so, whether you have runit-services installed, and which version.</p>]]></description>
			<author><![CDATA[dummy@example.com (abower)]]></author>
			<pubDate>Sun, 19 Apr 2026 09:10:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63297#p63297</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] syslog not being rotated]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63296#p63296</link>
			<description><![CDATA[<p>Editing <span class="bbc">/etc/logrotate.d/rsyslog</span> like this</p><div class="codebox"><pre><code>[...]
	postrotate
		invoke-rc.d rsyslog rotate &gt; /dev/null
	endscript
[...]</code></pre></div><p>solved the issue. I suppose there&#039;s something wrong in the <span class="bbc">/usr/lib/rsyslog/rsyslog-rotate</span> test condition</p>]]></description>
			<author><![CDATA[dummy@example.com (dgiglio)]]></author>
			<pubDate>Sun, 19 Apr 2026 08:55:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63296#p63296</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] syslog not being rotated]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63278#p63278</link>
			<description><![CDATA[<p>Have a look:<br /><a href="https://dev1galaxy.org/viewtopic.php?id=5763" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=5763</a></p><p>I have some notes (unfortunately in German) what I did on modifications on my PC.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sat, 18 Apr 2026 17:02:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63278#p63278</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] syslog not being rotated]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63277#p63277</link>
			<description><![CDATA[<p>The first entry in <span class="bbc">/var/log/syslog</span> dates back to October 2025, and the file takes now more than 150MB</p><p>The content of <span class="bbc">/etc/logrotate.d/rsyslog</span> is</p><div class="codebox"><pre><code>/var/log/syslog
/var/log/mail.log
/var/log/kern.log
/var/log/auth.log
/var/log/user.log
/var/log/cron.log
{
	rotate 4
	weekly
	missingok
	notifempty
	compress
	delaycompress
	sharedscripts
	postrotate
		/usr/lib/rsyslog/rsyslog-rotate
	endscript
}</code></pre></div><p>while <span class="bbc">/usr/lib/rsyslog/rsyslog-rotate</span> contains</p><div class="codebox"><pre><code>#!/bin/sh

if [ -d /run/systemd/system ]; then
    systemctl kill -s HUP --kill-whom=main rsyslog.service
else
    invoke-rc.d rsyslog rotate &gt; /dev/null
fi</code></pre></div><p>Any clue?</p>]]></description>
			<author><![CDATA[dummy@example.com (dgiglio)]]></author>
			<pubDate>Sat, 18 Apr 2026 16:54:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63277#p63277</guid>
		</item>
	</channel>
</rss>
