# ls -la /opt/Plone-3.0/lib/python/Zope2/Startup total 300 -rw-r--r-- 1 root root 15461 Jun 23 01:00 __init__.py -rw-r--r-- 1 root root 12986 Aug 22 10:33 __init__.pyc drwxr-xr-x 5 root root 512 Aug 22 10:33 . drwxr-xr-x 4 root root 512 Aug 22 10:33 .. -rw-r--r-- 1 root root 12588 Jun 23 01:00 datatypes.py -rw-r--r-- 1 root root 11628 Aug 22 10:33 datatypes.pyc -rw-r--r-- 1 root root 8159 Jul 3 07:23 handlers.py -rw-r--r-- 1 root root 10039 Aug 22 10:33 handlers.pyc drwxr-xr-x 2 root root 512 Aug 22 10:33 misc drwxr-xr-x 2 root root 512 Aug 22 10:33 nt -rw-r--r-- 1 root root 859 Jun 23 01:00 options.py -rw-r--r-- 1 root root 584 Aug 22 10:33 options.pyc -rw-r--r-- 1 root root 2098 Jun 23 01:00 run.py -rw-r--r-- 1 root root 1865 Aug 22 10:33 run.pyc drwxr-xr-x 2 root root 512 Aug 22 10:33 tests -rw-r--r-- 1 root root 2013 Jun 23 01:00 warnfilter.py -rw-r--r-- 1 root root 1721 Aug 22 10:33 warnfilter.pyc -rwxrwxr-x 1 root root 422 Jun 23 01:00 warnfilter.xml -rw-r--r-- 1 root root 12431 Jun 23 01:00 zopectl.py -rw-r--r-- 1 root root 10602 Aug 22 10:33 zopectl.pyc -rwxrwxr-x 1 root root 37209 Jul 3 07:23 zopeschema.xml #
Actual configurations of our Solaris boxes may be different, and that what is a suspect for me. I may try to re-install the Plone-3.0 saving the sysout of the install.sh and ship it to you. It will have a list of all discoveries out of .configure steps. Will it help? If yes - how to organize it? It will be quite bulky for the e-mail. Yigal. Steve McMahon wrote: > > My ... Startup/misc directory is identical in ownership, permissions and > file sizes. How about the ownership and permissions for misc itself? > > By the way, I've verified that the 3.0 Unified Installer works on the > Solaris 10 platform I have available for testing. I almost wished it > would fail, so that we'd have something concrete to fix. > > Steve > > > Yigal wrote: >> Line 293 in /opt/Plone-3.0/lib/python/Zope2/Startup/_init_.py reads: >> from Zope2.Startup.misc.lock_file import lock_file >> >> and >> # ls -l /opt/Plone-3.0/lib/python/Zope2/Startup/misc >> total 54 >> -rw-r--r-- 1 root root 32 Jun 23 01:00 __init__.py >> -rw-r--r-- 1 root root 184 Aug 22 10:33 __init__.pyc >> -rw-r--r-- 1 root root 1418 Jun 23 01:00 lock_file.py >> -rw-r--r-- 1 root root 921 Aug 22 10:33 lock_file.pyc >> -rw-r--r-- 1 root root 4810 Jun 23 01:00 >> TextBlockFormatter.py >> -rw-r--r-- 1 root root 3812 Aug 22 10:33 >> TextBlockFormatter.pyc >> -rw-r--r-- 1 root root 6595 Jun 23 01:00 zpasswd.py >> -rw-r--r-- 1 root root 5901 Aug 22 10:33 zpasswd.pyc >> # >> Yigal. >> >> J Cameron Cooper-8 wrote: >>> Yigal wrote: >>>> Running from terminal one (root!) >>>> # /opt/Plone-3.0/zeocluster/server/bin/zeoctl fg >>>> /opt/Plone-3.0/zeocluster/server/bin/runzeo >>>> /opt/Plone-3.0/zeocluster/server/bin/runzeo >>>> >>>> Running from terminal two (also as a root): >>>> # /opt/Plone-3.0/zeocluster/client1/bin/zopectl fg >>>> /opt/Plone-3.0/zeocluster/client1/bin/runzope -X debug-mode=on >>>> 2007-08-27 15:26:17 INFO ZServer HTTP server started at Mon Aug 27 >>>> 15:26:17 >>>> 2007 >>>> Hostname: 0.0.0.0 >>>> Port: 8080 >>>> 2007-08-27 15:26:17 INFO Zope Set effective user to "plone" >>>> Traceback (most recent call last): >>>> File "/opt/Plone-3.0/lib/python/Zope2/Startup/run.py", line 56, in ? >>>> File "/opt/Plone-3.0/lib/python/Zope2/Startup/run.py", line 21, in >>>> run >>>> File "/opt/Plone-3.0/lib/python/Zope2/Startup/__init__.py", line 99, >>>> in >>>> prepare >>>> File "/opt/Plone-3.0/lib/python/Zope2/Startup/__init__.py", line 293, >>>> in >>>> makeLockFile >>>> ImportError: No module named misc.lock_file >>>> >>>> Any clue?? >>> In Zope 2.9.6, this line is:: >>> >>> from Zope2.Startup.misc.lock_file import lock_file >>> >>> It should find $ZOPE/lib/python/Zope2/Startup/mist/lock_file.py >>> >>> Do you have this? Is your import the same? >>> >>> --jcc >>> >>> >>> -- >>> Connexions >>> http://cnx.org >>> >>> "Building Websites with Plone" >>> http://plonebook.packtpub.com >>> >>> >>> _______________________________________________ >>> Setup mailing list >>> [email protected] >>> http://lists.plone.org/mailman/listinfo/setup >>> >>> >> > > -- > ______________________________________________________ > > Steve McMahon > Reid-McMahon, LLC > [EMAIL PROTECTED] > [EMAIL PROTECTED] > > _______________________________________________ > Setup mailing list > [email protected] > http://lists.plone.org/mailman/listinfo/setup > > -- View this message in context: http://www.nabble.com/Plone-3.0-start-on-Solaris-tf4313289s15482.html#a12378317 Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com. _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
