[Mailman-Users] Site list is missing: mailman

gnugo gnugo at gmx.com
Mon May 6 15:22:38 CEST 2013


Hi

I tried the following
[root at h1 ~]# /usr/lib/mailman/bin/newlist mailman
[...]
List already exists: mailman

[root at h1 ~]# /usr/lib/mailman/bin/rmlist mailman
Not removing archives.  Reinvoke with -a to remove them.
Removing list info

[root at h1 ~]# /usr/lib/mailman/bin/newlist mailman
Enter the email of the person running the list: xxxx at xxx.xx
Initial mailman password:
Hit enter to notify mailman owner...

[root at h1 ~]#  /usr/lib/mailman/bin/mailmanctl start
Traceback (most recent call last):
   File "/usr/lib/mailman/bin/mailmanctl", line 607, in <module>
     main()
   File "/usr/lib/mailman/bin/mailmanctl", line 426, in main
     check_for_site_list()
   File "/usr/lib/mailman/bin/mailmanctl", line 326, in check_for_site_list
     sitelist = MailList(sitelistname, lock=0)
   File "/usr/lib/mailman/Mailman/MailList.py", line 130, in __init__
     self.Load()
   File "/usr/lib/mailman/Mailman/MailList.py", line 639, in Load
     dict, e = self.__load(file)
   File "/usr/lib/mailman/Mailman/MailList.py", line 605, in __load
     fp = open(dbfile)
IOError: [Errno 13] Permission denied: 
'/irafs0/mailman/lists/mailman/config.pck'

[root at h1 ~]# ls -ls /irafs0/mailman/lists/mailman/config.pck
4 -rw-rw---- 1 root mailman 3702 May  6 15:14 
/irafs0/mailman/lists/mailman/config.pck

[root at h1 ~]# chown mailman /irafs0/mailman/lists/mailman/config.pck

[root at h1 ~]#  /usr/lib/mailman/bin/mailmanctl start
Site list is missing: mailman

I tried the same on a normal filesystem (ext4) and all went well, so I'm 
suspecting that the issue is related to some locking problem.

cheers
francesco


On 04/25/2013 05:37 PM, Odhiambo Washington wrote:
> cd /irafs0/mailman/bin
> ./check_perms -f
> ./check_perms
> ./newlist mailman
>
> If it says the list exists, you can remove it and recreate -
> http://www.gnu.org/software/mailman/mailman-install/site-list.html
> I see no harm in doing that.
>
>
> On 24 April 2013 17:02, cesco<hrd at email.it>  wrote:
>> Hi
>>
>> on a RHEL6.4 with mailman-2.1.12-18 on amd64, I'm trying to run mailman with
>> all his /var/lib/mailman stuff (archives, data, lists, spam)stored on a
>> lustre 2.1.5 filesystem.
>>
>> when I try to start mailman (either '/usr/lib/mailman/bin/mailmanctl start'
>> or '/etc/init.d/mailman start') it says:
>>
>> Site list is missing: mailman
>>
>> and in /var/log/mailman/error
>>
>> Apr 24 15:53:17 2013 (30798) IOError reading list extension: [Errno 13]
>> Permission denied: '/irafs0/mailman/lists/mailman/extend.py'
>> Apr 24 15:53:17 2013 mailmanctl(30798): Site list is missing: mailman
>> Apr 24 15:53:17 2013 (30798) Site list is missing: mailman
>>
>> VAR_PREFIX is set to '/irafs0/mailman' in both Defaults.py and mm_cfg.py for
>> https://bugs.launchpad.net/mailman/+bug/925502
>>
>> ls -ls /irafs0/mailman/lists/mailman/config.pck
>> 4 -rw-rw---- 1 mailman mailman 3763 Apr 23 12:00
>> /irafs0/mailman/lists/mailman/config.pck
>>
>> I'm suspecting that can be some lock problem. I tried to mount the lustre
>> volume with nolock, localflock and flock, but nothing changes.
>>
>> any hints?
>> thank
>>
>> francesco
>> ------------------------------------------------------
>> Mailman-Users mailing list Mailman-Users at python.org
>> http://mail.python.org/mailman/listinfo/mailman-users
>> Mailman FAQ: http://wiki.list.org/x/AgA3
>> Security Policy: http://wiki.list.org/x/QIA9
>> Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
>> Unsubscribe:
>> http://mail.python.org/mailman/options/mailman-users/odhiambo%40gmail.com
>
>
>



More information about the Mailman-Users mailing list