X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id A9946DC0167 for ; Sun, 1 Dec 2013 01:17:15 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id DDE7620AE0 for ; Sat, 30 Nov 2013 20:17:14 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Sat, 30 Nov 2013 20:17:14 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:to:subject:message-id :references:mime-version:content-type:in-reply-to; s=smtpout; bh=SZ84nxn8mIE+Gv983S5VKjL2SIc=; b=u3kbIcTg4xWBnme8e13Ld+UihhqK 9ljbKKTMP7v3M1fpdeISUTVw7eJkLRL1ku8EVCYbWlsaDsCDs5mhSSJbUihkppY8 PYfqwyS38hqz2lze+8o81CwrmJHsVM7/kD7qV+9EtYlP4Px5hjJ+8KSKx/+ZEvFj w8q2igcSpGgsqLY= X-Sasl-enc: uyl4cMlDuGhbnMFJlU6fkKs5NDazK32pKWMm9euAZN3m 1385860634 Received: from localhost (unknown [69.86.161.244]) by mail.messagingengine.com (Postfix) with ESMTPA id B39A068009E for ; Sat, 30 Nov 2013 20:17:14 -0500 (EST) Date: Sat, 30 Nov 2013 20:17:14 -0500 From: Dubiousjim To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] cryptsetup / mkinitfs mismatch Message-ID: <20131201011714.GB1689@zen> Mail-Followup-To: alpine-devel@lists.alpinelinux.org References: <20130705150557.GQ1550@zen> 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-Disposition: inline In-Reply-To: <20130705150557.GQ1550@zen> User-Agent: Mutt/1.5.21 (2010-09-15) I just applied a backlog of upgrades to my laptop, which has an encrypted root volume. I discovered that the initramfs that got created didn't include all the libraries that cryptsetup needs, so I couldn't boot. I'm not sure whether the correct fix is to: 1. Tell mkinitfs to install the additional libraries to the initramfs. This can be done by adding the following line: /lib/libpthread*.so* to the end of /etc/mkinitfs/files.d/cryptsetup. Or: 2. Make cryptsetup build without depending on the threading library, as I presume was the former behavior. I don't know whether this can be done with current versions, or if it can, whether it's desirable. -- Dubiousjim dubiousjim@gmail.com --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---