Hacker News new | ask | show | jobs
by istvan__ 4067 days ago
I am not sure what you are talking about. I am talking about this:

"Within 9 days, all of the top 10 Linux distributions will use systemd by default, or descend from one that does." https://chimeracoder.github.io/docker-without-docker/#1

1 comments

What they mean is when the slides were made, Debian 8 was about to be released in "stable" with systemd. With debian 8 released the only oddball is ubuntu with their own early fork of systemd called upstart. It means from this day forward the things you see in the demo are already or inevitably available on every install of linux. You don't need to install anything special to do what he's doing there.

http://upload.wikimedia.org/wikipedia/commons/5/58/Linux_Dis...

1. Upstart is not a fork of systemd, and was started a fair amount of time before systemd. 2. Ubuntu 15.04 just shipped with systemd as the default init system (although installing "upstart-sysv" the system should revert to using upstart).
Note that in the Grub boot menu you can also choose whether Ubuntu 15.04 boots with upstart or systemd. Both are functional.

Thankfully that saved me when systemd couldn't grasp the concept of a btrfs volume being spread over two disks (raid 0).

This is exactly my problem with systemd. It exposes new problems and issues while does not provide the same functionality that software it is replacing.
really? i have that exact setup except with three striped disks, it works fine
Gory details are at https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/14478...

It actually mounts root correctly, but them fails to mount home which has exactly the same details except a different subvol parameter.

Systemd seems to have ongoing problems with mounting...
"inevitably available on every install of linux"

s/every/most.

Slackware and a few others still do not use systemd and quite possibly never will.

Gentoo supports both ways - with or without (using eudev instead of udev) systemd.