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 )