From owner-freebsd-current@FreeBSD.ORG Tue Aug 26 06:27:26 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E20A1065675 for ; Tue, 26 Aug 2008 06:27:26 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 908C08FC26 for ; Tue, 26 Aug 2008 06:27:25 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1630166fgb.35 for ; Mon, 25 Aug 2008 23:27:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=7YXnrQv9FSzIvY8xH9Onr/87Oe2XiaxZ81/dApIjdoc=; b=VGocYFuMvbnRny/gONl82NSYsRn2atvFpYWoTHpcS4acTavivEPe6KPBY2vqzc2jz2 dHzJL6mKGZTHAehUAHshYfZ7tDGbXMYr8qhHpKg/8eQanx8/T32Xo3jseVD1BlpaVnUr 5b3Jz7ZYqu4zsDeIL/MQNcAdY0vRibsxALBzE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=LbIXKumNhG8cNgyP4sGUwjtEeeCB5Me9I2aeRzyy0ETTfjJEO79/9FmkieTR32ChgM RLsR58mtwkDtMcwXQ/HpSyZXSEIiCxQNiWOVl7KFFrmfxUMU7WEGKZaRVyqUDngHqkFt sVZzDjCdatyWtEd+k9P5TnHaQrWoNL+LRh13A= Received: by 10.86.71.1 with SMTP id t1mr4041793fga.36.1219732044484; Mon, 25 Aug 2008 23:27:24 -0700 (PDT) Received: by 10.86.62.14 with HTTP; Mon, 25 Aug 2008 23:27:24 -0700 (PDT) Message-ID: <7d6fde3d0808252327k77e04ce0r9a4c69df7dca3776@mail.gmail.com> Date: Mon, 25 Aug 2008 23:27:24 -0700 From: "Garrett Cooper" To: current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Issue with rc.d/netif script when modifying NIC state after boot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2008 06:27:26 -0000 optimus# /etc/rc.d/netif start /etc/rc.d/netif: DEBUG: run_rc_command: doit: network_start /etc/rc.d/netif: DEBUG: Cloned: /etc/rc.d/netif: DEBUG: checkyesno: synchronous_dhclient is set to NO. Starting Network: lo0 msk0. ifconfig: msk0: bad value # <--- this didn't happen before (why is ifconfig lo0 msk0 trying to be run? shouldn't this be a for looped deal?)... /etc/rc.d/netif: DEBUG: The following interfaces were not configured: /etc/rc.d/ipfilter: DEBUG: checkyesno: ipfilter_enable is set to NO. I've posted the contents of a set -x operation over the script, here: . Thanks, -Garrett