List Info

Thread: Plone 2.5.1 on OpenBSD 4.0




Plone 2.5.1 on OpenBSD 4.0
user name
2006-12-06 05:43:20

Hello all,

 

I’m also having trouble getting Plone 2.5.1 to run on OpenBSD 4.0.

 

First, I have Zope 2.8.6 installed and working per the documentation at /usr/local/lib/zope/doc/README.OpenBSD, as I compiled it from ports and can manage my Zope instance, as well as get it to start on bootup.

 

Following Alexander’s advice, I grabbed the Plone 2.5.1 tarball and ran through the source install given in the plone-INSTALL.txt. Here’s my setup log:

 

Checking the Zope Control Panel:

 

Zope Version  (Zope 2.8.6-final, python 2.4.3, openbsd4) ;

Python Version  2.4.3 (#1, Dec 4 2006, 14:33:46) [GCC 3.3.5 (propolice)] 

System Platform  openbsd4 

SOFTWARE_HOME  /usr/local/lib/zope/lib/python 

ZOPE_HOME  /usr/local/lib/zope 

INSTANCE_HOME  /var/www/zope 

CLIENT_HOME  /var/www/zope/var 

Network Services  ZServer.HTTPServer.zhttp_server (Port: 8080)

 

Process Id  25015 (-1952632832) 

Running For  1 day 2 hours 40 min 56 sec 

 

Here are the directories to copy:

 

The results will be a directory named CMFPlone-xxxx where

   xxxx is the version. This should contain the following subdirectories:

 

   Archetypes

   ATContentTypes

   ATReferenceBrowserWidget

   CacheFu

   CMFActionIcons

   CMFCalendar

   CMFCore

   CMFDefault

   CMFDynamicViewFTI

   CMFFormController

   CMFPlacefulWorkflow

   CMFPlone

   CMFQuickInstallerTool

   CMFSetup

   CMFTopic

   CMFUid

   DCWorkflow

   ExtendedPathIndex

   ExternalEditor

   Five -

        replace this with a 1.2.x version from codespeak.net/z3/five

        to run with Zope 2.8, or optionally remove it if running with

        Zope 2.9.5+

   GenericSetup

   GroupUserFolder

   kupu

   MimetypesRegistry

   PasswordResetTool

   PlacelessTranslationService

   PloneErrorReporting

   PloneLanguageTool

   PlonePAS

   PloneTranslations

   PluggableAuthService

   PluginRegistry

   PortalTransforms

   ResourceRegistries

   SecureMailHost

   statusmessages

   validation

  

 Save time using:

  # sudo cp -R A* /var/www/zope/Products/

 and so forth. Now we're running Zope 2.8.6, so we need Five-1.2.6.tgz found on http://copdespeak.net/z3/five/

 

Let's use wget. First, we have to install it.

# cd /usr/ports/net/wget

# make install

 

Find something amusing to do while it compiles.

# cd ~/Plone-2.5.1

 

Get Five

# wget http://codespeak.net/z3/five/release/Five-1.2.6.tgz

 

Unpack it

# sudo tar -zxvf Five-1.2.6.tgz

 

Copy it to INSTANCE_HOME

# sudo cp -R Five/ /var/www/zope/Products/

 

Restart Zope using http://169.237.124.92:8080/Control_Panel/manage_main

 

However, the last step of the test is to go to the Zope root and add a Plone instance. One doesn̵7;t exist in the dropdown list.

 

Here’;s the contents of my INSTANCE_HOME:

 

adaminsecure-ror:/var/www/zope/Products # ls -axl

total 160

drwxr-xr-x  39 root  daemon  1024 Dec  5 21:19 .

drwxr-xr-x  10 root  daemon   512 Dec  4 14:50 ..

drwxr-xr-x  19 root  daemon  1024 Dec  5 20:29 ATContentTypes

drwxr-xr-x  ; 4 root  daemon   512 Dec  5 20:30 ATReferenceBrowserWidget

drwxr-xr-x  14 root  daemon  2048 Dec  5 20:28 Archetypes

drwxr-xr-x  ; 8 root  daemon   512 Dec  5 20:32 CMFActionIcons

drwxr-xr-x  ; 8 root  daemon   512 Dec  5 20:32 CMFCalendar

drwxr-xr-x  11 root  daemon  1536 Dec  5 20:32 CMFCore

drwxr-xr-x  13 root  daemon  1024 Dec  5 20:31 CMFDefault

drwxr-xr-x  ; 6 root  daemon   512 Dec  5 20:31 CMFDynamicViewFTI

drwxr-xr-x  ; 8 root  daemon  1024 Dec  5 20:30 CMFFormController

drwxr-xr-x  11 root  daemon  1024 Dec  5 20:31 CMFPlacefulWorkflow

drwxr-xr-x  15 root  daemon  2048 Dec  5 20:31 CMFPlone

drwxr-xr-x  ; 7 root  daemon   512 Dec  5 20:31 CMFQuickInstallerTool

drwxr-xr-x  ; 4 root  daemon  1024 Dec  5 20:31 CMFSetup

drwxr-xr-x  ; 8 root  daemon   512 Dec  5 20:31 CMFTopic

drwxr-xr-x  ; 5 root  daemon   512 Dec  5 20:31 CMFUid

drwxr-xr-x  ; 8 root  daemon   512 Dec  5 20:33 CacheFu

drwxr-xr-x  11 root  daemon  1024 Dec  5 20:34 DCWorkflow

drwxr-xr-x  ; 7 root  daemon   512 Dec  5 20:34 ExtendedPathIndex

drwxr-xr-x  ; 6 root  daemon   512 Dec  5 20:34 ExternalEditor

drwxr-xr-x  12 root  daemon  1024 Dec  5 21:19 Five

drwxr-xr-x  15 root  daemon  1024 Dec  5 20:34 GenericSetup

drwxr-xr-x  10 root  daemon  1024 Dec  5 20:34 GroupUserFolder

drwxr-xr-x  ; 8 root  daemon  1024 Dec  5 20:35 MimetypesRegistry

drwxr-xr-x  ; 8 root  daemon   512 Dec  5 20:37 PasswordResetTool

drwxr-xr-x  ; 6 root  daemon   512 Dec  5 20:37 PlacelessTranslationService

drwxr-xr-x  ; 5 root  daemon   512 Dec  5 20:37 PloneErrorReporting

drwxr-xr-x  ; 6 root  daemon   512 Dec  5 20:37 PloneLanguageTool

drwxr-xr-x  ; 9 root  daemon   512 Dec  5 20:36 PlonePAS

drwxr-xr-x  ; 4 root  daemon   512 Dec  5 20:37 PloneTranslations

drwxr-xr-x  ; 9 root  daemon   512 Dec  5 20:36 PluggableAuthService

drwxr-xr-x  ; 5 root  daemon   512 Dec  5 20:36 PluginRegistry

drwxr-xr-x  10 root  daemon  1024 Dec  5 20:37 PortalTransforms

-rw-r--r--  ; 1 root  daemon   170 Dec  4 14:50 README.txt

drwxr-xr-x  11 root  daemon   512 Dec  5 20:40 ResourceRegistries

drwxr-xr-x   4 root  daemon   512 Dec  5 20:41 SecureMailHost

drwxr-xr-x  20 root  daemon  1024 Dec  5 20:35 kupu

drwxr-xr-x  ; 3 root  daemon   512 Dec  5 20:41 statusmessages

drwxr-xr-x  ; 5 root  daemon   512 Dec  5 20:41 validation

adaminsecure-ror:/var/www/zope/Products # cat README.txt

Additional products for your Zope instance should be installed in this

directory.  A freshly created instance should only contain this

README.txt file in this directory.

adaminsecure-ror:/var/www/zope/Products #

 

And here’;s what /Control_Panel/Products/manage_main says I have:

 

Type

Name

Size

Last Modified

01C718B6.41615200" alt=Product>

BTreeFolder2 (Installed product BTreeFolder2 (BTreeFolder2-1.0.2))

 

2006-12-04 14:59

01C718B6.41615200" alt=Product>

CMFActionIcons (Installed product CMFActionIcons (CMF-1.6.2))

 

2006-12-05 21:19

01C718B6.41615200" alt=Product>

CMFCore (Installed product CMFCore (CMF-1.6.2))

 

2006-12-05 21:19

01C718B6.41615200" alt=Product>

CMFDynamicViewFTI (Installed product CMFDynamicViewFTI (2.1))

 

2006-12-05 21:19

01C718B6.41615200" alt=Product>

CMFQuickInstallerTool (Installed product CMFQuickInstallerTool (1.5.9))

 

2006-12-05 21:19

01C718B6.41615200" alt=Product>

ExtendedPathIndex (Installed product ExtendedPathIndex (2.4))

 

2006-12-05 21:19

01C718B6.41615200" alt=Product>

ExternalEditor (Installed product ExternalEditor (0.9.2))

 

2006-12-05 21:19

01C718B6.41615200" alt=Product>

ExternalMethod (Installed product ExternalMethod (External Method-1-0-0))

 

2006-12-04 14:59

01C718B6.41615200" alt=Product>

Five (Installed product Five (Five 1.0.2))

 

2006-12-04 14:59

01C718B6.41615200" alt=Product>

GroupUserFolder (Installed product GroupUserFolder (3.54))

 

2006-12-05 21:19

01C718B6.41615200" alt=Product>

MIMETools (Installed product MIMETools)

 

2006-12-04 14:59

01C718B6.41615200" alt=Product>

MailHost (Installed product MailHost (MailHost-1-3-0))

 

2006-12-04 14:59

01C718B6.41615200" alt=Product>

MimetypesRegistry (Installed product MimetypesRegistry (1.4.1-final))

 

2006-12-05 21:19

01C718B6.41615200" alt=Product>

OFSP (Installed product OFSP (OFSP-1-0-0))

 

2006-12-04 15:00

01C718B6.41615200" alt=Product>

PageTemplates (Installed product PageTemplates (PageTemplates-1-4-0))

 

2006-12-04 15:00

01C718B6.41615200" alt=Product>

PasswordResetTool (Installed product PasswordResetTool (0.4.1))

 

2006-12-05 21:19

01C718B6.41615200" alt=Product>

PlacelessTranslationService (Installed product PlacelessTranslationService (1.3.3))

 

2006-12-05 21:20

01C718B6.41615200" alt=Product>

PloneErrorReporting (Installed product PloneErrorReporting (1.0))

 

2006-12-05 21:20

01C718B6.41615200" alt=Product>

PloneLanguageTool (Installed product PloneLanguageTool (1.4))

 

2006-12-05 21:20

01C718B6.41615200" alt=Product>

PloneTranslations (Installed product PloneTranslations (2.6.0))

 

2006-12-05 21:20

01C718B6.41615200" alt=Product>

PluggableAuthService (Installed product PluggableAuthService (PluggableAuthService-1.4))

 

2006-12-05 21:20

01C718B6.41615200" alt=Product>

PluginIndexes (Installed product PluginIndexes)

 

2006-12-04 14:59

01C718B6.41615200" alt=Product>

PluginRegistry (Installed product PluginRegistry (1.1.1))

 

2006-12-05 21:20

01C718B6.41615200" alt=Product>

PortalTransforms (Installed product PortalTransforms (1.4.1-final))

 

2006-12-05 21:20

01C718B6.41615200" alt=Product>

PythonScripts (Installed product PythonScripts (PythonScripts-2-0-0))

 

2006-12-04 15:00

01C718B6.41615200" alt=Product>

ResourceRegistries (Installed product ResourceRegistries (1.3.2))

 

2006-12-05 21:20

01C718B6.41615200" alt=Product>

SecureMailHost (Installed product SecureMailHost (1.0.4))

 

2006-12-05 21:20

01C718B6.41615200" alt=Product>

Sessions (Installed product Sessions)

 

2006-12-04 15:00

01C718B6.41615200" alt=Product>

SiteAccess (Installed product SiteAccess (SiteAccess-2-0-0))

 

2006-12-04 15:00

01C718B6.41615200" alt=Product>

SiteErrorLog (Installed product SiteErrorLog)

 

2006-12-04 15:00

01C718B6.41615200" alt=Product>

StandardCacheManagers (Installed product StandardCacheManagers (StandardCacheManagers-1-1-0))

 

2006-12-04 15:00

01C718B6.41615200" alt=Product>

TemporaryFolder (Installed product TemporaryFolder)

 

2006-12-04 15:00

01C718B6.41615200" alt=Product>

Transience (Installed product Transience)

 

2006-12-04 15:00

01C718B6.41615200" alt=Product>

ZCTextIndex (Installed product ZCTextIndex)

 

2006-12-04 15:00

01C718B6.41615200" alt=Product>

ZCatalog (Installed product ZCatalog (ZCatalog-2-2-0))

 

2006-12-04 15:00

01C718B6.41615200" alt=Product>

ZGadflyDA (Installed product ZGadflyDA)

 

2006-12-04 15:00

01C718B6.41615200" alt=Product>

ZODBMountPoint (Installed product ZODBMountPoint)

 

2006-12-04 15:00

01C718B6.41615200" alt=Product>

ZReST (Installed product ZReST (1.1))

 

2006-12-04 15:00

01C718B6.41615200" alt=Product>

ZSQLMethods (Installed product ZSQLMethods)

 

2006-12-04 15:00

01C718B6.41615200" alt=Product>

ZopeTutorial (Installed product ZopeTutorial (Zope Tutorial 1.2))

 

2006-12-04 15:00

01C718B6.41615200" alt=Product>

kupu (Installed product kupu (kupu 1.3.8))

 

2006-12-05 21:20

01C718B6.41615200" alt=Product>

statusmessages (Installed product statusmessages (2.0.1))

 

2006-12-05 21:20

01C718B6.41615200" alt=Product>

validation (Installed product validation (1.4.1-final))

 

2006-12-05 21:20

 

 

So what am I missing?

 

Thanks for any help or suggestions!

 

***************

* Adam Getchell, M.S.

* Director of Information Technology

* College of Agricultural & Environmental Sciences Deans' Office

* ucdavis.edu">acgetchellucdavis.edu (530)752-8008

***************

"Invincibility is in oneself, vulnerability in the opponent." -- Sun Tzu

 

Plone 2.5.1 on OpenBSD 4.0
user name
2006-12-06 13:57:46
Le 6/12/2006, "Getchell, Adam" <acgetchellucdavis.edu> a écrit:

>
>I'm also having trouble getting Plone 2.5.1 to run on
OpenBSD 4.0.
>
>First, I have Zope 2.8.6 installed and working per the
documentation at
>/usr/local/lib/zope/doc/README.OpenBSD, as I compiled it
from ports and
>can manage my Zope instance, as well as get it to start
on bootup.

[SNIP]

Hello,
Plone 2.5.1 depends on python-imaging (PIL) module).
.. Plone 2.5.2 would depend on python-celementree too.

Regards,

--
Encolpe Degoute
INGENIWEB (TM) - S.A.S 50000 Euros - RC B 438 725 632
2 cours du 14 Juillet - 78300 Poissy France - +331 300 601
41
web : www.ingeniweb.com -  les Services Web Ingénieux

_______________________________________________
Setup mailing list
Setuplists.plone.org
http://
lists.plone.org/mailman/listinfo/setup
Plone 2.5.1 on OpenBSD 4.0
user name
2006-12-12 21:23:15
Thanks for the advice.

I did a clean install and tried the Plone Universal
installer, that didn't work either. So I went back to
installing Zope-2.8.6 via ports, and then grabbing the
Plone-2.5.1.tgz.

I also installed py-Imaging-1.1.5p0 from ports, and verified
both jpeg and png support was present.

Removing/re-adding Five-1.2.6 didn't help either way.

I then added the py-cElementTree from ports, as that was
another item that Plone doesn't include but seems to be
required.

No luck so far after multiple restarts.

Installed products:

    BTreeFolder2 (Installed product BTreeFolder2
(BTreeFolder2-1.0.2))     2006-12-11 17:43  
    CMFActionIcons (Installed product CMFActionIcons
(CMF-1.6.2))     2006-12-12 10:59  
    CMFCore (Installed product CMFCore (CMF-1.6.2))    
2006-12-12 10:59  
    CMFDynamicViewFTI (Installed product CMFDynamicViewFTI
(2.1))     2006-12-12 10:59  
    CMFQuickInstallerTool (Installed product
CMFQuickInstallerTool (1.5.9))     2006-12-12 10:59  
    ExtendedPathIndex (Installed product ExtendedPathIndex
(2.4))     2006-12-12 10:59  
    ExternalEditor (Installed product ExternalEditor
(0.9.2))     2006-12-12 10:59  
    ExternalMethod (Installed product ExternalMethod
(External Method-1-0-0))     2006-12-11 17:43  
    GroupUserFolder (Installed product GroupUserFolder
(3.54))     2006-12-12 10:59  
    MIMETools (Installed product MIMETools)     2006-12-11
17:43  
    MailHost (Installed product MailHost (MailHost-1-3-0))  
  2006-12-11 17:43  
    MimetypesRegistry (Installed product MimetypesRegistry
(1.4.1-final))     2006-12-12 10:59  
    OFSP (Installed product OFSP (OFSP-1-0-0))    
2006-12-11 17:43  
    PageTemplates (Installed product PageTemplates
(PageTemplates-1-4-0))     2006-12-11 17:43  
    PasswordResetTool (Installed product PasswordResetTool
(0.4.1))     2006-12-12 10:59  
    PlacelessTranslationService (Installed product
PlacelessTranslationService (1.3.3))     2006-12-12 11:00  
    PloneErrorReporting (Installed product
PloneErrorReporting (1.0))     2006-12-12 11:00  
    PloneLanguageTool (Installed product PloneLanguageTool
(1.4))     2006-12-12 11:00  
    PloneTestCase (Installed product PloneTestCase (0.8.4)) 
   2006-12-12 11:00  
    PloneTranslations (Installed product PloneTranslations
(2.6.0))     2006-12-12 11:00  
    PluggableAuthService (Installed product
PluggableAuthService (PluggableAuthService-1.4))    
2006-12-12 11:00  
    PluginIndexes (Installed product PluginIndexes)    
2006-12-11 17:43  
    PluginRegistry (Installed product PluginRegistry
(1.1.1))     2006-12-12 11:00  
    PortalTransforms (Installed product PortalTransforms
(1.4.1-final))     2006-12-12 11:00  
    PythonScripts (Installed product PythonScripts
(PythonScripts-2-0-0))     2006-12-11 17:43  
    ResourceRegistries (Installed product ResourceRegistries
(1.3.2))     2006-12-12 11:00  
    SecureMailHost (Installed product SecureMailHost
(1.0.4))     2006-12-12 11:00  
    Sessions (Installed product Sessions)     2006-12-11
17:43  
    SiteAccess (Installed product SiteAccess
(SiteAccess-2-0-0))     2006-12-11 17:43  
    SiteErrorLog (Installed product SiteErrorLog)    
2006-12-11 17:43  
    StandardCacheManagers (Installed product
StandardCacheManagers (StandardCacheManagers-1-1-0))    
2006-12-11 17:43  
    TemporaryFolder (Installed product TemporaryFolder)    
2006-12-11 17:43  
    Transience (Installed product Transience)     2006-12-11
17:43  
    ZCTextIndex (Installed product ZCTextIndex)    
2006-12-11 17:43  
    ZCatalog (Installed product ZCatalog (ZCatalog-2-2-0))  
  2006-12-11 17:43  
    ZGadflyDA (Installed product ZGadflyDA)     2006-12-11
17:43  
    ZODBMountPoint (Installed product ZODBMountPoint)    
2006-12-11 17:43  
    ZReST (Installed product ZReST (1.1))     2006-12-11
17:43  
    ZSQLMethods (Installed product ZSQLMethods)    
2006-12-11 17:43  
    ZopeTutorial (Installed product ZopeTutorial (Zope
Tutorial 1.2))     2006-12-11 17:43  
    kupu (Installed product kupu (kupu 1.3.8))    
2006-12-12 11:00  
    statusmessages (Installed product statusmessages
(2.0.1))     2006-12-12 11:00  
    validation (Installed product validation (1.4.1-final)) 
   2006-12-12 11:00  

Debug info:

Debug Information

Zope version: (Zope 2.8.6-final, python 2.4.3, openbsd4) 
Python version: 2.4.3 (#1, Dec 11 2006, 17:23:21) [GCC 3.3.5
(propolice)] 
System Platform: openbsd4 
SOFTWARE_HOME: /usr/local/lib/zope/lib/python 
INSTANCE_HOME: /var/www/zope 
CLIENT_HOME: /var/www/zope/var 
Process ID: 22354 (2087408640) 
Running for: 56 min 12 sec 
sys.path: 
  /var/www/zope/lib/python 
  /var/www/zope/lib/python 
  /usr/local/lib/zope/lib/python/Zope2/Startup 
  /var/www/zope/Products/ATContentTypes/thirdparty 
  /var/www/zope/Products/ATContentTypes/thirdparty 
  /usr/local/lib/zope/lib/python 
  /usr/local/lib/python24.zip 
  /usr/local/lib/python2.4 
  /usr/local/lib/python2.4/plat-openbsd4 
  /usr/local/lib/python2.4/lib-tk 
  /usr/local/lib/python2.4/lib-dynload 
  /usr/local/lib/python2.4/site-packages 
  /usr/local/lib/python2.4/site-packages/PIL 
Top Refcounts:
weakref.WeakKeyDictionary: 1599ExtensionClass.Base:
576Products.PlacelessTranslationService.GettextMessageCatalo
g.GettextMessageCatalog: 486gettext.GNUTranslations:
481Persistence.Persistent: 431__builtin__.Acquirer:
418__builtin__.PermissionRole:
390Shared.DC.Scripts.Bindings.NameAssignments:
332App.special_dtml.DTMLFile: 328OFS.SimpleItem.Item:
268OFS.Traversable.Traversable:
250Shared.DC.Scripts.Signature.FuncCode:
248App.Management.Tabs: 248OFS.SimpleItem.SimpleItem:
246webdav.Resource.Resource:
230webdav.EtagSupport.EtagSupport:
220OFS.CopySupport.CopySource:
220webdav.Lockable.LockableItem:
219AccessControl.Owned.Owned: 219OFS.ZDOM.Node:
215App.Undo.UndoSupport: 214OFS.ZDOM.Element:
213AccessControl.Role.RoleManager:
210Products.MimetypesRegistry.mime_types.magic.magicTest:
209DocumentTemplate.DT_Util.Eval:
195AccessControl.PermissionMapping.RoleManager:
171HelpSys.HelpTopic.STXTopic:
169Products.ZGadflyDA.gadfly.kjParser.ParseRule:
161exceptions.Exception: 155App.ImageFile.ImageFile:
155ZConfig.info.KeyInfo:
152Products.PageTemplates.PageTemplateFile.PageTemplateFile:
132AccessControl.SecurityInfo.ClassSecurityInfo:
131OFS.Folder.Folder:
127OFS.PropertyManager.PropertyManager:
118App.FactoryDispatcher.FactoryDispatcher:
111OFS.ObjectManager.ObjectManager:
87__builtin__.ExplicitAcquirer:
86OFS.ZDOM.ElementWithAttributes:
85Products.CMFCore.utils.UniqueObject:
78ZConfig.matcher.SectionValue: 77compiler.ast.Node:
75__builtin__.ImplicitAcquirerWrapper:
75ZConfig.matcher.SectionMatcher:
75DateTime.DateTime.DateTime:
73__builtin__.ExplicitAcquirerWrapper:
69Products.PluggableAuthService.plugins.BasePlugin.BasePlugi
n: 67App.Management.Navigation:
67Products.ZCatalog.ZCatalog.ZCatalog:
66webdav.Collection.Collection:
63Products.CMFCore.ActionProviderBase.ActionProviderBase:
63OFS.CopySupport.CopyContainer:
59HelpSys.APIHelpTopic.APIHelpTopic:
59DocumentTemplate.DT_In.InClass: 59OFS.Cache.Cacheable:
58docutils.nodes.Element: 55logging.Logger:
54Products.Five.browser.BrowserView:
54App.special_dtml.HTML: 51__builtin__.Missing:
50OFS.FindSupport.FindSupport:
50HelpSys.HelpSys.ProductHelp:
49Products.MimetypesRegistry.MimeTypeItem.MimeTypeItem:
47OFS.PropertySheets.PropertySheets: 47App.Product.Product:
47__builtin__.ComputedAttribute: 45__builtin__.TemplateDict:
44docutils.nodes.TextElement: 42ZConfig.info.SectionType:
42Products.CMFCore.FSObject.FSObject: 40OFS.misc_.Misc_:
40HelpSys.APIHelpTopic.APIDoc:
40Products.PageTemplates.Expressions.SubPathExpr:
38AccessControl.unauthorized.Unauthorized:
38App.ProductContext.AttrDict: 37zExceptions.BadRequest:
36Products.CMFCore.utils.ImmutableId:
36OFS.PropertySheets.PropertySheet:
36zope.schema._bootstrapinterfaces.ValidationError:
35Persistence.mapping.PersistentMapping:
35App.special_dtml.ClassicHTMLFile:
35exceptions.StandardError: 34__builtin__.Record:
34HelpSys.APIHelpTopic.MethodDoc:
32AccessControl.ImplC.RestrictedDTML:
32Shared.DC.Scripts.Script.Script:
31AccessControl.SecurityInfo._ModuleSecurityInfo:
31__builtin__.InstanceDict: 29ZConfig.info.SectionInfo:
29Products.CMFCore.DirectoryView.DirectoryInformation:
29docutils.nodes.Part:
28zope.exceptions._notfounderror.NotFoundError:
27zExceptions.unauthorized.Unauthorized:
26UserDict.UserDict:
26StructuredText.ST.StructuredTextParagraph:
26Products.PageTemplates.Expressions.PathExpr:
26AccessControl.User.BasicUser: 26exceptions.TypeError:
25ZServer.medusa.counter.counter:
25ZODB.POSException.ConflictError: 25

Class  December 12, 2006 1:16 pm  December 12, 2006 1:22 pm 
Delta  
DocumentTemplate.DT_Util.Eval  159  195  +36  
DocumentTemplate.DT_In.InClass  37  59  +22  
Products.PageTemplates.Expressions.SubPathExpr  20  38  +18 

Products.PageTemplates.Expressions.PathExpr  17  26  +9  
DocumentTemplate.DT_Let.Let  9  14  +5  
ZServer.medusa.counter.counter  23  25  +2  
Products.PageTemplates.Expressions.StringExpr  12  14  +2  
DocumentTemplate.DT_With.With  8  10  +2  
ZServer.HTTPServer.zhttp_channel  5  7  +2  
asynchat.fifo  4  6  +2  
DateTime.DateTime.DateTime  72  73  +1  
Products.PageTemplates.ZRPythonExpr.PythonExpr  11  12  +1  

Cache detail | Cache extreme detail 

Update Snapshot | Refresh | Auto refresh interval (seconds):
  

Connections: opened info version 
Tue Dec 12 13:22:05 2006 (0.91s) ({'HTTP_ACCEPT':
'image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/x-ms-application,
application/vnd.ms-xpsdocument, application/xaml+xml,
application/x-ms-xbap, application/x-shockwave-flash,
application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, */*', 'CONNECTION_TYPE': 'Keep-Alive',
'HTTP_USER_AGENT': 'Mozilla/4.0 (compatible; MSIE 7.0;
Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; .NET CLR
3.0.04506; InfoPath.2)', 'SERVER_PORT': '8080',
'HTTP_REFERER': '
http://169.237.124.92:8080/Control_Panel/manage_main',
'SERVER_NAME': '0.0.0.0', 'GATEWAY_INTERFACE': 'CGI/1.1',
'SERVER_SOFTWARE': 'Zope/(Zope 2.8.6-final, python 2.4.3,
openbsd4) ZServer/1.1', 'REMOTE_ADDR': '169.237.124.90',
'HTTP_ACCEPT_LANGUAGE': 'en-us', 'SCRIPT_NAME': '',
'REQUEST_METHOD': 'GET', 'HTTP_HOST': '169.237.124.92:8080',
'PATH_INFO': '/Control_Panel/DebugInfo/manage_main',
'SERVER_PROTOCOL': 'HTTP/1.1', 'HTTP_UA_CPU': 'x86',
'channel.creation_time': 1165958439, 'HTTP_ACCEPT_ENCODING':
'gzip, deflate', 'PATH_TRANSLATED':
'/Control_Panel/DebugInfo/manage_main'}, {'n_': 1,
'TraversalRequestNameStack': [], 'AUTHENTICATED_USER':
zopeadmin, 'URL': 'http://169.237.124.92:8080/Control_Panel/DebugInfo
/manage_main', 'BASEPATH1': '', 'URL2': 'http://169.2
37.124.92:8080/Control_Panel', 'a_': 0, 'SERVER_URL':
'http://169.237.124.92:8080
', 'AUTHENTICATION_PATH': '', 'traverse_subpath': [],
'BASE1': 'http://169.237.124.92:8080
', 'BASE2': 'http://169.2
37.124.92:8080/Control_Panel', 'BASE3': 'ht
tp://169.237.124.92:8080/Control_Panel/DebugInfo',
'PARENTS': [<DebugManager at
/Control_Panel/DebugInfo>, <ApplicationManager at
/Control_Panel>, <Application at >], 'BASE4': 'http://169.237.124.92:8080/Control_Panel/DebugInfo
/manage_main', 'URL3': 'http://169.237.124.92:8080
', 'PUBLISHED': <App.special_dtml.DTMLFile object at
0x8948894c>, 'URL1': 'ht
tp://169.237.124.92:8080/Control_Panel/DebugInfo',
'RESPONSE': ZServerHTTPResponse(''), 'ACTUAL_URL': 'http://169.237.124.92:8080/Control_Panel/DebugInfo
/manage_main'}) (933)  




Adam

-----Original Message-----
From: Encolpe Degoute [mailto:encolpe.degouteingeniweb.com] 
Sent: Wednesday, December 06, 2006 5:58 AM
To: Getchell, Adam; setuplists.plone.org
Subject: Re: [Setup] Plone 2.5.1 on OpenBSD 4.0

Le 6/12/2006, "Getchell, Adam" <acgetchellucdavis.edu> a écrit:

>
>I'm also having trouble getting Plone 2.5.1 to run on
OpenBSD 4.0.
>
>First, I have Zope 2.8.6 installed and working per the
documentation at
>/usr/local/lib/zope/doc/README.OpenBSD, as I compiled it
from ports and
>can manage my Zope instance, as well as get it to start
on bootup.

[SNIP]

Hello,
Plone 2.5.1 depends on python-imaging (PIL) module).
.. Plone 2.5.2 would depend on python-celementree too.

Regards,

--
Encolpe Degoute
INGENIWEB (TM) - S.A.S 50000 Euros - RC B 438 725 632
2 cours du 14 Juillet - 78300 Poissy France - +331 300 601
41
web : www.ingeniweb.com -  les Services Web Ingénieux

_______________________________________________
Setup mailing list
Setuplists.plone.org
http://
lists.plone.org/mailman/listinfo/setup
Plone 2.5.1 on OpenBSD 4.0
user name
2006-12-15 19:30:40
Getchell, Adam a écrit :
> Thanks for the advice.
> 
> I did a clean install and tried the Plone Universal
installer, that didn't work either. So I went back to
installing Zope-2.8.6 via ports, and then grabbing the
Plone-2.5.1.tgz.
> 
> I also installed py-Imaging-1.1.5p0 from ports, and
verified both jpeg and png support was present.
> 
> Removing/re-adding Five-1.2.6 didn't help either way.
> 
> I then added the py-cElementTree from ports, as that
was another item that Plone doesn't include but seems to be
required.

Please use Zope 2.9, not 2.8.
One other thing, verify that python module ports are against
the good
version of python.
Using BSD is fine for a lot of things, but not for Zope.
Today we migrate our latest development server with BSD to
Debian/etch.
Even if I do not advise you to use 'apt-get install
zope-cmfplone', it
works really fine.

Regards,
-- 
Encolpe Degoute
INGENIWEB (TM) - S.A.S 50000 Euros - RC B 438 725 632
17 rue Louise Michel - 92300 Levallois Perret - France
web : www.ingeniweb.com - « les Services Web Ingénieux »


_______________________________________________
Setup mailing list
Setuplists.plone.org
http://
lists.plone.org/mailman/listinfo/setup
[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )