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 8A6FB1381F3 for ; Thu, 10 Oct 2013 15:29:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3A96E0B72; Thu, 10 Oct 2013 15:29:09 +0000 (UTC) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79748E0AF3 for ; Thu, 10 Oct 2013 15:29:08 +0000 (UTC) Received: by mail-ee0-f54.google.com with SMTP id e53so1242090eek.41 for ; Thu, 10 Oct 2013 08:29:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=CpxTS5ZSnrkrSDT43TFJRaOSRo0/b2voJIZmdn0Oyf8=; b=o+coAWL32ffqetQuz0MhjpKb1aqLine3bAkK9FxSbaMa9lM9enQzAv4wjovvUICDFw ZbsIpCLZDv+HRu2x5r1K8MnuTwLCqYgaRfZ7cgthL8CuWAKtsKE8KDuNcd/bTo89vW7d CTQhkv7Haq5VLUDq+b8xzql/Y8K8VmPmImkQcWXsP6NCsf84PrpmqcU9K9lyrImB/GfG dZ7XQ7hc9zDiTwLwgrLAH205HpqT3TP5rhi6NSISusVKbtLSWEM0EQNvcYqI64UBsFqV HTLXrMJX8jxeWJNDrLCJS7q3oEKv73CDlVB1bJ49rda+ZA60MgP47LamY3MG3orE8igN 56NQ== X-Received: by 10.14.199.200 with SMTP id x48mr4016389een.65.1381418947081; Thu, 10 Oct 2013 08:29:07 -0700 (PDT) Received: from [192.168.178.21] (p57B54A1E.dip0.t-ipconnect.de. [87.181.74.30]) by mx.google.com with ESMTPSA id f49sm102854470eec.7.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 10 Oct 2013 08:29:06 -0700 (PDT) Message-ID: <5256C7C3.7010505@googlemail.com> Date: Thu, 10 Oct 2013 17:29:07 +0200 From: Volker Armin Hemmann User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: separate / and /usr to require initramfs 2013-11-01 References: <20130929052937.GA30380@waltdnes.org> <201309290925.06893.michaelkintzios@gmail.com> <5247E4C2.5040502@gmail.com> <52480720.7070704@googlemail.com> <52480902.9040305@gmail.com> <52481602.6020305@googlemail.com> <52534BC7.9020701@gmail.com> <52544AE4.4060701@googlemail.com> <20131009041654.GA11577@linux1> <5255F3C7.70201@gmail.com> <20131010144605.GA22122@linux1> In-Reply-To: <20131010144605.GA22122@linux1> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 423d9238-71c6-46ff-aeb0-b1a8df38e3f0 X-Archives-Hash: 90b3289b4cbc7454ea7fe9ad66ad8768 Am 10.10.2013 16:46, schrieb William Hubbs: > On Wed, Oct 09, 2013 at 05:24:39PM -0700, walt wrote: >> On 10/08/2013 09:16 PM, William Hubbs wrote: >> >>> to provide service supervision, which is the main >>> feature systemd offers >> By supervision do you mean restarting a service after it crashes, for example? > Right. This is one of the more significant features that OpenRC doesn't > have yet. > > William why? if something like sshd crashes, you either have a hardware problem or sshd is buggy. Either way, better not be pampered over with a silent service restart. The rest is so visible (or audible - like fancontrol) that you know that there is a problem.