Re: Virtualisation: Network problems

2022-09-25 Thread Chris Keschnat via
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gottfried writes: > [[PGP Signed Part:Undecided]] > Hi Guixers, > > Basic details of my Virtualisation setup: > > Name: QEUMU/KVM > Libvirt URL: qemu:///System > Autoconnect yes > - > Network selection > It give

Re: Combine locales

2022-09-25 Thread Fredrik Salomonsson
Hi Sergiu, Sergiu Ivanov writes: > Hi Fredrik, > > Fredrik Salomonsson [2022-09-25T01:35:12+0200]: >> >> One thing I cannot figure out is how to setup the operating-system to >> use English as the language but use Swedish for the date format. Similar >> to what is described in Locale Names[0] i

Re: ssh-agent does nothing

2022-09-25 Thread Jérémy Korwin-Zmijowski
Hey, I got the help from nckx on IRC and they found out the ssh-agent binary was 0 octet. I blame my poor battery management (occusional brutal shutdowns). Now running guix `gc --verify=repair,contents` and crossing fingers. Cheers ! Jeremy

Re: derivation args question

2022-09-25 Thread Ricardo Wurmus
jgart writes: > What do the four arguments represent here: > > Derive([("out","/gnu/store/c6mqyc4db5s0p01dkd3cmklh2n9vbskc-ed-1.16","","")], > ^ ^^^^ ^^ > > What do the two arguments represent here: > > [("/gnu/store/041ciykg427wk

Re: ssh-agent does nothing

2022-09-25 Thread Jérémy Korwin-Zmijowski
Le dimanche 25 septembre 2022 à 14:09 +0100, ( a écrit : > This is how you set up ssh-agent; add this line to your > ``bash_profile'': > >   eval $(ssh-agent) >/dev/null > > and relogin. > >     -- ( Hi (, Thank you for your help ! I tried your suggestion but did not solve my problem. $ LA

derivation args question

2022-09-25 Thread jgart
Hi, What do the four arguments represent here: Derive([("out","/gnu/store/c6mqyc4db5s0p01dkd3cmklh2n9vbskc-ed-1.16","","")], ^ ^^^^ ^^ What do the two arguments represent here: [("/gnu/store/041ciykg427wkwjy4yjfb5mfv93fvzvp-make-m

Virtualisation: Network problems

2022-09-25 Thread Gottfried
Hi Guixers, Basic details of my Virtualisation setup: Name: QEUMU/KVM Libvirt URL: qemu:///System Autoconnect yes - Network selection It gives me 3 options: 1. I added a virtual network Name: network Device: virbr0 is there IPv4 config

[PATCH] Fix for --with-branch=emacs-next=master

2022-09-25 Thread Jorge P. de Morais Neto
>From d70da533ddd0152f7d358854b184855932d6390c Mon Sep 17 00:00:00 2001 From: "Jorge P. de Morais Neto" Date: Sat, 24 Sep 2022 19:58:21 -0300 Subject: [PATCH] Undo 97b928ce09d6034ebcb541fb548e5d4862302add for Guix The aforementioned commit breaks Guix's emacs recipe. The recipe could trivially b

Re: Virtualisation

2022-09-25 Thread Gottfried
I am not exactly sure what happened, but I think you should set the groups in the your operating config. #+begin_src scheme (supplementary-groups '("wheel" "netdev" "audio" "video"))) #+end_src to #+begin_src scheme (supplementary-groups '("wheel" "netdev" "audio" "video" "libvirt"))) #+end

Re: Guix Home, .local/bin executable scripts

2022-09-25 Thread Fabio Natali
Hey Trev, Thanks for your help! On 2022-09-24, 15:49 -0700, Trev wrote: > If the thing is being moved to your store for any reason you may want > to explicitly update the permissions. I had to do this when I > packaged PHP composer for personal use. Things tend to go into the > store as read-o

Re: ssh-agent does nothing

2022-09-25 Thread (
This is how you set up ssh-agent; add this line to your ``bash_profile'': eval $(ssh-agent) >/dev/null and relogin. -- (

ssh-agent does nothing

2022-09-25 Thread Jérémy Korwin-Zmijowski
Dear Guixters, I am having trouble to git clone/pull/push from/to repositories relying on ssh authentication (i.e. git clone g...@framagit.org:Jeko/dummy- project-name.git). I tried to follow few instructions found on the mailing list but I get stuck when I see in my terminal `ssh-agent` returnin

Re: how to fix this G-exp?

2022-09-25 Thread zimoun
Hi, Thanks for your attempt to explain. On Sat, 24 Sep 2022 at 20:40, Csepp wrote: > As you can see, that is an unqouted list. The fix should be pretty > simple: just add an extra quote. Haven't tested it, but one of these > should work: > ``` > (define (something) ''(42)) > ;; or > (quote #+

Re: Combine locales

2022-09-25 Thread Sergiu Ivanov
Hi Fredrik, Fredrik Salomonsson [2022-09-25T01:35:12+0200]: > > One thing I cannot figure out is how to setup the operating-system to > use English as the language but use Swedish for the date format. Similar > to what is described in Locale Names[0] in the libc manual. > > I.e. on my foreign dis

Re: virtualization

2022-09-25 Thread Chris Keschnat via
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gottfried writes: > [[PGP Signed Part:Undecided]] > Am 24.09.22 um 23:05 schrieb Gottfried: >> Am 23.09.22 um 21:53 schrieb Vagrant Cascadian: >>> On 2022-09-23, gottfr...@posteo.de wrote: I installed a VM software and I added libvirt and vir

Re: virtualization

2022-09-25 Thread Gottfried
Am 24.09.22 um 23:05 schrieb Gottfried: Am 23.09.22 um 21:53 schrieb Vagrant Cascadian: On 2022-09-23, gottfr...@posteo.de wrote: I installed a VM software and I added libvirt and virtualization in my config.scm file (see below) ...     (users (cons* (user-account     (name "g