Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.misc > #12043
| From | Dan Espen <despen@verizon.net> |
|---|---|
| Newsgroups | comp.os.linux.misc |
| Subject | Re: What distros *don't* use systemd ? |
| Date | 2014-09-08 14:57 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <luku5v$eri$2@dont-email.me> (permalink) |
| References | (3 earlier) <p9tvdb-ptn.ln1@squidward.local.dionic.net> <lukfpv$ht3$2@dont-email.me> <l121eb-n68.ln1@squidward.local.dionic.net> <lukpo4$or$3@dont-email.me> <6o71eb-dgc.ln1@squidward.local.dionic.net> |
Tim Watts <tw_usenet@dionic.net> writes: > On 08/09/14 18:41, Dan Espen wrote: > >> What I'm seeing is a bunch of complainers that can't seem to >> demonstrate that they have better ideas. > > My "better idea" is to leave sysvinit alone :) > > Making things worse and going away from "unix is lots of small > components, each one doing one job well" is not progress! > >>> My opinion regarding systemd is not so much "if it ain't broke don't >>> fix it" as "it works pretty well, so don't replace it with something >>> complicated, heavy, with binary formats and where the lead devs are >>> rude to the users." >> >> I'm going with identify the problem and then solve it they best >> way you know how. Simplicity should certainly be a goal, both in >> the software and the user interface. I find systemd quite simple >> in the user interface. I have't looked at the code so I'm unable >> to judge whether the software is overly complicated. >> >> But I don't see anyone here making the case that the code >> is overly complicated. > > I think several people have stated the bloat and the "all things in > one place" as a problem. I tend to agree it is not a good thing. > >> In fact one person just claimed that >> the old init system was overly complicated. > > sysvinit /sbin/init is pretty simple. > > (With apologies for granda egg sucking - this is just to illustrate > my point) > > It runs some runs in /etc/inittab and one of those rules (on Debian) > runs a script /etc/init.d/rc on runlevel changes. > > You could argue that the scripts are complicated, though the debian > ones seem clean. This percolates through ultimately to the > > /etc/rcN.d/(S|K)NNthing > > symlinks. > > /sbin/init of course is not tainted by this - it is pretty well defined. > > And simpler embedded hardware may have a much stripped down series of > scripts from /etc/init.d/rc or whatever. > > > It's massively flexible, and leaves the complicated stuff in easily > hackable scripts. > >>> I would be interested in a side discussion of what's wrong with >>> sysvinit and how it could be improved incrementally... >> >> Fine. Bear in mind, that's what the systemd developers did. >> Looks to me like they identified some fundamental issues >> and came up with something not incremental. >> > > Well, if anyone's game to throw up something about the sysvinit way > that pisses them off, I'll have a go at saying how I might address > it. I don't have to agree with you that it's a problem - I'll just try > and address some hypothetical issues for fun... Without being an expert, sysvinit handles devices at system power up, changing init level and system power down. If there is a way to make it handle devices just plugged in, it's not clear. Those scripts, mostly obey "start", "stop". Some also obey "restart", and "load". Without reading the documentation or the shell script there is no way to tell. Many of those scripts must be executed in sequence. During boot up, everything is controlled by the numbers in the symlinks. Later on, when you might want to restart 2 scripts in a sequence, you are out of luck. Running everything sequentially is slow. -- Dan Espen
Back to comp.os.linux.misc | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
What distros *don't* use systemd ? noydb@no.way (Bruce Sinclair) - 2014-09-02 23:35 +0000
Re: What distros *don't* use systemd ? Dan Espen <despen@verizon.net> - 2014-09-02 20:47 -0400
Re: What distros *don't* use systemd ? Andreas Kohlbach <sep14.5.ankman@spamgourmet.com> - 2014-09-03 18:20 -0400
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-03 23:40 +0100
Re: What distros *don't* use systemd ? "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2014-09-03 18:44 -0400
Re: What distros *don't* use systemd ? zeeb <zeeb@zeeb.zeeb> - 2014-09-10 23:16 -0500
Re: What distros *don't* use systemd ? Reinhardt Behm <rbehm@hushmail.com> - 2014-09-11 12:50 +0800
Re: What distros *don't* use systemd ? noydb@no.way (Bruce Sinclair) - 2014-09-07 23:06 +0000
Re: What distros *don't* use systemd ? Dan Espen <despen@verizon.net> - 2014-09-07 20:51 -0400
Re: What distros *don't* use systemd ? "Charles T. Smith" <cts.private.yahoo@gmail.com> - 2014-10-28 16:35 +0000
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-10-28 16:48 +0000
Re: What distros *don't* use systemd ? Dan Espen <despen@verizon.net> - 2014-10-28 14:18 -0400
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-10-28 22:00 +0000
Re: What distros *don't* use systemd ? Baho Utot <baho-utot@columbus.rr.com> - 2014-10-28 18:53 -0400
Re: What distros *don't* use systemd ? Aragorn <thorongil@telenet.be.invalid> - 2014-10-29 09:03 +0100
Re: What distros *don't* use systemd ? Baho Utot <baho-utot@columbus.rr.com> - 2014-10-29 17:32 -0400
Re: What distros *don't* use systemd ? "Charles T. Smith" <cts.private.yahoo@gmail.com> - 2014-11-01 09:17 +0000
Re: What distros *don't* use systemd ? Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2014-11-01 08:07 -0700
Re: What distros *don't* use systemd ? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2014-11-02 04:58 +0000
Re: What distros *don't* use systemd ? Aragorn <thorongil@telenet.be.invalid> - 2014-11-02 06:59 +0100
Re: What distros *don't* use systemd ? Richard Kettlewell <rjk@greenend.org.uk> - 2014-11-02 09:57 +0000
Re: What distros *don't* use systemd ? Clark Smith <noaddress@nowhere.net> - 2014-11-02 14:40 +0000
Re: What distros *don't* use systemd ? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2014-11-02 16:28 +0000
Re: What distros *don't* use systemd ? Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2014-11-02 07:27 -0800
Re: What distros *don't* use systemd ? Baho Utot <baho-utot@columbus.rr.com> - 2014-11-01 11:51 -0400
Re: What distros *don't* use systemd ? Rich <rich@example.invalid> - 2014-11-01 21:46 +0000
Re: What distros *don't* use systemd ? Baho Utot <baho-utot@columbus.rr.com> - 2014-11-01 18:24 -0400
Re: What distros *don't* use systemd ? Rich <rich@example.invalid> - 2014-11-01 15:30 +0000
Re: What distros *don't* use systemd ? Baho Utot <baho-utot@columbus.rr.com> - 2014-11-01 12:45 -0400
Re: What distros *don't* use systemd ? Michael Baeuerle <michael.baeuerle@gmx.net> - 2014-11-02 17:08 +0000
Re: What distros *don't* use systemd ? Baho Utot <baho-utot@columbus.rr.com> - 2014-11-02 15:59 -0500
Re: What distros *don't* use systemd ? William Unruh <unruh@invalid.ca> - 2014-11-02 22:22 +0000
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-11-01 20:13 +0000
Re: What distros *don't* use systemd ? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2014-11-02 04:58 +0000
Re: What distros *don't* use systemd ? Dan Espen <despen@verizon.net> - 2014-10-28 14:15 -0400
Re: What distros *don't* use systemd ? Michael Baeuerle <michael.baeuerle@gmx.net> - 2014-10-28 21:02 +0000
Re: What distros *don't* use systemd ? "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2014-09-02 20:58 -0400
Re: What distros *don't* use systemd ? Robert Riches <spamtrap42@jacob21819.net> - 2014-09-03 03:12 +0000
Re: What distros *don't* use systemd ? noydb@no.way (Bruce Sinclair) - 2014-09-07 23:10 +0000
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-08 07:00 +0100
Re: What distros *don't* use systemd ? Dan Espen <despen@verizon.net> - 2014-09-08 10:51 -0400
Re: What distros *don't* use systemd ? notbob <notbob@nothome.com> - 2014-09-08 15:11 +0000
Re: What distros *don't* use systemd ? Aragorn <thorongil@telenet.be.invalid> - 2014-09-08 17:53 +0200
Re: What distros *don't* use systemd ? The Natural Philosopher <tnp@invalid.invalid> - 2014-09-08 17:26 +0100
Re: What distros *don't* use systemd ? Vilmos Soti <vilmos@soti.ca> - 2014-09-08 09:36 -0700
Re: What distros *don't* use systemd ? The Natural Philosopher <tnp@invalid.invalid> - 2014-09-08 17:42 +0100
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-08 17:52 +0100
Re: What distros *don't* use systemd ? The Natural Philosopher <tnp@invalid.invalid> - 2014-09-08 18:29 +0100
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-08 18:52 +0100
Re: Spam (thread drift) The Natural Philosopher <tnp@invalid.invalid> - 2014-09-08 18:58 +0100
Re: Spam (thread drift) Tim Watts <tw_usenet@dionic.net> - 2014-09-08 19:10 +0100
Re: Spam (thread drift) The Natural Philosopher <tnp@invalid.invalid> - 2014-09-08 19:18 +0100
Re: Spam (thread drift) Marc Haber <mh+usenetspam1118@zugschl.us> - 2014-09-08 22:01 +0200
Re: Spam (thread drift) Tim Watts <tw_usenet@dionic.net> - 2014-09-08 21:23 +0100
Re: Spam (thread drift) Marc Haber <mh+usenetspam1118@zugschl.us> - 2014-09-09 08:58 +0200
Re: Spam (thread drift) Tim Watts <tw_usenet@dionic.net> - 2014-09-09 09:58 +0100
Re: Spam (thread drift) Marc Haber <mh+usenetspam1118@zugschl.us> - 2014-09-09 11:12 +0200
Re: Spam (thread drift) Tim Watts <tw_usenet@dionic.net> - 2014-09-09 11:14 +0100
Re: Spam (thread drift) Tim Watts <tw_usenet@dionic.net> - 2014-09-09 11:16 +0100
Re: What distros *don't* use systemd ? Marc Haber <mh+usenetspam1118@zugschl.us> - 2014-09-08 21:59 +0200
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-08 17:30 +0100
Re: What distros *don't* use systemd ? notbob <notbob@nothome.com> - 2014-09-08 16:32 +0000
Re: What distros *don't* use systemd ? Dan Espen <despen@verizon.net> - 2014-09-08 13:31 -0400
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-08 17:28 +0100
Re: What distros *don't* use systemd ? The Natural Philosopher <tnp@invalid.invalid> - 2014-09-08 17:40 +0100
Re: What distros *don't* use systemd ? Dan Espen <despen@verizon.net> - 2014-09-08 13:41 -0400
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-08 19:05 +0100
Re: What distros *don't* use systemd ? Dan Espen <despen@verizon.net> - 2014-09-08 14:57 -0400
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-08 21:21 +0100
Re: What distros *don't* use systemd ? Dan Espen <despen@verizon.net> - 2014-09-08 17:59 -0400
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-09 07:25 +0100
Re: What distros *don't* use systemd ? John Hasler <jhasler@newsguy.com> - 2014-09-08 15:29 -0500
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-08 22:47 +0100
Re: What distros *don't* use systemd ? noydb@no.way (Bruce Sinclair) - 2014-09-08 23:20 +0000
Re: What distros *don't* use systemd ? John McCue <jmccue@jmclin0.bstnma.east.verizon.net> - 2014-09-09 00:37 +0000
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-09 07:27 +0100
Re: What distros *don't* use systemd ? Rich <rich@example.invalid> - 2014-09-09 10:19 +0000
Re: What distros *don't* use systemd ? Dan Espen <despen@verizon.net> - 2014-09-09 09:25 -0400
Re: What distros *don't* use systemd ? Balwinder S Dheeman <bdheeman.SANSPAM@outlook.com> - 2014-09-09 17:00 +0530
Re: What distros *don't* use systemd ? noydb@no.way (Bruce Sinclair) - 2014-09-09 23:11 +0000
Re: What distros *don't* use systemd ? The Natural Philosopher <tnp@invalid.invalid> - 2014-09-09 01:49 +0100
Re: What distros *don't* use systemd ? noydb@no.way (Bruce Sinclair) - 2014-09-09 04:03 +0000
Re: What distros *don't* use systemd ? William Poaster <wp@dev.null> - 2014-09-09 12:37 +0100
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-09 13:03 +0100
Re: What distros *don't* use systemd ? The Natural Philosopher <tnp@invalid.invalid> - 2014-09-09 13:13 +0100
Re: What distros *don't* use systemd ? Aragorn <thorongil@telenet.be.invalid> - 2014-09-09 14:49 +0200
Re: What distros *don't* use systemd ? noydb@no.way (Bruce Sinclair) - 2014-09-09 23:17 +0000
Re: What distros *don't* use systemd ? Rich <rich@example.invalid> - 2014-09-09 23:45 +0000
Re: What distros *don't* use systemd ? noydb@no.way (Bruce Sinclair) - 2014-09-09 23:14 +0000
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-09 07:29 +0100
Re: What distros *don't* use systemd ? John Hasler <jhasler@newsguy.com> - 2014-09-09 08:11 -0500
Re: What distros *don't* use systemd ? The Natural Philosopher <tnp@invalid.invalid> - 2014-09-09 15:03 +0100
Re: What distros *don't* use systemd ? notbob <notbob@nothome.com> - 2014-09-03 01:52 +0000
Re: What distros *don't* use systemd ? Rich <rich@example.invalid> - 2014-09-03 03:23 +0000
Re: What distros *don't* use systemd ? Keith Keller <kkeller-usenet@wombat.san-francisco.ca.us> - 2014-09-02 22:10 -0700
Re: What distros *don't* use systemd ? noydb@no.way (Bruce Sinclair) - 2014-09-07 23:12 +0000
Re: What distros *don't* use systemd ? Rich <rich@example.invalid> - 2014-09-08 00:51 +0000
Re: What distros *don't* use systemd ? Keith Keller <kkeller-usenet@wombat.san-francisco.ca.us> - 2014-09-07 18:50 -0700
Re: What distros *don't* use systemd ? Aragorn <thorongil@telenet.be.invalid> - 2014-09-08 08:00 +0200
Re: What distros *don't* use systemd ? Thad Floryan <thad@thadlabs.com> - 2014-09-07 23:08 -0700
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-08 10:09 +0100
Re: What distros *don't* use systemd ? The Natural Philosopher <tnp@invalid.invalid> - 2014-09-08 10:57 +0100
Re: What distros *don't* use systemd ? noydb@no.way (Bruce Sinclair) - 2014-09-08 03:57 +0000
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-08 07:02 +0100
Re: What distros *don't* use systemd ? Dan Espen <despen@verizon.net> - 2014-09-08 10:48 -0400
Re: What distros *don't* use systemd ? noydb@no.way (Bruce Sinclair) - 2014-09-08 23:32 +0000
Re: What distros *don't* use systemd ? John Hasler <jhasler@newsguy.com> - 2014-09-08 19:58 -0500
Re: What distros *don't* use systemd ? noydb@no.way (Bruce Sinclair) - 2014-09-09 04:04 +0000
Re: What distros *don't* use systemd ? "J@J.J" <j@j.j> - 2014-09-10 15:17 -0700
Re: What distros *don't* use systemd ? John McCue <jmccue@jmclin0.bstnma.east.verizon.net> - 2014-09-11 02:02 +0000
Re: What distros *don't* use systemd ? Keith Keller <kkeller-usenet@wombat.san-francisco.ca.us> - 2014-09-10 19:20 -0700
Re: What distros *don't* use systemd ? The Natural Philosopher <tnp@invalid.invalid> - 2014-09-11 08:27 +0100
Re: What distros *don't* use systemd ? Stef <not@this.address.com> - 2014-09-03 04:52 +0000
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-03 08:43 +0100
Re: What distros *don't* use systemd ? Stef <not@this.address.com> - 2014-09-03 14:40 +0000
Re: What distros *don't* use systemd ? Andreas Kohlbach <sep14.5.ankman@spamgourmet.com> - 2014-09-03 18:26 -0400
Re: What distros *don't* use systemd ? Marc Haber <mh+usenetspam1118@zugschl.us> - 2014-09-04 08:01 +0200
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-04 08:28 +0100
Re: What distros *don't* use systemd ? Marc Haber <mh+usenetspam1118@zugschl.us> - 2014-09-04 10:14 +0200
Re: What distros *don't* use systemd ? Aragorn <thorongil@telenet.be.invalid> - 2014-09-04 11:02 +0200
Re: What distros *don't* use systemd ? Bit Twister <BitTwister@mouse-potato.com> - 2014-09-04 09:33 +0000
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-04 11:16 +0100
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-04 11:13 +0100
Re: What distros *don't* use systemd ? Rich <rich@example.invalid> - 2014-09-04 11:03 +0000
Re: What distros *don't* use systemd ? Aragorn <thorongil@telenet.be.invalid> - 2014-09-04 14:22 +0200
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-04 15:06 +0100
Re: What distros *don't* use systemd ? gazelle@shell.xmission.com (Kenny McCormack) - 2014-09-04 12:26 +0000
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-04 15:09 +0100
Re: What distros *don't* use systemd ? Joe Beanfish <joebeanfish@nospam.duh> - 2014-09-05 13:15 +0000
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-05 15:16 +0100
Re: What distros *don't* use systemd ? Dan Espen <despen@verizon.net> - 2014-09-04 10:10 -0400
Re: What distros *don't* use systemd ? Aragorn <thorongil@telenet.be.invalid> - 2014-09-04 14:15 +0200
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-04 15:03 +0100
Re: What distros *don't* use systemd ? Benjamin Rochefort <ben@benwen.info> - 2014-09-04 20:23 -0400
Re: What distros *don't* use systemd ? Aragorn <thorongil@telenet.be.invalid> - 2014-09-05 06:41 +0200
Re: What distros *don't* use systemd ? Joe Beanfish <joebeanfish@nospam.duh> - 2014-09-05 13:23 +0000
Re: What distros *don't* use systemd ? William Unruh <unruh@invalid.ca> - 2014-09-05 13:47 +0000
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-05 15:26 +0100
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-05 15:17 +0100
Re: What distros *don't* use systemd ? William Unruh <unruh@invalid.ca> - 2014-09-05 20:51 +0000
Re: What distros *don't* use systemd ? The Natural Philosopher <tnp@invalid.invalid> - 2014-09-05 22:57 +0100
Re: What distros *don't* use systemd ? William Unruh <unruh@invalid.ca> - 2014-09-05 22:03 +0000
Re: What distros *don't* use systemd ? The Natural Philosopher <tnp@invalid.invalid> - 2014-09-05 23:25 +0100
Re: What distros *don't* use systemd ? William Unruh <unruh@invalid.ca> - 2014-09-06 01:52 +0000
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-06 07:49 +0100
Re: What distros *don't* use systemd ? Rich <rich@example.invalid> - 2014-09-06 13:11 +0000
Re: What distros *don't* use systemd ? notbob <notbob@nothome.com> - 2014-09-06 15:09 +0000
Re: What distros *don't* use systemd ? Keith Keller <kkeller-usenet@wombat.san-francisco.ca.us> - 2014-09-06 12:06 -0700
Re: What distros *don't* use systemd ? Rich <rich@example.invalid> - 2014-09-06 01:44 +0000
Re: What distros *don't* use systemd ? Rich <rich@example.invalid> - 2014-09-05 18:17 +0000
Re: What distros *don't* use systemd ? Joe Beanfish <joebeanfish@nospam.duh> - 2014-09-08 13:47 +0000
Re: What distros *don't* use systemd ? John Hasler <jhasler@newsguy.com> - 2014-09-08 09:15 -0500
Re: What distros *don't* use systemd ? Marc Haber <mh+usenetspam1118@zugschl.us> - 2014-09-04 12:24 +0200
Re: What distros *don't* use systemd ? Keith Keller <kkeller-usenet@wombat.san-francisco.ca.us> - 2014-09-04 07:53 -0700
Re: What distros *don't* use systemd ? "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2014-09-08 14:40 -0400
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-04 10:56 +0100
Re: What distros *don't* use systemd ? Marc Haber <mh+usenetspam1118@zugschl.us> - 2014-09-04 12:25 +0200
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-04 13:03 +0100
Re: What distros *don't* use systemd ? Marc Haber <mh+usenetspam1118@zugschl.us> - 2014-09-04 21:56 +0200
Re: What distros *don't* use systemd ? Aragorn <thorongil@telenet.be.invalid> - 2014-09-04 14:30 +0200
Re: What distros *don't* use systemd ? Stef <not@this.address.com> - 2014-09-04 15:42 +0000
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-04 17:19 +0100
Re: What distros *don't* use systemd ? Rich <rich@example.invalid> - 2014-09-04 22:35 +0000
Re: What distros *don't* use systemd ? Stef <not@this.address.com> - 2014-09-05 06:14 +0000
Re: What distros *don't* use systemd ? Balwinder S Dheeman <bdheeman.SANSPAM@outlook.com> - 2014-09-03 23:42 +0530
Re: What distros *don't* use systemd ? Rich <rich@example.invalid> - 2014-09-03 19:58 +0000
Re: What distros *don't* use systemd ? Jerry Peters <jerry@example.invalid> - 2014-09-03 20:36 +0000
Re: What distros *don't* use systemd ? Rich <rich@example.invalid> - 2014-09-03 21:40 +0000
Re: What distros *don't* use systemd ? Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2014-09-05 09:15 -0700
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-05 17:44 +0100
Re: What distros *don't* use systemd ? Keith Keller <kkeller-usenet@wombat.san-francisco.ca.us> - 2014-09-05 13:18 -0700
Re: What distros *don't* use systemd ? William Unruh <unruh@invalid.ca> - 2014-09-05 20:57 +0000
Re: What distros *don't* use systemd ? Rich <rich@example.invalid> - 2014-09-06 01:53 +0000
Re: What distros *don't* use systemd ? Aragorn <thorongil@telenet.be.invalid> - 2014-09-06 05:55 +0200
Re: What distros *don't* use systemd ? Tim Watts <tw_usenet@dionic.net> - 2014-09-06 07:53 +0100
Re: What distros *don't* use systemd ? Marc Haber <mh+usenetspam1118@zugschl.us> - 2014-09-06 10:49 +0200
Re: What distros *don't* use systemd ? Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2014-09-06 09:45 -0700
Re: What distros *don't* use systemd ? Keith Keller <kkeller-usenet@wombat.san-francisco.ca.us> - 2014-09-06 11:59 -0700
Re: What distros *don't* use systemd ? The Natural Philosopher <tnp@invalid.invalid> - 2014-09-06 21:29 +0100
Re: What distros *don't* use systemd ? Baho Uttot <baho-utot@columbus.rr.com> - 2014-09-07 07:04 -0400
Re: What distros *don't* use systemd ? Aragorn <thorongil@telenet.be.invalid> - 2014-09-06 22:43 +0200
csiph-web