Avatar

remram

remram@lemmy.ml
Joined
1 posts • 43 comments
Direct message

I feel you, but on the other hand if every single community member tries to help, even if they have no idea or don’t understand the question, this is not great.

Anybody can ask Google or an LLM, I am spending more time reading and acknowledging this bot answer than it took you to copy/paste. This is the inverse of helping.

The problem is not “the loop”(?), your (LLM’s) approach is not relevant, and I’ve explained why.

permalink
report
parent
reply

Using scheduling is not a good option IMO, it’s both too slow (some machines will wait a week to upgrade) and too fast (significant part of machines will upgrade right away).

It seems that making APT mirrors at the cadence I want is the best solution, but thanks for the answer.

permalink
report
parent
reply

What was “the point”? From my perspective, I had to correct a fifth post about using a schedule, even though I had already mentioned it in my post as a bad option. And instead of correcting someone, turns out I was replying to a bot answer. That kind of sucks, ngl.

permalink
report
parent
reply

Keep in mind that a part of the filesystem will be reserved on creation. Here if I create a completely empty ext4 filesystem with:

truncate -s 230G /tmp/img
mkfs.ext4 /tmp/img
mount /tmp/img /mnt

Dolphin reports “213.8 GiB free of 225.3 GiB (5% used)”

permalink
report
reply

I don’t know, I recently got a 2-in-1 laptop, and was surprised to see that KDE works great. Got Onboard as on-screen keyboard. Screen rotation works great. Glad I didn’t have to run Gnome on that machine.

permalink
report
parent
reply

No, I’m asking how to have unattended-upgrades do that.

permalink
report
parent
reply

Making multiple mirrors seems like the best solution. I will explore that route.

I was hoping there was something built into APT or unattended-upgrades, I vaguely remembered such a feature… what I was remembering was probably Phased Updates, but those are controlled by Ubuntu not by me, and roll out too fast.

permalink
report
parent
reply

… and feel endless pain from whatever they did to the scrollbars. Seriously, wtf.

permalink
report
parent
reply

Thanks, that sounds like the ideal setup. This solves my problem and I need an APT mirror anyway.

I am probably going to end up with a cronjob similar to yours. Hopefully I can figure out a smart way to share the pool to avoid download 3 copies from upstream.

permalink
report
parent
reply
12 points
*

I have never met anyone refer to “screen off” as “sleep”.

https://en.wikipedia.org/wiki/Sleep_mode

The terms everybody else are using are: “sleep” = “suspend to RAM” = “S3” and “hibernation” = “suspend to disk”.

permalink
report
parent
reply