The Fedora 45 Sausage Factory
Posted by 6581 2 days ago
Comments
Comment by cube00 2 days ago
I had a service complaining about the root file permissions which changed between Fedora versions [1]. I was never able to figure out what produced the file system image but thanks so this guide I know where to start looking now.
Comment by mdlxxv 2 days ago
https://web.archive.org/web/20230112002240/https://beefymira...
Comment by hangrybear666 2 days ago
Comment by supakeen 2 days ago
Personally I feel a good way to get involved is to test updates in bodhi for those packages you care about, or to take part in the process that happens around release time where we go through several freeze cycles and have 'blocker bugs' that need their fixes to be validated: https://fedoraproject.org/wiki/QA:SOP_blocker_bug_process
Comment by q8zd3 2 days ago
Comment by 28304283409234 2 days ago
Comment by setopt 2 days ago
Comment by trentor 2 days ago
Comment by xorcist 1 day ago
Comment by TazeTSchnitzel 2 days ago
Comment by WesolyKubeczek 2 days ago
At least 6 years ago, this was not entirely true: a package happened to build only because, by happy accident, the builder had a dependency installed by something else. Since the dependency was not in its Build-Requires:, the build would fail in COPR, which really used a clean room. A case of being saved by the alphabetic order, I guess?
Maybe they have updated Koji since.
Comment by supakeen 2 days ago
It's definitely possible that one of a packages build dependencies pulls in something that a package /should/ depend on and then when it drops it suddenly the build fails. That's why I think we mostly want 'autogenerated' BuildRequires nowadays that are generated based on the upstream source or packaging format to make that less of a figuring out excercise.
Comment by hnmu4c5zar 2 days ago
Comment by einpoklum 2 days ago
Comment by lutoma 2 days ago
Comment by root-parent 2 days ago
https://suckless.org/sucks/systemd/
https://without-systemd.org/wiki/index_php/Arguments_against...
Comment by jcastro 2 days ago
Comment by root-parent 2 days ago
Comment by rogerrogerr 2 days ago
Comment by petee 2 days ago
For example, I tried to config gpsd to use another port, nothing would work; systemd quietly overrides gpsd's configfile and required additional systemd incantations to change what should have been easy. And the man pages are a mess
And journalctl makes me want to pull my hair out; just let me grep a regular file - discovering namespaces is a nightmare
Comment by c-hendricks 1 day ago
I'm also not sure how systemd could override a config file, because systemd does not write the unit files on a system. Wouldn't that be on the maintainer, distro, or other methods of getting the unit file?
Comment by petee 1 day ago
To me its just more complexity, and not super consistent, which is fine for enterprise, or automation. I'm used to openbsd, regular shell init scripts go in /etc/rc.d, and my logs are in /var/log. Can't get much simpler than that, but i understand its limitations, and Linux is certainly more of a hodgepodge
Edit: found my notes, first was discovering the "gpsd" & "gpsd.socket" namespaces existence, then needing to do "systemd edit --full gpsd.socket" because without "--full" it makes an override file that didn't actually override anything...my note quality declined rapidly after that due to anger
Comment by shalg 2 days ago
Comment by oblio 1 day ago
ls has more flags than a Soviet military parade.
Comment by root-parent 2 days ago
Comment by amlib 2 days ago
Some programs can crash when all their files are suddenly swapped for new ones. I've seen multiple linux systems bork themselves during an update because the update itself caused the desktop session to crash, which caused the update process to be interrupted just as it was modifying some crucial files, thus rendering the system unbootable.
Comment by miloshadzic 2 days ago
Comment by shalg 2 days ago
Comment by root-parent 2 days ago
Comment by rwmj 2 days ago
Comment by root-parent 2 days ago
Comment by root-parent 2 days ago
Comment by dralley 2 days ago
Comment by einpoklum 2 days ago
> he systemd project has many different components but they're independent
They _are_ dependent. It's one codebas, and even if you somehow separated it - you would still only have systemd-specific, systemd-dependent replacements for _actual_ independent components.
They all depend on systemd and won't work with anything else, nor on any other operating system either.
Comment by dralley 2 days ago
>> The proof this site is misnamed is that a post criticizing systemd gets downvoted, probably by people who have never questioned why an [[ init system ]] needs to become half the operating system.
So no, I didn't bring it up.
I find the whole argument kind of dumb anyway. People talk about this as if it was a violation of the "Unix Philosophy" when Unix and BSD are developed even moreso in the same way - the init system is sitting in the same repo as the libc, the kernel, and the entire rest of the OS. Linux is alone amongst operating systems in making core system components swappable like to that degree in the first place. It's fine to like that kind of flexibility, but a bit silly to act as though that approach is fundamentally superior. If you want to use non-systemd tools, use a non-systemd distro, that is your choice. Just quit whining about 99.9999% of the other software users on the planet not catering to it.
Comment by einpoklum 2 days ago
No, it is not my choice, because I'm not talking about my PC at home, but rather what organizations use - commercial companies, universities, schools, NGOs etc. And also what users are taught to handle and work with.
But it's not even that: I want systemd to be _dropped_ as a default part of the main Linux distributions. I want only the people who explicitly prefer systemd, to use systemd, and not the rest.
As for the "dumb argument" etc. - what you're saying is that because the different BSD distros are monolithic, then not only should Linux become that way, but - all of the lower-level Linux userspace, above the kernel, should just be handed over to the benevolent oligarchy of the systemd people.
That's a bad idea, both in principle, and also in practice, due to the innumerable problematic design and implementation choices systemd has taken - which developers and sysadmins/power-users did not mandate, agree to or support.
Comment by c-hendricks 1 day ago
How much of a say do you have over the minutiae choices of various organizations anyways?
> I want only the people who explicitly prefer systemd, to use systemd, and not the rest
And some those people that prefer systemd happen to have a lot of influence on the choices for what init system a distro uses.
Maybe we could build something that lets us convert between different init systems to ease the maintenance burden. We'd need a structured format to start from, I wonder what options are out there...
Comment by temp0826 2 days ago
Comment by root-parent 2 days ago
Comment by robmusial 2 days ago
Comment by root-parent 2 days ago
Comment by unethical_ban 2 days ago
If there was a complaint about how systemd complicated builds and tests in a specific way the commenter could name, that'd be valid. Just finger-wagging is tiring after how many, 10 years?
Comment by einpoklum 2 days ago
It's similar for systemd. It's a poor architectural choice and it needs to be undone. And that's ignoring the personal drama surrounding it over the years which, indeed, needs to be let go by now.
As for topicality: This post is about the "sausage" that is a distribution. Following this metaphor and mentioning a problem with a certain kind of sausage is on-topic.