View previous topic :: View next topic |
Author |
Message |
pandoraxero n00b
Joined: 15 Nov 2009 Posts: 56 Location: USA. Southeast
|
Posted: Sat Apr 15, 2023 2:49 am Post subject: How Did You Get Here? |
|
|
It is a simple question, really. What brought you to Gentoo Linux?
Was it the level of customi(z|s)ation?
Were you looking for a challenge?
Did someone recommend Gentoo?
Or was it something else?
Since I'm asking, I'll answer first:
I started on Gentoo in 2005 or 2006 (I blame Time Dilation for the uncertainty there).
After having tried Mandrake, Debian, Fedora, and being on SuSE at that time, I asked somewhere online what distro I should try next (I blame Underage Drinking for the uncertainty as to exactly where I asked).
Someone recommended a Gentoo Stage 1 install. Retrospect, it was likely a troll (I blame youthful naieveté for the uncertainty there. I was 19. I think. See previous comment regarding Time Dilation).
If it was a troll I suppose the joke's on them, as I've been running Gentoo ever since. |
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5036 Location: Bavaria
|
Posted: Sat Apr 15, 2023 5:03 am Post subject: |
|
|
I have to say thanks to a working colleague. We had in our company OS/2 and because of OS/2 was dying we must switch to Windows (company decision) ... but all my colleages in my system development department hated Windows (me too) ... so, we switched to Linux and had all kind of them (our department was the only allowed to do so - all others must take Windows, haha). I had OS/2 and SuSe at home, many had RedHat ... and the best Linux expert showed us Gentoo. My first question was: I need a 3270 emulation (because we had also a S/390 ). He did an "emerge 3270" (I cannot remember exactly) and started it. Some configuration and we had a connect to our Host. It was in 2005 and the first two years I had help from him for every problem. Therefore I signed in later in our forum 2006. |
|
Back to top |
|
|
ajgringo619 n00b
Joined: 01 Nov 2022 Posts: 29
|
Posted: Sat Apr 15, 2023 6:17 am Post subject: |
|
|
For me, it was definitely the challenge. Gentoo was the last major distro that I had never got working, and when I say "working", I mean with everything working as my other installs. I started with the OpenRC install - seemed to be better documented at the time - with all non-binary packages. After getting a systemd XFCE w/GPU pass-through built - was running Folding@home until my energy bills got out of hand - I finally feel like I've got a decent grasp.
Now it helps that I've been running UNIX/Linux since the late '90s, so I've got a good idea of how things are supposed to work in case they don't. It also helps a ton that this forum is so informative; can't thank everyone enough. |
|
Back to top |
|
|
Juippisi Developer
Joined: 30 Sep 2005 Posts: 745 Location: /home
|
Posted: Sat Apr 15, 2023 6:41 am Post subject: |
|
|
Bought and got my first 64-bit processor and searched for a distribution that supported it. Jump from Slackware to Gentoo was rather easy :). 2003. |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54572 Location: 56N 3W
|
Posted: Sat Apr 15, 2023 11:47 am Post subject: |
|
|
pandoraxero,
I started with Red Hat 6.1 or 6.2 from a magazine cover mount DVD in 1999. I still have the DVD :)
I moved from 6.x to 7.x to 8.x all the time noticing that it was not only forcing me do what it wanted, but forcing me to do it its way.
By 2003 I was looking for a distro that let me do what I wanted, my way. I downloaded Red Hat 9 but never installed it.
I got my selection down to LFS and Gentoo. Gentoo appeared to be LFS with a package manager, so it won for ease of maintenance.
I came across my original 2003 liveCD a couple of years ago. The rest is history. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
pa4wdh l33t
Joined: 16 Dec 2005 Posts: 881
|
Posted: Sat Apr 15, 2023 12:28 pm Post subject: |
|
|
Before i started with Gentoo i've used SuSE (written as S.u.S.E. back then) and RedHat (i still have a 6.0 boxed version , i couldn't download back then).
Main reason to look for other distro's are the (in my opinion) stupid programs that are supposed to make system configuration easier (YaST anyone?). Main problem with them is that they make a generic problem (for example: how to configure via ntp.conf) into a distro and tool specific problem, often limiting your options because the tool's programmer didn't think about all the use cases, and often keeping you stupid because they hide the "complexity" of how stuff really works.
Fortunately Gentoo has none of this . I also like the fact that it compiles everything from source so i have control over the dependencies using USE flags. Even patching sources couldn't be easier with user patches, try that with some fancy binary distro where you first have to install a lot of -dev packages before you can actually compile and consequently have to install the package outside the package managers control.
And last but sure not least, Gentoo has a helpful and knowledgeable community _________________ The gentoo way of bringing peace to the world:
USE="-war" emerge --newuse @world
My shared code repository: https://code.pa4wdh.nl.eu.org
Music, Free as in Freedom: https://www.jamendo.com |
|
Back to top |
|
|
pandoraxero n00b
Joined: 15 Nov 2009 Posts: 56 Location: USA. Southeast
|
Posted: Sat Apr 15, 2023 7:39 pm Post subject: |
|
|
Juippisi wrote: | Bought and got my first 64-bit processor and searched for a distribution that supported it. Jump from Slackware to Gentoo was rather easy . 2003. |
If memory serves, back then your only option for x86-64 Slackware was Slamd64.
One of the best things about Gentoo is also one of the more time-consuming things about it: Everything which CAN be compiled from source, WILL be compiled from source.
That means making it support new architectures, unlike with binary distros, does NOT require distro maintainers to recompile everything on the new platform and package it up.
And, of course, if you've got the guts to do so, you can try installing any package on any architecture. Not supported? Not a problem, just set accept_keywords for that package to '**'
A terrible idea, sure, but if you are perhaps somewhat lacking in the sanity department, and don't mind your install being similarly lacking sanity, you can do just that. |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54572 Location: 56N 3W
|
Posted: Sat Apr 15, 2023 7:50 pm Post subject: |
|
|
pandoraxero,
That's exactly what you do to test a package for its ~arch keyword, where its not yet keyworded.
Its a well trodden path. Yes stuff breaks, so file bugs. Stuff works, file bugs or PRs to apply the ~arch keyword. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
Chiitoo Administrator
Joined: 28 Feb 2010 Posts: 2718 Location: Here and Away Again
|
Posted: Sat Apr 15, 2023 8:58 pm Post subject: |
|
|
Always (like since around 2000) wanted to try Linux, but could never decide on which distribution to try, and didn't give it that much thought overall.
In 2010, I finally installed Ubuntu, but felt it was quite boring... so to speak. Kind of like Windows.
I unfortunately can't remember how I found out about Gentoo. Maybe distrowatch, though I don't remember how I would have bumped into that either, or why it would have made me look at Gentoo.
Either way, already at the install phase I was hooked! Kind of reminded me of Commodore 64, the only time I had used something similar to a terminal to launch games, and even program some simple games (that, and Dragon 32).
Definitely did not imagine I'd become a forum admin, and an ebuild maintainer myself at any point, but here we are. ^^;
Learned so many things during my time here it's kind of crazy, and the team, as well as the community as a whole are definitely things keeping me around even though there have been some rough times...
pandoraxero wrote: | Not supported? Not a problem, just set accept_keywords for that package to '**'
A terrible idea, sure, but if you are perhaps somewhat lacking in the sanity department, and don't mind your install being similarly lacking sanity, you can do just that. |
Hmmm... :]
Code: |
cat /etc/portage/package.accept_keywords/*
cross-i686-w64-mingw32/binutils x86 ~x86 -amd64 -~amd64
cross-i686-w64-mingw32/gcc x86 ~x86 -amd64 -~amd64
cross-i686-w64-mingw32/mingw64-runtime x86 ~x86 -amd64 -~amd64
cross-i686-w64-mingw32/gdb x86 ~x86 -amd64 -~amd64
cross-x86_64-w64-mingw32/binutils amd64 ~amd64
cross-x86_64-w64-mingw32/gcc amd64 ~amd64
cross-x86_64-w64-mingw32/mingw64-runtime amd64 ~amd64
cross-x86_64-w64-mingw32/gdb amd64 ~amd64
=games-server/halflife-steam-2.0 **
#kde-apps/* **
#kde-frameworks/* **
#kde-plasma/* **
#dev-libs/plasma-wayland-protocols **
kde-frameworks/solid **
kde-plasma/kscreenlocker **
dev-scheme/libtoxcore-racket **
dev-util/lxqt-build-tools **
dev-libs/libqtxdg **
lxqt-base/* **
media-gfx/lximage-qt **
x11-misc/obconf-qt **
x11-misc/pcmanfm-qt **
x11-libs/libfm-qt **
x11-themes/lxqt-themes **
app-arch/lxqt-archiver **
x11-libs/qtermwidget **
x11-terms/qterminal **
app-misc/qtxdg-tools **
media-video/obs-studio **
#app-emulation/wine-staging **
www-client/falkon **
app-mobilephone/heimdall **
#sys-devel/gcc:10 **
#media-libs/imlib2 **
#x11-base/xorg-drivers **
#x11-base/xorg-server **
#dev-libs/libg15 **
#dev-libs/libg15render **
#app-misc/g15daemon **
#media-video/obs-studio **
app-emulation/winetricks **
#app-emulation/wine **
# net-misc/dhcpcd **
# <=sys-apps/portage-2.2.0 **
# =net-im/kmess-2.0.9999 **
# =media-video/glc-9999 **
# app-misc/g15daemon **
# dev-libs/libg15 **
# games-roguelike/dwarf-fortress **
# Things for Tox.
#net-libs/tox **
net-im/qtox **
#=media-libs/libfilteraudio-9999 **
#www-client/qupzilla **
#media-video/obs-studio **
#games-fps/unreal-tournament-goty **
media-libs/avidemux-plugins **
media-video/avidemux **
media-libs/avidemux-core **
#media-libs/libvpx **
#media-video/ffmpeg **
app-emulation/wine-vanilla **
app-emulation/wine-staging **
app-editors/featherpad **
app-editors/feathernotes **
media-libs/mesa **
media-plugins/audacious-plugins **
media-sound/audacious **
net-misc/streamlink **
app-misc/radeontop **
x11-apps/radeon-profile **
#x11-drivers/xf86-video-amdgpu **
cross-i686-w64-mingw32/gcc
#net-p2p/ktorrent **
#net-libs/libktorrent **
net-vpn/openconnect **
<media-gfx/gimp-9999 **
net-libs/toxext **
net-libs/tox-extension-messages **
app-eselect/eselect-wine **
www-client/otter **
#dev-qt/qtxmlpatterns:5/5.6 **
#dev-qt/qttest:5/5.6 **
#dev-qt/qtwidgets:5/5.6 **
#dev-qt/qtdeclarative:5/5.6 **
#dev-qt/qtgui:5/5.6 **
#dev-qt/qtcore:5/5.6 **
#dev-qt/qtwebchannel:5/5.6 **
#dev-qt/qtwebengine:5/5.6 **
#dev-qt/qtnetwork:5/5.6 **
#=dev-qt/qt-creator-9999 **
#dev-qt/*:5/5.7 **
#dev-qt/qt-creator **
#dev-qt/*:5/5.8 **
#dev-qt/*:5/5.9 **
#dev-qt/*:5/5.10 **
#dev-qt/*:5/5.11 **
#dev-qt/*:5/5.12 **
#dev-qt/*:5/5.13 **
#dev-qt/*:5/5.14 **
#dev-qt/qtsql:5/5.14.9999 **
#dev-qt/qtsql:5/5.15.2.9999 **
#dev-qt/qtgui:5/5.15.2.9999 **
#dev-qt/qtcore:5/5.15.2.9999 **
#dev-qt/*:5 **
#=dev-qt/qtwebengine-5.11.9999 **
#=dev-qt/qtcore-5.9.0_rc **
www-client/qupzilla **
dev-qt/qtbase:6 **
dev-qt/qtshadertools:6 **
dev-qt/qtdeclarative:6 **
dev-qt/qtwebengine:6 **
dev-qt/qtwebchannel:6 **
dev-qt/qtsvg:6 **
dev-qt/qttools:6 **
dev-qt/qtmultimedia:6 **
dev-qt/qtwayland:6 **
#dev-qt/qtwaylandscanner **
dev-qt/qtwebsockets:6 **
dev-qt/qttimeline:6 **
dev-qt/qtquick3d:6 **
dev-qt/qtquicktimeline:6 **
dev-qt/qtcharts:6 **
dev-qt/qtnetworkauth:6 **
dev-qt/qtserialport:6 **
dev-qt/qt5compat:6 **
#dev-qt/*:5/5.15 **
#dev-qt/*:5/5.15.6 **
#=dev-qt/qtquickcontrols-5.15.6* **
#=dev-qt/qtxmlpatterns-5.15.6* **
#=dev-qt/qttranslations-5.15.6* **
#=dev-qt/linguist-tools-5.15.6* **
#=dev-qt/qtgraphicaleffects-5.15.6* **
net-im/tox-core **
net-im/toxic **
net-misc/youtube-viewer **
|
_________________ Kindest of regardses. |
|
Back to top |
|
|
duane Apprentice
Joined: 03 Jun 2002 Posts: 193 Location: Oklahoma City
|
Posted: Sat Apr 15, 2023 11:21 pm Post subject: |
|
|
I started using ms-dos in the mid 1980s, then (grudgingly) added windows in the mid 1990s. After the turn of the century, I was already getting sick of microsloth's philosophy, so I decided to try that free operating system that I'd heard about on some forum. Ubuntu was the newest, sparkliest thing at the time, so that's what I went with -- dual booting at first.
After a few months, I realized that I really didn't need windows anymore, and dumped it. Then I started getting bored of ubuntu and wanted to try something else. Everyone I chatted with advised me to stay away from gentoo, because it was way too difficult to be useful. Naturally, I did the opposite of the common wisdom, and found that (if you could follow instructions) it was fairly easy to use.
But, I got bored of gentoo eventually, and installed another binary distribution. By then, I'd gotten used to being able to configure everything the way I wanted, so the other distributions felt like badly fitted shoes. I bounced back and forth over the years, but always ended up with gentoo again, with the lyrics from Hotel California echoing through my head. |
|
Back to top |
|
|
sublogic Apprentice
Joined: 21 Mar 2022 Posts: 269 Location: Pennsylvania, USA
|
Posted: Sat Apr 15, 2023 11:34 pm Post subject: |
|
|
Around 2004, had ordered a laptop for work, chosen from the authorized models. Consulting mobilix (later tuxmobil.org, now extinct) there was one reported install using Gentoo. So Gentoo it was.
Stage 1 installs were a thing back then. I remember thinking, "Linux from Scratch must feel like this, except you wouldn't be riding a jet engine."
The laptop was good, and so was the distro. |
|
Back to top |
|
|
flexibeast Guru
Joined: 04 Apr 2022 Posts: 425 Location: Naarm/Melbourne, Australia
|
Posted: Sun Apr 16, 2023 2:07 am Post subject: |
|
|
First started using Linux in the late 90s[a], RedHat 5.2 'Apollo'. Have come to Gentoo via Mandriva, Ubuntu, Debian and Void, using a Linux system as my daily driver for the last couple of decades. Moved from Debian to Void as a result of the former moving to systemd, which felt unnecessarily overcomplicated and overengineered for my particular use-case, and which felt like it significantly reduced my ability to understand and fix problems with my system. (Of which i encountered a number with systemd. though i can't remember them all now, other than hangs/timeouts on laptop startup and shutdown.) i certainly didn't/don't have a problem with systemd on the basis of it being 'new' - in the last several years i've learned runit, s6, 66, mdoc(7) for writing man pages, and POSIX-portable shell. The issue is more often that i enjoy learning too many new things at once.
Void is an excellent binary distro, but i realised i've come to the point where i know what i do and don't want/need on my system, and Gentoo gives me fine-grained control over that. But i also quickly came to appreciate Gentoo's overall design, and very informative and helpful output from things like emerge; and i've also found the Gentoo community to be friendly and helpful.
[a] Although i first started using computers in the early 80s - 6502-based machines like the Apple IIe and the TRS-80 (and later the BBC-B). Later used and played around on the 8086-based Amstrad PC1512 and the 68000-based Amigas and Macs. |
|
Back to top |
|
|
pandoraxero n00b
Joined: 15 Nov 2009 Posts: 56 Location: USA. Southeast
|
Posted: Mon Apr 17, 2023 12:28 am Post subject: |
|
|
Chiitoo wrote: | Always (like since around 2000) wanted to try Linux, but could never decide on which distribution to try, and didn't give it that much thought overall.
In 2010, I finally installed Ubuntu, but felt it was quite boring... so to speak. Kind of like Windows.
I unfortunately can't remember how I found out about Gentoo. Maybe distrowatch, though I don't remember how I would have bumped into that either, or why it would have made me look at Gentoo.
Either way, already at the install phase I was hooked! Kind of reminded me of Commodore 64, the only time I had used something similar to a terminal to launch games, and even program some simple games (that, and Dragon 32).
Definitely did not imagine I'd become a forum admin, and an ebuild maintainer myself at any point, but here we are. ^^;
Learned so many things during my time here it's kind of crazy, and the team, as well as the community as a whole are definitely things keeping me around even though there have been some rough times...
pandoraxero wrote: | Not supported? Not a problem, just set accept_keywords for that package to '**'
A terrible idea, sure, but if you are perhaps somewhat lacking in the sanity department, and don't mind your install being similarly lacking sanity, you can do just that. |
Hmmm... :]
|
Wow. that is a lot of '**'.
I have <app-emulation/wine-vanilla-9999 and <wine-staging-9999 in my world file, and ==9999 of each also, to ensure both are pulled in. I put the ==9999 in manually to ensure future ==9999 installs wouldn't somehow overwrite the <9999 entries...
...along with '~amd64' for <9999 and '**' for ==9999 in my accept_keywords. Fairly certain that's the only thing I'm currently using '**' on with any of my systems since 'arm64' became more stable. My Pi3 used A LOT of '**' before that. (And my Pi4, too, I think)
Being able to make this kind of customization, that's what has kept me here. Of course, as you know, I have used a number of different distros since... but only really for testing purposes. |
|
Back to top |
|
|
Spanik l33t
Joined: 12 Dec 2003 Posts: 995 Location: Belgium
|
Posted: Mon Apr 17, 2023 7:59 am Post subject: |
|
|
Tried a boxed version of SuSE a very long time ago. Interesting but no internet so getting other applications was almost impossible. I went back to Windows. Then loosing a lot of work (and not only mine) due to the idiot way Windows manages disks with those drive letters I decided to take another look at Linux.
By now we were early 2000's, I "needed" a new pc, internet was there and was working at another company with software guys that ran everything from Linux, OS/2 on a dual Alpha and a HA cluster to serve mp3's over the company network. (those were the days) So I went to them and asked around a bit. Debian seemed to be the most popular. Gave Debian a try, but couldn't get further than a terminal. Went back to Suse but while I had the audio I wanted I couldn't get other stuff running. Then took a try with RH (was it already Fedora). Here it was the opposite, I got everything I wanted except the audio. Ubuntu was the new kid on the block then so I gave that a try. But didn't even got to install it on the pc.
Don't know where I heard it but someone told me that Gentoo had a good handbook on installing. So I tried that. Worked my way through the handbook and a stage 1 install. Everything worked from the first time. Whatever I wanted to add I found in the repository and after emerging it just worked. So I stayed with it.
It really is the handbook and the forum that does it for me. _________________ Expert in non-working solutions |
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20476
|
Posted: Mon Apr 17, 2023 3:21 pm Post subject: |
|
|
Chiitoo wrote: | Hmmm... :]
Code: |
cat /etc/portage/package.accept_keywords/* |
| <oh_thats_terrifying.gif> _________________ Quis separabit? Quo animo? |
|
Back to top |
|
|
mrbassie l33t
Joined: 31 May 2013 Posts: 821 Location: over here
|
Posted: Mon Apr 17, 2023 5:39 pm Post subject: |
|
|
pjp wrote: | Chiitoo wrote: | Hmmm... :]
Code: |
cat /etc/portage/package.accept_keywords/* |
| <oh_thats_terrifying.gif> |
Arch user here, no_it_isn't.gif |
|
Back to top |
|
|
Linubie Guru
Joined: 11 Jun 2004 Posts: 381
|
Posted: Mon Apr 17, 2023 8:40 pm Post subject: |
|
|
Juippisi wrote: | Bought and got my first 64-bit processor and searched for a distribution that supported it. Jump from Slackware to Gentoo was rather easy . 2003. |
Nearly the same for me except it was Debian and the year was 2004. ;O) _________________ Mircosoft software is like having sex with a stranger, you always have to be careful not to get infected with something... |
|
Back to top |
|
|
carcajou Apprentice
Joined: 10 Jun 2008 Posts: 248
|
Posted: Tue Apr 18, 2023 6:53 am Post subject: |
|
|
Started with Linux I think in 2003 or 2004, it was Mandrake. Moved to Slackware rather quickly.
Few years later got bored with Slackware and I thought that it would be good idea to move to a more "mainstream" distro, so I started mini-project - I wanted to use network/minimal installation where I would install the system from the scratch with only the packages I need/use. Tried Fedora Core, Ubuntu, SuSE and Mandriva, but ended with disappointing results. Simply when you get to full blown desktop, you already had bloated system and it seemed impossible to reach my aim with binary package manager, unless I manually (re)build packages.
So I decided to go with Gentoo, because it seemed that I can achieve what I want. It was correct choice - I could have full desktop system, while keeping installed software at minimum and it was extremely fast and performant. Additionally, Gentoo installation and daily usage got me fascinated with build systems and compilers. Simply, this act of transforming something from human readable form to binary and machine code, that later perfectly fits into the OS setup, was/is extremely interesting to me. |
|
Back to top |
|
|
stefan11111 l33t
Joined: 29 Jan 2023 Posts: 934 Location: Romania
|
Posted: Tue Apr 18, 2023 9:16 am Post subject: |
|
|
I got tired of what windows was doing and I decided to move to linux. I knew a thing or two about it already and I was confortable with the command line. I wanted customization and to learn more about linux. I first thought about using arch, but I found it less appealing than gentoo and LFS seemed like a burden to maintain, so gentoo it was. _________________ My overlay: https://github.com/stefan11111/stefan_overlay
INSTALL_MASK="/etc/systemd /lib/systemd /usr/lib/systemd /usr/lib/modules-load.d *udev* /usr/lib/tmpfiles.d *tmpfiles* /var/lib/dbus /usr/bin/gdbus /lib/udev" |
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20476
|
Posted: Tue Apr 18, 2023 4:51 pm Post subject: |
|
|
mrbassie wrote: | Arch user here, no_it_isn't.gif | I prefer stable systems. I've never used Arch. Is comparing the two reasonable with regards to using the latest builds, including the "live" ones? _________________ Quis separabit? Quo animo? |
|
Back to top |
|
|
Chiitoo Administrator
Joined: 28 Feb 2010 Posts: 2718 Location: Here and Away Again
|
Posted: Tue Apr 18, 2023 5:23 pm Post subject: |
|
|
The fact how stable my system has been even with all those '**' and live ebuilds I have been using, and how easy the tools Gentoo provides make it to switch between those and the more stable options, roll back, or/and to test, bisect, and eventually contribute to projects is definitely another reason I stick around still.
I like to catch issues early on, and, if possible, get them fixed before actual releases, though regrettably I've had a lot less time for it as of late (silly work getting in the way and stuff). _________________ Kindest of regardses. |
|
Back to top |
|
|
dmpogo Advocate
Joined: 02 Sep 2004 Posts: 3412 Location: Canada
|
Posted: Tue Apr 18, 2023 5:37 pm Post subject: |
|
|
Juippisi wrote: | Bought and got my first 64-bit processor and searched for a distribution that supported it. Jump from Slackware to Gentoo was rather easy . 2003. |
Same here, early 2004, got a quad Opteron server - first distribution which supported 64-bit. Came from RedHat/Fedora. Never had worked on or owned a Windows machine - had been with different flavours of Unix since 1985. |
|
Back to top |
|
|
duane Apprentice
Joined: 03 Jun 2002 Posts: 193 Location: Oklahoma City
|
Posted: Tue Apr 18, 2023 9:52 pm Post subject: |
|
|
pjp wrote: | mrbassie wrote: | Arch user here, no_it_isn't.gif | I prefer stable systems. I've never used Arch. Is comparing the two reasonable with regards to using the latest builds, including the "live" ones? |
With the exception of the early days of systemd, I've had more stability problems on gentoo than on archlinux. I try not to use unstable versions, but some packages don't give you the choice. On the other hand, it was easier to fix problems with gentoo packages.
Just an anecdote. |
|
Back to top |
|
|
kernel_tux n00b
Joined: 15 Feb 2022 Posts: 33 Location: Denver, CO
|
Posted: Wed Apr 19, 2023 3:01 pm Post subject: |
|
|
For me, it was the "The Gentoo Challenge." I had recently purchased a $200 Thinkpad specifically for distro testing...so if I borked it, I wouldn't lose anything that's mission-critical. Once I got a GUI installed, I figured "Hey, I got it this far, why not actually try running it?"
That was about a year ago, and I've been running it off/on ever since. The distro-hopper in me never went away, and I still check out shiny distro releases for a few weeks, but I always return to my Gentoo home. |
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20476
|
Posted: Wed Apr 19, 2023 10:18 pm Post subject: |
|
|
duane wrote: | pjp wrote: | mrbassie wrote: | Arch user here, no_it_isn't.gif | I prefer stable systems. I've never used Arch. Is comparing the two reasonable with regards to using the latest builds, including the "live" ones? |
With the exception of the early days of systemd, I've had more stability problems on gentoo than on archlinux. I try not to use unstable versions, but some packages don't give you the choice. On the other hand, it was easier to fix problems with gentoo packages.
Just an anecdote. | I don't recall having any stability issues with Gentoo. The closest would have been in my first few years of using it when I grew tired of managing ~keywords. I froze the versions and allowed stable to catch up and have never looked back. If I'm curious about a package that is or otherwise requires some testing packages, they either work (usually) or it wasn't important enough to bother with. For the latter, I haven't missed whatever they were as I only have a vague sense that it has happened. _________________ Quis separabit? Quo animo? |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|