[Zope] External script question
Jerome Alet
alet@librelogiciel.com
Mon, 24 Jun 2002 22:21:19 +0200
On Mon, Jun 24, 2002 at 03:39:55PM -0400, Kevin Carlson wrote:
>
> ....
> File "/home/mailman/Mailman/Utils.py", line 265, in MakeDirTree
> os.mkdir(made_part, perms)
> OSError: [Errno 13] Permission denied: '/home/mailman/lists/test'
are you sure that test didn't already exist ?
> The code was trying to create the directory 'test' in the
> /home/mailman/lists/ directory. The 'list' directory has the following
> permissions and listing:
>
> drwxrwsr-x 2 mailman mailman 4096 Jun 24 15:21 lists
>
> I added user zope to the mailman group, but this still had no effect.
did you restart Zope after having added 'zope' to the mailman group ?
> guess I'm having a difficult time understanding why I can run this when
> logged in as "zope" from the shell, but not from the ZMI (where I have used
> a script to verify the username is 'zope').
>
> Any additional ideas?
no, sorry.
Jerome Alet