From mboxrd@z Thu Jan 1 00:00:00 1970 From: T460s laptop Subject: bug#37504: "legacy" NTP configuration fallback fails Date: Thu, 31 Oct 2019 12:03:42 -0400 Message-ID: <875zk452ch.fsf@kwak.i-did-not-set--mail-host-address--so-tickle-me> References: <87pnjpadjg.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]:35020) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iQCvc-0004ry-UQ for bug-guix@gnu.org; Thu, 31 Oct 2019 12:04:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iQCva-0005bJ-8r for bug-guix@gnu.org; Thu, 31 Oct 2019 12:04:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45283) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iQCvZ-0005b3-SH for bug-guix@gnu.org; Thu, 31 Oct 2019 12:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iQCvZ-0001c6-Lq for bug-guix@gnu.org; Thu, 31 Oct 2019 12:04:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87pnjpadjg.fsf@devup.no> (Marius Bakke's message of "Tue, 24 Sep 2019 18:01:55 +0200") 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@debbugs.gnu.org Hello Marius, Marius Bakke writes: > Hello, > > I have a configuration similar to this: > > (service ntp-service-type > (ntp-configuration > (servers '("10.1.1.1" "10.2.2.2")))) > > When running `guix system reconfigure`, I get this error: > > 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" "10.= 1.1.1")'. > > This is on commit e5efdbce21a0afcbb3e73cc7b59111ccf62cb532. I'll fix this ASAP. Sorry for not seeing this earlier! Maxim