Re: [Mailman-Users] /bin/sh: mailman: command not found

2012-06-10 Thread Dennis Putnam
Hi Mark, I think I got it. I did a 'crontab -r -u mailman' which should have removed the errant cronjob. I also deleted /etc/cron.d/mailman, edited my additions to include the user 'mailman' then restarted mailman. The new /etc/cron.d/mailman showed up again as expected and I think it will be OK n

Re: [Mailman-Users] /bin/sh: mailman: command not found

2012-06-10 Thread Mark Sapiro
Dennis Putnam wrote: > >Doh! You are correct. The directory /var/spool/cron is empty. > >The format of the cron file is what was distributed with CentOS. Odd >that it would be wrong but explains why my additions work and the distro >ones do not. Is this file unchanged with updates so if I fix it, i

Re: [Mailman-Users] /bin/sh: mailman: command not found

2012-06-10 Thread Mark Sapiro
On 6/10/2012 8:48 AM, Dennis Putnam wrote: > Hi Mark, > > Thanks for the reply. Here is /etc/cron.d/mailman > [...] > # > # At 8AM every day, mail reminders to admins as to pending requests. > # They are less likely to ignore these reminders if they're mailed > # early in the morning, but of cour

Re: [Mailman-Users] /bin/sh: mailman: command not found

2012-06-10 Thread Dennis Putnam
Hi Mark, Thanks for the reply. Here is /etc/cron.d/mailman # # -- WARNING -- WARNING -- WARNING -- WARNING -- WARNING -- WARNING -- # -- EDIT THE CORRECT FILE - # # This file is copied to /etc/cron.d/mailman from # /usr/lib/mailman/cron/crontab.in when th

Re: [Mailman-Users] /bin/sh: mailman: command not found

2012-06-08 Thread Mark Sapiro
Mark Sapiro wrote: >Dennis Putnam wrote: >> >>I am getting a daily message with the subject: Cron >> mailman /usr/lib/mailman >> >>The message simply says: >> >>/bin/sh: mailman: command not found > > >Post the contents of /var/spool/cron/mailman and /etc/cron.d/mailman if >they ex

Re: [Mailman-Users] /bin/sh: mailman: command not found

2012-06-08 Thread Mark Sapiro
Dennis Putnam wrote: > >I am getting a daily message with the subject: Cron > mailman /usr/lib/mailman > >The message simply says: > >/bin/sh: mailman: command not found Post the contents of /var/spool/cron/mailman and /etc/cron.d/mailman if they exist. >Since there is no path f

[Mailman-Users] /bin/sh: mailman: command not found

2012-06-08 Thread Dennis Putnam
I am getting a daily message with the subject: Cron mailman /usr/lib/mailman The message simply says: /bin/sh: mailman: command not found Since there is no path for the mailman commands in crontab.in (a distro bug?), I assume I am supposed to add it myself. Am I correct that it

Re: [Mailman-Users] /bin/sh: mailman: command not found

2008-10-20 Thread Fahad Saeed
ers@python.org > Subject: Re: [Mailman-Users] /bin/sh: mailman: command not found > > Fahad Saeed wrote: > > > >I am trying to install mailman on my server.I followed this tutorial: > > > > > > > >http://www.yolinux.com/TUTORIALS/Lin...alMailman.html >

Re: [Mailman-Users] /bin/sh: mailman: command not found

2008-10-19 Thread Mark Sapiro
Fahad Saeed wrote: > >Thankyou Guys.It seems that my web interface is working fine for mailman as >mark said.I tried to change the cron config files that were suggested, but it >seems that I am still missing something.I am not getting the same email as the >administrator, but none of the subscri

Re: [Mailman-Users] /bin/sh: mailman: command not found

2008-10-19 Thread Mark Sapiro
Fahad Saeed wrote: > >I am trying to install mailman on my server.I followed this tutorial: > > > >http://www.yolinux.com/TUTORIALS/Lin...alMailman.html I am guessing you mean >After following all the steps, mailman seeems to be work

Re: [Mailman-Users] /bin/sh: mailman: command not found

2008-10-19 Thread Fil
There are two formats for CRON files: 1) in /etc/cron.d/ * * * * * USER COMMAND 2) in the user's crontab * * * * * COMMAND from your message maybe you are using the cron.d format in a user crontab -- Fil -- Mailman-Users mailing list Mailm

[Mailman-Users] /bin/sh: mailman: command not found

2008-10-18 Thread Fahad Saeed
Hello All, I am trying to install mailman on my server.I followed this tutorial: http://www.yolinux.com/TUTORIALS/Lin...alMailman.html After following all the steps, mailman seeems to be working as well as the webpage for the list. If I subscribe to the list, I get an email in my email in

Re: [Mailman-Users] /bin/sh: mailman: command not found

2007-06-06 Thread Mark Sapiro
Ken Cheney wrote: >I have seen this error asked about many times and all seem to point to >crontab.in and something in the 6th position. > > However I am a mailman/Linux n00b. How do I fix this? See for example and perh

[Mailman-Users] /bin/sh: mailman: command not found

2007-06-06 Thread Ken Cheney
I have seen this error asked about many times and all seem to point to crontab.in and something in the 6th position. However I am a mailman/Linux n00b. How do I fix this? Subject: Cron <[EMAIL PROTECTED]> mailman /usr/lib/mailman/cron/gate_news Content-Type: text/plain; charset=UTF-

Re: [Mailman-Users] /bin/sh: mailman: command not found

2007-01-22 Thread Mark Sapiro
Ken Cheney wrote: > I get a million of these messages from Cron. Subject: [Mailman] Cron > <[EMAIL PROTECTED]> mailman/usr/lib/mailman/cron/gate_news > > I have read that it is because of something messed up with the crontab.in or > soemthing. Something to do with the place #6 or somethin

[Mailman-Users] /bin/sh: mailman: command not found

2007-01-22 Thread Ken Cheney
I get a million of these messages from Cron. Subject: [Mailman] Cron <[EMAIL PROTECTED]> mailman/usr/lib/mailman/cron/gate_news I have read that it is because of something messed up with the crontab.in or soemthing. Something to do with the place #6 or something like that. I reall

Re: [Mailman-Users] /bin/sh: mailman: command not found

2005-05-24 Thread Kris Vassallo
On Tue, 2005-05-24 at 16:05, John Dennis wrote: > Kris Vassallo wrote: > > > > >I am getting emails with the following error in the body of emails being > > >sent to the list owner: > > >/bin/sh: mailman: command not found > > > > > >The subject reads as follows: > > >[Mailman] Cron <[EMAIL PR

Re: [Mailman-Users] /bin/sh: mailman: command not found

2005-05-24 Thread John Dennis
Kris Vassallo wrote: > > >I am getting emails with the following error in the body of emails being > >sent to the list owner: > >/bin/sh: mailman: command not found > > > >The subject reads as follows: > >[Mailman] Cron <[EMAIL PROTECTED]> mailman > >/usr/lib/mailman/cron/gate_news Somehow you

Re: [Mailman-Users] /bin/sh: mailman: command not found

2005-05-24 Thread Mark Sapiro
Kris Vassallo wrote: >I am getting emails with the following error in the body of emails being >sent to the list owner: >/bin/sh: mailman: command not found > >The subject reads as follows: >[Mailman] Cron <[EMAIL PROTECTED]> mailman >/usr/lib/mailman/cron/gate_news > Your Mailman crontab is n

[Mailman-Users] /bin/sh: mailman: command not found

2005-05-24 Thread Kris Vassallo
I am getting emails with the following error in the body of emails being sent to the list owner: /bin/sh: mailman: command not found The subject reads as follows: [Mailman] Cron <[EMAIL PROTECTED]> mailman /usr/lib/mailman/cron/gate_news The path is correct as I have copied and pasted the path

Re: [Mailman-Users] /bin/sh: mailman: command not found

2004-12-21 Thread Mark Sapiro
thomas Armstrong wrote: > >I'm trying to configure Mailman on my Linux server with Sendmail. > >1) I installed it on '/usr/lib/mailman/' >2) I created a crontab (as root): >$ crontab /usr/lib/mailman/cron/crontab.in -u mailman > >I'm able to subscribe a new user, but when trying to send a new messa

Re: [Mailman-Users] /bin/sh: mailman: command not found

2004-12-21 Thread Brad Knowles
At 10:44 AM +0100 2004-12-21, thomas Armstrong wrote: - To: [EMAIL PROTECTED] Subject: Cron <[EMAIL PROTECTED]> mailman /usr/lib/mailman/cron/gate_news X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: /bin/sh: mailman: com

[Mailman-Users] /bin/sh: mailman: command not found

2004-12-21 Thread thomas Armstrong
Hi. I'm trying to configure Mailman on my Linux server with Sendmail. 1) I installed it on '/usr/lib/mailman/' 2) I created a crontab (as root): $ crontab /usr/lib/mailman/cron/crontab.in -u mailman I'm able to subscribe a new user, but when trying to send a new message to the mail list, I don't