I used to love Arch wholeheartedly. The systemd transition left a bad taste in my mouth, and I haven't felt like I've had full control of my system since then, but I periodically try other Linux distributions but I always end up coming back to Arch. My experience with other distributions always goes something like this: Oh this is nice and easy Hm, there isn't a package for this thing I love. I guess I'll build it my…
So what is the issue with systemd? Any strictly better alternative out there?
Why I Fell in Love with Arch Linux (2015)
201–210 of 284 posts
Re: Why I Fell in Love with Arch Linux (2015)
#202Earlier quoted context omitted.
This sounds suspiciously to me like "I rewrote my program in new language and it was 20% faster and 200% easier!" in that yes, your new experience may be better, but that's not necessarily attributable to the new language/operating system, but instead that you just got rid of all the old cruft. It's entirely possible (and sounds to me likely, based on your story) that you could have just reinstalled Arch with the sam…
Sure, I could have reinstalled Arch, but 1) that sort of breaks the whole "install once, update forever" ideal many Arch proponents trot out, and 2) that would still require me to install everything manually, set up the base system manually, fiddle around with config files and so on. In comparison, to install Mint, I popped in the USB stick, ran the installer and that was it. The most complicated thing was the partit…
Re: Why I Fell in Love with Arch Linux (2015)
#203Earlier quoted context omitted.
No judgement, I've been in the same place. What you describe sounds like the consequence of installing a lot of packages. Arch "prefers" when you strip it down to what you need , if only because that way you don't need to worry about too many version mismatches.
So if you actually try to use the system for more than a handful of things, it tends to break? That's not very reassuring.
If you're looking for your computer to Just Work(tm) look elsewhere. However I stand by my comment about it being an outstanding learning tool for the curious & future sysadmins.
Re: Why I Fell in Love with Arch Linux (2015)
#204I'm a big fan of the Arch User Repository (AUR). But Arch itself takes too long to configure and breaks from time to time so I switched to Manjaro which is based on Arch but has its own repos with more config files already prepared for you. Also it's not rolling release but updates once a week which allows the maintainers to check for errors before they reach the users. Because of the AUR I actually think Manjaro can…
Re: Why I Fell in Love with Arch Linux (2015)
#205Earlier quoted context omitted.
> I switched to Arch right after the systemd transition, so I'm sure I missed a big opportunity for breakage. I've had a server running for several years on Arch. The systemd transition wasn't bad. I didn't have any custom init scripts to migrate, so it was mostly update & reboot. Arch is a great install once and update forever system. I even migrated my install in-place from x86 to amd64 after upgrading the CPU. The…
> I even migrated my install in-place from x86 to amd64 after upgrading the CPU My hat is off to you -- I would have guessed that wasn't possible!
On Exherbo, after cross compiling, one only needs to change the /usr/host symlink and reboot.
Re: Why I Fell in Love with Arch Linux (2015)
#206Earlier quoted context omitted.
> I switched to Arch right after the systemd transition, so I'm sure I missed a big opportunity for breakage. I experienced that transition and while you had to read the wiki somewhat carefully, I remember being a bit 'disappointed' afterwards as to how smooth/uneventful it was, it sounded way more scary than it actually was.
Well, just yesterday, I had to go back a release from Ubuntu 17.04 to 16.04 because of some oscure DNS related systemd-resolved bug which I spent all day trying to fix. Mind you, this bug has been under active discussion for a while now. Since my 16.04 server is just a day old now, I'm thinking I'll bite the bullet and switch to a troublefree distro recommended in this thread. (Not a Linux cognoscenti.)
Did you add DNSSEC=no to /etc/systemd/resolved.conf? That fixed the problem I had yesterday, which is probably a different problem.
Re: Why I Fell in Love with Arch Linux (2015)
#207Volunteer from Arch Linux here. I ask this whenever a big thread comes up: are there any packages in the AUR that you'd really like to see be made into an official package?
qownnotes (one of the best FOSS Evernote alternatives)
Re: Why I Fell in Love with Arch Linux (2015)
#208For beginners https://antergos.com/ is a clean version of Arch just with a simple installer. So you get all the benefits of Arch with no bloat (like Manjaro) and don't have to learn installing the OS manually.
Re: Why I Fell in Love with Arch Linux (2015)
#209I used to love Arch wholeheartedly. The systemd transition left a bad taste in my mouth, and I haven't felt like I've had full control of my system since then, but I periodically try other Linux distributions but I always end up coming back to Arch. My experience with other distributions always goes something like this: Oh this is nice and easy Hm, there isn't a package for this thing I love. I guess I'll build it my…
Re: Why I Fell in Love with Arch Linux (2015)
#210I fell in love with Arch, after having used Gentoo for years, and Debian before that. The straightforwardness appealed to me, it's a binary distribution with a rolling release cycle and no custom-finagled packages. But after a while, I got tired of manually configuring everything , doing all kinds of weird house-keeping and having to randomly boot from a USB stick to rescue my system from some update with untested co…