Re: Can't reconnect to WiFi easily

2022-11-02 Thread Felix Lechner via
Hi Felipe, On Wed, Nov 2, 2022 at 12:45 PM Luis Felipe wrote: > > 2 11:18:55 localhost gnome-keyring-daemon[796]: couldn't access control > socket: /run/user/1001/keyring/control/: file or directory not found > 2 11:18:55 localhost gnome-keyring-daemon[797]: couldn't access control > socket: /r

Re: Guix package manager installed

2022-11-02 Thread Gottfried
Hi Steve, thanks for explanation I am hacking on the basics. I tried: sudo systemctl status guix-daemon.service but it said: gfp@Tuxedo ~$ sudo systemctl status guix-daemon.service Password: sudo: systemctl: command not found systemctl ? Kind regards Gottfried Am 02.11.22 um 08:53 sch

Re: Can't reconnect to WiFi easily

2022-11-02 Thread Luis Felipe
hi, I've been using Jami again for about a day and I haven't had any network issues. Still, I'd like to find out why my guix system can't reconnect automatically when the internet goes down in the local gateway device, while other devices in the network do reconnect. So I turned off and on the

Re: unbound variable

2022-11-02 Thread kiasoc5
On 11/2/22 09:48, Felix Lechner via wrote: Hi Gottfried, On Wed, Nov 2, 2022 at 5:50 AM Gottfried wrote: If e.g. I have a different printer (e.g. from an other company), and I want to install it, That is a CUPS question. As you can imagine, there are lots of printers. I usually look at whic

Re: look up for Guix version installed

2022-11-02 Thread zimoun
Hi, On mer., 02 nov. 2022 at 14:07, Gottfried wrote: > where can I read > guile-libguix 1.3.0-32.682639c or with which command I can find it? This does not exist. The point is that the package named ’guix’ is only relevant for those who use Guix as a Guile library. Otherwise, the version of t

Re: look up for Guix version installed

2022-11-02 Thread Gottfried
Hi Simon, thanks for claryfying, where can I read guile-libguix 1.3.0-32.682639c or with which command I can find it? fighting with the basics Kind regards Gottfried Am 02.11.22 um 12:57 schrieb zimoun: Hi, On ven., 28 oct. 2022 at 18:54, Gottfried wrote: guix pull --news --details

Re: unbound variable

2022-11-02 Thread Felix Lechner via
Hi Gottfried, On Wed, Nov 2, 2022 at 5:50 AM Gottfried wrote: > > If e.g. I have a different printer (e.g. from an other company), and I > want to install it, That is a CUPS question. As you can imagine, there are lots of printers. I usually look at which format the printer speaks, and how it li

Re: look up for Guix version installed

2022-11-02 Thread zimoun
Hi, On ven., 28 oct. 2022 at 18:54, Gottfried wrote: > guix pull --news --details > > then it shows me the new and updated packages. > > And today there was: > > guix 1.3.0-32.682639c This is Guix as a Guile library and not Guix as package manager. IMHO, you should read, guile-libguix 1.3

Re: unbound variable

2022-11-02 Thread Gottfried
Hi Felix, I am not sure how can I understand those github sites? If e.g. I have a different printer (e.g. from an other company), and I want to install it, can I look up at those github pages how to add the necessary things in my config.scm? [1] https://github.com/guix-mirror/guix/blob/

Re: Guix package manager installed

2022-11-02 Thread Steve George
Hi, The key concept to understand is that Guix runs a build daemon and package database (/gnu/store) on the machine which multiple 'normal' users can use. You can see it with: sudo systemctl status guix-daemon.service The manual is trying to explain that you use the root user to update the

Re: Seeking help to create link to libstdc++.so in /lib64

2022-11-02 Thread Milind Kamble
Thanks for responding Petr. Could you elaborate how to compose it with the outer function? I tried this (operating-system ;; other stuff snipped out (services (list (extra-special-file "/lib64/libstdc++.so.6" (file-append `(,gcc "lib") "/lib/libstdc++

Re: committer.scm

2022-11-02 Thread Csepp
jgart writes: > On Tue, 01 Nov 2022 07:57:28 +0100 Julien Lepiller wrote: >> Try calling it with pre-inst-env. > > Ohhh, yes that was it. I stopped calling it with pre-inst-env for some reason > ;() > > THNX > > Now I just need to see how I am going to sort these 150+ crates in an > automated

Re: make clean-go breaks my build environment

2022-11-02 Thread Csepp
"Philip McGrath" writes: > On Wed, Nov 2, 2022, at 3:48 AM, jgart wrote: >> On Wed, 02 Nov 2022 08:20:09 +0100 Ricardo Wurmus wrote: >>> >>> jgart writes: >>> >>> > after running `make clean-go` the build gets consistently stuck on >>> > this message: >>> > >>> > WARNING: Use of `load' in d

Re: unbound variable

2022-11-02 Thread Gottfried
Hi Felix, thanks very much for your help and efforts. This was the decisive point. Now it works. I am open for any hint and I don't mind to get hundreds of pieces of advice, because I am hacking on the basics. Kind regards Gottfried Am 01.11.22 um 21:35 schrieb Felix Lechner: Hi Gottfrie

Re: make clean-go breaks my build environment

2022-11-02 Thread Philip McGrath
On Wed, Nov 2, 2022, at 3:48 AM, jgart wrote: > On Wed, 02 Nov 2022 08:20:09 +0100 Ricardo Wurmus wrote: >> >> jgart writes: >> >> > after running `make clean-go` the build gets consistently stuck on >> > this message: >> > >> > WARNING: Use of `load' in declarative module (guix ui). Add >> >

Re: make clean-go breaks my build environment

2022-11-02 Thread jgart
On Wed, 02 Nov 2022 08:20:09 +0100 Ricardo Wurmus wrote: > > jgart writes: > > > after running `make clean-go` the build gets consistently stuck on > > this message: > > > > WARNING: Use of `load' in declarative module (guix ui). Add #:declarative? > > #f to your define-module invocation. > >

Re: make clean-go breaks my build environment

2022-11-02 Thread Ricardo Wurmus
jgart writes: > after running `make clean-go` the build gets consistently stuck on > this message: > > WARNING: Use of `load' in declarative module (guix ui). Add #:declarative? > #f to your define-module invocation. > WARNING: (guix build python-build-system): imported module (guix build uti