<?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 / syslog not being rotated]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7917</link>
		<description><![CDATA[The most recent posts in syslog not being rotated.]]></description>
		<lastBuildDate>Sat, 18 Apr 2026 17:02:23 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: 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[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>
