From owner-freebsd-stable@FreeBSD.ORG Thu Jan 26 23:37:45 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0718416A420 for ; Thu, 26 Jan 2006 23:37:45 +0000 (GMT) (envelope-from Mark_Andrews@isc.org) Received: from farside.isc.org (farside.isc.org [204.152.187.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B35B643D45 for ; Thu, 26 Jan 2006 23:37:44 +0000 (GMT) (envelope-from Mark_Andrews@isc.org) Received: from drugs.dv.isc.org (localhost.isc.org [IPv6:::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by farside.isc.org (Postfix) with ESMTP id 0DDAEE601C for ; Thu, 26 Jan 2006 23:37:43 +0000 (UTC) (envelope-from marka@isc.org) Received: from drugs.dv.isc.org (localhost [127.0.0.1]) by drugs.dv.isc.org (8.13.4/8.13.1) with ESMTP id k0QNbU1M077943; Fri, 27 Jan 2006 10:37:31 +1100 (EST) (envelope-from marka@drugs.dv.isc.org) Message-Id: <200601262337.k0QNbU1M077943@drugs.dv.isc.org> To: "Eli K. Breen" From: Mark Andrews In-reply-to: Your message of "Thu, 26 Jan 2006 15:00:09 -0800." <43D95479.80403@unixforge.net> Date: Fri, 27 Jan 2006 10:37:30 +1100 Sender: Mark_Andrews@isc.org Cc: freebsd-stable@freebsd.org, David Kirchner Subject: Re: FreeBSD 6.0 - Network operations result in : not found? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2006 23:37:45 -0000 > Nope, however I did figure out what it was: > > in rc.conf: > > ifconfig_fxp0= "inet netmask 255.255.255.0" Which says execute the '"inet netmask 255.255.255.0"' command with ifconfig_fxp0 envirioment variable set to the empty string. ifconfig_fxp0="inet netmask 255.255.255.0" is the correct syntax for setting ifconfig_fxp0 to "inet netmask 255.255.255.0" > ifconfig_fxp0_alias0= "inet netmask 255.255.255.255" > ifconfig_fxp0_alias1= "inet netmask 255.255.255.255" > > The above causes the problem. > > Changing to this solves it: > > ifconfig_fxp0="inet netmask 255.255.255.0" > ifconfig_fxp0_alias0="inet netmask 255.255.255.255" > ifconfig_fxp0_alias1="inet netmask 255.255.255.255" > > Unexpected to say the least. > > -E- > > David Kirchner wrote: > > On 1/26/06, Eli K. Breen wrote: > > > >>re: FreeBSD 6.0 - Network operations result in : 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 netmask 255.255.255.255: not found > >>inet netmask 255.255.255.255: not found > >>inet netmask 255.255.255.255: not found > >>inet netmask 255.255.255.255: not found > >>inet netmask 255.255.255.255: not found > >>inet netmask 255.255.255.255: not found > >>Stopping named. > >>Waiting for PIDS: 406. > >>inet netmask 255.255.255.255: not found > >>inet netmask 255.255.255.255: not found > >>inet 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