From owner-freebsd-questions@freebsd.org Sat Jun 16 12:41:27 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E668101599E for ; Sat, 16 Jun 2018 12:41:27 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-vk0-x241.google.com (mail-vk0-x241.google.com [IPv6:2607:f8b0:400c:c05::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DB89280A9C for ; Sat, 16 Jun 2018 12:41:26 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: by mail-vk0-x241.google.com with SMTP id s187-v6so7142182vke.9 for ; Sat, 16 Jun 2018 05:41:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=weWFoceXUdQsWAvodsGzHoSqaggfaPmUVWcVtjvGirc=; b=qH16LhN1wYmiQexnZ5oB8w7vdhALx/+wwaQ4ms3HYsp5rz7YVWv2oB1XJuM2iwyVIk mep/SG2KQB4OwtQqZ6JEOTU3bLxUeZXkY3ONprpuhws8mSTAwh8v5nLZuZSbAwWnm/P7 PbtH3xXVgwyi5jWDxZ+c4iG0b4QzlbAr//wQ0+0lUZRtL/0DW2kqQTu5WcRzbdgA95Kl deGKLlwAp18RZd/FRKUXaitLvucJSQeO3GyoFZlTUCIcY3WLzYDhm4ixcx03RWHadyM6 NihQPi7sCN36ouzGqVM+ZW+wwgEfF90aHQkqTnDJQtWbI63VHmK+apXml0BYI0UPg9TV 4mdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=weWFoceXUdQsWAvodsGzHoSqaggfaPmUVWcVtjvGirc=; b=IPfaPbj7F93ong08NhJf4LjAKHJUno2ncynG+vJJkCan80WwVIHfuO+IzUNHXt1prg LH9APaBF3D3pxxgxPg/SlwV/DSmEWSMGuwYSUzBneGgtT0f92HBop30l7jxjp9oEuyu9 0MW3KmfBeZbJ2q6LeE7hkUoVa0vbBV43DDlaon2kU1vMgXcpcjXsCdcAtuUV42x+dHxW U1oaqBgE9UsETpBcn1IxCJP4/HmzJkHBhGyfdNIy6zNNmLP6979x6L8vd1oxJPwiavRm dL36KW57LPEu1xdc795FPOXc6jtfEhgMXiqPEG66A6iR57fMMR5ehhbAGroB6gVKFLMJ waHg== X-Gm-Message-State: APt69E3n3PGDjeEaKJry6PeAcIpoBqF23L5ZHSis0QDlaoVRiP6ra0Lo aK3nvva/FoGbz/RrPVUqYSyhERIP6XW1IPkLgYg= X-Google-Smtp-Source: ADUXVKL7PLxUCMOojACnpxfMU7fyNtun14+Xcq9qo37wx0xgG3y4g6UvyPp7mQbkPS+YAFktDn/eZl7qxNyyV7/J498= X-Received: by 2002:a1f:9757:: with SMTP id z84-v6mr2915950vkd.174.1529152886044; Sat, 16 Jun 2018 05:41:26 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a9f:21ae:0:0:0:0:0 with HTTP; Sat, 16 Jun 2018 05:41:25 -0700 (PDT) In-Reply-To: <20180615232141.d25e83e0.freebsd@edvax.de> References: <20180613141217.a3ab7160a55398bf5ed56ef2@sohara.org> <5B21A915.3000209@gmail.com> <20180614083840.ddee5859bbc3640e03ccbc2d@sohara.org> <20180614184329.9646c28a.freebsd@edvax.de> <20180615200051.8e8d73819e027b51e9d0af0e@sohara.org> <20180615232141.d25e83e0.freebsd@edvax.de> From: Antonio Olivares Date: Sat, 16 Jun 2018 07:41:25 -0500 Message-ID: Subject: Re: How to detect single user mode in FreeBSD ? To: Polytropon Cc: "Steve O'Hara-Smith" , "freebsd-questions@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jun 2018 12:41:27 -0000 On Friday, June 15, 2018, Polytropon wrote: > On Fri, 15 Jun 2018 20:00:51 +0100, Steve O'Hara-Smith wrote: >> On Thu, 14 Jun 2018 18:43:29 +0200 >> Polytropon wrote: >> >> > change when FreeBSD starts using systemd... ;-) >> >> I'll probably decamp to DragonFly or NetBSD then. > > Luckily, systemd is highly incompatible to FreeBSD's principle > designs, and it maintains a tight coupling to many Linux kernel > facilities. We hopefully don't have to worry. :-) > > > > > -- > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ... > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " freebsd-questions-unsubscribe@freebsd.org" > Resistance is futile. A BSD* variant known as systembsd is being worked on as we argue about this. https://www.reddit.com/r/linux/comments/2fsh5m/systembsd_a_systemd_compatibility_layer_for_bsd/ Then there would be no escape! And many system administrators would have to create a FreeBSDuan like the Debian ones who created Devuan to not have systemd on their FreeBSD. Best Regards, Antonio