From owner-freebsd-bugs Mon Apr 10 7:40: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF9B337BAB2 for ; Mon, 10 Apr 2000 07:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA76331; Mon, 10 Apr 2000 07:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0838837BAD6 for ; Mon, 10 Apr 2000 07:30:25 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA73472; Mon, 10 Apr 2000 07:30:24 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Message-Id: <200004101430.HAA73472@freefall.freebsd.org> Date: Mon, 10 Apr 2000 07:30:24 -0700 (PDT) From: jeg@hawk.circa.ufl.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: conf/17904: rc.network IPX configuration missing 'ipx' parm for ifconfig Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17904 >Category: conf >Synopsis: rc.network IPX configuration missing 'ipx' parm for ifconfig >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 10 07:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: John Gelnaw >Release: 4.0-Current >Organization: University of Florida >Environment: FreeBSD wolf.circa.ufl.edu 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Tue Apr 4 09:03:58 EDT 2000 jeg@wolf.circa.ufl.edu:/usr/src/sys/compile/Wolf i386 >Description: Added the following lines to /etc/rc.conf to enable IPX protocol, after compiling kernel with IPX and NCPFS options. ifconfig_fxp0_ipx="0x00010010" ipxrouted_enable="YES" When system booted, boot message paused on " sendmail" for several minutes. After system finished booting, no tcp/ip available. Checking ifconfig, showed my tcp/ip address to be 1.0.16.0 >How-To-Repeat: Add above lines to /etc/rc.conf and reboot >Fix: Checking showed that the line in rc.network that configures IPX was: ifconfig ${ifn} ${ifconfig_args} but should have been: ifconfig ${ifn} ipx ${ifconfig_args} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message