Re: [Mailman-Users] config.db missing

2003-02-03 Thread Joseph Okech
Thanks for the advice, I figured out the problem. The Exim configuration file 
(directors) were pointing to 'config.db' while this did not exist. I changed this to 
point to 'config.pck'. Shouldnt we have a not somewhere on the HOWTO detailing this 
problem? especially for Mailma2.1 newbeez like me :-)

regards,

Joe


On Mon, 3 Feb 2003 10:38:59 +0300
Odhiambo Washington [EMAIL PROTECTED] wrote:

 * Joseph Okech [EMAIL PROTECTED] [20030203 10:28]: wrote:
  Hi All,
  
  Have a situation where in the lists' folder the file 'config.db' and 
config.db.last' are missing. I get this when I run the check_db command, and I get a 
bounce whenever I send mail to the list.
  
  su-2.05a$ check_db -av
  List: mailman
 /usr/local/mailman/lists/mailman/config.pck: okay
 /usr/local/mailman/lists/mailman/config.pck.last: okay
  [Errno 2] No such file or directory: 
'/usr/local/mailman/lists/mailman/config.db'
  [Errno 2] No such file or directory: 
'/usr/local/mailman/lists/mailman/config.db.last'
  List: testlist
 /usr/local/mailman/lists/testlist/config.pck: okay
 /usr/local/mailman/lists/testlist/config.pck.last: okay
  [Errno 2] No such file or directory: 
'/usr/local/mailman/lists/testlist/config.db'
  [Errno 2] No such file or directory: 
'/usr/local/mailman/lists/testlist/config.db.last'
  
  
  Currently running Mailman 2.1 on FreeBSD 4.5-RELEASE-p9
 
 
 Hello Joe,
 
 This output is actually harmless. It's not the cause of your problem. If you
 read the code for check_db, you will see the following remarks:
 
 []
 
 Check a list's config database file for integrity.
 
 All of the following files are checked:
 
 config.pck
 config.pck.last
 config.db
 config.db.last
 config.safety
 
 It's okay if any of these are missing.  config.pck and config.pck.last are
 pickled versions of the config database file for 2.1a3 and beyond.  config.db
 and config.db.last are used in all earlier versions, and these are Python
 marshals.  config.safety is a pickle written by 2.1a3 and beyond when the
 primary config.pck file could not be read.
 []
 
 So as you can see, the check for config.db and config.db.last is really cosmetic!
 
 
 If you send the bounce message you get when you send e-mail to the list, maybe
 it will give more clues.
 
 
 
 
 cheers
- wash 
 +--+-+
 Odhiambo Washington, [EMAIL PROTECTED]. WANANCHI ONLINE LTD (Nairobi, KE)  |
 http://ns2.wananchi.com/~wash/. 1ere Etage, Loita Hse, Loita St.,  |
 GSM: (+254) 722 743 223   . # 10286, 00100 NAIROBI |
 +-+--+
 Oh My God! They killed init! You Bastards!  
--from a /. post
 

--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] config.db missing

2003-02-02 Thread Joseph Okech
Hi All,

Have a situation where in the lists' folder the file 'config.db' and config.db.last' 
are missing. I get this when I run the check_db command, and I get a bounce whenever I 
send mail to the list.

su-2.05a$ check_db -av
List: mailman
   /usr/local/mailman/lists/mailman/config.pck: okay
   /usr/local/mailman/lists/mailman/config.pck.last: okay
[Errno 2] No such file or directory: '/usr/local/mailman/lists/mailman/config.db'
[Errno 2] No such file or directory: 
'/usr/local/mailman/lists/mailman/config.db.last'
List: testlist
   /usr/local/mailman/lists/testlist/config.pck: okay
   /usr/local/mailman/lists/testlist/config.pck.last: okay
[Errno 2] No such file or directory: '/usr/local/mailman/lists/testlist/config.db'
[Errno 2] No such file or directory: 
'/usr/local/mailman/lists/testlist/config.db.last'


Currently running Mailman 2.1 on FreeBSD 4.5-RELEASE-p9


regards,
--
 
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] mailman configuration

2002-12-18 Thread Joseph Okech
Very common problem with first time installations, have to admin, but it is
because of the configuration options given. Your mail group ID seems to be
6, but the option for --with-mail-gid during your installation must have
been 26. Reconfigure with mail-gid of your system (most likely 6) and all
will be ok.

regards,
Joseph Okech


- Original Message -
From: Banoba Ezra [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, December 18, 2002 5:08 PM
Subject: [Mailman-Users] mailman configuration


 i've installed mailman on my server andset up a test list.
 but when i try to subscribe to the list, and reply the subscription
 confirmation, i get back the mailer deamon.
 my maillog returns something like this;


  Failure to exec script. WANTED gid 6, GOT gid 26.  (Reconfigure to take
 26?)

 and then returns the daemon.
 how can i rectify this?
 thanks.


 --
 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/jokech%40ke.uu.net




--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] Running mailman and MTA on different machines

2002-11-18 Thread Joseph Okech
Hi All,

Is there a way of running mailman and the MTA (exim) on different machines, without 
ruuning it on NFS? has anyone ever implemented this?

regards,

-- 
Joseph Okech

--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] hi resource usage

2002-09-24 Thread Joseph Okech

Im experiencing this problem too, I have about  12 lists and this works 
perfectly, but whe I add my other lists, Python takes up about 70% cpu usage, 
but this is a very critical box.
Im running 2.0.13 on FreeBSD 4.5

Joseph

On Tuesday 24 September 2002 10:43 am, Roelf wrote:
 Hi

 We have 23 lists. The biggest is 200-250 e-mails during working hours.
 Then we have 3 or 4 with 50-75 e-mails a day. The rest is small 0-10
 mails a day.

 I was running mailman 2.0.9 with no problems. After upgrading to mailman
 2.1b3, mailman was running as a daemon and took the server straight to
 hell.

 Roelf



 -Original Message-
 From: Odhiambo Washington [mailto:[EMAIL PROTECTED]]
 Sent: dinsdag 24 september 2002 8:24
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: [Mailman-Users] hi resource usage

 * Roelf [EMAIL PROTECTED] [20020924 09:15]: wrote:
  Hi
 
  I'm running mailman 2.1b3 and python 2.2.1 on FreeBSD 4.4 on Dell
  Poweredge 2500, P 3 1000MHz, 1GB memory and RAID.
 
  But mailman takes a lot of resources with archiving.
 
PID USERNAMEPRI NICE  SIZERES STATETIME   WCPU

 CPU

  COMMAND
  37459 mailman  53   0 87068K 85380K RUN  144.2H 96.78%
  96.78% python
 
  Restart mailman
 
PID USERNAMEPRI NICE  SIZERES STATETIME   WCPU

 CPU

  COMMAND
  33270 mailman  58   0 29536K 27996K RUN  6:45 86.04%

 86.04%

  python
201 root  2   0   932K   552K select   8:41  0.00%

 0.00%

  syslogd
 
  33270  ??  R  6:52.04 qrunner /opt/mailman/bin/qrunner
  --runner=ArchRunner:0:1 -s (python)
 
  Has anybody else seen this problem and any ideas on how to solve this.

 I run FreeBSD 4.7-PRE with Mailman-2.0.14. The box is a 500MHz with
 256MB and
 runs a whole lot other services but sincerely speaking I haven't seen a
 problem
 with Mailman. maybe this is because

 1. My lists are not big/busy enough
 2. I haven't caught the archiver process in action.


 On another box with 2.1b3 (FreeBSD 4.6-STABLE, Python-2.2.1, 1.4GHz,
 256MB RAM)
 I also haven't had this problem.

 How large are your lists and how busy?



 cheers
- wash
 +--+
 -+
 Odhiambo Washington, [EMAIL PROTECTED]. WANANCHI ONLINE LTD (Nairobi,
 KE)  |
 http://ns2.wananchi.com/~wash/. 1ere Etage, Loita Hse, Loita
 St.,  |
 GSM: (+254) 722 743 223   . # 10286, 00100 NAIROBI

 +-+-
 -+
 Oh My God! They killed init! You Bastards!
--from a /. post


 --
 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/


--
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/



Re: [Mailman-Users] hi resource usage

2002-09-24 Thread Joseph Okech

This usually hits me in the morning hours since my lists dont receive so much 
traffic at night 

Joseph

On Tuesday 24 September 2002 04:54 pm, Odhiambo Washington wrote:
 * Joseph Okech [EMAIL PROTECTED] [20020924 15:16]: wrote:
  Im experiencing this problem too, I have about  12 lists and this works
  perfectly, but whe I add my other lists, Python takes up about 70% cpu
  usage, but this is a very critical box.
  Im running 2.0.13 on FreeBSD 4.5

 First, IMHO, there is no comparison between 2.0.13 and 2.1b3 - the later
 runs as a daemon, the former doesn't, but one question beckons:

 At what point do you TWO notice these CPU Usage stats?



 cheers
- wash
 +--+---
--+ Odhiambo Washington, [EMAIL PROTECTED] . WANANCHI ONLINE LTD (Nairobi,
 KE)  | http://ns2.wananchi.com/~wash/ . 1ere Etage, Loita Hse, Loita St., 
 | GSM: (+254) 722 743 223 . # 10286, 00100 NAIROBI |
 +-+
--+ Oh My God! They killed init! You Bastards!
--from a /. post


--
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/