From owner-freebsd-current@FreeBSD.ORG Thu Jun 30 15:43:15 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 444A0106566C for ; Thu, 30 Jun 2011 15:43:15 +0000 (UTC) (envelope-from tjg@soe.ucsc.edu) Received: from mail-01.cse.ucsc.edu (mail-01.cse.ucsc.edu [128.114.48.32]) by mx1.freebsd.org (Postfix) with ESMTP id 312A78FC08 for ; Thu, 30 Jun 2011 15:43:14 +0000 (UTC) Received: from mail-01.cse.ucsc.edu (mail-01.cse.ucsc.edu [128.114.48.32]) by mail-01.cse.ucsc.edu (Postfix) with ESMTP id 79FF71009C20 for ; Thu, 30 Jun 2011 08:26:13 -0700 (PDT) Date: Thu, 30 Jun 2011 08:26:13 -0700 (PDT) From: Tim Gustafson To: freebsd-current@freebsd.org Message-ID: <841737947.159814.1309447573370.JavaMail.root@mail-01.cse.ucsc.edu> In-Reply-To: <576562817.159786.1309446593826.JavaMail.root@mail-01.cse.ucsc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [128.114.49.22] X-Mailer: Zimbra 6.0.9_GA_2686 (ZimbraWebClient - FF3.0 ([unknown])/6.0.9_GA_2686) Subject: FreeBSD 9 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: Thu, 30 Jun 2011 15:43:15 -0000 Hi, I've installed FreeBSD 9 on a new server because 8.2 doesn't have support for the LSI SAS2008 controller. I've also built the system as a ZFS-root box, and I have to say that I'm quite happy with the disk performance: we're getting about 500MB/s write and 675MB/s read. All in all, I'm very happy with FreeBSD 9. I have noticed two snafus that I thought I'd send to the group just as feedback: -------------------------------------------------------------------------------- 1. net-snmp fails to compile with the following error: -------------------------------------------------------------------------------- /bin/sh ../../libtool --mode=compile cc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/usr/include -O2 -pipe -fno-strict-aliasing -Ufreebsd9 -Dfreebsd9=freebsd9 -c -o mibII/tcpTable.lo mibII/tcpTable.c libtool: compile: cc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/usr/include -O2 -pipe -fno-strict-aliasing -Ufreebsd9 -Dfreebsd9=freebsd9 -c mibII/tcpTable.c -fPIC -DPIC -o mibII/.libs/tcpTable.o mibII/tcpTable.c:94: error: field 'pcb' has incomplete type mibII/tcpTable.c: In function 'tcpTable_load': mibII/tcpTable.c:866: error: dereferencing pointer to incomplete type mibII/tcpTable.c:868: error: dereferencing pointer to incomplete type mibII/tcpTable.c:868: error: invalid application of 'sizeof' to incomplete type 'struct xinpgen' mibII/tcpTable.c:872: error: dereferencing pointer to incomplete type mibII/tcpTable.c:876: error: dereferencing pointer to incomplete type mibII/tcpTable.c:877: error: invalid application of 'sizeof' to incomplete type 'struct inpcb' mibII/tcpTable.c:881: error: dereferencing pointer to incomplete type -------------------------------------------------------------------------------- 2. secondary IP addresses on network interfaces don't seem to be working -------------------------------------------------------------------------------- In my rc.conf, I have: ifconfig_bce0="1.2.3.4 netmask 255.255.252.0" ifconfig_bce0_alias0="1.2.3.5 netmask 255.255.255.255" but when the machine reboots, it only gets its primary IP address. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Tim Gustafson tjg@soe.ucsc.edu Baskin School of Engineering 831-459-5354 UC Santa Cruz Baskin Engineering 317B -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-