lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 2 Mar 2014 14:23:52 -0800
From:	"NoTo CTTE" <usspookslovesystmd@...homail.com>
To:	<yaro@...upa.net>
Cc:	<scott.ferguson.debian.user@...il.com>,
	<debian-devel@...ts.debian.org>, <debian-ctte@...ts.debian.org>,
	<debian-vote@...ts.debian.org>, <debian-project@...ts.debian.org>,
	<linux-kernel@...r.kernel.org>, <pascal@...uf.fr.eu.org>,
	<yaro@...upa.net>, <cbannister@...ngshot.co.nz>,
	<andreimpopescu@...il.com>, <ghaverla@...erialisations.com>,
	<debian-mirrors@...ts.debian.org>,
	<debian-security@...ts.debian.org>, <debian-user@...ts.debian.org>,
	<debian-ctte@...ts.debian.org>
Subject: Re: Four people decided the fate of debian with systemd. Bad faith likely -
 SysV is fine

You say nothing because there is nothing that you can say.

Simplicity is beautiful, and it works.

Systemd is a nightmare, but you are using politics and psyops to push it on
every single linux user, every distro, everywhere.

I showed you code that does your vaunted concurrent boot systemddeeeee in a few
lines of shell.

That simplicity was the way unix and linux was, before the windows programmers
and the govt funded companies sunk their teeth into linux.

You know what & does.
I guess not, you're too new to gnu.

--- yaro@...upa.net wrote:

From: yaro@...upa.net
To: usspookslovesystmd@...homail.com
Subject: Re: Four people decided the fate of debian with systemd. Bad faith likely - SysV is fine
Date: Sun, 02 Mar 2014 16:15:41 -0600

On Sunday, March 02, 2014 02:12:48 PM NoTo CTTE wrote:
> System V is NOT hard to "maintain"
> The scripts were written YEARS ago. They're fine. They do NOT need to be
> changed. Debian SysV has concurrent boot aswell.
> 
> Systemd is a poison apple. 200k lines of unaudited root privlege code. A
> consulting service to go along with this new _operating system_
> 
> Here's an under 100 line init with concurrent boot:
> 
> #include <signal.h>
> #include <unistd.h>
> 
> int main()
> {
> sigset_t set;
> int status;
> 
> if (getpid() != 1) return 1;
> 
> sigfillset(&set);
> sigprocmask(SIG_BLOCK, &set, 0);
> 
> if (fork()) for (;;) wait(&status);
> 
> sigprocmask(SIG_UNBLOCK, &set, 0);
> 
> setsid();
> setpgid(0, 0);
> return execve("/etc/rc", (char *[]){ "rc", 0 }, (char *[]){ 0 });
> }
> 
> >/etc/rc is a shell script
> >syslogd && getty ; udev ; network-config ; sshd & cron & nginx
> 
> see how much bullsht systemd is.
> 
> 
> _____________________________________________________________
> The Free Email with so much more!
> =====> http://www.MuchoMail.com <=====

It'd be almost too easy to mock a laughable post like this, but I'll let 
someone else do it. It's just not fun anymore.

Conrad




_____________________________________________________________
The Free Email with so much more!
=====> http://www.MuchoMail.com <=====
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ