Re: Regarding implementing sof-firmware in GUIX.

2021-12-11 Thread Mathieu Othacehe
Hello Tobias, > * gnu/packages/firmware.scm (sof): New public variable. Thanks for the package definition. Last time I checked, some devices required signed firmware: --8<---cut here---start->8--- The firmware file, /lib/firmware/intel/sof/sof-tgl.ri, contai

Re: postgresql client packaging recipe

2021-12-11 Thread Mortimer Cladwell
Thanks Tobias You have updated my thinking about postgresql. On Debian, apt-get install postgresql installs the postgres database/user and starts the service. If you are distributing a client app (I am) and you only want to provide the user with the psql executable (I do), then you have the clie

Re: ffmpeg possibly missing compile option?

2021-12-11 Thread Alexander Asteroth
I was on the wrong track. Even though the library is not found this is not the cause of the error. If I start vlc in a smaller frame (screen is 4k), something like less than 3k width, it works. If I resize the frame to more than 3/4 of the screen width, vlc just shows a black screen while sound sti

Re: guix as a hypervisor

2021-12-11 Thread pelzflorian (Florian Pelz)
On Sat, Dec 11, 2021 at 01:07:57AM +0100, Adam Kandur via wrote: > Hi guix! > What is the best way to run a vm on a guix host which will be available to > other members of a local network? You can set up dnsmasq for NetworkManager on the host. For Guix System, see: info "(guix)Networking Servic

Re: Regarding implementing sof-firmware in GUIX.

2021-12-11 Thread Tobias Geerinckx-Rice
Mathieu Othacehe 写道: Thanks for the package definition. Last time I checked, some devices required signed firmware: D'oh. See what a sheltered life I lead! I don't actually have any of this hardware. I'm not sure what's the point of letting users build their firmware if it cannot be load

Re: guix as a hypervisor

2021-12-11 Thread Jérémy Korwin-Zmijowski
Or redirect ports ? Jérémy Le 11/12/2021 à 15:10, pelzflorian (Florian Pelz) a écrit : On Sat, Dec 11, 2021 at 01:07:57AM +0100, Adam Kandur via wrote: Hi guix! What is the best way to run a vm on a guix host which will be available to other members of a local network? You can set up dnsmasq

Guix Home errors

2021-12-11 Thread Caleb Herbert
Anybody have expierence with Guix Home? I am getting the following error when I open a new terminal window. Attached is an archive containing the error messages and the contents of my Guix Home configuration directory. https://bluehome.net/csh/2021/12/11/guix-home-error.tar.xz

Re: Guix Home errors

2021-12-11 Thread Caleb Herbert
On 12/11/21 16:30, Justin Veilleux wrote: I don't know this was the cause of your problem, but one line in the aliases looks suspicious to me. > (aliases >    '(("E='SUDO_EDITOR" . "emacsclient -t -a emacs") >  ("e" . "emacsclient -t"))) It seems like you didn't cl

Guix Merch?

2021-12-11 Thread opalvaults (ry)
Hello Is there the possibility of getting GNU Guix merch (stickers, shirts, etc) at some point in the future? I've seen others in #guix express interest and I think it could be a good way to support some of the core developers or project perhaps. Thanks :)

Re: Guix Home errors

2021-12-11 Thread Justin Veilleux
I don't know this was the cause of your problem, but one line in the aliases looks suspicious to me. > (aliases >    '(("E='SUDO_EDITOR" . "emacsclient -t -a emacs") >  ("e" . "emacsclient -t"))) It seems like you didn't close your single quote in "E='SUDO_EDITOR"

Re: Guix Merch?

2021-12-11 Thread Caleb Herbert
I would like Guix stickers and pins!

Re: guix as a hypervisor

2021-12-11 Thread Adam Kandur via
Hi Florian! This soulution uses nat. Previously I worked with oracle virtualbox where (after creating vms) I could specify bridged network instead of nat. After this my vms got an andress in my local network (for example, my gw is 192.168.1.1, my laptop is 192.168.1.5, my vm0 is 192.168.1.4, vm1

Re: Guix Merch?

2021-12-11 Thread Julien Lepiller
Le Sat, 11 Dec 2021 16:49:35 -0600, Caleb Herbert a écrit : > I would like Guix stickers and pins! > Hi everyone! I have a few leftover stickers from Fosdem 2019, see attached picture. Since they were meant to be distributed to folks at Fosdem, I'm offering them for free. I can mail some of th

sbcl-ningle: permission denied

2021-12-11 Thread jgart
Hi Guixers, Just reporting this issue. I had sbcl and sbcl-ningle in my profile. When I try to build ningle I get the error below: ``` λ rlwrap sbcl This is SBCL 2.1.9, an implementation of ANSI Common Lisp. More information about SBCL is available at . SBCL is free sof

Re: Regarding implementing sof-firmware in GUIX.

2021-12-11 Thread Tobias Geerinckx-Rice
Mathieu Othacehe 写道: I'm not sure what's the point of letting users build their firmware if it cannot be loaded. By bizarre coincidence, I was looking at our kernel configuration for unrelated reasons and happened to notice: CONFIG_SND_SOC_SOF=y For the record, here's what I asked on #gnu