Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 1995 12:32:09 -0400 (dst)
From:      Tim Symchych                     <symchych@asdn.on.ca>
To:        Stephen Tsai <tsai@server.keck.lmu.edu>
Cc:        questions@FreeBSD.org
Subject:   Re: 'syslogd : bind : can't assign requested address' Error Message
Message-ID:  <ECS.9504061209.C@penta.asdn.on.ca>

next in thread | raw e-mail | index | archive | help
On Wed, 5 Apr 1995 18:35:52 -0400   Stephen Tsai <tsai@server.keck.lmu.edu>   wrote:
>I try to connect a FreeBSD 2.0 workstation to a FreeBSD 1.1.5.1 server
>When the 2.0 workstation boots up, it show the error 
>'syslogd : bind : can't assign requested address' message.
>After this, there are several 'protocol not supported' error messages
>on each execution of 'route' and 'ifconfig' command.  
>I am wondering if anyone can tell me what is the problem.
>
Check in the /etc/rc file to ensure that the following lines appear
after the /etc/netstart line

echo -n 'starting system logger'
rm -f /dev/log
syslogd

Haven't looked into this much, but seems like these lines
have ventured from their place in 2.0R's version of
/etc/rc. syslogd seems to want the network in place first.
Worked for me.

tim




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ECS.9504061209.C>