Speaking of flounder.net...
I am not sure if this problem is due to the operating system (Redhat 6.2),
something missing in the script, or a lack of understanding on my part but
I had an issue with the '/init.d/svscan' script from flounder.net.
I found that when running '/init.d/svscan start', the line 'svscan
/service' would appear in the output of
'ps -auxw' but 'supervise' would not start up any of the scripts under
/service.
After playing around with the 'svscan' command I found that 'svscan
/service' would not start the scripts under service but would instead
attempt to start no-existant scripts in the current directory.
To "fix" '/init.d/svscan' I added the line 'cd /service' like so...
case "$1" in
start)
echo -n "Starting djb services: services: svscan"
cd /service
env - Path="/usr/local/bin:$PATH" svscan &
Now when running '/init.d/svscan start' all of my qmail scripts have started
up and have the associated 'supvervise' lines when running 'ps -auxxww'
All comments, criticisms, and abuse are welcomed :)
----- Original Message -----
From: "Simo Lakka" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 14, 2000 1:25 PM
Subject: need help..
> re
>
> i installed qmail with
> http://www.flounder.net/qmail/qmail-howto.html
>
> anyway
>
> if i start all qmail systems
> i got many many
> lines like this @4000000039c17a281cf86f6c tcpserver: fatal: unable to
> bind: address already used
>
> to /var/log/qmail/qmail-smtpd/current
>
> -zrx
>