From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#37504: "legacy" NTP configuration fallback fails Date: Fri, 01 Nov 2019 00:04:32 -0400 Message-ID: <87r22sb5tb.fsf@gmail.com> References: <87pnjpadjg.fsf@devup.no> <875zk452ch.fsf@kwak.i-did-not-set--mail-host-address--so-tickle-me> <87pnico527.fsf@devup.no> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44825) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iQOBM-0003jl-Cj for bug-guix@gnu.org; Fri, 01 Nov 2019 00:05:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iQOBL-0007QQ-8y for bug-guix@gnu.org; Fri, 01 Nov 2019 00:05:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46086) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iQOBL-0007Nd-3s for bug-guix@gnu.org; Fri, 01 Nov 2019 00:05:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iQOBJ-0007DN-Ue for bug-guix@gnu.org; Fri, 01 Nov 2019 00:05:01 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87pnico527.fsf@devup.no> (Marius Bakke's message of "Fri, 01 Nov 2019 00:42:24 +0100") 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: Marius Bakke Cc: 37504-done@debbugs.gnu.org Hello Marius, Marius Bakke writes: [...] >>> Backtrace: >>> In srfi/srfi-1.scm: >>> 592:29 19 (map1 (#< type: # =E2=80=A6)) >>> 592:29 18 (map1 (#< type: # =E2=80=A6)) >>> 592:29 17 (map1 (#< type: # =E2=80=A6)) >>> 592:29 16 (map1 (#< type: # =E2=80=A6)) >>> 592:29 15 (map1 (#< type: # =E2=80=A6)) >>> 592:29 14 (map1 (#< type: # =E2=80=A6)) >>> 592:29 13 (map1 (#< type: # =E2=80=A6)) >>> 592:29 12 (map1 (#< type: # =E2=80=A6)) >>> 592:29 11 (map1 (#< type: # =E2=80=A6)) >>> 592:29 10 (map1 (#< type: # =E2=80=A6)) >>> 592:29 9 (map1 (#< type: # =E2=80=A6)) >>> 592:29 8 (map1 (#< type: # =E2=80=A6)) >>> 592:29 7 (map1 (#< type: # =E2=80=A6)) >>> 592:29 6 (map1 (#< type: # =E2=80=A6)) >>> 592:29 5 (map1 (#< type: # =E2=80=A6)) >>> 592:29 4 (map1 (#< type: # =E2=80=A6)) >>> 592:17 3 (map1 (#< type: # =E2=80=A6)) >>> In gnu/services/networking.scm: >>> 393:37 2 (ntp-shepherd-service _) >>> In srfi/srfi-1.scm: >>> 592:17 1 (map1 ("10.1.1.1" "10.2.2.2")) >>> In gnu/services/networking.scm: >>> 340:2 0 (ntp-server->string _) >>> >>> gnu/services/networking.scm:340:2: In procedure ntp-server->string: >>> Throw to key `match-error' with args `("match" "no matching pattern" "1= 0.1.1.1")'. >>> >>> This is on commit e5efdbce21a0afcbb3e73cc7b59111ccf62cb532. >> >> I'll fix this ASAP. Sorry for not seeing this earlier! > > Thanks! I've been meaning to fix it myself, but y'know... Eh eh, I hear you! This is now fixed on master with commit f37ad658eada78384764c7d6db3a7f3ad8ad283e. Thank you! Maxim