From owner-freebsd-hackers@FreeBSD.ORG Sat Sep 2 03:49:19 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5720516A4E2 for ; Sat, 2 Sep 2006 03:49:19 +0000 (UTC) (envelope-from curious.manu@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id E11BF43D4C for ; Sat, 2 Sep 2006 03:49:14 +0000 (GMT) (envelope-from curious.manu@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1521514pye for ; Fri, 01 Sep 2006 20:49:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=lEKD7uajntLedNSllyRZgWXN/w/5r/UeGx3ny4sK4Ygtw0xsiGnSigM8aplTr0cjlq5GImTvh0MUeiE8CvEoCAtWcTcSg1AbWgznuMLlIBqr7XwK69TDwLVeNFkgGhV3VPDVGwog/7kVHqtq/0zAB6h/SSUSjl5kzRG8bqa2kIc= Received: by 10.35.46.6 with SMTP id y6mr4490588pyj; Fri, 01 Sep 2006 20:49:14 -0700 (PDT) Received: by 10.35.122.18 with HTTP; Fri, 1 Sep 2006 20:49:09 -0700 (PDT) Message-ID: <7a8ff1360609012049w549cc33dlb1e0fece513b20f0@mail.gmail.com> Date: Sat, 2 Sep 2006 12:49:09 +0900 From: "Manu Curious" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD 6.0 freezes after root mount failure at boot X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Sep 2006 03:49:19 -0000 Hi All, While booting with 6.0, Root mount fails at boot up and It asks for manual root mount. But my box freezes so i can't instruct anything to the box. So two problems here 1. root mount failure and 2. Box hang I digged the first problem and it turns put that VOP_LOOKUP returns ENOENT 2 (in namei with LOOKUP flag) while trying to mount the correct device : /dev/ad4s4a : ufs Whereas my back up kernel runs fine except TTY1 hangs at times after login or later but rest terminals runnning fine. Any clues anybody. Thanks in advance, Manu