From owner-freebsd-current@FreeBSD.ORG Thu Jun 9 12:34:37 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A8E616A41C for ; Thu, 9 Jun 2005 12:34:37 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from esemetz.metz.supelec.fr (esemetz.metz.supelec.fr [193.48.224.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7523043D5C for ; Thu, 9 Jun 2005 12:34:33 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from smtp.metz.supelec.fr (smtp.metz.supelec.fr [193.48.224.205]) by esemetz.metz.supelec.fr (8.11.6/8.9.3) with ESMTP id j59CYQT32118 for ; Thu, 9 Jun 2005 14:34:27 +0200 Received: from altern.org (nou.rez-metz.supelec.fr [193.48.225.2]) by smtp.metz.supelec.fr (8.11.6/8.11.6) with ESMTP id j59CY0K22285 for ; Thu, 9 Jun 2005 14:34:00 +0200 Message-ID: <42A83750.70904@altern.org> Date: Thu, 09 Jun 2005 14:34:24 +0200 From: =?ISO-8859-1?Q?Gr=E9gory_Nou?= User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: fr, en MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Subject: Update messed everything... 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, 09 Jun 2005 12:34:37 -0000 Hi I updated from 5.4-release to 6.0-current Update went ok, but when I reboot after make installworld, ... total mess First, i cannot even boot : my nvidia graphics card made the system panicing Fatal trap 12 : page fault while in kernel mode Booting with the console line, I disabled nvidia.ko and the panic disappeared. (for this point, I suppose I did something wrong during the update) Then, new problem. When using /etc/fstab, the system said there was a problem. And asked me what shell I want to use (you know, the question that when you have it, you know you should pray, because problems are only beginning) Still, the partitions were all mounted. i did fsck, but it did not pretend to correct errors on fs So I try to look at the man... and there : more unfindable... as for less, make, sed, uname, ... I know how to fix it using a cd. (http://lists.freebsd.org/pipermail/freebsd-questions/2005-January/073301.html) Still, I need some precisions : did I miss some entry in UPDATING ? When I have everything fixed, should I make buildworld, buildkernel and so on from the beginning again ? Would fsck -a correct my filesystem ? Thanks a lot ! Grégory