From owner-freebsd-stable@FreeBSD.ORG Mon Mar 30 15:45:31 2009 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 BB50A1065670 for ; Mon, 30 Mar 2009 15:45:31 +0000 (UTC) (envelope-from james@connection.ca) Received: from nc-tor-mail2.connection.ca (nc-tor-mail2.connection.ca [205.207.122.27]) by mx1.freebsd.org (Postfix) with ESMTP id 9997F8FC17 for ; Mon, 30 Mar 2009 15:45:31 +0000 (UTC) (envelope-from james@connection.ca) Received: from [172.31.200.217] (external.tor.connection.ca [216.234.38.18]) by nc-tor-mail2.connection.ca (Postfix) with ESMTP id 81C5974E576 for ; Mon, 30 Mar 2009 11:27:36 -0400 (EDT) Message-ID: <49D0E4E7.3050001@connection.ca> Date: Mon, 30 Mar 2009 11:27:35 -0400 From: James Wu User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Upgrading from 7.0 to 7.1 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: Mon, 30 Mar 2009 15:45:32 -0000 Hi all, I'm brand new to the list so forgive me if this has been answered. I tried searching the archives and tried googling and didn't come up with any results. I've been wanting to play with setfib multi-routing tables in 7.1, however, we have a bunch of 7.0 machines. I thought I'd take a test machine and upgrade it to 7.1. Everything went smoothly at first. I compiled a custom 7.1 kernel and installed it just fine. Afterwards, I ran: freebsd-update fetch freebsd-update install to upgrade to the latest 7.0 then: freebsd-update upgrade -r 7.1-RELEASE freebsd-update install -r 7.1-RELEASE freebsd-update fetch to upgrade to 7.1 now when I do a uname -a, I get FreeBSD 7.1-RELEASE-p3 which looks right to me The problem I'm running into though is that the setfib binary doesn't seem to been added during the upgrade as I don't see it anywhere. I took a fresh install of 7.1 and do see it /usr/sbin/, but it's not there for the upgraded version of 7.1. I guess at this point, I would like to do a reinstall of the sbin folder if it is possible or somehow get a clean copy of the /usr/sbin/ folder into my upgraded machine. Any hints on how to do that? James