From unknown Sun Sep 07 01:27:55 2025 X-Loop: help-debbugs@gnu.org Subject: bug#43291: ntp or nptd services on aarch64 Resent-From: "Vtly Shtrv" Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 09 Sep 2020 11:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 43291 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 43291@debbugs.gnu.org Cc: Mike Rosset X-Debbugs-Original-To: "Die Guixen" Received: via spool by submit@debbugs.gnu.org id=B.15996512978055 (code B ref -1); Wed, 09 Sep 2020 11:35:02 +0000 Received: (at submit) by debbugs.gnu.org; 9 Sep 2020 11:34:57 +0000 Received: from localhost ([127.0.0.1]:57529 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFyNN-00025q-7l for submit@debbugs.gnu.org; Wed, 09 Sep 2020 07:34:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:37070) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFyNK-00025i-DL for submit@debbugs.gnu.org; Wed, 09 Sep 2020 07:34:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34200) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFyNJ-0001vf-Tf for bug-guix@gnu.org; Wed, 09 Sep 2020 07:34:54 -0400 Received: from knopi.disroot.org ([178.21.23.139]:54534) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFyNH-0007Sw-MX for bug-guix@gnu.org; Wed, 09 Sep 2020 07:34:53 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id D83C551BEB; Wed, 9 Sep 2020 13:34:47 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i1aGgc8aSBHS; Wed, 9 Sep 2020 13:34:46 +0200 (CEST) From: "Vtly Shtrv" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1599651286; bh=PaZYgZufVuCmgEYzhe33s+91WUET6oVEEv1T7MQdhFA=; h=From:To:Subject:CC:Date; b=Ugau+0ltRXugnjqCWOCYHdN0mIVX1TrKC1ce5eWwI51F1F5RD8V4ClZ23OTTkhzvR FuJXA9SvJATcqFpema65VJBQS+WEnKqpS8yxLmMC91GGB+pUZaIKQi3TuYbdGyI6vT 5PeJtKk1f6S436Ciz1K8wvqW7EMYO3Fkm5WyKy6gK/EBQAiGQlqyQ89majdkRNZoa6 DSF/PLjtRuUrcFk+Vzqr/sRpp+VkuXEssw+6yCVCWJ7TZtdvkEL+rTDbkhLI2J6+3D B4WcAOGoWoqqzNNj6quCdSKtmGlq8lD/ZT1CGDQuhVuyz4HJwXW2xH8O+SFOzFsMlw pr31UXGAi+kHQ== Date: Wed, 09 Sep 2020 18:35:34 +0700 Message-ID: <87imcn5gjd.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=178.21.23.139; envelope-from=guix.vits@disroot.org; helo=knopi.disroot.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/09 07:34:48 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hello Guixen. >From the Guix System (aarch64) powering a RockPro64 SBC. What's broken: ntp-service-type chrony How it's broken: ntp-service-type segfaults (Mike seen). chrony segfaults: `guix describe` ---> guix 81ea278 `cat /home/vits/tmp/c ---> pool pool.ntp.org iburst` `sudo chronyd -d -u vits -f /home/vits/tmp/c ---> Segmentation fault` The `chronyd` works if used with -Q flag (".. it only prints the offset without making any corrections of the clock and it allows chronyd to be started without root privileges"). What's glitchy: openntpd-service-type How it's glitch: The dhcp-client-service-type + openntpd-service-type = not updated time (easy to note since RockPro64's time is 2013 year after every reboot). The openntpd-service-type works with static-networking-service-type. It also sets the time correctly if `sudo herd restart ntpd` after boot. Tested with (allow-large-adjustment #t). Thank You Mike for the work-around with a static-networking. --- Thanks for attention, Vitaliy. From unknown Sun Sep 07 01:27:55 2025 X-Loop: help-debbugs@gnu.org Subject: bug#43291: ntp or nptd services on aarch64 Resent-From: Leo Famulari Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 13 Sep 2020 19:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43291 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Vtly Shtrv Cc: 43291@debbugs.gnu.org, Mike Rosset Received: via spool by 43291-submit@debbugs.gnu.org id=B43291.16000266626345 (code B ref 43291); Sun, 13 Sep 2020 19:52:01 +0000 Received: (at 43291) by debbugs.gnu.org; 13 Sep 2020 19:51:02 +0000 Received: from localhost ([127.0.0.1]:51801 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHY1e-0001eH-Lo for submit@debbugs.gnu.org; Sun, 13 Sep 2020 15:51:02 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:45919) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHY1d-0001dm-3z for 43291@debbugs.gnu.org; Sun, 13 Sep 2020 15:51:02 -0400 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id E6D1E5C00EF; Sun, 13 Sep 2020 15:50:55 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Sun, 13 Sep 2020 15:50:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=Y7QCyAQ0fFkneXmg09pTSQvo dDti7DwreqBCj/KJsIA=; b=FiTvKX4hD8pw+N4ONP7e6zI8Y9ww6uRlyOGRf2xr cCPDe3qkBsV8DRIh03jpUuPYGxRxp1u5jjrz2fOhOvYI5Q0zdO/i8yh4QEo6ffWb TxBq1FEzTEJEhLBSLArgknCZgTpl1MXOPDeGzVt1oixuLoIhFYZjzJvVDxsZ9Ma5 PCs= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=Y7QCyA Q0fFkneXmg09pTSQvodDti7DwreqBCj/KJsIA=; b=h61ZZ4wlZOVhvO3ND8dvG8 SJJV3lIovEEHttP/n+/rXPCDYj9CUCg9Pm41YmuCFC7G8rRy5B9HJxrGISsuKGHe OyDCIFhhAc1JQ9xCVemIzkTuIVk2q/mlACXn3UTKOwSZPxNdRW0KHjH2gDjIBFEX uSYqcKV7SgvphMyL+XN2UWs471vBFFjcOS16z5qUPb2fokUmohacHivcwvHy/FMP x3bk+dK9ZK8Ih9Odxa9A0Iy9OtOydbAtYxO7BOj7hZiUqVneWCq4a1LwwV7LB3DL Qjg9tFAQ2vZ5jZ8Ip9lM/EEKHa/gMBm9o7c23nqqduOnXJE38jpJK/ExBdRKx6vw == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrudeigedggeelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfhfgggtuggjsehttdertddttddvnecuhfhrohhmpefnvghoucfh rghmuhhlrghrihcuoehlvghosehfrghmuhhlrghrihdrnhgrmhgvqeenucggtffrrghtth gvrhhnpedvvddugefffeeitddthfefvdeuhffgkeeikeegkeevteeghfeftefggeeuudff ieenucffohhmrghinhepghhnuhdrohhrghenucfkphepjeefrddugedurdduvdejrdduge einecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheplhgv ohesfhgrmhhulhgrrhhirdhnrghmvg X-ME-Proxy: Received: from localhost (c-73-141-127-146.hsd1.pa.comcast.net [73.141.127.146]) by mail.messagingengine.com (Postfix) with ESMTPA id 55F01306467D; Sun, 13 Sep 2020 15:50:55 -0400 (EDT) Date: Sun, 13 Sep 2020 15:50:43 -0400 From: Leo Famulari Message-ID: <20200913195043.GA6116@jasmine.lan> References: <87imcn5gjd.fsf@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87imcn5gjd.fsf@disroot.org> X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Wed, Sep 09, 2020 at 06:35:34PM +0700, Vtly Shtrv wrote: > Hello Guixen. > From the Guix System (aarch64) powering a RockPro64 SBC. > > > What's broken: ntp-service-type > chrony > > How it's broken: > ntp-service-type segfaults (Mike seen). > chrony segfaults: I fixed a crash of Chrony and NTP with commit 898fbb60b2354e82e5b7f259b44dbfed112a83aa. https://git.savannah.gnu.org/cgit/guix.git/commit/?id=898fbb60b2354e82e5b7f259b44dbfed112a83aa Can you check if it fixes this bug for you? From unknown Sun Sep 07 01:27:55 2025 X-Loop: help-debbugs@gnu.org Subject: bug#43291: ntp or nptd services on aarch64 Resent-From: Vitaliy Shatrov Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 15 Sep 2020 04:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43291 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Leo Famulari Cc: 43291@debbugs.gnu.org Received: via spool by 43291-submit@debbugs.gnu.org id=B43291.160014269813682 (code B ref 43291); Tue, 15 Sep 2020 04:05:02 +0000 Received: (at 43291) by debbugs.gnu.org; 15 Sep 2020 04:04:58 +0000 Received: from localhost ([127.0.0.1]:56835 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kI2DB-0003Yc-R8 for submit@debbugs.gnu.org; Tue, 15 Sep 2020 00:04:57 -0400 Received: from knopi.disroot.org ([178.21.23.139]:35666) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kI2D9-0003YQ-3K for 43291@debbugs.gnu.org; Tue, 15 Sep 2020 00:04:56 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 9529251B93; Tue, 15 Sep 2020 06:04:53 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id daaJlUIpB6Qh; Tue, 15 Sep 2020 06:04:52 +0200 (CEST) Date: Tue, 15 Sep 2020 11:06:20 +0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1600142692; bh=cszA5OxuybtNmaAp7mEAgneNP2H62GBcLHIwTYm7Odg=; h=Date:In-Reply-To:References:Subject:To:CC:From; b=PyyUslp8pyzexeMHOZiXEmCOT5AxgEuscJ2GbbA0e6mrSaaH+qdzqtO9p93ozLWFh tNm4qH+kzqIr7v2RKPoo/ijB9/hTY9yExB3AJu0hGTnAw0dxM1r29+c4XQJne0tCmY aA4yZ2bItWa5r2jPx4l7AWtJgzegMlVD0qMxGvohIXshMk8vSjTAdBw8b/S/UhyWrd QgPKa/0qWwoGr1hUtfQqjSsymF205tDaJ3IdeGdSGIWNdf7Dgu1Z4R8BSXhcqA3Ix+ aCuBCJsKWr6t8IvsGxSxdoMHoikDglB68/SxlddooyME2WoHKbPGSPxVZvsFkeHLQc gAfTBGFA89A8Q== In-Reply-To: <20200913195043.GA6116@jasmine.lan> References: <87imcn5gjd.fsf@disroot.org> <20200913195043.GA6116@jasmine.lan> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----AVXWLRN3FN4XUK2MWZ0SNP4KPAKHDV" Content-Transfer-Encoding: 7bit From: Vitaliy Shatrov Message-ID: <6728C331-FB7C-4CD3-ABE8-6CFD5B926E77@disroot.org> X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) ------AVXWLRN3FN4XUK2MWZ0SNP4KPAKHDV Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Sorry for delay=2E Just a day more=2E=2E=2E --=20 Sent from my Android device with K-9 Mail=2E Please excuse my brevity=2E ------AVXWLRN3FN4XUK2MWZ0SNP4KPAKHDV Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable Sorry for delay=2E Just a day more=2E=2E=2E
--
Sent from my Android= device with K-9 Mail=2E Please excuse my brevity=2E ------AVXWLRN3FN4XUK2MWZ0SNP4KPAKHDV-- From unknown Sun Sep 07 01:27:55 2025 X-Loop: help-debbugs@gnu.org Subject: bug#43291: ntp or nptd services on aarch64 Resent-From: Vitaliy Shatrov Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 16 Dec 2020 12:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43291 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Leo Famulari Cc: 43291@debbugs.gnu.org, Mike Rosset Received: via spool by 43291-submit@debbugs.gnu.org id=B43291.160812261914147 (code B ref 43291); Wed, 16 Dec 2020 12:44:02 +0000 Received: (at 43291) by debbugs.gnu.org; 16 Dec 2020 12:43:39 +0000 Received: from localhost ([127.0.0.1]:60125 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kpW9b-0003g7-8f for submit@debbugs.gnu.org; Wed, 16 Dec 2020 07:43:39 -0500 Received: from knopi.disroot.org ([178.21.23.139]:53142) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kpW9X-0003fu-6j for 43291@debbugs.gnu.org; Wed, 16 Dec 2020 07:43:38 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 683B953409; Wed, 16 Dec 2020 13:43:33 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gnfY8fVXoRL7; Wed, 16 Dec 2020 13:43:32 +0100 (CET) Date: Wed, 16 Dec 2020 19:43:58 +0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1608122611; bh=itMvsop6pCY9zq9riQC/gPzuPy/C6k5TtV7LdYU2890=; h=Date:In-Reply-To:References:Subject:To:CC:From; b=j4OnZgovzE0y9TTluYDJGPf4IF2ebrn1eZo6fQJB2qaApFHCn11jSEon8/hM2P5e5 b/+rLRBetYVc9lJJhNGmyzU//Vqaza55KPYbFCaArP0bU/x4L+i4Y/zdvHsCtdyzNC eWKxzNou/5ecB3v13Vn77QCrWQnOYLHxPVImkV1Cx9aFiG0yndSouIrvEVWPiiix5B RuSgdc/ZLvQy8H5JmklVGHyyD6ZZDNGfd8EjTx7XhogGS37vEF7jYuxsZoAgwNp9Eo b+pX3oVh7Hdr4iwSFjSdLxxpvj2IQO6QSUwMSiP42oMiGNNPJ+EMh4SsuJ2NaEkxBw 5RmWyCopLe7fw== In-Reply-To: <20200913195043.GA6116@jasmine.lan> References: <87imcn5gjd.fsf@disroot.org> <20200913195043.GA6116@jasmine.lan> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----IAONGH5XXN78IHIXBGWP8M6L0EF59N" Content-Transfer-Encoding: 7bit From: Vitaliy Shatrov Message-ID: X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) ------IAONGH5XXN78IHIXBGWP8M6L0EF59N Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Sorry, my installation now broken=2E Also sorry for delay=2E Was tweaking Guix and playing with sockets=2E Cannot confirm, hope it is working=2E Thank You, man=2E On September 14, 2020 2:50:43 AM GMT+07:00, Leo Famulari wrote: >On Wed, Sep 09, 2020 at 06:35:34PM +0700, Vtly Shtrv wrote: >> Hello Guixen=2E >> From the Guix System (aarch64) powering a RockPro64 SBC=2E >>=20 >>=20 >> What's broken: ntp-service-type >> chrony >> =20 >> How it's broken: >> ntp-service-type segfaults (Mike seen)=2E >> chrony segfaults: > >I fixed a crash of Chrony and NTP with commit >898fbb60b2354e82e5b7f259b44dbfed112a83aa=2E > >https://git=2Esavannah=2Egnu=2Eorg/cgit/guix=2Egit/commit/?id=3D898fbb60b= 2354e82e5b7f259b44dbfed112a83aa > >Can you check if it fixes this bug for you? --=20 Sent from my Android device with K-9 Mail=2E Please excuse my brevity=2E ------IAONGH5XXN78IHIXBGWP8M6L0EF59N Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable Sorry, my installation now broken=2E
Also sorry= for delay=2E
Was tweaking Guix and playing with sockets=2E

Canno= t confirm, hope it is working=2E
Thank You, man=2E

On September 14, 2020 2:50:43 AM GMT+07:00, Leo Famulari <l= eo@famulari=2Ename> wrote:
On Wed, Sep 09, 2020 at 06:35:34PM +0700, Vtly Shtrv=
 wrote:
Hello Guixen=2E=
From the Guix System (aarch64) powering a RockPro64 SBC=2E


W= hat's broken: ntp-service-type
chrony
=
How it's broken:
ntp-service-type segfaults (Mike seen)=2E
chro= ny segfaults:

I fixed a crash of Chrony and NTP with co= mmit
898fbb60b2354e82e5b7f259b44dbfed112a83aa=2E

https://git=2Esavannah=2Egnu=2Eorg/cgit/guix=2Egi= t/commit/?id=3D898fbb60b2354e82e5b7f259b44dbfed112a83aa

Can you = check if it fixes this bug for you?

--
= Sent from my Android device with K-9 Mail=2E Please excuse my brevity=2E ------IAONGH5XXN78IHIXBGWP8M6L0EF59N-- From unknown Sun Sep 07 01:27:55 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: "Vtly Shtrv" Subject: bug#43291: closed (Re: bug#43291: ntp or nptd services on aarch64) Message-ID: References: <87imcn5gjd.fsf@disroot.org> X-Gnu-PR-Message: they-closed 43291 X-Gnu-PR-Package: guix Reply-To: 43291@debbugs.gnu.org Date: Wed, 16 Dec 2020 18:27:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1608143222-32636-1" This is a multi-part message in MIME format... ------------=_1608143222-32636-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #43291: ntp or nptd services on aarch64 which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 43291@debbugs.gnu.org. --=20 43291: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D43291 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1608143222-32636-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 43291-done) by debbugs.gnu.org; 16 Dec 2020 18:26:07 +0000 Received: from localhost ([127.0.0.1]:33684 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kpbV0-0008T9-Vg for submit@debbugs.gnu.org; Wed, 16 Dec 2020 13:26:07 -0500 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:46591) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kpbUy-0008Se-S3 for 43291-done@debbugs.gnu.org; Wed, 16 Dec 2020 13:26:06 -0500 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.west.internal (Postfix) with ESMTP id B8BE9AFC; Wed, 16 Dec 2020 13:25:58 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Wed, 16 Dec 2020 13:25:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=+8ctlsIHy1+e5HJlT/mQ9OBs Z6q61rKaWMSIJ+158o4=; b=zFDyP4ePk1qnzXdOD4GACStq+F0XJStIQji4P52f IrDJRWBpK6NbXMxX7UuEOWqDEHNutuQ4oUJGVV9U79aUAypaIMieQem1C5wZY6hJ +OTAW92rvX2Lht0l8z1xnrznnUe8ShhD/QVnjKQccuOcOfIAEb8BHAG7xp+XOvzD POs= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=+8ctls IHy1+e5HJlT/mQ9OBsZ6q61rKaWMSIJ+158o4=; b=Zkcol4tREeVfsFRXnUM4Hy oKvIQ7i0ZsSDwiY8hDYzJjag6PZsPTuqCv5NSmPSNDTtk9v/VB6HR+FHyIk0pcKs LvUi+y6z2n+7s6QMB7S1z13yQTDnfQpdT7gFxK1KRisAsu7/rqdhowG0czSNGz1x FjnzVraaHzKT0dVwi647XIWT5jTP6Wi8KhaNJUXLv1cWo3fmbQZLJaqEYH46tJhc 4OaNXT04vvL6jUSZS5ECoJtD8haRTJe/x0wJoNVg2GddRJZ2MZ0+rpi5SsUNB+Ux fsxeDnx+cOlHi3/mEi3KRxXN8kAtoTxQrgV/adLcPmVqqeOvkqS7ERsnMXFJwbkw == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrudelvddgudduiecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepnfgvohcu hfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrth htvghrnhepueekkedtffdvtddugeejgedtvefhueefiedvjeeitdeigedtveejvdejheff vefgnecukfhppeejfedrudeguddruddvjedrudegieenucevlhhushhtvghrufhiiigvpe dtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: from localhost (c-73-141-127-146.hsd1.pa.comcast.net [73.141.127.146]) by mail.messagingengine.com (Postfix) with ESMTPA id 947A524005D; Wed, 16 Dec 2020 13:25:57 -0500 (EST) Date: Wed, 16 Dec 2020 13:25:55 -0500 From: Leo Famulari To: Vitaliy Shatrov Subject: Re: bug#43291: ntp or nptd services on aarch64 Message-ID: References: <87imcn5gjd.fsf@disroot.org> <20200913195043.GA6116@jasmine.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 43291-done Cc: 43291-done@debbugs.gnu.org, Mike Rosset X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Wed, Dec 16, 2020 at 07:43:58PM +0700, Vitaliy Shatrov wrote: > Sorry, my installation now broken. > Also sorry for delay. > Was tweaking Guix and playing with sockets. > > Cannot confirm, hope it is working. > Thank You, man. Okay, I'll close the bug for now. If anyone is still experiencing it, we can re-open. ------------=_1608143222-32636-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 9 Sep 2020 11:34:57 +0000 Received: from localhost ([127.0.0.1]:57529 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFyNN-00025q-7l for submit@debbugs.gnu.org; Wed, 09 Sep 2020 07:34:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:37070) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFyNK-00025i-DL for submit@debbugs.gnu.org; Wed, 09 Sep 2020 07:34:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34200) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFyNJ-0001vf-Tf for bug-guix@gnu.org; Wed, 09 Sep 2020 07:34:54 -0400 Received: from knopi.disroot.org ([178.21.23.139]:54534) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFyNH-0007Sw-MX for bug-guix@gnu.org; Wed, 09 Sep 2020 07:34:53 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id D83C551BEB; Wed, 9 Sep 2020 13:34:47 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i1aGgc8aSBHS; Wed, 9 Sep 2020 13:34:46 +0200 (CEST) From: "Vtly Shtrv" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1599651286; bh=PaZYgZufVuCmgEYzhe33s+91WUET6oVEEv1T7MQdhFA=; h=From:To:Subject:CC:Date; b=Ugau+0ltRXugnjqCWOCYHdN0mIVX1TrKC1ce5eWwI51F1F5RD8V4ClZ23OTTkhzvR FuJXA9SvJATcqFpema65VJBQS+WEnKqpS8yxLmMC91GGB+pUZaIKQi3TuYbdGyI6vT 5PeJtKk1f6S436Ciz1K8wvqW7EMYO3Fkm5WyKy6gK/EBQAiGQlqyQ89majdkRNZoa6 DSF/PLjtRuUrcFk+Vzqr/sRpp+VkuXEssw+6yCVCWJ7TZtdvkEL+rTDbkhLI2J6+3D B4WcAOGoWoqqzNNj6quCdSKtmGlq8lD/ZT1CGDQuhVuyz4HJwXW2xH8O+SFOzFsMlw pr31UXGAi+kHQ== To: "Die Guixen" Subject: ntp or nptd services on aarch64 Date: Wed, 09 Sep 2020 18:35:34 +0700 Message-ID: <87imcn5gjd.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=178.21.23.139; envelope-from=guix.vits@disroot.org; helo=knopi.disroot.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/09 07:34:48 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Mike Rosset X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hello Guixen. >From the Guix System (aarch64) powering a RockPro64 SBC. What's broken: ntp-service-type chrony How it's broken: ntp-service-type segfaults (Mike seen). chrony segfaults: `guix describe` ---> guix 81ea278 `cat /home/vits/tmp/c ---> pool pool.ntp.org iburst` `sudo chronyd -d -u vits -f /home/vits/tmp/c ---> Segmentation fault` The `chronyd` works if used with -Q flag (".. it only prints the offset without making any corrections of the clock and it allows chronyd to be started without root privileges"). What's glitchy: openntpd-service-type How it's glitch: The dhcp-client-service-type + openntpd-service-type = not updated time (easy to note since RockPro64's time is 2013 year after every reboot). The openntpd-service-type works with static-networking-service-type. It also sets the time correctly if `sudo herd restart ntpd` after boot. Tested with (allow-large-adjustment #t). Thank You Mike for the work-around with a static-networking. --- Thanks for attention, Vitaliy. ------------=_1608143222-32636-1--