Live data from Hacker News

Systemd v218

lists.freedesktop.org

1–10 of 65 posts

Re: Systemd v218

#2
This is cool:

  * systemctl gained a new "edit" command. When used on a unit
    file this allows extending unit files with .d/ drop-in
    configuration snippets or editing the full file (after
    copying it from /usr/lib to /etc). This will invoke the
    user's editor (as configured with $EDITOR), and reload the
    modified configuration after editing.

Re: Systemd v218

#6

When will this madness stop? Will systemd not be satisfied til it has subsumed the universe into one great pid 1 singularity?

systemd - the emacs of init systems.

Re: Systemd v218

#7

When will this madness stop? Will systemd not be satisfied til it has subsumed the universe into one great pid 1 singularity?

I think you are mistaking systemd pid1 and systemd the project, this is not in pid1 but in the networkd component.

Re: Systemd v218

#8
post #7

When will this madness stop? Will systemd not be satisfied til it has subsumed the universe into one great pid 1 singularity?

I think you are mistaking systemd pid1 and systemd the project, this is not in pid1 but in the networkd component.

And it's substantially south of 1000 lines of code. It's not a full PPP daemon, but it is enough to set up (it seems) PPPoE - useful, example, for small embedded DSL routers.

I love that people bash Lennart for code he didn't even write...

Re: Systemd v218

#9

Why should an init.d replacement have something even remotely to do with PPPoE? What ever happened to orthogonal design?

There are legitimate reasons for moving the functionality of an external program into a library and using the library directly. Unfortunately, the reason for a PPoE library is not given. If I had to guess, it probably has something to do with running on an embedded platform. Or, possibly, the normal pppd binary requires too much of an operating system than systemd can provide at the point where networking needs to be set up.

These are my guesses. Your guess seem to be that Lennart is unaware or unwilling to consider orthogonal design?

Re: Systemd v218

#10
post #7

When will this madness stop? Will systemd not be satisfied til it has subsumed the universe into one great pid 1 singularity?

I think you are mistaking systemd pid1 and systemd the project, this is not in pid1 but in the networkd component.

Maybe systemd as a project should try a rebranding campaign. The init daemon is only one of its many tools now.
Post reply on HN