From owner-freebsd-questions@FreeBSD.ORG Mon May 21 20:31:00 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 21CE316A468 for ; Mon, 21 May 2007 20:31:00 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id 01C7613C457 for ; Mon, 21 May 2007 20:30:59 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [172.18.0.137] (sky_cpfw-1.tulsatech.org [70.168.226.130]) by a.cs.okstate.edu (Postfix) with ESMTP id 1E8C6A0668; Mon, 21 May 2007 15:30:58 -0500 (CDT) Message-ID: <46520180.4020404@cs.okstate.edu> Date: Mon, 21 May 2007 15:30:56 -0500 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.0 (X11/20070517) MIME-Version: 1.0 To: Yanko Sanchez References: <4d9d444a0705201804yccf5975l206a75e889dd1a41@mail.gmail.com> <20070521113942.A38110@duane.dbq.yournetplus.com> <4651B6F4.5030007@u.washington.edu> <4d9d444a0705211116j5fd6ca35o576c3cfa0df23bc3@mail.gmail.com> <4d9d444a0705211203j7d9f508dn15070786a1f38751@mail.gmail.com> In-Reply-To: <4d9d444a0705211203j7d9f508dn15070786a1f38751@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: disk too big to mount X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2007 20:31:00 -0000 Written by Yanko Sanchez on 05/21/07 14:03>> > Thanks for anyone that has helped so far, I'm a freebsd newbie coming > from linux. > > So I basically re-compiled my kernel with the LARGE option on and it > seems to mount the drive fine. I encountered another problem tho. > > Before I recompiled the kernel I updated the ports tree, basically cos > I just wanted to see how it was done and it seemed to be successful. > The problem is that after I recompiled the kernel a bunch of stuff > stoped working. I have the server setup as a router and my to Network > cards isn't showing up anymore (both being the same type of cards, I > use to have rl0 and rl1) so It isn't routing anymore, and now im > getting a bunch of DHCPREQUEST messages on startup which I wasn't > getting before. And other errors saying that my network card isn't > configured. I checked /etc/rc.conf and the lines for ifconfig are > still in there... > > Did I upgrade the kernel sources by doing an upgrade to the ports? > That would make sense, but what bugs me is that I copied the same > kernel config and just added the MSDOSFS_LARGE option once I booted up > I got the errors mentioned above. Shouldn't it have stayed pretty much > the same? I'm just trying to get a better understand if what happened > to that I don't make the same mistake. > > > 1. How did you upgrade your ports tree? 2. How did you recompile the kernel? 3. What does uname -a report? 4. what is the output of ifconfig -a?