From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EBAF513873B for ; Mon, 3 Mar 2014 17:41:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F88BE09B7; Mon, 3 Mar 2014 17:41:00 +0000 (UTC) Received: from mail-vc0-f175.google.com (mail-vc0-f175.google.com [209.85.220.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC57AE099F for ; Mon, 3 Mar 2014 17:40:59 +0000 (UTC) Received: by mail-vc0-f175.google.com with SMTP id ij19so3910815vcb.34 for ; Mon, 03 Mar 2014 09:40:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=xLXY2DixQCZkqe15ZBK3U/qy3vVa8kfDqHGywBWL5fY=; b=VCbz6k0Ct2BlrME+dVXdePe59Lefx8jOiujgX+LQOkFL+lGKaej59+2vn6ydraZyuQ JNSIklPTBJCMzV4SwFHPohOagS2kyFIQd2XCioqpqrlcd35VvGj+zRwJmgKuXZSLsZxc kr1As8urIZmVifkfPt10ynaHQXf71DZMpo9g5Dtzsdv3gf7rCF3+MiUKuVVQmFmvorDl imZBPkciDBPzUnsrzCa9/tW7XImrm389k5yOWsu6jsdLJ3BX9uPYW5VReL3jHdHJ1yTV 8CXnuz5YQt8fkgIoWuaR8NwyaSUAKMA61wkACYg1D64/WPuBnt7tnJVHujhTOIoTdpx1 e+rg== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.221.40.10 with SMTP id to10mr18115994vcb.22.1393868459154; Mon, 03 Mar 2014 09:40:59 -0800 (PST) Sender: freemanrich@gmail.com Received: by 10.52.29.142 with HTTP; Mon, 3 Mar 2014 09:40:59 -0800 (PST) In-Reply-To: <5314B8C6.3040803@libertytrek.org> References: <5314B8C6.3040803@libertytrek.org> Date: Mon, 3 Mar 2014 12:40:59 -0500 X-Google-Sender-Auth: _enwjWlVfaImN4-_5B07vRbeJIg Message-ID: Subject: Re: [gentoo-amd64] Please get me straight about sysvinit vs. systemd, udev vs eudev vs mdev, virtuals and other things... From: Rich Freeman To: gentoo-amd64@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 8b4097e6-a884-490d-8d4a-de1e154cdb3f X-Archives-Hash: b051e49e89f69536445fdc7be439e1e7 On Mon, Mar 3, 2014 at 12:15 PM, Tanstaafl wrote: > Imnsho, since it is a KERNEL thingie, it should have been maintained as a > totally separate package, or just admit the long term goal and be done with > it. Well, that would require somebody to actually do the work. Just about everybody involved in contributing to udev supports the change. There is of course eudev which is more-or-less what you're already looking for. The only issues with that are the name isn't "udev" and any projects that vertically integrate might not work with it (Gnome, etc). > Now I'd really, really, REALLY like to hear what Linus thinks about > systemd/udev NOW. The only things I can find from him are 4 or so years old. > I can't imagine that stuff like this doesn't irk him too... > > Would someone who stands a chance at getting a response out of him *please* > ping him for an opinion on this stuff? Blog or LKML post would be fine... Honestly, there is no shortage of people offering their opinions. What there is a shortage of is people actually doing work to make (e)udev do anything differently. In the end people can complain as much as they want, but unless they fork over effort or dollars or something they won't get terribly far. That's why Mint/Mate/etc are all so popular these days - somebody took the time to fork. In the case of eudev there really isn't enough manpower to do anything beyond tweaking the upstream releases to not use the new paths/etc. I doubt that anybody is actually adding features to eudev that aren't already in udev, which greatly reduces the likelihood of upstream packages targeting it. If it were in the kernel then Linus's opinion would carry a lot more weight (like when he basically modified the ext3/4 code over the objections of the maintainers to use ordered commits by default (it has been a while and I'm foggy on the details) - a decision that I fully support for what little that matters). Rich