Re: [Mailman-Users] newlist mailman - python error

2007-03-13 Thread Ulrich Pöschl
Mark Sapiro schrieb:
> Ulrich Pöschl // p-consult.at wrote:
>>
>> I try creating the site list with the command "newlist mailman" and this
>> is what I get:
>>
>>> webprojects:/etc# newlist mailman
>>> Enter the email of the person running the list: [EMAIL PROTECTED]
>>> Initial mailman password:
>>> Traceback (most recent call last):
>>>   File "/usr/sbin/newlist", line 226, in ?
>>> main()
>>>   File "/usr/sbin/newlist", line 167, in main
>>> mlist.Create(listname, owner_mail, pw)
>>>   File "/var/lib/mailman/Mailman/MailList.py", line 457, in Create
>>> self.InitVars(name, admin, crypted_password)
>>>   File "/var/lib/mailman/Mailman/MailList.py", line 296, in InitVars
>>> self.web_page_url = (
>>> TypeError: not all arguments converted during string formatting
>>> webprojects:/etc# 
> 
> 
> It looks like you have set DEFAULT_URL_PATTERN in mm_cfg.py and you have
> an extraneous '%' in addition to the '%s' for the host name.
> 


thanks a lot! your hint pointed me in the right direction. problem solved.

other question:

is it possible to use one mailman instance on a single server for two
different subdomains like

[EMAIL PROTECTED]
[EMAIL PROTECTED]

it wouldn't be too bad if the two hosts see eachosters lists, but
mailman should be able to send/receive on both subdomains..

any good starting-point in the docs? or any good howtos on that?

thanks again, and kind regards from Vienna,

Ulrich
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Re: [Mailman-Users] newlist mailman - python error

2007-03-13 Thread Mark Sapiro
Ulrich Pöschl // p-consult.at wrote:
> 
> I try creating the site list with the command "newlist mailman" and this
> is what I get:
> 
>> webprojects:/etc# newlist mailman
>> Enter the email of the person running the list: [EMAIL PROTECTED]
>> Initial mailman password:
>> Traceback (most recent call last):
>>   File "/usr/sbin/newlist", line 226, in ?
>> main()
>>   File "/usr/sbin/newlist", line 167, in main
>> mlist.Create(listname, owner_mail, pw)
>>   File "/var/lib/mailman/Mailman/MailList.py", line 457, in Create
>> self.InitVars(name, admin, crypted_password)
>>   File "/var/lib/mailman/Mailman/MailList.py", line 296, in InitVars
>> self.web_page_url = (
>> TypeError: not all arguments converted during string formatting
>> webprojects:/etc# 


It looks like you have set DEFAULT_URL_PATTERN in mm_cfg.py and you have 
an extraneous '%' in addition to the '%s' for the host name.

-- 
Mark Sapiro <[EMAIL PROTECTED]>   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] newlist mailman - python error

2007-03-13 Thread Ulrich Pöschl // p-consult.at
hello list,

after installing mailman on our server:

> Setting up mailman (2.1.5-8sarge5) ...
> Installing site language en  done.
> No updates are necessary.
> Site list for mailman (usually named mailman) missing
> Please create it; until then, mailman will refuse to start
> 

I try creating the site list with the command "newlist mailman" and this
is what I get:

> webprojects:/etc# newlist mailman
> Enter the email of the person running the list: [EMAIL PROTECTED]
> Initial mailman password:
> Traceback (most recent call last):
>   File "/usr/sbin/newlist", line 226, in ?
> main()
>   File "/usr/sbin/newlist", line 167, in main
> mlist.Create(listname, owner_mail, pw)
>   File "/var/lib/mailman/Mailman/MailList.py", line 457, in Create
> self.InitVars(name, admin, crypted_password)
>   File "/var/lib/mailman/Mailman/MailList.py", line 296, in InitVars
> self.web_page_url = (
> TypeError: not all arguments converted during string formatting
> webprojects:/etc# 

System is Debian Sarge:
> webprojects:/etc# uname -r
> 2.6.9-023stab033.7-enterprise


Any ideas? Did I hit a bug? Because on the old system under Ubuntu
Server it worked like a charm. I am clueless :(

Thanks and kind regards,

Ulrich
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp