GNU bug report logs - #73494
[PATCH 0/2] tmpfs /run.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Thu, 26 Sep 2024 07:03:02 UTC

Severity: normal

Tags: patch

Full log


Message #164 received at 73494 <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: 73494 <at> debbugs.gnu.org
Cc: Zheng Junjie <z572 <at> z572.online>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: [PATCH v6 3/3] WIP: Fix jami-provisioning test.
Date: Sat,  3 May 2025 22:38:30 +0800
From: Zheng Junjie <z572 <at> z572.online>

TODO: Investigate why this is needed.  Do not commit.

Change-Id: I6996b5627d732d1c261ae453da5d0916637b0288
Signed-off-by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
---
 gnu/tests/telephony.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/tests/telephony.scm b/gnu/tests/telephony.scm
index f03ea963f7..219cb42164 100644
--- a/gnu/tests/telephony.scm
+++ b/gnu/tests/telephony.scm
@@ -30,6 +30,7 @@ (define-module (gnu tests telephony)
   #:use-module (gnu services telephony)
   #:use-module (guix gexp)
   #:use-module (guix modules)
+  #:use-module (gnu services shepherd)
   #:export (%test-jami
             %test-jami-provisioning
             %test-jami-provisioning-partial))
@@ -116,7 +117,9 @@ (define* (make-jami-os #:key provisioning? partial?)
                               (openssh-configuration
                                (permit-root-login #t)
                                (allow-empty-passwords? #t)))
-                     %base-services))
+                     (service syslog-service-type)
+                     (modify-services %base-services
+                       (delete shepherd-system-log-service-type))))
     (packages (cons* (specification->package "recutils")
                      (specification->package "strace")
                      %base-packages))))
-- 
2.49.0





This bug report was last modified 34 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.