Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2006 10:37:30 +1100
From:      Mark Andrews <Mark_Andrews@isc.org>
To:        "Eli K. Breen" <bsd@unixforge.net>
Cc:        freebsd-stable@freebsd.org, David Kirchner <dpk@dpk.net>
Subject:   Re: FreeBSD 6.0 - Network operations result in <IP> <MASK>: not found? 
Message-ID:  <200601262337.k0QNbU1M077943@drugs.dv.isc.org>
In-Reply-To: Your message of "Thu, 26 Jan 2006 15:00:09 -0800." <43D95479.80403@unixforge.net> 

next in thread | previous in thread | raw e-mail | index | archive | help

> Nope, however I did figure out what it was:
> 
> in rc.conf:
> 
> ifconfig_fxp0=         "inet <ip1>  netmask 255.255.255.0"

Which says execute the '"inet <ip1>  netmask 255.255.255.0"' command
with ifconfig_fxp0 envirioment variable set to the empty string.

ifconfig_fxp0="inet <ip1>  netmask 255.255.255.0"

is the correct syntax for setting ifconfig_fxp0 to
"inet <ip1>  netmask 255.255.255.0"

> ifconfig_fxp0_alias0=  "inet <ip 2>   netmask 255.255.255.255"
> ifconfig_fxp0_alias1=  "inet <ip 3>   netmask 255.255.255.255"
> 
> The above causes the problem.
> 
> Changing to this solves it:
> 
> ifconfig_fxp0="inet <ip1>  netmask 255.255.255.0"
> ifconfig_fxp0_alias0="inet <ip 2>   netmask 255.255.255.255"
> ifconfig_fxp0_alias1="inet <ip 3>   netmask 255.255.255.255"
> 
> Unexpected to say the least.
> 
> -E-
> 
> David Kirchner wrote:
> > On 1/26/06, Eli K. Breen <bsd@unixforge.net> wrote:
> > 
> >>re: FreeBSD 6.0 - Network operations result in <IP> <MASK>: not found?
> >>
> >>When starting and stopping many network services under a fairly stock
> >>FreeBSD 6.0 box, I see the following:
> >>
> >>====================
> >>(Addresses removed)
> >>root@mistert# /etc/rc.d/named restart
> >>inet <IP adress 1>   netmask 255.255.255.255: not found
> >>inet <IP adress 2>   netmask 255.255.255.255: not found
> >>inet <IP adress 3>   netmask 255.255.255.255: not found
> >>inet <IP adress 1>   netmask 255.255.255.255: not found
> >>inet <IP adress 2>   netmask 255.255.255.255: not found
> >>inet <IP adress 3>   netmask 255.255.255.255: not found
> >>Stopping named.
> >>Waiting for PIDS: 406.
> >>inet <IP adress 1>   netmask 255.255.255.255: not found
> >>inet <IP adress 2>   netmask 255.255.255.255: not found
> >>inet <IP adress 3>   netmask 255.255.255.255: not found
> >>Starting named.
> >>====================
> >>
> >>Google says nothing.
> >>
> >>Any ideas?
> > 
> > 
> > I suspect a missing quote mark or pair of quotes in /etc/rc.conf .
> > 
> _______________________________________________
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
--
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark_Andrews@isc.org



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