GNU bug report logs - #55711
[PATCH] services: guix-data-service: Increase timeout for service start.

Previous Next

Package: guix-patches;

Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>

Date: Sun, 29 May 2022 17:37:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#55711: closed ([PATCH] services: guix-data-service: Increase
 timeout for service start.)
Date: Sun, 05 Jun 2022 21:33:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 05 Jun 2022 23:32:00 +0200
with message-id <877d5ueqzz.fsf <at> gnu.org>
and subject line Re: bug#55711: [PATCH] services: guix-data-service: Increase timeout for service start.
has caused the debbugs.gnu.org bug report #55711,
regarding [PATCH] services: guix-data-service: Increase timeout for service start.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
55711: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55711
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: guix-patches <at> gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH] services: guix-data-service: Increase timeout for service
 start.
Date: Sun, 29 May 2022 19:36:00 +0200
The guix-data-service system test fails on a slower machine with a one-minute
time limit.

* gnu/services/guix.scm (guix-data-service): Double the #:pid-file-timeout.
---
 gnu/services/guix.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/guix.scm b/gnu/services/guix.scm
index 413bf51ad8..ad7b020b69 100644
--- a/gnu/services/guix.scm
+++ b/gnu/services/guix.scm
@@ -643,7 +643,7 @@ (define (guix-data-service-shepherd-services config)
                 #:group #$group
                 #:pid-file "/var/run/guix-data-service/pid"
                 ;; Allow time for migrations to run
-                #:pid-file-timeout 60
+                #:pid-file-timeout 120
                 #:environment-variables
                 `(,(string-append
                     "GUIX_LOCPATH=" #$glibc-utf8-locales "/lib/locale")
-- 
2.36.1



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Cc: 55711-done <at> debbugs.gnu.org
Subject: Re: bug#55711: [PATCH] services: guix-data-service: Increase
 timeout for service start.
Date: Sun, 05 Jun 2022 23:32:00 +0200
Hi Timotej,

Timotej Lazar <timotej.lazar <at> araneo.si> skribis:

> The guix-data-service system test fails on a slower machine with a one-minute
> time limit.
>
> * gnu/services/guix.scm (guix-data-service): Double the #:pid-file-timeout.

Applied, thanks.

Ludo’.


This bug report was last modified 2 years and 355 days ago.

Previous Next


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