Re: Moment de convivialité Guix@Paris en nov… euh… décembre

2023-12-07 Thread Tanguy LE CARROUR
Bonjour Guix, Merci à ceux qui ont bravé les intempéries et les transports parisiens pour venir hier soir ! Et, surtout merci à ceux qui, présents ou à distance, on partagé leur travail, leurs découvertes ou leurs problèmes, et ont contribué à faire de cette soirée un moment très… convivial ! 🙂 R

Re: SSH error guix pull

2023-12-07 Thread Mauritz Stenek
On 2023-12-07 at 14:57, Wojtek Kosior wrote: [[PGP Signed Part:Undecided]] > Nevertheless, I guess a > hypothetical solution would be to allow Guix to — when > desired — > call > SSH with access to its TTY/PTY :) Would you mind showing me how? Oh, that'd be hard… I meant modificatio

Re: SSH error guix pull

2023-12-07 Thread Wojtek Kosior via
> > Nevertheless, I guess a > > hypothetical solution would be to allow Guix to — when desired — > > call > > SSH with access to its TTY/PTY :) > > Would you mind showing me how? Oh, that'd be hard… I meant modification to some internal code that spawns an SSH process. So that when certain C

Re: Frontend for help-guix

2023-12-07 Thread Felix Lechner via
Hi Abdullah, On Thu, Dec 07 2023, Abdullah Imad wrote: > Is there a more modern frontend to the help-guix mailing lists? I'm not aware of one, but you may be able to view the messages in your favorite client via https://yhetil.org/. Kind regards Felix

Re: SSH error guix pull

2023-12-07 Thread Mauritz Stenek
On 2023-12-05 at 13:28, Wojtek Kosior wrote: [[PGP Signed Part:Undecided]] Thanks Wojtek for your kind help (my comments below). Status update: I got it running! Great to hear that :) [...] and that's it: the setup that works. However, The error `guix pull` ssh error only goes away af

Re: Setting up multiple NICs

2023-12-07 Thread Lars Rustand
Lars Rustand writes: > Sure, this is what I have at the moment: > > (service static-networking-service-type > (list (static-networking > (links > (list (network-link > (name "dmz") >

Re: Keyboard layout options not working

2023-12-07 Thread Lars Rustand
Hilton Chain writes: > The keyboard-layout field of operating-system is solely for console > use (used by GRUB, and later loaded via loadkeys when booting). So > you'll have to pass a record to the keyboard-layout > field of your xorg-configuration. Thanks, this worked! I was not aware that t

Re: Dino segfaults

2023-12-07 Thread Wojtek Kosior via
> > Actually, I came up with 2 more improvements, the final command is > > > > guix shell --container --no-cwd --network \ > > --share=/tmp/.X11-unix --expose="$XAUTHORITY" \ > > dino bash \ > > -- bash -c "DISPLAY='$DISPLAY' dino" > > caleb@miller ~❄️ guix shell --container --no-cwd

Frontend for help-guix

2023-12-07 Thread Abdullah Imad
Hello, Is there a more modern frontend to the help-guix mailing lists? https://issues.guix.gnu.org/  has a nice frontend, but I don't see any for the help mailing list. For someone who comes from Github, Gitlab, and other GUI first messaging, a mailing list via HTML is very hard to read. If

Re: Dino segfaults

2023-12-07 Thread Caleb Herbert
Wojtek Kosior writes: > Actually, I came up with 2 more improvements, the final command is > > guix shell --container --no-cwd --network \ > --share=/tmp/.X11-unix --expose="$XAUTHORITY" \ > dino bash \ > -- bash -c "DISPLAY='$DISPLAY' dino" caleb@miller ~❄️ guix shell --container --

Re: Setting up multiple NICs

2023-12-07 Thread Felix Lechner via
Hi Lars, On Thu, Dec 07 2023, rustand.l...@gmail.com wrote: > And this is the contents of the newest one: Actually, I think we need the output of that code when it is being evaluated. Unfortunately, I do not know how to do that. Alternatively, we could perhaps look for the output file, if you c

Re: Keyboard layout options not working

2023-12-07 Thread Hilton Chain
On Thu, 07 Dec 2023 20:28:02 +0800, Lars Rustand wrote: > > > Hilton Chain writes: > > In (gnu system keyboard), keyboard-layout is defined as: > > > > (keyboard-layout name (variant) (#:model) (#:options)) > > > > > > So the following should be used instead: > > > > (keyboard-layout "us" "no" #:o

Re: guix package -u . --dry-run equivalent for guix home

2023-12-07 Thread Tomas Volf
On 2023-12-07 09:42:47 +0100, Remco van 't Veer wrote: > How are people (with update junky tendencies like me) using guix-home? > Run guix-home-reconfigure after every guix-pull? > I in general just check the commit messages in the range that was pulled to see if there is anything interesting. An

Re: Keyboard layout options not working

2023-12-07 Thread Lars Rustand
Lars Rustand writes: >> (keyboard-layout "us" "no" #:options '("grp:switch")) > > I tried the above, but I get this following errror: > > error: (keyboard-layout "us" "no" #:options (quote ("grp:switch"))): invalid > field specifier I see I have made an error in the above, I pasted that direc

Re: Keyboard layout options not working

2023-12-07 Thread Lars Rustand
Hilton Chain writes: > In (gnu system keyboard), keyboard-layout is defined as: > > (keyboard-layout name (variant) (#:model) (#:options)) > > > So the following should be used instead: > > (keyboard-layout "us" "no" #:options '("grp:switch")) I tried the above, but I get this following errror:

Re: Keyboard layout options not working

2023-12-07 Thread Hilton Chain
Hi Efraim and Lars, On Thu, 07 Dec 2023 18:28:53 +0800, Efraim Flashner wrote: > > On Thu, Dec 07, 2023 at 10:48:11AM +0100, Lars Rustand wrote: > > Hello, I'm trying to set the keyboard-layout options in my system config. I > > have set the following: > > > > -8<---cut here

Re: Keyboard layout options not working

2023-12-07 Thread Efraim Flashner
On Thu, Dec 07, 2023 at 10:48:11AM +0100, Lars Rustand wrote: > Hello, I'm trying to set the keyboard-layout options in my system > config. I have set the following: > > -8<---cut here---start->8--- > (keyboard-layout (keyboard-layout "us,no" #:options '("grp:sw

Re: Resize Filesystem Service

2023-12-07 Thread Efraim Flashner
On Thu, Dec 07, 2023 at 09:25:43AM +, Wicki Gabriel (wicg) wrote: > Hi > > Thanks for the input, Felix. I finally managed to get it to work (with > additional input from ludo). I attach the service to this mail. If people > think this might be a nice-to-have in upstream guix i'll happily

Keyboard layout options not working

2023-12-07 Thread Lars Rustand
Hello, I'm trying to set the keyboard-layout options in my system config. I have set the following: -8<---cut here---start->8--- (keyboard-layout (keyboard-layout "us,no" #:options '("grp:switch"))) -8<---cut here---end--->8--

Re: guix package -u . --dry-run equivalent for guix home

2023-12-07 Thread Efraim Flashner
On Thu, Dec 07, 2023 at 09:42:47AM +0100, Remco van 't Veer wrote: > 2023/12/06, Efraim Flashner: > > >> Is it possible to get an package update dry-run like output for guix > >> home? > > > > I'll run 'guix home build -n' to see what's going to be > > built. > > That's a bit more informative bu

Offlineimap is not able to run as a shepherd service

2023-12-07 Thread Lars Rustand
Hello, I'm trying to run offlineimap as a shepherd service, but it fails in a weird way. I'm able to run offlineimap just fine when I start from the commandline, but inside the service it fails with this error: -8<---cut here---start->8--- 2023-12-07 10:31:13

Re: Resize Filesystem Service

2023-12-07 Thread Wicki Gabriel (wicg)
Hi Thanks for the input, Felix. I finally managed to get it to work (with additional input from ludo). I attach the service to this mail. If people think this might be a nice-to-have in upstream guix i'll happily craft a patch. g From: Felix Lechner Sent: Mo

Re: guix package -u . --dry-run equivalent for guix home

2023-12-07 Thread Remco van 't Veer
2023/12/06, Efraim Flashner: >> Is it possible to get an package update dry-run like output for guix >> home? > > I'll run 'guix home build -n' to see what's going to be > built. That's a bit more informative but currently it only tells me it's going to download some new version of guix. Runnin

Re: Setting up multiple NICs

2023-12-07 Thread rustand . lars
Wojtek Kosior writes: >> On Linux, the static-network-service-type should create a file containing >> "set-up-network" in its name [1]. Will you please locate it with >> >> ls -ld /gnu/store/*set-up-network* > > Btw, it might be even more convenient to do `ls -lhdct`. This will > list the it