From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Connman Date: Fri, 29 Apr 2016 17:28:15 +0200 Message-ID: <87vb30o2nk.fsf@gnu.org> References: <20160420224145.GA8585@debian-netbook> <20160428160712.GB19183@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awALM-0003tI-67 for guix-devel@gnu.org; Fri, 29 Apr 2016 11:28:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awALA-0003ii-Cn for guix-devel@gnu.org; Fri, 29 Apr 2016 11:28:30 -0400 In-Reply-To: <20160428160712.GB19183@jasmine> (Leo Famulari's message of "Thu, 28 Apr 2016 12:07:12 -0400") 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari skribis: > Once booted, the networking service was disabled! I re-enabled it, and > started it, and then connman was working :) I had some issues with > tethering, but I didn't have time to investigate very much yet. If it was disabled, it=E2=80=99s probably because it respawned too fast, af= ter which the Shepherd disabled it; /var/log/shepherd.log should show this. It if respawned too fast, it could be, for instance, because it failed to connect to the D-Bus system bus, which itself could be because its Shepherd service lacks 'dbus-daemon in its =E2=80=99requirements=E2=80=99. HTH! Ludo=E2=80=99.