From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1DsnDR-0001nH-GN for garchives@archives.gentoo.org; Wed, 13 Jul 2005 19:48:21 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6DJkCY3000551; Wed, 13 Jul 2005 19:46:12 GMT Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6DJfDd8027967 for ; Wed, 13 Jul 2005 19:41:14 GMT Received: by zproxy.gmail.com with SMTP id l1so143955nzf for ; Wed, 13 Jul 2005 12:42:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=tuYJlkzL8zejtx+dXsUDWCrv09OYXjTjT0e0o5rKM2L1QrSd2e69Z16K9EiqX0IdhgWb7Q/DwtN7LO6oXuB6KGmrfXqU580DBSOh55wBVPgS1+UtEHAeWGHZZ7bTyE/9BA5c+cgLh+cDCA+rf8OIID34KjBjT7sJR5GGGX0MB8M= Received: by 10.36.154.18 with SMTP id b18mr1274442nze; Wed, 13 Jul 2005 12:42:16 -0700 (PDT) Received: from ?192.168.1.103? ([24.30.171.44]) by mx.gmail.com with ESMTP id 40sm1251521nzf.2005.07.13.12.42.15; Wed, 13 Jul 2005 12:42:15 -0700 (PDT) Message-ID: <42D56EB7.5020508@gmail.com> Date: Wed, 13 Jul 2005 12:42:47 -0700 From: Zac Medico User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050624) X-Accept-Language: en-us, en Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] udev & recent genkernel + gentoo-sources References: <200507131139.34961.dmitry@athabascau.ca> <42D56903.8020100@asmallpond.org> In-Reply-To: <42D56903.8020100@asmallpond.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: ed53c412-bf60-4847-8d2c-7579698a08ba X-Archives-Hash: 144725cd14a6dd72728932badfb873e8 Richard Fish wrote: > >>Here's what I get booting (I'm writing it from memory mostly so don't >>think it's exact output): >> >>-install: applet not found >>/init: 41: ln: not found >>/init: 45: cat: not found >> >> > > > It looks to me like your /initramfs is completely screwed. Whatever > created that missed copying a bunch of necessary utilities (or more > likely, a dependant library) to the /initramfs. The "/init" messages > you see are almost certainly from the "/init" script in the initramfs. > Every line indicates it went to run a command, and either the command or > a library wasn't found. > It's not as bad as it looks. I had the same problem. You simply need to enable CONFIG_FEATURE_INSTALLER in the busybox config. Then you can do "busybox --install" and it automatically creates hardlinks for all the enabled applets. Zac -- gentoo-user@gentoo.org mailing list