<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>&nbsp;</div>
<div>On Wed, Apr 29, 2015, at 08:46 AM, lowpass wrote:<br></div>
<blockquote type="cite"><div dir="ltr">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.<br></div>
</blockquote><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 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>