[Mailman-Users] Here is a problem I am having with mailman.

Jon Carnes jonc at nc.rr.com
Wed Apr 16 01:12:24 CEST 2003


Try this... Move to the root of the Mailman install and try:
  chgrp -R mailman
  chmod -R g+s

This assumes that you installed mailman to use the default user and
default group of "mailman".  That should fix most any rights/ownership
problems.

Jon Carnes

On Tue, 2003-04-15 at 18:38, Shekar Pasumarthi wrote:
> Same problem......
> 
> cymbal% ./check_perms
> Traceback (most recent call last):
>    File "./check_perms", line 46, in ?
>      from Mailman import mm_cfg
> ImportError: No module named Mailman
> 
> 
> Do I have any other way to export the members from the lists. The web 
> interface does show them, but there are about 3000 so it spans across 
> multiple pages.
> 
> 
> Thanks
> Shekar
> 
> 
> At 05:33 PM 4/15/2003 -0400, you wrote:
> >Check the permissions on your files and directories.
> >   ~mailman/bin/check_perms
> >may or may not be helpful to you at this point.
> >
> >Jon Carnes
> >
> >On Tue, 2003-04-15 at 17:18, Shekar Pasumarthi wrote:
> > > It is pointing to the root of the mailman install. If there are any other
> > > hints that would be great.
> > >
> > > Thanks
> > >
> > >
> > > At 05:05 PM 4/15/2003 -0400, you wrote:
> > > >Very interesting!  Never seen that before...
> > > >
> > > >Check the paths.py file in your ~mailman/bin/.. directory.  Make sure
> > > >that the prefix variable is set to the correct location for Mailman's
> > > >root install.
> > > >
> > > >HtH - Jon Carnes
> > > >
> > > >On Tue, 2003-04-15 at 16:10, Shekar Pasumarthi wrote:
> > > > > I have couple of lists created and they were and are working fine, but
> > > > none
> > > > > of the commands (list_lists, rmlist) are working, now. These are 
> > the few
> > > > > errors I am getting. Any help or pointers would be great.
> > > > >
> > > > > Thanks
> > > > > Shekar
> > > > >
> > > > > cymbal% ./check_db
> > > > > Traceback (most recent call last):
> > > > >    File "./check_db", line 31, in ?
> > > > >      from Mailman import mm_cfg
> > > > > ImportError: No module named Mailman
> > > > >
> > > > > cymbal% ./list_members
> > > > > Traceback (most recent call last):
> > > > >    File "./list_members", line 59, in ?
> > > > >      from Mailman import MailList
> > > > > ImportError: No module named Mailman
> > > > >
> > > > > cymbal% ./config_list
> > > > > Traceback (most recent call last):
> > > > >    File "./config_list", line 71, in ?
> > > > >      from Mailman import mm_cfg
> > > > > ImportError: No module named Mailman
> > > > >
> > > > > cymbal% ./rmlist
> > > > > Traceback (most recent call last):
> > > > >    File "./rmlist", line 44, in ?
> > > > >      from Mailman import mm_cfg
> > > > > ImportError: No module named Mailman
> > > > >
> > > > >
> > >
> 




More information about the Mailman-Users mailing list