Re: [Mailman-Users] Broken mailman

2007-10-18 Thread Donovan R. Palmer
Hey Mark - your jedi instinct was on track

>>When starting up the mailman service, I get the following error:
>>
>>mazar:/usr/lib/mailman # service mailman start
>>Starting mailman (Warning: the Apache2 webinterface for Mailman has not 
>>been activated!) 
>>done
>
>
> This appears to be specific to your Mailman package, whatever that is.
> The Mailman project distribution issues no such message, but all it
> seems to be saying is your web server isn't running when you start
> Mailman. This should not be a problem for Mailman except that you
> can't use the web interface until you start the web server.

Yes, I have learned a heck of a lot about Mailman today. I hate the pain 
when something breaks, but in trying to fix it, you generally learn a lot. 
What I found is that an RPM package I had installed dropped the apache 
server flag "MAILMAN"  I still don' t know why either, but it is working 
again.


>>bin/config_list -i data/sitelist.cfg allstaff
>
> The data/sitelist.cfg list configuration is intended to be used only
> for the site ('mailman') list. For any other list, you ar probably
> better off with the normal defaults.

That was a typo... I was actually trying to configure the mailman list. I 
saved my mailman files and decided to do a full reinstall.

>>I receive the following error
>>
>>  File "bin/config_list", line 362, in 
>>main()
>>  File "bin/config_list", line 357, in main
>>do_input(listname, infile, checkonly, verbose)
>>  File "bin/config_list", line 263, in do_input
>>execfile(infile, globals)
>>IOError: [Errno 2] No such file or directory: 'data/sitelist.cfg'
>>
>>Any suggestions on what could be the problem and how to debug this? I have 
>>dug around a fair bit this morning and don't have a clue as to what the 
>>problem is or why it even broke in the first place.
>
>
> This error occurs because there is no data/sitelist.cfg file. Either it
> has been removed or was never included in your package or possibly
> mailman's data/ directory is not in the same parent directory
> (/usr/lib/mailman ?) as Mailman's bin/ directory.
>
> As far as I can tell from what you've provided, Mailman is not broken.
> The problems are only that Apache wasn't running when you started
> Mailman, and a file that you don't need anyway may be missing.

The data/sitelist.cfg is there, which is what puzzles me. You were correct 
again though, even with this error, I have been able to get things up and 
running again.

Thanks a lot for your help!

Donovan

--
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] Broken mailman

2007-10-18 Thread Mark Sapiro
Donovan R. Palmer wrote:
>
>When starting up the mailman service, I get the following error:
>
>mazar:/usr/lib/mailman # service mailman start
>Starting mailman (Warning: the Apache2 webinterface for Mailman has not been 
>activated!) done


This appears to be specific to your Mailman package, whatever that is.
The Mailman project distribution issues no such message, but all it
seems to be saying is your web server isn't running when you start
Mailman. This should not be a problem for Mailman except that you
can't use the web interface until you start the web server.


>Doing some digging around, when I attempt to apply a template to my new list, 
>using this command:
>
>bin/config_list -i data/sitelist.cfg allstaff


The data/sitelist.cfg list configuration is intended to be used only
for the site ('mailman') list. For any other list, you ar probably
better off with the normal defaults.


>I receive the following error
>
>  File "bin/config_list", line 362, in 
>main()
>  File "bin/config_list", line 357, in main
>do_input(listname, infile, checkonly, verbose)
>  File "bin/config_list", line 263, in do_input
>execfile(infile, globals)
>IOError: [Errno 2] No such file or directory: 'data/sitelist.cfg'
>
>Any suggestions on what could be the problem and how to debug this? I have dug 
>around a fair bit this morning and don't have a clue as to what the problem is 
>or why it even broke in the first place.


This error occurs because there is no data/sitelist.cfg file. Either it
has been removed or was never included in your package or possibly
mailman's data/ directory is not in the same parent directory
(/usr/lib/mailman ?) as Mailman's bin/ directory.

As far as I can tell from what you've provided, Mailman is not broken.
The problems are only that Apache wasn't running when you started
Mailman, and a file that you don't need anyway may be missing.

-- 
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] Broken mailman

2007-10-18 Thread Donovan R. Palmer
Oh great and wise jedi-nights of mailman... I request your assistance. My 
install of mailman has broke and I'm a bit lost on this one.  

When starting up the mailman service, I get the following error:

mazar:/usr/lib/mailman # service mailman start
Starting mailman (Warning: the Apache2 webinterface for Mailman has not been 
activated!) done

Doing some digging around, when I attempt to apply a template to my new list, 
using this command:

bin/config_list -i data/sitelist.cfg allstaff

I receive the following error

  File "bin/config_list", line 362, in 
main()
  File "bin/config_list", line 357, in main
do_input(listname, infile, checkonly, verbose)
  File "bin/config_list", line 263, in do_input
execfile(infile, globals)
IOError: [Errno 2] No such file or directory: 'data/sitelist.cfg'

Any suggestions on what could be the problem and how to debug this? I have dug 
around a fair bit this morning and don't have a clue as to what the problem is 
or why it even broke in the first place.

Many thanks in advance.

Donovan
--
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] Broken mailman

2007-03-22 Thread Patrick Bogen
On 3/22/07, lookaroundcornwall.com <[EMAIL PROTECTED]> wrote:
> It's getting through to the server - this from the exim log
>
> 2007-03-22 14:44:34 1HUOWo-0006sQ-9Z =>
> |/usr/local/home/mailman/mail/mailman owner announce
> [EMAIL PROTECTED]
> R=system_aliases_all_local_domains T=alias_pipe

This isn't *quite* right. This is some notification or other that's
intended for the owner of the announce list. Is there a similar log
entry that references either [EMAIL PROTECTED]

> Oddly, I seem to be getting mail addressed to [EMAIL PROTECTED]
> but nothing else
I don't see that indicated from this single log entry, but maybe there
are others you didn't include. That's okay. At first guess, I'd
suppose there's something wrong getting the email to your server,
which is somewhat out of the scope of this mailing list.

-- 
- Patrick Bogen
--
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] Broken mailman

2007-03-22 Thread lookaroundcornwall.com
Thanks Patrick, I'll start looking

It's getting through to the server - this from the exim log

2007-03-22 14:44:34 1HUOWo-0006sQ-9Z =>
|/usr/local/home/mailman/mail/mailman owner announce
[EMAIL PROTECTED]
R=system_aliases_all_local_domains T=alias_pipe

Oddly, I seem to be getting mail addressed to [EMAIL PROTECTED]
but nothing else

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.16/729 - Release Date: 21/03/2007
07:52
 

--
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] Broken Mailman 2.1.2

2003-06-05 Thread jsmith
Good morning all,

 

I have been wrestling with my problem for a while and thought I would
asks again.  The lists works for the most part but I do have a problem
with not being able to add any headers or footers.  I had initially
Mailman 2.1.1 installed fresh.  I thought something was broken from the
install(I guess it still could be).  I upgraded to 2.1.2 and this has
not fixed my issues.

 

I have verified the problem issues with several types of email clients,
When I view the post, I have no footer or header, the list information
at the bottom of these posts, subscription and things like that which
should be automatic.  Also if I add any headers of footers to either the
digested or non-digested options they never show up either.

 

However, when I open the post in outlook and view the options so I can
see the headers, here is what I get..

 


___

Microsoft Mail Internet Headers Version 2.0

Received: from retiredmarines.com ([63.246.128.70]) by
mail.smittybuilt.com with Microsoft SMTPSVC(6.0.3790.0);

 Tue, 3 Jun 2003 06:35:28 -0700

Received: from retiredmarines.com ([EMAIL PROTECTED] [127.0.0.1])

by retiredmarines.com (8.12.8/8.12.8) with ESMTP id
h535c3Ji018106;

Tue, 3 Jun 2003 05:38:04 GMT

Received: (from [EMAIL PROTECTED])

by retiredmarines.com (8.12.8/8.12.7/Submit) id
h535bhj6018104;

Tue, 3 Jun 2003 05:37:43 GMT

X-Authentication-Warning: retiredmarines.com: mailman set sender to
[EMAIL PROTECTED] using -f

Received: from imo-r05.mx.aol.com (imo-r05.mx.aol.com [152.163.225.101])

by retiredmarines.com (8.12.8/8.12.8) with ESMTP id
h535YrJg018057

for <[EMAIL PROTECTED]>; Tue, 3 Jun 2003 05:34:53 GMT

Received: from [EMAIL PROTECTED]

by imo-r05.mx.aol.com (mail_out_v36.3.) id b.16d.1d64b008
(4238)

 for <[EMAIL PROTECTED]>; Tue, 3 Jun 2003 09:31:06
-0400 (EDT)

Message-ID: <[EMAIL PROTECTED]>

Date: Tue, 3 Jun 2003 09:31:05 EDT

To: [EMAIL PROTECTED]

MIME-Version: 1.0

Content-Type: text/plain; charset="UTF-8"

X-Mailer: AOL 5.0 for Mac sub 9

Content-Transfer-Encoding: 8bit

X-MIME-Autoconverted: from base64 to 8bit by retiredmarines.com id

h535YrJg018057

From: [EMAIL PROTECTED]

Subject: [Jobposting] MEA Network Job Opps 06-03-03

X-BeenThere: [EMAIL PROTECTED]

X-Mailman-Version: 2.1.1

Precedence: list

Reply-To: [EMAIL PROTECTED]

List-Id: Marine Executive Association email list


List-Unsubscribe: ,



List-Archive: 

List-Post: 

List-Help: 

List-Subscribe: ,



Return-Path: [EMAIL PROTECTED]

X-OriginalArrivalTime: 03 Jun 2003 13:35:28.0624 (UTC)
FILETIME=[FF1A8700:01C329D4]

 

 

As you can see the automated footers are there in the header
information.  Now this is not just an outlook issue,  I have used
Eudora, OutlookXP, Squirrelmail, Hotmail, and asks a bunch of the ppl on
the list and they all report the same issue.

 

Any help or direction would be greatly appreciated.

 

Joe

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org