all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Aleksandr Vityazev <avityazev@posteo.org>
To: 54779@debbugs.gnu.org
Subject: bug#54779: guix home reconfigure throw error after Shepherd updata
Date: Wed, 20 Apr 2022 01:37:28 +0000	[thread overview]
Message-ID: <87pmlc8rhj.fsf@posteo.org> (raw)
In-Reply-To: <87h774cw4c.fsf@posteo.org> (Aleksandr Vityazev's message of "Thu, 07 Apr 2022 23:27:31 +0000")

[-- Attachment #1: Type: text/plain, Size: 94 bytes --]

Hi,

it seems that the attached patch should fix this.

-- 
Best regards,
Aleksandr Vityazev


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: patch --]
[-- Type: text/x-patch, Size: 653 bytes --]

diff --git a/gnu/home/services/shepherd.scm b/gnu/home/services/shepherd.scm
index df6bbb30e6..cbb7b17987 100644
--- a/gnu/home/services/shepherd.scm
+++ b/gnu/home/services/shepherd.scm
@@ -84,6 +84,8 @@ (define config
                                         services))))
             (if (defined? 'start-in-the-background)
                 (start-in-the-background services-to-start)
-                (for-each start services-to-start)))))
+                (for-each start services-to-start))
+            (redirect-port (open-input-file "/dev/null")
+                           (current-input-port)))))

     (scheme-file "shepherd.conf" config)))

  parent reply	other threads:[~2022-04-20  1:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-07 23:27 bug#54779: guix home reconfigure throw error after Shepherd updata Aleksandr Vityazev
2022-04-14  7:16 ` bug#54779: same problem here Nicolas Graves via Bug reports for GNU Guix
2022-04-20  1:37 ` Aleksandr Vityazev [this message]
2022-04-20 22:11 ` bug#54779: guix home reconfigure throw error after Shepherd updata Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pmlc8rhj.fsf@posteo.org \
    --to=avityazev@posteo.org \
    --cc=54779@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.