this post was submitted on 11 Oct 2023
121 points (99.2% liked)
Linux
48178 readers
1477 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Without thinking or reading to the last paragraph of this article, I went and started a dist-upgrade on my pi.
Curious now to see if it still boots after it's finished.
Edit: Oops
~ » ssh pihole@172.16.0.1
Last login: Wed Oct 11 09:38:31 2023 from 172.16.0.96
compdump:print:36: write error: no space left on device
compdump:print:42: write error: no space left on device
compdump:print:44: write error: no space left on device
compdump:44: write error: no space left on device
compdump:print:44: write error: no space left on device
compdump:44: write error: no space left on device
One thing Debian introduced recently:
apt upgrade --without-new-pkgs
and they recommend that before a full dist-upgrade. I think it's made a pretty big difference in the upgrade smoothness, eliminating some possibly-breaking package upgrades.edit: I say recently but I mean new-to-me
I haven't tried this, but maybe
ssh -t "rm /var/cache/apt/archives/*deb"
or something like to clear up some space would work.This worked! I've got it running on a 4gb SD card so it's no wonder it ballooned, but once I got apt cleaned up it's now humming along at 83% usage.
Oh, yay! I'm a helper \o/
I have plenty of space, as the OS boots from a 256 GB SSD and a very minimal install. I may try to dist-upgrade after a backup.
As a followup, I just changed the repos and did the apt full upgrade. Everything works beautifully. But as I said, I had a very minimal headless install without any DE.