From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#25688: services: ssh-daemon quits too early Date: Sat, 11 Feb 2017 22:18:08 +0100 Message-ID: <87inog1l67.fsf@gnu.org> References: <20170211141740.thdgjg5wmyok77kw@wasp> <878tpc3i55.fsf@gnu.org> <20170211150013.6jrpkrh5how4k2e6@wasp> 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]:34157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ccf4T-00030l-7c for bug-guix@gnu.org; Sat, 11 Feb 2017 16:19:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ccf4Q-0004Nc-3q for bug-guix@gnu.org; Sat, 11 Feb 2017 16:19:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37781) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ccf4P-0004NM-WE for bug-guix@gnu.org; Sat, 11 Feb 2017 16:19:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ccf4P-00068g-Ky for bug-guix@gnu.org; Sat, 11 Feb 2017 16:19:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170211150013.6jrpkrh5how4k2e6@wasp> (ng0's message of "Sat, 11 Feb 2017 15:00:13 +0000") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: ng0 Cc: 25688@debbugs.gnu.org ng0 skribis: > 2017-02-11 13:55:46 Service dbus-system could not be started. > 2017-02-11 13:55:46 Service networking depends on dbus-system. > 2017-02-11 13:55:46 Service networking could not be started. > 2017-02-11 13:55:46 Service ssh-daemon depends on networking. > 2017-02-11 13:55:46 Service ssh-daemon could not be started. Looks like the root cause is the =E2=80=98dbus-system=E2=80=99 service (dbu= s-daemon) failed to start. Could you check if there are relevant messages from dbus-daemon in /var/log/messages or in the console? TIA! Ludo=E2=80=99.