<br>&nbsp;Hey, after four years, I've finally found the time to go back &amp; look at Zope again.<br><br>&nbsp;Unfortunately, after installing the RPM (zope-2.7.2-0.1.2.el4.rf, I ran:<br><br>[root@midir tmp]# zopectl adduser the_power password
<br>Traceback (most recent call last):<br>&nbsp; File &quot;&lt;string&gt;&quot;, line 1, in ?<br>&nbsp; File &quot;/usr/lib/zope/lib/python/Zope/__init__.py&quot;, line 51, in app<br>&nbsp;&nbsp;&nbsp; startup()<br>&nbsp; File &quot;/usr/lib/zope/lib/python/Zope/__init__.py&quot;, line 47, in startup
<br>&nbsp;&nbsp;&nbsp; _startup()<br>&nbsp; File &quot;/usr/lib/zope/lib/python/Zope/App/startup.py&quot;, line 57, in startup<br>&nbsp;&nbsp;&nbsp; DB = configuration.dbtab.getDatabase('/', is_root=1)<br>&nbsp; File &quot;/usr/lib/zope/lib/python/DBTab/DBTab.py&quot;, line 96, in getDatabase
<br>&nbsp;&nbsp;&nbsp; db = self._createDatabase(name, is_root)<br>&nbsp; File &quot;/usr/lib/zope/lib/python/DBTab/DBTab.py&quot;, line 113, in _createDatabase<br>&nbsp;&nbsp;&nbsp; db = factory.open()<br>&nbsp; File &quot;/usr/lib/zope/lib/python/Zope/Startup/datatypes.py&quot;, line 172, in open
<br>&nbsp;&nbsp;&nbsp; DB = self.createDB()<br>&nbsp; File &quot;/usr/lib/zope/lib/python/Zope/Startup/datatypes.py&quot;, line 169, in createDB<br>&nbsp;&nbsp;&nbsp; return ZODBDatabase.open(self)<br>&nbsp; File &quot;/usr/lib/zope/lib/python/ZODB/config.py&quot;, line 97, in open
<br>&nbsp;&nbsp;&nbsp; return ZODB.DB(section.storage.open(),<br>&nbsp; File &quot;/usr/lib/zope/lib/python/ZODB/config.py&quot;, line 128, in open<br>&nbsp;&nbsp;&nbsp; quota=self.config.quota)<br>&nbsp; File &quot;/usr/lib/zope/lib/python/ZODB/FileStorage.py&quot;, line 232, in __init__
<br>&nbsp;&nbsp;&nbsp; self._lock_file = LockFile(file_name + '.lock')<br>&nbsp; File &quot;/usr/lib/zope/lib/python/ZODB/lock_file.py&quot;, line 64, in __init__<br>&nbsp;&nbsp;&nbsp; lock_file(self._fp)<br>&nbsp; File &quot;/usr/lib/zope/lib/python/ZODB/lock_file.py&quot;, line 44, in lock_file
<br>&nbsp;&nbsp;&nbsp; fcntl.flock(file.fileno(), _flags)<br>IOError: [Errno 11] Resource temporarily unavailable<br><br>&nbsp;Anyone know what's going on ? Is it trying to read a file called '&lt;string&gt;' ?<br><br>john<br><br><br>