From owner-freebsd-hackers@FreeBSD.ORG Fri Dec 25 10:25:34 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B76A5106568B for ; Fri, 25 Dec 2009 10:25:34 +0000 (UTC) (envelope-from alwayssm@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 547A18FC21 for ; Fri, 25 Dec 2009 10:25:34 +0000 (UTC) Received: by fxm27 with SMTP id 27so8767754fxm.3 for ; Fri, 25 Dec 2009 02:25:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=whrZK6bMpzeS57g2+MEExfC5Rb+dWYhRCRyiOBzgGp8=; b=PuaBqy81qRkOsa6daW2FfCF0fBW6flZ0o+1RwBbmfyOzM1Xs0du/OBdq2W23TDjYus kIUwoqb6H+BKBQV4pRah3XA/TUKpQGRv4+Wr4yC8J74R41cqIhUmfutulLLEFDcxacJh CmqzyhDEZTD6FvNL584Astu9S8GW/+3b0RetM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=HZmjj0mc8Ub85+wmW9NeLDHym5lE7+csta5kfEATXxJ/att7Vulq8TCK9fh9rsGE0M QeAUouZynKGQpqDEGsGUEnTr3PUbFNdayd9CqOqDMWWwmXxMf+a98KvfMbTVlcFwtVuX bH8Jpxfl1dxPqKou98ZpcBPJXlhvF9i/nwJ5k= MIME-Version: 1.0 Received: by 10.223.144.207 with SMTP id a15mr8064921fav.63.1261735217156; Fri, 25 Dec 2009 02:00:17 -0800 (PST) Date: Fri, 25 Dec 2009 10:00:17 +0000 Message-ID: From: solomon To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Fri, 25 Dec 2009 12:40:48 +0000 Subject: init died during installing picobsd 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: Fri, 25 Dec 2009 10:25:34 -0000 hi there, I have built picobsd for bridge. My system is freebsd 7.2. It is built successfully and i burnt it to writable cdrom and try to install it to my dell pc. It hangs up with "init died ..." message. I run the alltrace command of the ddb and found the following message ... ... Tracing comhi mand swapper pid 1 tid 100000 td 0xc4049000 kbd_enter_why(..........)... panic(..........)...... exit1(.........).......... kern_execve........... execve............. sysinit_add........... fork_exit............. fork_trampoline........... Tracing command swapper pid 0 tid ............. ............ where is my fault? if the information provided is enough to diagnose it. thanx in advance