Deutsch English Français Italiano |
<v6qet3$2st8u$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!3.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: mm0fmf <none@invalid.com> Newsgroups: comp.sys.raspberry-pi Subject: Re: update-initramfs and no space left on device. Date: Fri, 12 Jul 2024 06:28:03 +0100 Organization: A noiseless patient Spider Lines: 46 Message-ID: <v6qet3$2st8u$1@dont-email.me> References: <v6p59c$2icgg$1@dont-email.me> <v6pa0p$2jdic$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Fri, 12 Jul 2024 07:28:04 +0200 (CEST) Injection-Info: dont-email.me; posting-host="ac745a875506e7e02f5ca4df49834cc1"; logging-data="3044638"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Ujra60wKyPGKp853ztioy" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:xBiirLJwzOtWgHrvD3lhnEnlYl4= In-Reply-To: <v6pa0p$2jdic$1@dont-email.me> Content-Language: en-GB Bytes: 3273 On 11/07/2024 19:58, Chris Elvidge wrote: > On 11/07/2024 at 18:37, mm0fmf wrote: >> Ah the joy of patch-Tuesday. Or patch-Thursday in my case. So assorted >> Windows machines updated I thought I'd better check some Linux >> machines. The other week a colleague texted me and pointed out a nasty >> SSH regression being exploited. So I sat in Lyon Airport waiting for >> the gate to be announced and updated my Pi ZeroW gateway and some VMs. >> I just did the SSH updates. It's cool being able to control your >> machines from a distance but using the laptop and a phone with roaming >> data is asking for something to take you offline when you don't want. >> Today was time to catch up with other updates.... >> >> All was fine apart from the Pi Zero W which gave an error when running >> update-initramfs claiming there was no space on the device when doing >> >> "update-initramfs: Generating /boot/initrd.img-6.6.31+rpt-rpi-v7l" >> >> There was plenty of space on the device so I tried again. No luck. >> Various ideas tried but it failed at the same place every time. I >> pulled out another SDcard, wrote the image to it, put in the Pi, >> booted and then did an update and upgrade. It failed again at the same >> place. So it wasn't the SDcard that was misbehaving. I flailed about >> miserably wondering what it was till I found this webpage. >> >> https://hillenius.net/post/nospaceleft/ >> >> I followed that and sure enough, it fixed everything. What I don't yet >> understand is what I had done to get to this place. And if it's just >> started for me, are other people going to find themselves in the same >> situation real soon now? >> >> I run '2024-03-15-raspios-bookworm-armhf-lite.img' with a few tweaks >> to place logs etc. on the ram disk and I've been running apt update >> etc. on that since end of May. Whatever, after today's update it was >> not going to work unless I followed those changes to initramfs-tools. >> >> Hopefully this may help the next Pi user who gets bitten by this. >> >> > > We've known about this for ages: change MODULES=most to MODULES=dep in > /etc/initramfs-tools/initramfs.conf > > > Who's "we"?