Linux greybeards release beta of systemd-free Debian fork
theregister.co.uk
Linux greybeards release beta of systemd-free Debian fork
1–10 of 189 posts
Re: Linux greybeards release beta of systemd-free Debian fork
#2Re: Linux greybeards release beta of systemd-free Debian fork
#3Re: Linux greybeards release beta of systemd-free Debian fork
#4Nice, but from the users' standpoint it would've been better if they had worked with Debian rather than rolling out their own distro.
Re: Linux greybeards release beta of systemd-free Debian fork
#5Init should be just this: http://git.suckless.org/sinit/tree/sinit.c , systemd incorparates too much funcitonality IMO, I cant get used to it. Well, but its a free world, I have even written a Go init, some guy did Rust based, and upstart is still being used by Ubuntu 14.04, I like choices, and happy to see this alternative as well.
2. Speaking of kernel code, have you looked at how much stuff is going on in the kernel? Why does pid 1 get this much scrutiny, but the kernel, which definitely can't die, gets a free pass? On my system there are 77 kernel threads. Seventy-seven! What are they all doing??
And there are plenty of alternative kernels you can use. Multiple ones even have Linux binary compatibility.
3. Is the argument for suckless init the same as that for EWONTFIX init (on which it is based)? If so, would a fork of systemd that split it into two processes, PID 1 that reaps reparented zombies and tells PID 2 about it (over a one-way pipe, so PID 1 has no increased attack surface), be an acceptable option?
Re: Linux greybeards release beta of systemd-free Debian fork
#6Re: Linux greybeards release beta of systemd-free Debian fork
#7Nice, but from the users' standpoint it would've been better if they had worked with Debian rather than rolling out their own distro.
The problem sort of is that (the rest of) Debian wouldn't work with them on this.
This is a very good news. Indeed it would have better if the Debian had been a little bit more flexible and sensible on this issue.
Congrats Devuan folks! My heartfelt thanks too.
Edit: added my thanks and clarification for desktop-user.
Re: Linux greybeards release beta of systemd-free Debian fork
#8Counterpoint from a former systemd skeptic who now likes it: http://changelog.complete.org/archives/9655-count-me-as-a-sy...
It also takes over virtual terminals, syslog services, login management, network interface configuration, dhcp, system time, udev device management, containers (machined, dbus, cgroups).
That, to me, is where more of the concern lies.
Re: Linux greybeards release beta of systemd-free Debian fork
#9Nice, but from the users' standpoint it would've been better if they had worked with Debian rather than rolling out their own distro.
I go for popular distros because it's more likely that bugs are found and community help is available.
I also do very little customization. If the default window system is Gnome, that's what I use. If it's KDE or something else, that's fine too. Again, they are all good enough.
I use Linux, I'm a huge fan of it, but I'm not dogmatic. Using Linux is a way for me to get work done, but it isn't the goal itself.
Re: Linux greybeards release beta of systemd-free Debian fork
#10However I still dislike its monolithic nature, its folding in of journaling and udev, and all the rest of the creep.