X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-laptop (unknown [79.160.13.130]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 245B0DC009E for ; Thu, 25 Dec 2014 19:58:40 +0000 (UTC) Date: Thu, 25 Dec 2014 20:58:35 +0100 From: Natanael Copa To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] busybox-1.23 in edge Message-ID: <20141225205835.397fac22@ncopa-laptop> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.23; x86_64-alpine-linux-musl) 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 Hi, I pushed busybox 1.23 to edge. So far I found at least one regression[1] in ash and possibly another in modprobe. After upgrading my laptop (both new kernel and new busybox) it didn't load the ahci kernel module from initramfs so the harddisks was not found. I don't know if this is due to something in new busybox or in new kernel or if it affects other hardware. To continue boot up from initramfs emergency shell i did something like: for i in $(find /sys -name uevent); do echo add > "$i"; done lvm pvscan lvm vgchange -a y mount /dev/vg0/lv_root /sysroot exit If someone has time and wants to investigate, you could try install v3.1 in a vm, then upgrade to edge. (do snapshot before the upgrade). Please be careful if you are on edge now. Thanks! -nc [1]:http://lists.busybox.net/pipermail/busybox/2014-December/082129.html --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---