From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 19250139083 for ; Tue, 12 Dec 2017 20:11:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5284E0EDC; Tue, 12 Dec 2017 20:11:51 +0000 (UTC) Received: from auth-3.ukservers.net (auth-3.ukservers.net [217.10.138.152]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 777EAE0EAE for ; Tue, 12 Dec 2017 20:11:51 +0000 (UTC) Received: from [192.168.1.64] (host31-49-160-255.range31-49.btcentralplus.com [31.49.160.255]) by auth-3.ukservers.net (Postfix smtp) with ESMTPA id 9C38454130E for ; Tue, 12 Dec 2017 20:11:48 +0000 (GMT) Subject: Re: [gentoo-user] Re: Is gnome becoming obligatory? To: gentoo-user@lists.gentoo.org References: <6582741.F9gJHCEsXr@dell_xps> <2343494.DDJaQvByiF@dell_xps> <6cb25230-9803-2bd4-ee69-66504d0d1822@gmx.com> <5A2D04A1.6090101@youngman.org.uk> <20171210101330.GA5671@ACM> <20171211185602.7a1853c9@digimed.co.uk> <20171211210321.GA12473@ACM> <20171212185515.GA5274@ACM> From: Wols Lists X-Enigmail-Draft-Status: N1110 Message-ID: <5A303803.8070105@youngman.org.uk> Date: Tue, 12 Dec 2017 20:11:47 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.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 In-Reply-To: <20171212185515.GA5274@ACM> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Archives-Salt: 2dc4396a-9829-4dc5-844d-a3978d82aeae X-Archives-Hash: dbfa4e76392734395078d702f13f44e5 On 12/12/17 18:55, Alan Mackenzie wrote: > You seem to know systemd reasonably well - maybe you've got it > installed and you're using it. Please tell me whether my suspicion > above (that systemd builds stuff into the system that is likely to be > superfluous to a user, and possibly forces its use on its users) is well > founded. If you want to "check things out", it's a lot easier to check out an *init system built on systemd* than one built on SysVInit. Dunno about OpenRC. Yes, systemd itself is a lot bigger than init itself. Yes, systemd plus service files is smaller (MUCH smaller) than the equivalent init plus scripts. The other big "problem" that many people moan about is that systemd takes over things like system time, system name, cron, etc etc etc. But having dealt with a whole variety of linux and unix systems, it's nice to know that systemd has standardised where the host name is stored. It's nice to know that how to set system time is standard across distros. Cron? Well the whole point of systemd is to start services as required, and cron merely starts services as required where "as required" is defined by time, so why not merge the two? The big problem, as I see it, with systemd is that if the boot fails for any reason it dumps you into a rescue shell. I prefer the old behaviour of dumping you into a running system with broken services. But given the choice I'd much rather have neither! :-) On my SuSE (systemd) laptop, I have a bunch of problems, of which systemd is minor. The network won't resume properly after suspend (nothing to do with systemd afaict), the video driver is broken and I suspect that is what drives system load over 6 (on a dual-core system) so response time is measured in minutes. The screen itself stops working at random. All that I suspect is down to a broken i915 or whatever it is Intel driver (which has a bad rep in the kernel - a nightmare seeing as it seems to be the default Intel laptop video setup :-( etc etc. The two big problems I really can lay at systemd's feet is that the boot occasionally fails and says "dumping you into plymouth console" but doesn't - this goes away with a reboot ... hey reboots aren't supposed to fix problems in linux!, and Windows has this infuriating habit of ignoring my command to shutdown, instead suspending to disk. As my Windows partitions automount in linux, this causes the mount to fail, and systemd won't boot the system. So I spend/waste half an hour trying to force Windows to shut down properly! Cheers, Wol