Earlier quoted context omitted.
It’s very fair you can say “X works for me” but everyone saying otherwise is in the wrong.
I don't get your point. People regularly complain that Wayland has lots of remaining issues and there are always tedious "you're wrong because it works perfectly for me!" replies, as if the fact that it works perfectly for some people means that it works perfectly for everyone.
Gentoo Linux 2025 Review
161–170 of 204 posts
Re: Gentoo Linux 2025 Review
#162Re: Gentoo Linux 2025 Review
#1632025 I switched to nixos and will probably stay. I used gentoo for like 20 years. Its the distro of my heart. With some notebooks, some of which were getting on in years, it was simply too resource-intensive to update. Only GHC, for example, often took 12+ hours to compile on some older notebooks.
Re: Gentoo Linux 2025 Review
#164Earlier quoted context omitted.
I'm so interested to learn more about this. Do you still run all your emerge commands on the thinkpad? What's the benefit of mounting /etc/portage over nfs? I have this dream of moving all my ubuntu servers to gentoo but I don't have a clear enough picture of how to centralize management of a fleet of gentoo machines
Yes - still use emerge on the Thinkpad like I would on the host, like emerge -avuDN @world and such. This is the wiki article [1] I used to set up most the portage side of things, it covers NFS as well. I use NFS to mount the container's /etc/portage to /mnt/portage and symlink the files to the Thinkpad's /etc/portage so I can cherry pick what I want to keep in sync with the build container. Don't have to mess with r…
Re: Gentoo Linux 2025 Review
#165Earlier quoted context omitted.
This is, in a way, why it's nice that we have companies like Red Hat, SUSE and so on. Even if you might not like their specific distros for one reason or another, they've found a way to make money in a way where they contribute back for everything they've received. Most companies don't do that.
Contribute back how and where? Definitely not to Gentoo if we look at the meagre numbers here.
Re: Gentoo Linux 2025 Review
#166Earlier quoted context omitted.
I think it's fair to say that Red Hat simply doesn't care about the desktop--at least beyond internal systems. You could argue the Fedora folks do to some degree but it's just not a priority and really isn't something that matters from a business perspective at all.
Can you name a company which does care about the linux desktop? Over the years i’m pretty sure redhat contributed a great deal to various desktop projects, can’t think of anyone who contributed more.
Re: Gentoo Linux 2025 Review
#167Earlier quoted context omitted.
...is Gentoo large and influential these days? As far as I'm aware, its current cultural status is that of a punchline, but I'm open to being corrected.
Gentoo's Portage build system is (or at least was?) part of Google's ChromeOS Gentoo also runs the backend infra of Sony's Playstation Cloud gaming service Anecdotal evidence claims it used to also run the NASDAq
Re: Gentoo Linux 2025 Review
#168Earlier quoted context omitted.
I used Gentoo for ten years (2005–2015), and I was very happy with it! Stable was not the word I would use, in that updating frequently broke and required manual intervention. But it was so flexible! The easily accessible options one has for choosing everything about the system is unparalleled in any system I have tried since. I would still use it if I had more tinkering time. These days I am on NixOS, mostly to have…
I've been on Gentoo for my gaming desktop for like 2-3 years now and I don't think I've ever had an update break anything. I will say though that my valgrind is broken due to march native. :)
Re: Gentoo Linux 2025 Review
#169Earlier quoted context omitted.
General administration is similar to Arch or any other regular distro. Package updates necessarily take longer because of recompiling but that's just CPU time. There are precompiled versions of big popular binaries (open office, Firefox, etc) that allow you to save a lot of time if you want. Where you lose time is in trying to optimize your system and packages using the multiple switches that Gentoo provides. If you'…
I don't understand the time sink. Isn't spending time knowing intricate details about your system a good thing? You know better than most if you've gone that deep.
Re: Gentoo Linux 2025 Review
#170Earlier quoted context omitted.
TLDR: Installation is a pain, initial configuration is a pain and there's always something more to tweak, update is a lesser pain, but still a pain. But it's fun, BDSM-style... Installation is done by booting a liveCD, manually partitioning your storage, unpacking a Gentoo STAGE3 archive, chrooting in it, doing basic configuration such as network, timezone, portage (package manager) base profile and servers, etc., co…
I always tell people this: With Red Hat, Anaconda is the installer. With Ubuntu, ubiquity. etc ... With Gentoo -- YOU are the installer. This means you have to be ready to perform -- more or less manually -- many of the tasks automated in other distributions. I sorta see this as the same as a tutorial level in a video game: you learn how to read and follow the wiki which is essentially the key to success in Gentoo.
Portage/emerge is very much automated and once you set it up it runs updates with just a confirmation, unless you feel the need to tweak something.