Incomplete Error display

This is a discussion on Incomplete Error display within the alt.comp.mail.qmail forums, part of the Mail Servers and Related category; Hi, I have qmail running except for a little error I could solve, maybe, if I could just see the ...


Go Back   Usenet Forums > Mail Servers and Related > alt.comp.mail.qmail

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-13-2004
Bob Crandell
 
Posts: n/a
Default Incomplete Error display

Hi,

I have qmail running except for a little error I could solve, maybe,
if I could just see the whole error message. ps axfw shows:
4854 pts/0 S 0:00 /bin/sh /command/svscanboot
4857 pts/0 S 0:00 \_ svscan /service
4859 pts/0 S 0:00 | \_ supervise qmail-send
4861 pts/0 S 0:00 | | \_ qmail-send
4870 pts/0 S 0:00 | | \_ qmail-lspawn ./Maildir/
4871 pts/0 S 0:00 | | \_ qmail-rspawn
4872 pts/0 S 0:00 | | \_ qmail-clean
4860 pts/0 S 0:00 | \_ supervise log
4862 pts/0 S 0:00 | | \_ multilog -t s100000 n20
/var/log/qmail/qmail-send
4863 pts/0 S 0:00 | \_ supervise qmail-smtpd
4866 pts/0 S 0:00 | | \_ /usr/local/bin/tcpserver -v -R -l head -1
/var/qmail/control/me -x /etc/tcp.smtp.cdb -c 30 -u
4864 pts/0 S 0:00 | \_ supervise log
4929 pts/0 Z 0:00 | | \_ [multilog <defunct>]
4865 pts/0 S 0:00 | \_ supervise qmail-pop3d
4873 pts/0 S 0:00 | | \_ tcpserver -H -R -v -c100 0 110 qmail-popup
luke2.bauercom.net
4876 pts/0 S 0:00 | \_ supervise log
4877 pts/0 S 0:00 | \_ multilog -t s100000 n20
/var/log/qmail/qmail-pop3d
4858 pts/0 S 0:00 \_ readproctitle service errors: ...ory
/var/log/qmail/qmail-send: temporary failure?multilog: fatal: un

How can I get the rest of the last line? Nothing shows in
/var/log/debug,
/var/log/messages, /var/log/syslog or the qmail logs.

This has been a long very frustrating battle but now I think I'm
finally nearing the end.

Thanks
Bob Crandell

--
Assured Computing
When you need to be sure.
bob@assuredcomp.com
http://www.assuredcomp.com
Voice - 541-868-0331
FAX - 541-463-1627
Eugene, Oregon
Reply With Quote
  #2 (permalink)  
Old 01-13-2004
Jonathan de Boyne Pollard
 
Posts: n/a
Default Re: Incomplete Error display

BC> 4929 pts/0 Z 0:00 | | \_ [multilog <defunct>]

<URL:http://homepages.tesco.net./~J.deBoynePollard/FGA/daemontools-service-not-staying-up.html>

BC> How can I get the rest of the last line?

man ps
Reply With Quote
  #3 (permalink)  
Old 01-13-2004
Brian T Glenn
 
Posts: n/a
Default Re: Incomplete Error display

On 12 Jan 2004 21:51:46 -0800, Bob Crandell <bob@assuredcomp.com> may have written:
> Hi,
>
> I have qmail running except for a little error I could solve, maybe,
> if I could just see the whole error message. ps axfw shows:
> 4854 pts/0 S 0:00 /bin/sh /command/svscanboot
> 4857 pts/0 S 0:00 \_ svscan /service
> 4859 pts/0 S 0:00 | \_ supervise qmail-send
> 4861 pts/0 S 0:00 | | \_ qmail-send
> 4870 pts/0 S 0:00 | | \_ qmail-lspawn ./Maildir/
> 4871 pts/0 S 0:00 | | \_ qmail-rspawn
> 4872 pts/0 S 0:00 | | \_ qmail-clean
> 4860 pts/0 S 0:00 | \_ supervise log
> 4862 pts/0 S 0:00 | | \_ multilog -t s100000 n20
> /var/log/qmail/qmail-send
> 4863 pts/0 S 0:00 | \_ supervise qmail-smtpd
> 4866 pts/0 S 0:00 | | \_ /usr/local/bin/tcpserver -v -R -l head -1
> /var/qmail/control/me -x /etc/tcp.smtp.cdb -c 30 -u
> 4864 pts/0 S 0:00 | \_ supervise log
> 4929 pts/0 Z 0:00 | | \_ [multilog <defunct>]
> 4865 pts/0 S 0:00 | \_ supervise qmail-pop3d
> 4873 pts/0 S 0:00 | | \_ tcpserver -H -R -v -c100 0 110 qmail-popup
> luke2.bauercom.net
> 4876 pts/0 S 0:00 | \_ supervise log
> 4877 pts/0 S 0:00 | \_ multilog -t s100000 n20
> /var/log/qmail/qmail-pop3d
> 4858 pts/0 S 0:00 \_ readproctitle service errors: ...ory
> /var/log/qmail/qmail-send: temporary failure?multilog: fatal: un
>
> How can I get the rest of the last line? Nothing shows in
> /var/log/debug,
> /var/log/messages, /var/log/syslog or the qmail logs.
>
> This has been a long very frustrating battle but now I think I'm
> finally nearing the end.


From what little I can see there, I would assume that multilog is unable
to start. How did you install qmail? Did you follow lifewithqmail.org to
the letter? If you didn't, you might want to consider scrapping your
current setup and doing just that.

Most people on the mailing list and this newsgroup use lifewithqmail.org
as a standard reference point for qmail installs. It has been proven
over time, and It Just Works(tm).

If you have special circumstances such that you cannot follow this
method, please provide information on how you are running qmail-send and
its associated logging.

Cheers,
--
Brian T Glenn
delink.net Internet Services
Reply With Quote
  #4 (permalink)  
Old 01-16-2004
Bob Crandell
 
Posts: n/a
Default Re: Incomplete Error display

Jonathan de Boyne Pollard <J.deBoynePollard@Tesco.NET> wrote in message news:<4003FAB4.AF882BB@Tesco.NET>...
> BC> 4929 pts/0 Z 0:00 | | \_ [multilog <defunct>]
>
> <URL:http://homepages.tesco.net./~J.deBoynePollard/FGA/daemontools-service-not-staying-up.html>
>
> BC> How can I get the rest of the last line?
>
> man ps


The man pages don't explain that ps axfww doesn't truncate so I would
have been missing that point if some kind person hadn't answered the
question.

I have it working now. The install is from qmailrocks.org.

Thanks
Reply With Quote
  #5 (permalink)  
Old 01-16-2004
Jonathan de Boyne Pollard
 
Posts: n/a
Default Re: Incomplete Error display

BC> How can I get the rest of the last line?

JdeBP> man ps

BC> The man pages don't explain that ps axfww doesn't truncate [...]

They do on the Unices where "ps" has the notion of truncation to fit a window
width. (They do on FreeBSD and Tru64, for example.) Bring this omission to
the attention of the author of the "ps" manual page on your system (whatever
that is), in order to have it brought up to par with Unix manual pages.
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 11:58 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0