GNU bug report logs -
#47979
[PATCH] installer: Recommend 'ntp-service-type' for non-graphical systems.
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Fri, 23 Apr 2021 18:54:01 UTC
Severity: important
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#47979: [PATCH] installer: Recommend 'ntp-service-type' for non-graphical systems.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 47979 <at> debbugs.gnu.org.
--
47979: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47979
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
On Tue, Dec 28, 2021 at 09:27:29AM +0100, Mathieu Othacehe wrote:
> >> + (null? desktop-environments))
> > ^
> > |
> > There's a typo here that could cause the error mentioned above.
I fixed this bug and pushed as 0d9d151424ab5823e441f056237819277b8aa072.
Thanks a lot for your help!
> Right. I have started a wip-harden-installer branch, and configured
> Cuirass to run the system tests on it:
> https://ci.guix.gnu.org/jobset/wip-harden-installer, to prevent my
> laptop from burning.
I found that the Guix test suite itself fails on berlin, even in the
build container as used when building current-guix-package in the system
tests, but maybe it succeeds when run on the build nodes via CI:
https://issues.guix.gnu.org/46413
That's why I spent a long time running the system tests on my own
computer.
[Message part 3 (message/rfc822, inline)]
We had several bug reports with a root cause of "the clock was
incorrect" from users who used the installer to install a non-graphical
Guix System.
* gnu/installer/services.scm (%system-services): Add the ntp-service-type.
---
gnu/installer/services.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/installer/services.scm b/gnu/installer/services.scm
index ec5ea30594..440b8c67db 100644
--- a/gnu/installer/services.scm
+++ b/gnu/installer/services.scm
@@ -2,6 +2,7 @@
;;; Copyright © 2018 Mathieu Othacehe <m.othacehe <at> gmail.com>
;;; Copyright © 2019 Ludovic Courtès <ludo <at> gnu.org>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke <at> gnu.org>
+;;; Copyright © 2021 Leo Famulari <leo <at> famulari.name>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -103,6 +104,11 @@
(type 'networking)
(packages '((specification->package "nss-certs")))
(recommended? #t))
+ (system-service
+ (name (G_ "Network time service, to set the clock automatically"))
+ (type 'network-management)
+ (snippet '((service ntp-service-type)))
+ (recommended? #t))
;; Network connectivity management.
(system-service
--
2.31.1
This bug report was last modified 3 years and 141 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.