jhirst wrote:
hello everyone,

I am new to Plone, and just downloaded the Mac PPC package to experiment
with on my laptop.  I ran the installer, and ran into:
IOError: [Errno 13] Permission denied:
'/Applications/Plone-2.5.2/Instance/var/Data.fs.lock'

Jim,

You have to run it as a privileged user (typically done with sudo in Mac OS X), try:

sudo /Applications/Plone-2.5.2/Instance/bin/zopectl fg

When prompted for a password, type *your* system password (not the one you setup for the Plone site)

Alex


I cannot find a reference to this in the docs or forum.  Can anyone point me
in the right direction?

Below is the trace on startup.  Thanks in advance!

Jim
------------------------------------------------
/Applications/Plone-2.5.2/Instance/bin/zopectl fg
/Applications/Plone-2.5.2/Instance/bin/runzope -X debug-mode=on
2007-04-26 14:14:08 INFO ZServer HTTP server started at Thu Apr 26 14:14:08
2007
        Hostname: 0.0.0.0
        Port: 8080
2007-04-26 14:14:12 WARNING Init Class
Products.ATContentTypes.content.base.ATCTFolderMixin has a security
declaration for nonexistent method 'manage_copyObjects'
/Applications/Plone-2.5.2/Instance/Products/Marshall/handlers/__init__.py:38:
UserWarning: libxml2 not available. Unable to register libxml2 based
marshallers
  warnings.warn('libxml2 not available. Unable to register libxml2 based ' \
/Applications/Plone-2.5.2/Instance/Products/CMFSquidTool/Permissions.py:19:
DeprecationWarning: The module, 'Products.CMFCore.CMFCorePermissions' is a
deprecated compatiblity alias for 'Products.CMFCore.permissions';  please
use the new module instead.
  from Products.CMFCore.CMFCorePermissions import ManagePortal
2007-04-26 14:14:14 INFO PlacelessTranslationService Applying patch *** Patching ZPublisher.Publish with the get_request patch! ***
Traceback (most recent call last):
  File "/Applications/Plone-2.5.2/lib/python/Zope2/Startup/run.py", line 56,
in ?
    run()
  File "/Applications/Plone-2.5.2/lib/python/Zope2/Startup/run.py", line 21,
in run
    starter.prepare()
  File "/Applications/Plone-2.5.2/lib/python/Zope2/Startup/__init__.py",
line 98, in prepare
    self.startZope()
  File "/Applications/Plone-2.5.2/lib/python/Zope2/Startup/__init__.py",
line 257, in startZope
    Zope2.startup()
  File "/Applications/Plone-2.5.2/lib/python/Zope2/__init__.py", line 47, in
startup
    _startup()
  File "/Applications/Plone-2.5.2/lib/python/Zope2/App/startup.py", line 60,
in startup
    DB = dbtab.getDatabase('/', is_root=1)
  File "/Applications/Plone-2.5.2/lib/python/Zope2/Startup/datatypes.py",
line 280, in getDatabase
    db = factory.open(name, self.databases)
  File "/Applications/Plone-2.5.2/lib/python/Zope2/Startup/datatypes.py",
line 178, in open
    DB = self.createDB(database_name, databases)
  File "/Applications/Plone-2.5.2/lib/python/Zope2/Startup/datatypes.py",
line 175, in createDB
    return ZODBDatabase.open(self, databases)
  File "/Applications/Plone-2.5.2/lib/python/ZODB/config.py", line 97, in
open
    storage = section.storage.open()
  File "/Applications/Plone-2.5.2/lib/python/ZODB/config.py", line 135, in
open
    quota=self.config.quota)
  File
"/Applications/Plone-2.5.2/lib/python/ZODB/FileStorage/FileStorage.py", line
112, in __init__
    self._lock_file = LockFile(file_name + '.lock')
  File "/Applications/Plone-2.5.2/lib/python/ZODB/lock_file.py", line 57, in
__init__
    self._fp = open(path, 'r+')
IOError: [Errno 13] Permission denied:
'/Applications/Plone-2.5.2/Instance/var/Data.fs.lock'


_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to