bug#50981: Typo in ‘Invoking ‘guix home’’ documentation

2021-10-02 Thread Bengt Richter
On +2021-10-02 22:15:23 +0200, Maxime Devos wrote: > Hi guix, > > ‘there are few auxuliary actions’ > should be > ‘there are few auxilliary actions’ > should have one 'l' I think :) > in ‘11.4 Invoking ‘guix home’’. > > Greetings, > Maxime -- Regards, Bengt Richter

bug#50978: "guix home describe" backtraces if "guix home" hasn't been used

2021-10-02 Thread Xinglu Chen
On Sat, Oct 02 2021, Maxime Devos wrote: > Hi, > > When running "guix home describe" before "guix home import" > and before "guix build": > > $ guix home describe > Backtrace: >7 (primitive-load "/home/[...]/.config/guix/current/b…") > In guix/ui.scm: >2185:7 6 (run-guix . _) >

bug#50981: Typo in ‘Invoking ‘guix home’’ documentation

2021-10-02 Thread Maxime Devos
Hi guix, ‘there are few auxuliary actions’ should be ‘there are few auxilliary actions’ in ‘11.4 Invoking ‘guix home’’. Greetings, Maxime signature.asc Description: This is a digitally signed message part

bug#50980: "guix home import" is not documented in the manual

2021-10-02 Thread Maxime Devos
Hi guix, "guix home import" isn't documented anywhere in the manual. I expected it to be documented under ‘11.4 Invoking ‘guix home’. Greetings, Maxime signature.asc Description: This is a digitally signed message part

bug#50979: "home configuration" generated by "guix home import" does not lead to a reproducible home environment

2021-10-02 Thread Maxime Devos
Hi, I ran "guix home import". The output seems mostly reasonable, but the use of 'local-file' seems troublesome: ;; [comments] (use-modules [modules]) (home-environment (packages [stuff]) (services (list (service home-bash-service-type (home-bash-configuration

bug#50978: "guix home describe" backtraces if "guix home" hasn't been used

2021-10-02 Thread Maxime Devos
Hi, When running "guix home describe" before "guix home import" and before "guix build": $ guix home describe Backtrace: 7 (primitive-load "/home/[...]/.config/guix/current/b…") In guix/ui.scm: 2185:7 6 (run-guix . _) 2148:10 5 (run-guix-command _ . _) In ice-9/boot-9.scm: 17

bug#50977: digital-ocean-environment-type fails

2021-10-02 Thread Florian Hoertlehner
guix deploy leads to the following error: https://api.digitalocean.com/v2/droplets: HTTP post failed: 422 ("Unprocessable Entity") The token that I use seems to be correct (there comes a different error message when I define an invalid token). This is the config file: (use-modules (gnu servi

bug#50919: [PATCH] gnu: Update zfs to 2.1.1.

2021-10-02 Thread Arun Isaac
Hi, Thanks for the patch! Unfortunately, this is a duplicate of https://issues.guix.gnu.org/50744 . Sorry about that! I'm closing this bug now. Thanks, Arun signature.asc Description: PGP signature

bug#50917: guix pull bug

2021-10-02 Thread pelzflorian (Florian Pelz)
- Forwarded message from Mortimer Cladwell - Date: Fri, 1 Oct 2021 14:13:55 -0400 From: Mortimer Cladwell To: "pelzflorian (Florian Pelz)" Subject: Re: bug#50917: guix pull bug Hi Florian, I just tried again on an AWS Debian 10 t2.micro instance which provides 1GB of RAM and received

bug#50941: Potential bug in guix home

2021-10-02 Thread Xinglu Chen
merge 50941 50945 thanks On Fri, Oct 01 2021, Oleg Pykhalov wrote: > Hi, > > Xinglu Chen writes: > >> On Fri, Oct 01 2021, Pascal Lorenz wrote: >> >>> Hi! >>> >>> I assumed user privileges should be enough for guix home, but guix >>> home reconfigure home.scm returns this result: >>> >>> /gnu/s

bug#50941: I can confirm this bug too

2021-10-02 Thread jgart via Bug reports for GNU Guix
Sorry for the unused code in the example.

bug#50941: I can confirm this bug too

2021-10-02 Thread jgart via Bug reports for GNU Guix
I'm forgot to mention that I tested this on void linux. all best, jgart

bug#50941: I can confirm this bug too

2021-10-02 Thread jgart via Bug reports for GNU Guix
I was going to report this today but Pascal beat me to it. I get the same error when running `guix home reconfigure file.scm`. `guix home build file.scm` builds fine without errors. Here's the config that I tested that with: ``` (use-modules (gnu home) (gnu packages)