From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jelle Licht Subject: bug#37309: =?UTF-8?Q?=E2=80=98ssh-daemon=E2=80=99?= service fails to start at boot Date: Fri, 29 Nov 2019 10:51:46 +0100 Message-ID: <87r21rui19.fsf@jlicht.xyz> References: <87k1da6fdb.fsf@roquette.mug.biscuolo.net> <87y315t3hw.fsf@roquette.mug.biscuolo.net> <87tvbhra2v.fsf@roquette.mug.biscuolo.net> <87imrvhhpy.fsf@cbaines.net> <874l3crjqr.fsf@roquette.mug.biscuolo.net> <87k1c6p914.fsf@roquette.mug.biscuolo.net> <20190817152031.GA3191@jurong> <87pnkuyac0.fsf_-_@gnu.org> <20190828181141.GA27765@jurong> <87ef0u2867.fsf@roquette.mug.biscuolo.net> <871rwro1x9.fsf@member.fsf.org> <87y2w2mqpf.fsf@jlicht.xyz> <87imn3f52y.fsf@roquette.mug.biscuolo.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53827) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iacwY-0005Dv-4H for bug-guix@gnu.org; Fri, 29 Nov 2019 04:52:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iacwV-0005us-0J for bug-guix@gnu.org; Fri, 29 Nov 2019 04:52:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53397) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iacwU-0005qI-Qm for bug-guix@gnu.org; Fri, 29 Nov 2019 04:52:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iacwT-0003WP-PC for bug-guix@gnu.org; Fri, 29 Nov 2019 04:52:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87imn3f52y.fsf@roquette.mug.biscuolo.net> 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: Giovanni Biscuolo , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Cc: 37309@debbugs.gnu.org Hi Giovanni, Giovanni Biscuolo writes: > Hi Jelle, > > Jelle Licht writes: > > [...] > >> I think I am also running into a similar issue on my spinning rust based >> T400. Is there a workaround available that does the above, > > I added `(extra-content "ListenAddress 0.0.0.0")` to my > openssh-configuration, to only listen on IPv4 addresses: > > --8<---------------cut here---------------start------------->8--- > (service openssh-service-type > (openssh-configuration > (port-number 22) > (extra-content "ListenAddress 0.0.0.0") > (authorized-keys > `(("g" ,(local-file "keys/ssh/g.pub")) > ("hydra",(local-file "keys/ssh/hydra.pub")))))) > --8<---------------cut here---------------end--------------->8--- > > I tried to reboot several times one machine I can use for testing and it > works for me: please can you try and report if this also works for you? This, in combination with setting the pid-file-timeout to 30 seconds, made everything work! I guess it is a combination of fun IPv6 interactions with extremely slow and busy spinning rust. Thank you! This does still like a workaround instead of a proper fix though; is there something we can do to mitigate these issues in the first place? - Jelle