From owner-freebsd-stable@FreeBSD.ORG Thu Apr 15 21:59:46 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BB0D106566B for ; Thu, 15 Apr 2010 21:59:46 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (ip-58-28-152-174.static-xdsl.xnet.co.nz [58.28.152.174]) by mx1.freebsd.org (Postfix) with ESMTP id B26D98FC1E for ; Thu, 15 Apr 2010 21:59:45 +0000 (UTC) Received: by chen.org.nz (Postfix, from userid 1000) id EDA67E0451; Fri, 16 Apr 2010 09:59:41 +1200 (NZST) Date: Fri, 16 Apr 2010 09:59:41 +1200 From: Jonathan Chen To: freebsd-stable@freebsd.org Message-ID: <20100415215941.GA14428@osiris.chen.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: ifconfig-i386 on 8-STABLE/amd64 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, 15 Apr 2010 21:59:46 -0000 Hi, I've got a 32-bit build on a 8-STABLE/amd64 machine, built using instructions at: http://wiki.freebsd.org/Wine#head-6963d527c173e57b1567e881305b544d33435b6d And I'm noticing some odd output from ifconfig (commands are run from the non-chrooted env): $ /sbin/ifconfig xl0: flags=8843 metric 0 mtu 1500 options=8 ether 00:60:97:a4:7f:82 inet 192.168.1.10 netmask 0xffffff00 broadcast 192.168.1.255 inet 192.168.1.11 netmask 0xffffffff broadcast 192.168.1.11 media: Ethernet autoselect (100baseTX ) status: active fwe0: flags=8802 metric 0 mtu 1500 options=8 ether 02:1d:7d:f0:67:8b ch 1 dma -1 fwip0: flags=8802 metric 0 mtu 1500 lladdr 0.1d.7d.0.0.f0.67.8b.a.2.ff.fe.0.0.0.0 re0: flags=8843 metric 0 mtu 1500 options=389b ether 00:1d:7d:9d:3f:1f inet 192.168.2.1 netmask 0xffffff00 broadcast 192.168.2.255 inet 192.168.2.10 netmask 0xffffffff broadcast 192.168.2.10 inet 192.168.2.12 netmask 0xffffffff broadcast 192.168.2.12 media: Ethernet autoselect (none) status: no carrier plip0: flags=8810 metric 0 mtu 1500 ipfw0: flags=8801 metric 0 mtu 65536 lo0: flags=8049 metric 0 mtu 16384 options=3 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x7 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 nd6 options=3 $ /compat/i386/sbin/ifconfig : flags=8843 inet 192.168.1.10 netmask 0xffffff00 broadcast 192.168.1.255 inet 192.168.1.11 netmask 0xffffffff broadcast 192.168.1.11 inet 192.168.2.1 netmask 0xffffff00 broadcast 192.168.2.255 inet 192.168.2.10 netmask 0xffffffff broadcast 192.168.2.10 inet 192.168.2.12 netmask 0xffffffff broadcast 192.168.2.12 inet 127.0.0.1 netmask 0xff000000 ifconfig: ioctl(SIOCGIFINFO_IN6): Device not configured Why is the output from the 32-bit ifconfig severely mangled? Cheers. -- Jonathan Chen ----------------------------------------------------------------------- "I love deadlines. I like the whooshing sound they make as they fly by" - Douglas Adams