Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id F1859782AF3 for <~alpine/devel@lists.alpinelinux.org>; Tue, 16 Jun 2020 01:15:56 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dereferenced.org; s=default; t=1592270153; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=RDa7H9JAESassPusY/IBj8hcH/FQTvPcYR0YEI/i3gs=; b=GXoy/fpbdPIty4TrLnvRRTaVfE/YtDCf/ktbxB/mqeXwXWo08IYmQjaGpZ9icoz+b+Kgjl zFXhUEY/iIbE3st+xSCsAyVHIQjkjsdmQdtWNXAoAjAZn8Rx0MaKhBqVMRPGy4/ym0kxLP F9DirBlRo09b79hOSofkmNzsHVHZPY8= From: Ariadne Conill To: ~alpine/devel@lists.alpinelinux.org Cc: Andy Ruddock Subject: Re: RPi4 linux-firmware package errors Date: Mon, 15 Jun 2020 19:15:46 -0600 Message-ID: <2625653.5o4lbK7V1r@localhost> In-Reply-To: <33a708a6-42e1-d1e9-b57e-5304e156816b@rainydayz.org> References: <33a708a6-42e1-d1e9-b57e-5304e156816b@rainydayz.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Score: 0.90 Hello, On Monday, June 15, 2020 4:39:22 AM MDT Andy Ruddock wrote: > Hi, > > I have Alpine Linux installed on a Raspberry Pi4. > > $ sudo apk upgrade > 85 errors; 852 MiB in 201 packages > > $ sudo apk -v fix > Gives a whole ton of errors, all of which are along these lines: > > (81/85) Reinstalling linux-firmware-advansys (20200519-r0) > ERROR: Failed to create lib/firmware/advansys/3550.bin: No such file or > directory > ERROR: Failed to create lib/firmware/advansys/38C0800.bin: No such file > or directory > ERROR: Failed to create lib/firmware/advansys/38C1600.bin: No such file > or directory > ERROR: Failed to create lib/firmware/advansys/mcode.bin: No such file or > directory > ERROR: linux-firmware-advansys-20200519-r0: failed to rename > lib/firmware/advansys/.apk.10b51749b28fbfcefe8be6b297c611da52c9df6ef05c1257 > to lib/firmware/advansys/3550.bin. > ERROR: linux-firmware-advansys-20200519-r0: failed to rename > lib/firmware/advansys/.apk.c59b88c47386ff330a71c823d56dc6819d81725dd3ba4145 > to lib/firmware/advansys/38C0800.bin. > ERROR: linux-firmware-advansys-20200519-r0: failed to rename > lib/firmware/advansys/.apk.0f8826f493815b07c9c0d801c0d429a36c46e2876e2e375d > to lib/firmware/advansys/38C1600.bin. > ERROR: linux-firmware-advansys-20200519-r0: failed to rename > lib/firmware/advansys/.apk.9e310cb9a064e00537bedd42ade75f4e1c252f2241bccc9d > to lib/firmware/advansys/mcode.bin. > > I've used linux-firmware-advansys as an example because it's a fairly > short number of errors. What filesystem are you using? Are you using a good SD card? Sometimes these errors pop up because the ext3/ ext4 filesystem driver gives up and remounts the root filesystem read-only due to iowait. That can happen with a failing SD card, for example. Ariadne