GNU bug report logs - #36450
[PATCH] gnu: services: nginx: Pass run-directory on config test

Previous Next

Package: guix-patches;

Reported by: Robert Vollmert <rob <at> vllmrt.net>

Date: Sun, 30 Jun 2019 20:57:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 36450 in the body.
You can then email your comments to 36450 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#36450; Package guix-patches. (Sun, 30 Jun 2019 20:57:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Robert Vollmert <rob <at> vllmrt.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 30 Jun 2019 20:57:02 GMT) Full text and rfc822 format available.

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

From: Robert Vollmert <rob <at> vllmrt.net>
To: guix-patches <at> gnu.org
Cc: Robert Vollmert <rob <at> vllmrt.net>
Subject: [PATCH] gnu: services: nginx: Pass run-directory on config test
Date: Sun, 30 Jun 2019 22:56:25 +0200
This fixes error logging errors in the activation script.

* gnu/services/web.scm (nginx-activation): Add "-p" flag.
---
 gnu/services/web.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/services/web.scm b/gnu/services/web.scm
index 35efddb0ae..56971238ab 100644
--- a/gnu/services/web.scm
+++ b/gnu/services/web.scm
@@ -682,7 +682,8 @@ of index files."
        (system* (string-append #$nginx "/sbin/nginx")
                 "-c" #$(or file
                            (default-nginx-config config))
-                  "-t"))))
+                "-p" #$run-directory
+                "-t"))))
 
 (define (nginx-shepherd-service config)
   (match-record config
-- 
2.20.1 (Apple Git-117)





Information forwarded to guix-patches <at> gnu.org:
bug#36450; Package guix-patches. (Sun, 30 Jun 2019 21:05:01 GMT) Full text and rfc822 format available.

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

From: Robert Vollmert <rob <at> vllmrt.net>
To: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Cc: 36450 <at> debbugs.gnu.org
Subject: Re: [bug#36450] [PATCH] gnu: services: nginx: Pass run-directory on
 config test
Date: Sun, 30 Jun 2019 23:03:48 +0200
> On 30. Jun 2019, at 23:02, Jonathan Brielmaier <jonathan.brielmaier <at> web.de> wrote:
> 
> On 30.06.19 22:56, Robert Vollmert wrote:
>> This fixes error logging errors in the activation script.
> 
> What does it fix? I don't get it.

This fixes https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36388.





Information forwarded to guix-patches <at> gnu.org:
bug#36450; Package guix-patches. (Sun, 30 Jun 2019 21:08:02 GMT) Full text and rfc822 format available.

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

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: Robert Vollmert <rob <at> vllmrt.net>, 36450 <at> debbugs.gnu.org
Subject: Re: [bug#36450] [PATCH] gnu: services: nginx: Pass run-directory on
 config test
Date: Sun, 30 Jun 2019 23:02:04 +0200
On 30.06.19 22:56, Robert Vollmert wrote:
> This fixes error logging errors in the activation script.

What does it fix? I don't get it.




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Wed, 04 Sep 2019 13:30:05 GMT) Full text and rfc822 format available.

Notification sent to Robert Vollmert <rob <at> vllmrt.net>:
bug acknowledged by developer. (Wed, 04 Sep 2019 13:30:06 GMT) Full text and rfc822 format available.

Message #16 received at 36450-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Robert Vollmert <rob <at> vllmrt.net>
Cc: 36450-done <at> debbugs.gnu.org
Subject: Re: [bug#36450] [PATCH] gnu: services: nginx: Pass run-directory on
 config test
Date: Wed, 04 Sep 2019 15:29:32 +0200
Hi,

Robert Vollmert <rob <at> vllmrt.net> skribis:

> This fixes error logging errors in the activation script.
>
> * gnu/services/web.scm (nginx-activation): Add "-p" flag.

Added a “Fixes” line in the log and committed, at last.

Thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 03 Oct 2019 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 207 days ago.

Previous Next


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