<div>Hi</div>
<div>&nbsp;</div>
<div>I've been trying to use adduser through zopectl on a dev instance of zope but get the following error. Is the lock file the problem? Thanks</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp; File &quot;/opt/Zope-2.8/lib/python/ZODB/FileStorage/FileStorage.py&quot;, line 114, in __init__<br>&nbsp;&nbsp;&nbsp; self._lock_file = LockFile(file_name + '.lock')<br>&nbsp; File &quot;/opt/Zope-2.8/lib/python/ZODB/lock_file.py&quot;, line 63, in __init__
<br>&nbsp;&nbsp;&nbsp; lock_file(self._fp)<br>&nbsp; File &quot;/opt/Zope-2.8/lib/python/ZODB/lock_file.py&quot;, line 42, in lock_file<br>&nbsp;&nbsp;&nbsp; fcntl.flock(file.fileno(), _flags)<br>IOError: [Errno 11] Resource temporarily unavailable</div>