this post was submitted on 11 Oct 2023
124 points (99.2% liked)

Linux

47361 readers
926 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

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
[–] [email protected] 17 points 11 months ago* (last edited 11 months ago) (3 children)

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 [email protected]
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

[–] [email protected] 11 points 11 months ago* (last edited 11 months ago)

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

[–] [email protected] 4 points 11 months ago* (last edited 11 months ago) (1 children)

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.

[–] [email protected] 2 points 11 months ago (1 children)

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.

[–] [email protected] 3 points 11 months ago

Oh, yay! I'm a helper \o/

[–] [email protected] 0 points 11 months ago (1 children)

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.

[–] [email protected] -2 points 11 months ago

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.