X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from dal-a2.localdomain (unknown [74.117.189.115]) by mail.alpinelinux.org (Postfix) with ESMTP id 29CF8DC01D0 for ; Thu, 27 Mar 2014 15:42:08 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@tanael.org) by dal-a2.localdomain (Postfix) with ESMTPSA id 8C0A5BC242D for ; Thu, 27 Mar 2014 15:42:07 +0000 (UTC) Date: Thu, 27 Mar 2014 16:42:02 +0100 From: Natanael Copa To: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] mkinitfs broken for uclibc edge Message-ID: <20140327164202.480e148a@ncopa-desktop.alpinelinux.org> In-Reply-To: <20140327155038.1b4e7270@ncopa-desktop.alpinelinux.org> References: <20140327153700.1e26e99d@ncopa-desktop.alpinelinux.org> <20140327155038.1b4e7270@ncopa-desktop.alpinelinux.org> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.20; x86_64-alpine-linux-uclibc) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 27 Mar 2014 15:50:38 +0100 Natanael Copa wrote: > On Thu, 27 Mar 2014 15:37:00 +0100 > Natanael Copa wrote: > > > Hi, > > > > The mkinitfs versions before 2.6.0-r2 in edge are broken on uclibc and > > will make your system unbootable. > > > > Please make sure you have mkinitfs-2.6.0-r2 or later before you reboot. > > > > Sorry. > > Its still broken! please don't reboot your edge boxes yet. > > Still investigating. Ok should be fixed with mkinitfs-2.6.0-r3 Please make sure that you have mkinitfs-2.6.0-r3 before rebooting. If your root is on ext4 then you can verify that kernel module deps are there with: $ gunzip -c /boot/initramfs-grsec | cpio -t | grep -E 'fs/(ext|mb)' lib/modules/3.13.7-0-grsec/kernel/fs/ext2 lib/modules/3.13.7-0-grsec/kernel/fs/ext2/ext2.ko lib/modules/3.13.7-0-grsec/kernel/fs/ext4 lib/modules/3.13.7-0-grsec/kernel/fs/ext4/ext4.ko lib/modules/3.13.7-0-grsec/kernel/fs/ext3 lib/modules/3.13.7-0-grsec/kernel/fs/ext3/ext3.ko lib/modules/3.13.7-0-grsec/kernel/fs/mbcache.ko If mbcache.ko is not there, it will not boot. If its there it should be ok. (this was fixed in -r3) Again sorry. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---