<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Carbonio stops logging after log rotation - Carbonio General				            </title>
            <link>https://community.zextras.com/forum/carbonio-general-thread/carbonio-stops-logging-after-log-rotation/</link>
            <description>Zextras Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 21 Apr 2026 16:50:04 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Carbonio stops logging after log rotation</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/carbonio-stops-logging-after-log-rotation/#post-6975</link>
                        <pubDate>Wed, 24 Jan 2024 23:11:20 +0000</pubDate>
                        <description><![CDATA[@sigtrap 
 
8c8
&lt;       kill -HUP `cat /var/run/syslog*.pid 2&gt; /dev/null` 2&gt; /dev/null || true
---
&gt;       /usr/bin/systemctl -s HUP kill rsyslog.service &gt;/dev/null 2&gt;...]]></description>
                        <content:encoded><![CDATA[<p>@sigtrap </p>
<p> </p>
<pre contenteditable="false">8c8
&lt;       kill -HUP `cat /var/run/syslog*.pid 2&gt; /dev/null` 2&gt; /dev/null || true
---
&gt;       /usr/bin/systemctl -s HUP kill rsyslog.service &gt;/dev/null 2&gt;&amp;1 || true
22c22
&lt;       kill -HUP `cat /var/run/syslog*.pid 2&gt; /dev/null` 2&gt; /dev/null || true
---
&gt;       /usr/bin/systemctl -s HUP kill rsyslog.service &gt;/dev/null 2&gt;&amp;1 || true
</pre>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>diito</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/carbonio-stops-logging-after-log-rotation/#post-6975</guid>
                    </item>
				                    <item>
                        <title>RE: Carbonio stops logging after log rotation</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/carbonio-stops-logging-after-log-rotation/#post-6921</link>
                        <pubDate>Wed, 17 Jan 2024 09:44:15 +0000</pubDate>
                        <description><![CDATA[Can you help me with a diff? I don&#039;t understand what line in what file should be replaced?
Thanks
//Sigtrap]]></description>
                        <content:encoded><![CDATA[
<p>That line should instead read  "<span style="font-family: monospace"><span style="color: #000000;background-color: #ffffff">/usr/bin/systemctl -s </span><span style="font-weight: bold;color: #ff5454;background-color: #ffffff">HUP</span><span style="color: #000000;background-color: #ffffff"> kill rsyslog.service &gt;/dev/null 2&gt;&amp;1 || true</span></span>"</p>
<p></p>
<p>Can you help me with a diff? I don't understand what line in what file should be replaced?</p>
<p>Thanks</p>
<p>//Sigtrap</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>sigtrap</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/carbonio-stops-logging-after-log-rotation/#post-6921</guid>
                    </item>
				                    <item>
                        <title>RE: Carbonio stops logging after log rotation</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/carbonio-stops-logging-after-log-rotation/#post-6873</link>
                        <pubDate>Wed, 10 Jan 2024 20:26:13 +0000</pubDate>
                        <description><![CDATA[@cvidal 
Those are the defaults in that file which I did not change.  Looking at it I just spotted the problem however,  RHEL and derivatives do not use syslog, they use rsyslog.  That line...]]></description>
                        <content:encoded><![CDATA[<p>@cvidal </p>
<p>Those are the defaults in that file which I did not change.  Looking at it I just spotted the problem however,  RHEL and derivatives do not use syslog, they use rsyslog.  That line should instead read  "<span style="font-family: monospace"><span style="color: #000000;background-color: #ffffff">/usr/bin/systemctl -s </span><span style="font-weight: bold;color: #ff5454;background-color: #ffffff">HUP</span><span style="color: #000000;background-color: #ffffff"> kill rsyslog.service &gt;/dev/null 2&gt;&amp;1 || true</span></span>"</p>
<p>Yet again more proof that Carbonio support for RHEL is a complete lie as it's never been properly tested.  I'd log a bug but, oh wait there is no proper place to report bugs so this post won't do anything and future releases this will remain unfixed. </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>diito</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/carbonio-stops-logging-after-log-rotation/#post-6873</guid>
                    </item>
				                    <item>
                        <title>RE: Carbonio stops logging after log rotation</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/carbonio-stops-logging-after-log-rotation/#post-6867</link>
                        <pubDate>Wed, 10 Jan 2024 08:19:05 +0000</pubDate>
                        <description><![CDATA[Check the file /etc/logrotate.d/carbonio, the first 2 blocks should look like follows (probably the &quot;postrotate&quot; section is missing):
/var/log/carbonio.log {
    daily
    missingok
    ...]]></description>
                        <content:encoded><![CDATA[<p>Check the file /etc/logrotate.d/carbonio, the first 2 blocks should look like follows (probably the "postrotate" section is missing):</p>
<pre contenteditable="false">/var/log/carbonio.log {
    daily
    missingok
    notifempty
    create 0644 syslog adm
    dateext
    postrotate
      kill -HUP `cat /var/run/syslog*.pid 2&gt; /dev/null` 2&gt; /dev/null || true
      su - zextras -c "/opt/zextras/bin/zmconfigdctl restart" &gt; /dev/null 2&gt;&amp;1 || true
    endscript
    compress
    rotate 30
}

/var/log/carbonio-stats.log {
    daily
    missingok
    notifempty
    create 0644 syslog adm
    dateext
    postrotate
      kill -HUP `cat /var/run/syslog*.pid 2&gt; /dev/null` 2&gt; /dev/null || true
      su - zextras -c "/opt/zextras/bin/zmconfigdctl restart" &gt; /dev/null 2&gt;&amp;1 || true
    endscript
    rotate 0
}</pre>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>cvidal</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/carbonio-stops-logging-after-log-rotation/#post-6867</guid>
                    </item>
				                    <item>
                        <title>Carbonio stops logging after log rotation</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/carbonio-stops-logging-after-log-rotation/#post-6862</link>
                        <pubDate>Tue, 09 Jan 2024 17:50:49 +0000</pubDate>
                        <description><![CDATA[Yet another Carbonio bug:
My /var/log/carbonio.log and /var/log/carbonio-stats.log remain empty after logrotated rotates them.  I see zmconfigdctl restartis called by logrotated but that do...]]></description>
                        <content:encoded><![CDATA[<p>Yet another Carbonio bug:</p>
<p>My /var/log/<span style="font-family: monospace"><span style="color: #000000;background-color: #ffffff">carbonio.log</span> and /var/log/<span style="color: #000000;background-color: #ffffff">carbonio-stats.log</span> remain empty after logrotated rotates them.  I see <span style="color: #000000;background-color: #ffffff">zmconfigdctl restart</span><br />is called by logrotated but that does not seem sufficient to restart logging to these two files.  Even "zmcontrol restart" and restarting all carbonio-* services does not resolve the issue.  Only a reboot does, so there is obviously some other service that's not getting restarted that needs to be.<br /><br /></span></p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>diito</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/carbonio-stops-logging-after-log-rotation/#post-6862</guid>
                    </item>
							        </channel>
        </rss>
		