unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Jaft <jaft.r@outlook.com>
To: Jaft via <help-guix@gnu.org>
Subject: Every Reconfigure of Guix Home Results in "Connection Refused"
Date: Sat, 13 May 2023 19:55:15 +0000 (UTC)	[thread overview]
Message-ID: <BY5PR07MB70294A1DA45E9532CA4530C3997A9@BY5PR07MB7029.namprd07.prod.outlook.com> (raw)
In-Reply-To: 1123284880.1454447.1684007715377.ref@mail.yahoo.com

Playing around with Guix Home and have, more or less:

> (use-modules (gnu  home)
>              (gnu  home     services)
>              (gnu  home     services   mcron)
>              (gnu  home     services   pm)
>              (gnu  home     services   shells)
>              (gnu  packages)
>              (gnu  packages gnome)
>              (gnu  packages monitoring)
>              (gnu  services)
>              (guix gexp))
>
> (home-environment
>   ;; Below is the list of packages that will show up in your
>   ;; Home profile, under ~/.guix-home/profile.
>   (packages (list batsignal))
>
>   ;; Below is the list of Home services.  To search for available
>   ;; services, run 'guix home search KEYWORD' in a terminal.
>   (services (list (simple-service 'some-useful-env-vars-service
>                           home-environment-variables-service-type
>                           '(("QT_QPA_PLATFORM" . "wayland;xcb")
>                                     ("GDK_BACKEND"     . "wayland,x11")))
>                   (service        home-bash-service-type
>                                   (home-bash-configuration
>                                     …))
>                   (simple-service 'pull
>                                   home-mcron-service-type
>                                   ;; Every day at 2 P. M.
>                                   (list #~(job '(next-hour '(14)) "guix pull"))))))

Without the =mcron= service, running ~guix home reconfigure~ works fine.

But the second I add the service, every reconfigure results in "error: connect: /run/user/1000/shepherd/socket: Connection refused". I get a similar behavior if I try to use =home-batsignal-service-type=.

Would anyone know the cause for this?



Additionally, =batsignal= doesn't seem to be ending up in my path; do I have to add "~/.guix-home/profile/bin/" to my path manually? I would've expected Guix Home to take care of that, for me, automatically.


       reply	other threads:[~2023-05-13 20:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1123284880.1454447.1684007715377.ref@mail.yahoo.com>
2023-05-13 19:55 ` Jaft [this message]
2023-05-29 13:25   ` Every Reconfigure of Guix Home Results in "Connection Refused" David Conner
2023-06-03 21:17     ` Jaft
2023-06-03 21:59       ` David Conner

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=BY5PR07MB70294A1DA45E9532CA4530C3997A9@BY5PR07MB7029.namprd07.prod.outlook.com \
    --to=jaft.r@outlook.com \
    --cc=help-guix@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).