Eric, Thanks for reply. I stopped qmail and fire "ps -ef | grep email", then kill PIDNO.
I used kill many times, but it kill the process and when I used ps, it shows me again same pid. I used kill more than 50 time but still it shows same output. When I see send log in qcontrol, it shows, 2013-11-29 04:02:33.199894500 warning: unable to stat mess/2/2 2013-11-29 04:02:33.199895500 warning: unable to stat mess/20/20 2013-11-29 04:02:33.199895500 warning: unable to stat mess/10/10 2013-11-29 04:02:33.199895500 warning: unable to stat mess/18/18 2013-11-29 04:02:33.199896500 warning: unable to stat mess/17/17 2013-11-29 04:02:33.199912500 warning: unable to stat mess/14/14 2013-11-29 04:02:33.199913500 warning: unable to stat mess/15/15 2013-11-29 04:02:33.199917500 warning: unable to stat mess/3/3 2013-11-29 04:02:33.199921500 warning: unable to stat mess/22/22 2013-11-29 04:02:33.199928500 warning: unable to stat mess/8/8 2013-11-29 04:02:33.199935500 warning: unable to stat mess/19/19 2013-11-29 04:02:33.199943500 warning: unable to stat mess/21/21 2013-11-29 04:02:33.199952500 warning: unable to stat mess/7/7 2013-11-29 04:02:33.199959500 warning: unable to stat mess/11/11 2013-11-29 04:02:33.199974500 warning: unable to stat mess/16/16 2013-11-29 04:02:33.199982500 warning: unable to stat mess/6/6 2013-11-29 04:02:33.199989500 warning: unable to stat mess/13/13 2013-11-29 04:02:33.200005500 warning: unable to stat mess/4/4 2013-11-29 04:02:33.200012500 warning: unable to stat mess/0/0 2013-11-29 04:02:33.200019500 warning: unable to stat mess/12/12 2013-11-29 04:02:33.200028500 warning: unable to stat mess/5/5 2013-11-29 04:02:33.200034500 warning: unable to stat mess/9/9 2013-11-29 04:02:33.200042500 warning: unable to stat mess/1/1 Regards, Vivek Patil system admin -----Original Message----- From: Eric Shubert [mailto:[email protected]] Sent: Thursday, November 28, 2013 11:17 AM To: [email protected] Subject: [qmailtoaster] Re: alert: cannot start: qmail-send is already running On 11/27/2013 10:29 PM, Linux wrote: > Hello, > > When I check logs for send mails, I got the following error. > > alert: cannot start: qmail-send is already running > > This line is common, and continue got this message. > > qmailctl stat > > authlib: up (pid 11063) 175929 seconds > > clamd: up (pid 56515) 3525 seconds > > imap4: up (pid 11057) 175929 seconds > > imap4-ssl: up (pid 11069) 175929 seconds > > pop3: up (pid 11058) 175929 seconds > > pop3-ssl: up (pid 11062) 175929 seconds > > send: up (pid 26082) 1 seconds > > smtp: up (pid 65401) 66599 seconds > > spamd: up (pid 4615) 10747 seconds > > submission: up (pid 11054) 175929 seconds > > authlib/log: up (pid 11061) 175929 seconds > > clamd/log: up (pid 56520) 3525 seconds > > imap4/log: up (pid 11059) 175929 seconds > > imap4-ssl/log: up (pid 11052) 175929 seconds > > pop3/log: up (pid 11060) 175929 seconds > > pop3-ssl/log: up (pid 11071) 175929 seconds > > send/log: up (pid 11070) 175929 seconds > > smtp/log: up (pid 11068) 175929 seconds > > spamd/log: up (pid 4612) 10748 seconds > > submission/log: up (pid 11065) 175929 seconds > > Regards, > > Vivek Patil > > system admin > Stop qmail, wait a little for things to quiesce, then use "ps -ef | grep email" to find pids of processes still running, and manually kill them. When ps comes up clean, start qmail back up. -- -Eric 'shubes' --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
