Re: Can't connect to wifi during guided installation

2020-08-26 Thread Matthew Brooks
It's generally a good idea to mention what you did that ended up fixing the problem, in case someone else has the same problem later. As it is, anyone else who gets the same problem will still have no idea how to fix it. On Wed, 26 Aug 2020 11:30:11 -0400 Jacob daemonspudguy Tice wrote: > Got

Am I using --with-source improperly?

2020-08-26 Thread Jesse Gibbons
I asked about this on the IRC but had no luck. IIUC --with-source=package=source should set the source for "package" to "source" when something being built depends on "package". For example, `guix build --with-soure=python2=/tmp/python2 lci` should build the lci with the python2 source in /tmp

Re: How to create a substitute server with substitutes that failed?

2020-08-26 Thread Dr. Arne Babenhauserheide
Christopher Baines writes: > Dr. Arne Babenhauserheide writes: > >> I’d like to create a small server that provides substitutes for >> packages for which I often have to build a fallback (mostly ungoogled >> Chromium). >> >> How can I do that? Is there already a simply way? > > It's not simple

Re: How to create a substitute server with substitutes that failed?

2020-08-26 Thread Christopher Baines
Dr. Arne Babenhauserheide writes: > I’d like to create a small server that provides substitutes for > packages for which I often have to build a fallback (mostly ungoogled > Chromium). > > How can I do that? Is there already a simply way? It's not simple (yet), but I'm hoping to get there event

Re: How to create a substitute server with substitutes that failed?

2020-08-26 Thread Julien Lepiller
guix build will output all the store names for the outputs of (usually only one). The hash in the directory names is what you want as the narinfo filename. Le 26 août 2020 12:12:44 GMT-04:00, "Dr. Arne Babenhauserheide" a écrit : > >Julien Lepiller writes: > >> I suppose, but that's going t

Re: How to create a substitute server with substitutes that failed?

2020-08-26 Thread Dr. Arne Babenhauserheide
Julien Lepiller writes: > I suppose, but that's going to be a bit of work. I'm not very knowledgeable > on this part of guix. I think you'll need to generate a narinfo and a nar for > each store item you want to be available. Maybe you can run guix publish > locally and mirror the files it se

Re: Systemwide TOR Service

2020-08-26 Thread Joshua Branson
I believe that you want to use the tor-service-type. Take a look at the guix manual services section. That should give you all the info you need. -- Joshua Branson Sent from Emacs and Gnus

Re: Can't connect to wifi during guided installation

2020-08-26 Thread Jacob daemonspudguy Tice
Got it. Jacob daemonspudguy Tice schrieb am Mi., 26. Aug. 2020, 10:10: > It just hangs on the “Connecting to [SSID REDACTED], please wait”. What’s > going on?

Re: How to create a substitute server with substitutes that failed?

2020-08-26 Thread Julien Lepiller
I suppose, but that's going to be a bit of work. I'm not very knowledgeable on this part of guix. I think you'll need to generate a narinfo and a nar for each store item you want to be available. Maybe you can run guix publish locally and mirror the files it serves on your server? You'll need t

Re: How to create a substitute server with substitutes that failed?

2020-08-26 Thread Dr. Arne Babenhauserheide
Julien Lepiller writes: > The best would be to run "guix publish" on your server, as it will allow > others to use your server as a substitute server, instead of having to > manually download archives of the package and dependencies. Thank you for your answer! Is it possible to do the equivalen

Can't connect to wifi during guided installation

2020-08-26 Thread Jacob daemonspudguy Tice
It just hangs on the “Connecting to [SSID REDACTED], please wait”. What’s going on?

Re: How to create a substitute server with substitutes that failed?

2020-08-26 Thread Julien Lepiller
The best would be to run "guix publish" on your server, as it will allow others to use your server as a substitute server, instead of having to manually download archives of the package and dependencies. guix copy copies an item from one store to the other, so it doesn't make sense to send from

Re: How to create a substitute server with substitutes that failed?

2020-08-26 Thread Dr. Arne Babenhauserheide
Hi, I’d like to create a small server that provides substitutes for packages for which I often have to build a fallback (mostly ungoogled Chromium). How can I do that? Is there already a simply way? I tried guix copy, but without luck: $ LANG=C guix copy ungoogled-chromium --to=guixtmp@localho