
Code: Select all
# eix-sync && emerge -DUvu @world
# etc-update
# emerge -c
# eix-test-obsolete
# portpeek -arqCode: Select all
EMERGE_DEFAULT_OPTS="\
--ask \
--keep-going
--quiet-build \
--misspell-suggestions=n \
--with-bdeps=y \
--autounmask=y \
--autounmask-unrestricted-atoms=y
"
PORTAGE_NICENESS="15"First of all:wintervoid wrote: Tue May 05, 2026 5:46 pm Just want to figure out when I should generally do a deep update. [...] where I could just update daily [...]

... then check out this thread (and notice how many pages long it is):NeddySeagoon wrote: Wed May 06, 2026 10:45 am [...] After a year, you can learn things about gentoo you will learn no other way.![]()

Likewise - i update daily, via a Bash function i've created for that purpose (although i've made changes to that function since i last updated that page).figueroa wrote: Mon May 11, 2026 4:34 pm I update the computer I use daily every morning. Doing so makes updates relatively small, and usually trouble free. This also keeps up with security updates almost as they occur, some of them being very important.
make.conf, i've set PORTAGE_SCHEDULING_POLICY to idle so that compilation is done almost unnoticeably in the background while i'm doing other stuff. (Noting that "other stuff" usually doesn't include running things that tax memory and CPU usage, e.g. certain types of games.)
Yikes. I've considered switching to one of the major binary distros. I wonder how much Gentoo would differ using only provided binaries.Goverp wrote: Sun May 24, 2026 12:24 pm FWIW, I installed openSUSE Tumbleweed on an aged desktop machine, and it updated a month ago.
This month's "rolling" updates: 2,000+ packages, 5.3 GB. Some roll.
In that situation, the git repository of Portage ebuilds can be used to retrieve the missing ebuilds. However, any system that is far enough behind to need that will likely need quite a bit of handholding, so it is not a trivial project, especially for someone not accustomed to making big jumps. I recommend users try to avoid getting that far behind.lyallp wrote: Wed May 27, 2026 9:22 amIn previous years, I had a VM of Gentoo which did not get any love for quite some time, it ended up not being updatable because ebuilds that bridged between what the VM was up to and what was Current in Gentoo, where no longer available.
I have not been following openSUSE in forever, but last time I checked people used to say that Tumbleweed "doesn't roll as much as it tumbles".Goverp wrote:FWIW, I installed openSUSE Tumbleweed on an aged desktop machine, and it updated a month ago.
This month's "rolling" updates: 2,000+ packages, 5.3 GB. Some roll.
Most servers also are likely to benefit from not being exposed publicly. So that probably affords some response time flexibility. At least on IPv4 *rim shot*Asch wrote: Sat Jun 06, 2026 3:26 pmAnd it is much more difficult to update and manage servers, in contrast to desktops.