From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Wingo Subject: Re: NetworkManager doesn't "Connect automatically" Date: Wed, 14 Dec 2016 10:20:38 +0100 Message-ID: <87h966ooih.fsf@igalia.com> References: <87shpsuxsu.fsf@gmail.com> <1481639851.2533.4.camel@redhat.com> <878trjmp3p.fsf@gnu.org> <87eg1a98m6.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cH5kc-0004ih-EV for guix-devel@gnu.org; Wed, 14 Dec 2016 04:21:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cH5kX-0001LL-4D for guix-devel@gnu.org; Wed, 14 Dec 2016 04:21:24 -0500 In-Reply-To: <87eg1a98m6.fsf@gmail.com> (Chris Marusich's message of "Wed, 14 Dec 2016 01:13:05 -0800") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Chris Marusich Cc: guix-devel@gnu.org, rennes@openmailbox.org On Wed 14 Dec 2016 10:13, Chris Marusich writes: > Did I make a mistake, or does NetworkManager just not recognize elogind? > I'll look into this more, but unless I made a mistake, I suspect that > either elogind or network-manager might require some tweaks to convince > network-manager that elogind is equivalent to systemd in this case. See README where it mentions differences to logind: https://github.com/elogind/elogind In particular see the changes in gnu/packages/polkit.scm to get PolicyKit to recognize elogind. ANdy