Martin Marconcini([EMAIL PROTECTED])@2001.04.17 10:54:27 +0000:
> Hi Here goes the info.
> 
> bash-2.04# uname -a
> OpenBSD jupiter 2.8 GENERIC#399 i386
> 
> bash-2.04# file /bin/ls
> /bin/ls: OpenBSD/i386 demand paged executable
> 
> bash-2.04# file /var/qmail/bin/qmail-smtpd
> /var/qmail/bin/qmail-smtpd: empty  <<<<<<<<<<<<<<<<<<<---- WHAT'S THIS?
here we go, your binary is not correctly installed.
unpack the qmail source somewhere, cd into the dir and "make qmail-smtpd".
check for any error messages from the compiler during building.
check the qmail-smtpd binary in the build directory. it should not be
empty.

> 
> bash-2.04# file /var/qmail/bin/qmail-start
> /var/qmail/bin/qmail-start: OpenBSD/i386 demand paged dynamically linked
> executable
> 
> bash-2.04# cat /var/qmail/supervise/qmail-smtpd/run
> #!/bin/sh
> QMAILDUID=`id -u qmaild`
> NOFILESGID=`id -g qmaild`
> MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
> exec /usr/local/bin/softlimit -m 2000000 \
>     /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
> 
> 
> 
> 
> 
> Thanks!!
> 
> Martin
> > -----Original Message-----
> > From: Karsten W. Rohrbach [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, April 17, 2001 9:54 AM
> > To: Martin Marconcini
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: TCPServer Error
> >
> >
> > it would be interesting if you could provide the output of the following
> > commands:
> >
> > uname -a
> > file /bin/ls
> > file /var/qmail/bin/qmail-smtpd
> > file /var/qmail/bin/qmail-start
> >
> > and the contents of your "run" file you start tcpserver and smtpd with
> >
> > /k
> >
> > Martin Marconcini([EMAIL PROTECTED])@2001.04.17
> > 03:43:48 +0000:
> > > Hello:
> > >
> > >   I have followed www.lifewithqmail.org instructions. The
> > server is OpenBSD
> > > 2.8. This was my first qmail installation. At the office I
> > installed OpenBSD
> > > and Qmail and followed instructions and have had no problem. I
> > installed
> > > pop/smtp stuff.
> > >
> > >   At home I have another obsd box w/qmail. But I can't make
> > tcpserver work.
> > >
> > >   /var/log/qmail/smtpd/current shows the following error
> > everytime I telnet
> > > localhost 25.
> > >
> > > @400000003ada6c2f381c5b64 tcpserver: status: 1/20
> > > @400000003ada6c2f384a0ab4 tcpserver: pid 22092 from 127.0.0.1
> > > @400000003ada6c2f38fae424 tcpserver: ok 22092
> > > localhost.marconcini.com.ar:127.0.0.1:25 :127.0.0.1::17948
> > > @400000003ada6c2f39080b54 tcpserver: warning: dropping
> > connection, unable to
> > > run /var/qmail/bin/qmail-smtpd: exec format error
> > > @400000003ada6c2f392520a4 tcpserver: end 22092 status 28416
> > > @400000003ada6c2f394a6f6c tcpserver: status: 0/20
> > >
> > > And that everytime i try a telnet.
> > >
> > > I have no inetd running.
> > > If I run /var/qmail/supervise/run manually it seems to start w/no error.
> > >
> > > I have make the lifewqmail steps again.. but can't find the
> > error. And the
> > > works is> I did it a few hours ago at the office!!!
> 
> > >
> > > I use Maildir and have /var/qmail/rc properly configured.
> > >
> > > Everything worked pretty well until i decided to switch from inetd to
> > > tcpserver. I installed tcpserver from ports/packages. Also daemontools.
> > >
> > > Any ideas???
> > >
> > > I run Bash2.04...
> > >
> > > Thanks in advance.
> > >
> > > --
> > > Martin Marconcini
> > >                   | Unix, MS-DOS, Windows.
> > >                   | Also known as The Good, The Bad
> > >                   | And the Ugly...
> > > --
> >
> > --
> > > Hackers do it with bugs.
> > KR433/KR11-RIPE -- http://www.webmonster.de -- ftp://ftp.webmonster.de
> > [Key] [KeyID---] [Created-]
> > [Fingerprint-------------------------------------]
> > GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE  DF22 3340
> > 4F4E 2964 BF46
> 

-- 
> Motto of the Electrical Engineer:
>         Working computer hardware is a lot like an erect penis: it
> stays up as long as you don't fuck with it.
KR433/KR11-RIPE -- http://www.webmonster.de -- ftp://ftp.webmonster.de
[Key] [KeyID---] [Created-] [Fingerprint-------------------------------------]
GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE  DF22 3340 4F4E 2964 BF46

Reply via email to