<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>Nothing in syslog?&nbsp; That's where I would be looking for startup messages from cyrus master.<br></div>
<div>&nbsp;</div>
<div>Bron.<br></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>On Wed, Apr 29, 2015, at 09:49 AM, lowpass wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div><div><div><div>Thanks for the quick response, Bron. The symlink is ok.<br></div>
<div>&nbsp;</div>
<div># ls -l /var/run<br></div>
<div>lrwxrwxrwx 1 root root 4 Oct 18&nbsp; 2014 /var/run -&gt; /run/<br></div>
<div>&nbsp;</div>
<div>I tried creating the dir myself as you suggested:<br></div>
<div>&nbsp;</div>
<div># mkdir /run/cyrus<br></div>
<div># chown cyrus /run/cyrus/<br></div>
<div># service cyrus-imapd start<br></div>
</div>
<div>[nothing]<br></div>
<div>&nbsp;</div>
</div>
<div>I tried removing the --quiet flag from the startup script with same (non) results.<br></div>
<div>&nbsp;</div>
<div>What about the pid? As i understand, it's not cyrus that creates that on startrup. In any case, it's NOT being created. From /etc/init.d/cyrus-imapd:<br></div>
<div>&nbsp;</div>
<div>NAME=cyrmaster<br></div>
<div>PIDFILE="/var/run/${NAME}.pid"<br></div>
<div>&nbsp;</div>
</div>
<div>I've posted a message on the Ubuntu forum as well, as i've a feeling the problem is not with cyrus. I was hoping, though, that another cyrus user might have run into this.<br></div>
</div>
<div><div>&nbsp;</div>
<div><div>On Tue, Apr 28, 2015 at 6:55 PM, Bron Gondwana <span dir="ltr">&lt;<a href="mailto:brong@fastmail.fm">brong@fastmail.fm</a>&gt;</span> wrote:<br></div>
<blockquote style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;margin-left-ltr-source:physical;margin-left-rtl-source:physical;margin-right-ltr-source:physical;margin-right-rtl-source:physical;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204, 204, 204);border-left-width-ltr-source:physical;border-left-width-rtl-source:physical;border-left-style-ltr-source:physical;border-left-style-rtl-source:physical;border-left-color-ltr-source:physical;border-left-color-rtl-source:physical;padding-left:1ex;padding-left-ltr-source:physical;padding-left-rtl-source:physical;"><div><u></u><br></div>
<div><div>&nbsp;</div>
<div>&nbsp;</div>
<div><span>On Wed, Apr 29, 2015, at 08:46 AM, lowpass wrote:</span><br></div>
<blockquote type="cite"><div dir="ltr"><span>I do have socket and lock dirs under /var/lib/cyrus but they were last modified several years ago and seem to be left over from some other config. Other dirs there have seen more recent activity. Everything seems to be pointing towards the socket &amp; lock dirs being created under /run but there's nothing there.</span><br></div>
</blockquote><div>&nbsp;</div>
<div>&nbsp;</div>
<div>/run is a tmpfs which gets created fresh on each reboot.<br></div>
<div>&nbsp;</div>
<div>Cyrus starts as user 'cyrus' and has no permission to create the directories it needs.<br></div>
<div>&nbsp;</div>
<div>Your init script should create the directories - but if you moved them somewhere other than where the package expects them to be, then it won't create intermediate directories for you.<br></div>
<div>&nbsp;</div>
<div>So, here's the thing:<br></div>
<div>&nbsp;</div>
<div>1) double check that /var/run and /run are the same place - they're mostly a symlink in recent Debian/Ubuntu systems.&nbsp; If not, I suggest that you audit your configuration to be all in /var/run or all in /run (probably a good idea anyway for more consistency.<br></div>
<div>&nbsp;</div>
<div>2) run these commands as root:<br></div>
<div>&nbsp;</div>
<div>mkdir /run/cyrus<br></div>
<div>chown cyrus /run/cyrus<br></div>
<div>&nbsp;</div>
<div>3) either put those commands in a startup script that runs before Cyrus starts, or edit the init script for Cyrus - though note that if you edit the init script, you'll have to re-apply those edits on upgrade.<br></div>
<div>&nbsp;</div>
<div>Unfortunately, this isn't something we can fix in the Cyrus binaries.&nbsp; They try to create the directories, but they just plain don't have permissions to do so at that stage of the process.<br></div>
<div>&nbsp;</div>
<div>Regards,<br></div>
<div>&nbsp;</div>
<div>Bron.<br></div>
<div>&nbsp;</div>
<div><div>--<br></div>
<div>Bron Gondwana<br></div>
<div><a href="mailto:brong@fastmail.fm">brong@fastmail.fm</a><br></div>
<div>&nbsp;</div>
</div>
<div>&nbsp;</div>
</div>
<div>&nbsp;</div>
<div>----<br></div>
<div>
Cyrus Home Page: <a href="http://www.cyrusimap.org/">http://www.cyrusimap.org/</a><br></div>
<div>
List Archives/Info: <a href="http://lists.andrew.cmu.edu/pipermail/info-cyrus/">http://lists.andrew.cmu.edu/pipermail/info-cyrus/</a><br></div>
<div>
To Unsubscribe:<br></div>
<div> <a href="https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus">https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus</a><br></div>
</blockquote></div>
<div>&nbsp;</div>
</div>
</blockquote><div>&nbsp;</div>
<div id="sig567075"><div class="signature">--<br></div>
<div class="signature">Bron Gondwana<br></div>
<div class="signature">brong@fastmail.fm<br></div>
<div class="signature">&nbsp;</div>
</div>
<div>&nbsp;</div>
</body>
</html>