
test at awanet
Dec 21, 2010, 4:20 AM
Post #1 of 1
(708 views)
Permalink
|
|
R: R: Qmail readproctitle error
|
|
Hi, sorry You have ALL the reasons.... but I'm new of this list :( So I have put in the /etc/inittab Your configuration: SV:123456:respawn:/command/svscanboot And after I have do the command kill -HUP 1 and I have found this error: readproctitle service errors: ...e: fatal: unable to acquire qmail-send/supervise/lock: temporary failure?supervise: fatal: unable to acquire qmail-send/supervise/lock: temporary failure?supervise: fatal: unable to acquire qmail-send/supervise/lock: temporary failure?supervise: fatal: unable to acquire qmail-send/supervise/lock: temporary failure?supervise: fatal: unable to acquire qmail-send/supervise/lock: temporary failure? Another information is that this error was found only when I try to use RBLSMTPD daemon.... this is the content of the run file: exec /usr/local/bin/softlimit -m 8000000 \ /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \ -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \ /usr/local/bin/rblsmtpd \ -r bl.spamcop.net \ -r 'inputs.orbs.org:Mail from %IP% refused - Open relay problem - see <URL:http://www.orbs.org>' \ -r 'blackholes.mail-abuse.org:Open relay problem - see <URL:http://mail-abuse.org/cgi-bin/lookup?%IP%>' \ -r 'rbl.maps.vix.com:Open relay problem - see <URL:http://maps.vix.com/cgi-bin/lookup?%IP%>' \ -r 'dul.maps.vix.com:Mail from %IP% refused by blackhole site dul.maps.vix' \ -r 'relays.mail-abuse.org:Open relay problem - see <URL:http://www.mail-abuse.org/cgi-bin/nph-rss?%IP%>' \ -r zen.spamhaus.org \ -r fulldom.rfc-ignorant.org \ -r rhsbl.ahbl.org \ -r dnsbl.ahbl.org \ -r dnsbl.njabl.org \ -r blackholes.five-ten-sg.com \ -r iscbl.anti-spam.org.cn \ -r sa-trusted.bondedsender.org \ -r sa-accredit.habeas.com \ -r dnsbl.sorbs.net \ -r sbl.spamhaus.org /var/qmail/bin/qmail-smtpd 2>&1 But If I use the normal run file: exec /usr/local/bin/softlimit -m 8000000 \ /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \ -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd 2>&1 I have no problem... Best regards... Gianpiero > -----Messaggio originale----- > Da: Andrew Richards [mailto:ar-djblists [at] acrconsulting] > Inviato: giovedì 16 dicembre 2010 22.32 > A: qmail [at] list > Oggetto: Re: R: Qmail readproctitle error > > > On Thursday 16 December 2010 11:55:46 Gianpiero Fasulo - Awanet S.r.l. wrote: > > Hi > > > > > Just, > > > SV:123456:respawn:/command/svscanboot > > Why didn't you follow this suggestion? > > > > should be sufficient (although you've not stated what operating > > > system you're using or indeed if you're running a 'standard' > > > [net]qmail setup, which might affect this) > > > > Sorry i use Fedora 11 > > And now i have modificed the initttab > > > > SV:123456:respawn:env - PATH=/usr/local/bin:/usr/sbin:/usr/bin:/bin > > svscanboot /service </dev/null >/dev/console 2>/dev/console > > > I have restarted the server ... > > I forgot to suggest that 'kill -HUP 1' should be enough - sending a HUP signal to the init process (PID 1). > > > But the problem was not solved... :( > > You're very terse in your descriptions which doesn't help in diagnosing the problem. Maybe you're seeing the same > symptoms, maybe you're not. We can't guess. I suggest reading the following and then re-sending details of your problem, > http://pyropus.ca/personal/writings/12-steps-to-qmail-list-bliss.html > > > > This looks like logging data from tcpserver for SMTP. Fix the issue > > > above first, and clear your readproctitle errors - this is how I do this, > > > http://marc.info/?l=log&m=100265849322872 > > > > I have do all You have say in this web page but when i do > > > > [root [at] n service]# svc -o /service/clear/ I see this error > > > > svc: warning: unable to control /service/clear/: file does not exist > > > > Any help? > -- > ==================================================================== > * Custom email solutions * Systems Administration * Networking > http://www.acrconsulting.co.uk/email/qmail.html > ====================================================================
|