From owner-freebsd-hackers@FreeBSD.ORG Sat Jul 22 17:25:50 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDB6F16A4E2 for ; Sat, 22 Jul 2006 17:25:50 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: from kiwi-computer.com (megan.kiwi-computer.com [63.224.10.3]) by mx1.FreeBSD.org (Postfix) with SMTP id C64FA43D55 for ; Sat, 22 Jul 2006 17:25:47 +0000 (GMT) (envelope-from rick@kiwi-computer.com) Received: (qmail 79329 invoked by uid 2001); 22 Jul 2006 17:25:46 -0000 Date: Sat, 22 Jul 2006 12:25:46 -0500 From: "Rick C. Petty" To: george+freebsd@m5p.com Message-ID: <20060722172546.GA79233@megan.kiwi-computer.com> References: <200607221703.k6MH3Pb4000823@m5p.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200607221703.k6MH3Pb4000823@m5p.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-hackers@freebsd.org Subject: Re: open ("/dev/lpt0" ...) hangup solved X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rick-freebsd@kiwi-computer.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2006 17:25:50 -0000 On Sat, Jul 22, 2006 at 10:03:25AM -0700, george+freebsd@m5p.com wrote: > > So the real simple fix is to prevent the plip0 interface from coming > up. I thought the simple fix for this was to put: > > ifconfig_plip0="noauto" This is supposed to work? I thought the values to the ifconfig_* variables were passed directly to ifconfig(8).. > into my rc.conf. But it still came up anyway. So I put: > > network_interfaces="sis0 re0 lo0" > > in rc.conf, explicitly excluding plip0. But plip0 still came up! > What am I doing wrong now? > > (When I manually "ifconfig plip0 down", the whole printing problem > is solved.) What's wrong with using: ifconfig_plip0="down" ??? -- Rick C. Petty