Re: [Zope] Local File System (LocalFS) install problems

2000-06-22 Thread Dieter Maurer

J. Atwood writes:
 > (I have searched the newsgroups and zope.org)
 > 
 > I downloaded and installed LocalFS (untar in zope dir) restarted Zope (2.1.6
 > on Linux running as Nobody). The Local File System is an available object
 > but when I try to add it to any folder I get..
 > 
 > Error Type: IOError Error Value: [Errno 13] Permission denied:
 > '/usr/local/zope/lib/python/Products/LocalFS/methodAdd.dtml'
The error message is puzzling.

I would expect that your file system is not accessible by
the user "Nobody".
However, I would not expect the get the
error value:  '/usr/local/zope/lib/python/Products/LocalFS/methodAdd.dtml'.
Maybe, this is the (Zope) object that got the IOError.


Dieter

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] Local File System (LocalFS) install problems

2000-06-21 Thread J. Atwood

(I have searched the newsgroups and zope.org)

I downloaded and installed LocalFS (untar in zope dir) restarted Zope (2.1.6
on Linux running as Nobody). The Local File System is an available object
but when I try to add it to any folder I get..

Error Type: IOError Error Value: [Errno 13] Permission denied:
'/usr/local/zope/lib/python/Products/LocalFS/methodAdd.dtml'


And:
Traceback (innermost last):
  File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 214, in
publish_module
  File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 179, in
publish
  File /usr/local/zope/lib/python/Zope/__init__.py, line 202, in
zpublisher_exception_hook
  File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 165, in
publish
  File /usr/local/zope/lib/python/ZPublisher/mapply.py, line 160, in mapply
(Object: methodAdd)
  File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 102, in
call_object
(Object: methodAdd)
  File /usr/local/zope/lib/python/App/special_dtml.py, line 120, in __call__
(Object: methodAdd)
  File /usr/local/zope/lib/python/DocumentTemplate/DT_String.py, line 443,
in __call__
(Object: methodAdd)
  File /usr/local/zope/lib/python/DocumentTemplate/DT_String.py, line 381,
in cook
(Object: methodAdd)
  File /usr/local/zope/lib/python/DocumentTemplate/DT_String.py, line 374,
in read
(Object: methodAdd)
  File /usr/local/zope/lib/python/DocumentTemplate/DT_String.py, line 538,
in read_raw
(Object: methodAdd)
IOError: (see above)


I tried changing some of the permissions but to no avail.

J


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )