<?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 24.9.0 Stopping zmconfigd...failed. - Carbonio General				            </title>
            <link>https://community.zextras.com/forum/carbonio-general-thread/carbonio-24-9-0-stopping-zmconfigd-failed/</link>
            <description>Zextras Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 19 May 2026 09:10:49 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Carbonio 24.9.0 Stopping zmconfigd...failed.</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/carbonio-24-9-0-stopping-zmconfigd-failed/#post-9106</link>
                        <pubDate>Fri, 04 Oct 2024 07:37:56 +0000</pubDate>
                        <description><![CDATA[Hi all,I have found a solution to the problem with my carbonio server.Maybe it will be useful to someone.after upgrading carbonio to version 24.9.0, one service failed at the &quot;zmcotrol resta...]]></description>
                        <content:encoded><![CDATA[<p>Hi all,<br /><br />I have found a solution to the problem with my carbonio server.<br />Maybe it will be useful to someone.<br /><br />after upgrading carbonio to version 24.9.0, one service failed at the "zmcotrol restart" command:<br /><br />zextras@mail:~/bin$ zmcontrol restart<br />Host mail.xxxxxxx.com<br />Stopping config service...Failed.<br />Stopping zmconfigd...failed.<br />Stopping service webapp...Done.<br />Stopping stats...Done.<br />Stopping mta...Done.<br />.........<br />.........<br /><br />So... Let's get started.<br /><br />1. Change the line number 114 in the /opt/zextras/bin/zmconfigdctl file as follows:<br /><br />the source code<br /><br />.........<br />'kill' | 'stop')<br />checkrunning<br />echo -n "Stopping zmconfigd..."<br />if []; then<br />echo "zmconfigd is not running."<br />exit 0<br />else<br />kill "$pid" 2&gt;/dev/null<br />.........<br /><br />The chanded code (added the signal -HUP)<br />..........<br />'kill' | 'stop')<br />checkrunning<br />echo -n "Stopping zmconfigd..."<br />if []; then<br />echo "zmconfigd is not running."<br />exit 0<br />else<br />kill -HUP "$pid" 2&gt;/dev/null<br />.........<br /><br />2. Check by running the command "zmcontrol restart" under zextras user.<br />If there are no errors, then the next step is not necessary.<br /><br />3. In my case starting of milter server failed:<br /><br />.........<br />.........<br />Starting opendkim...Done.<br />Starting mta...Failed.<br />Starting milter server...failed.<br />zmmilterctl failed to start<br />Starting saslauthd...done.<br />postfix/postlog: starting the Postfix mail system<br /><br />Starting stats...Done.<br />Starting service webapp...Done.<br />..........<br /><br />To fix this, change line 17 to increase the delay from 3 to 10 seconds in the /opt/zextras/bin/zmmilterctl file:<br /><br />the source code<br /><br />.............<br />nohup sh -c "exec ${runcmd} 2&gt;&amp;1" &gt;/opt/zextras/log/milter.out 2&gt;&amp;1 &amp;<br />sleep 3<br />.............<br /><br />The chanded code<br /><br />.............<br />nohup sh -c "exec ${runcmd} 2&gt;&amp;1" &gt;/opt/zextras/log/milter.out 2&gt;&amp;1 &amp;<br />sleep 10<br />.............</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>Nik</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/carbonio-24-9-0-stopping-zmconfigd-failed/#post-9106</guid>
                    </item>
							        </channel>
        </rss>
		