From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 10 04:35:41 2005 Return-Path: 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 193AE16A4CE for ; Thu, 10 Mar 2005 04:35:41 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id A66BF43D53 for ; Thu, 10 Mar 2005 04:35:40 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by rproxy.gmail.com with SMTP id c51so331941rne for ; Wed, 09 Mar 2005 20:35:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=ExPUUsn9hqIyizxUap2MkAVevQg5fJCtSfpjzrIfoUTk+eGBwU8IMhoHi8vBHYu8xd9A2YJZaJlItbnQWdeC801L0bugH8TOPl/EPx5J9GLxemERPWA/n9D+bRcGeIJDcfNZ/PRBRvIDDpIdv22q12HoZhStuehIYIpviFolrqs= Received: by 10.38.88.22 with SMTP id l22mr1508819rnb; Wed, 09 Mar 2005 20:35:40 -0800 (PST) Received: by 10.38.209.22 with HTTP; Wed, 9 Mar 2005 20:35:40 -0800 (PST) Message-ID: <84dead720503092035629ea5fb@mail.gmail.com> Date: Thu, 10 Mar 2005 04:35:40 +0000 From: Joseph Koshy To: William Bierman In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: cc: freebsd-hackers@freebsd.org Subject: Re: Can someone please help me? Why does init fail to start? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joseph Koshy List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2005 04:35:41 -0000 > execve(), and at the start of init. The kernel print statement is > shown, however the init statement is not. > Any clues? 1) Does the execve() invocation of 'init' succeed (errno == 0)? 2) What is the value of 'init_path'. Which executable is finally selected to serve as 'init'? 3) Does 'init' run on a regular FreeBSD kernel? ... etc ... -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy