We use the Interactive UNIX V/386 System Release 3.2 and we want
to start the /etc/gated (a routing daemon) when the system is coming up.
I tried to start it by adding the following lines in the SxxHBTCP file
just in the way as it is described in the system guide. But the result is,
that when coming up I get a short error message (UNIX ERROR=0) followed
by say 20 error messages saying that there is a bind error (its number is 111
,or 112, I can't remember) for every tcp/ip part. Can anybody help me in saying
how to properly configure the startup files?
Thanks advance for any kind of help.
Peter Volak
Bitnet: volak@csearn
These are the lines:
.
.
.
if [ -x /etc/inetd ]
then
/etc/inetd &
else
echo $0: /etc/inetd not found >/dev/console
fi
/etc/gated & ..........> that's the line !!?!!
if [ -x /etc/rwhod ]
then
/etc/rwhod &
else
echo $0: /etc/rwhod not found >/dev/console
fi
.
.
.
P.S. Because I am not the member of this list yet , please send your answers
directly to my Bitnet address. Thanks.