The instance is in /var/lib/zope/instance
The instance name is "default"

dannifannar:/var/lib/zope/instance/default# ls -al
total 24
drwxr-xr-x   5 root root 4096 Apr  2 19:45 .
drwxr-xr-x   3 root root 4096 Apr  2 19:26 ..
drwxr-xr-x   2 root root 4096 Apr  2 19:26 Extensions
drwxrwxrwx  32 root root 4096 Apr  2 22:27 Products
-rw-r--r--   1 root root   39 Apr  2 19:26 access
lrwxrwxrwx 1 root root 20 Apr 2 19:26 import -> /var/lib/zope/ import
drwxrwxr-t   3 root zope 4096 Apr  2 22:27 var


zopect is in:
dannifannar:/var/lib/zope/instance/default# whereis zopectl
zopectl: /usr/sbin/zopectl /etc/zopectl /usr/share/man/man8/zopectl.8.gz

its not in ~/zope/.../bin like the source install docs tell me to do...
Could it be a packaging problem then? Why would all the other products (the default zope products) work?

A.


On 4.4.2006, at 09:01, Nick Davis wrote:

Arnór Kristjánsson wrote:
ok, I did that. Now the directory structure looks like this:
--
dannifannar:/var/lib/zope/instance/default# tree -L 1 Products/

30 directories, 2 files
dannifannar:/var/lib/zope/instance/default#
--
Still nothing appears in the zope management console... any more ideas?

Hello Arnor,
Just to check, you've got your /var/lib/zope directory, in there you've got instance, in instance you've got default?

I'm a little confused where your Zope instance actually is, and this could be your problem.

    Is your Zope instance in the directory /var/lib/zope/instance?
   Or is it in /var/lib/zope/instance/default ?

The Zope instance should have all its stuff together. So the directory where it lives should contain Products, Extensions, bin, etc, var, log and others.

When you start zope, doing a zopectl start, if you cd into the bin directory where zopectl is, from here, a ls ../Products should show the same list of products you posted.

If not , that would explain the problem. It seems like it might simply not be seeing the Products directory.

You might double-check ownership and permissions of 'Products".

You might also look in log/event.log , and check for errors on start-up that give a clue.

Make sure zope is starting in debug mode before you check the logs.

Hope that helps,
Nick

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

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

Reply via email to