Re: List of installed package, version pairs

2019-01-09 Thread Efraim Flashner
On Wed, Jan 09, 2019 at 05:03:40PM -0500, Jack Hill wrote: > Hi, > > It seems that work has noticed the GuixSD host that I brought into the > office. The security office maintains a risk profile be collecting lists of > installed packages, so I've been asked to produce one for the GuixSD host. I >

Re: Guix packaging copy file to current users profile

2019-01-09 Thread Reza Alizadeh Majd
Thanks fo your help, my package needs to install some `.scm` scripts beside original package files. I just install them in wrong path, then I couldn't to import them inside guile interpreter. after fixing the scheme files installation paths to `share/guile/site/2.2/` symlinks built succes

Where is gtk-update-icon-cache ... ?

2019-01-09 Thread 荒井吉則
Hello, I'm still beginner for GuixSd. I have installed epiphany but show error , missing hicolor-icon-theme. I have installed hicolor-icon-theme. No error message but show bookmark icon only, other icons missing. What is other icon-theme or another packages I need to install? I think missing ic

List of installed package, version pairs

2019-01-09 Thread Jack Hill
Hi, It seems that work has noticed the GuixSD host that I brought into the office. The security office maintains a risk profile be collecting lists of installed packages, so I've been asked to produce one for the GuixSD host. I assume that the garbage collector's live-paths is roughly equival

Re: Guix packaging copy file to current users profile

2019-01-09 Thread Leo Famulari
On Wed, Jan 09, 2019 at 05:53:00PM +0330, Reza Alizadeh Majd wrote: > Hi Everyone, > > How can I copy some configuration files, from my package archive to > current users profile? I need to copy some additional files from package > archive to `~/.guix-profile/` path. Can you clarify what you

ethernet not loading

2019-01-09 Thread nightowl
I have not been able to get my ethernet to connect. I have a Broadcom BCM4401-B0 chip set using B44 driver. I use dmesg command and see following message: b44 ssb0:0: Required 30 BIT MASK unsupported by system. Is there a way around this? As an independent test, I have tried the Trisquel 8 d

Re: guix gc, any way to delete only packages that aren't required to build anything?

2019-01-09 Thread George Clemmer
Mark H Weaver writes: ... > On my GuixSD system where substitutes are completely disabled and I > build everything locally, I've been running my Guix daemon with both > --gc-keep-derivations=yes and --gc-keep-outputs=yes for years. Here's > the relevant excerpt of my OS config: > > (services

Re: Some general guix questions

2019-01-09 Thread George Clemmer
Ricardo Wurmus writes: > Not sure if better (because it has the same effect), but here’s a > different way to get a “manifest” from the list of installed packages. > > --8<---cut here---start->8--- > (use-modules (guix profiles) > (ice-9 match) >

Re: Problem with Tor & IceCat

2019-01-09 Thread Archetyp Jung
Oh yes, here are the correct settings for Tor in GNU IceCat: ---> Manual proxy configuration ---> SOCKS Host: localhost Port: 9050 ---> Proxy DNS when using SOCKS v5 If you do not want to use the Tor browser button. ;-) Joshua Branson writes: Archetyp Jung writes: > Sorry Ludo, but I reins

Re: Stuck upgrading from Guix v0.12

2019-01-09 Thread Paul Garlick
Hi Guix, Got it! I have been able to upgrade from version 0.12 to version 0.16. I used 'guix copy' to copy a recent guix on a local server. Thank you Gabor for the suggestion. The steps I followed were: i) generate signing keys on both systems ii) copy across public keys and authorize on each

Re: Problem with Tor & IceCat

2019-01-09 Thread Archetyp Jung
Okay, I had accidentally posted here under a false name, please remove this name from help-guix archive and replace it with Archetyp Jung. The visibility of the wrong name is a security problem for me! Joshua Branson writes: Archetyp Jung writes: I believe we generally do not delete email pos

Re: Problem with Tor & IceCat

2019-01-09 Thread Archetyp Jung
Joshua Branson writes: Archetyp Jung writes: > Sorry Ludo, but I reinstalled the operating system yesterday. :-( > > Thanks to my customized config.scm, everything works fine here, > including Tor. ;-) > > BTW: I no longer use Tor in GNU IceCat with the Tor? browser button, > but directly via P

Re: Sorry, stupid question about guix pull

2019-01-09 Thread Jone
Thank you! I did not understand before what a system profile is. As such 'root profile' in my system and no, there is only a user profile and system profile (i. e. 0 packages at root). But it seems the upgrade errors were on stage 'guix package -u' at user.. Ok, I'll try with more attention.

Re: Problem with Tor & IceCat

2019-01-09 Thread Joshua Branson
Archetyp Jung writes: I believe we generally do not delete email postings. I suppose we could if it was spam for instance. > Would someone please delete the posting from Mon, 7 Jan 2019 02:37:13 > +0100? > > https://lists.gnu.org/archive/html/help-guix/2019-01/msg00061.html -- Joshua Branson

Re: Problem with Tor & IceCat

2019-01-09 Thread Joshua Branson
Archetyp Jung writes: > Sorry Ludo, but I reinstalled the operating system yesterday. :-( > > Thanks to my customized config.scm, everything works fine here, > including Tor. ;-) > > BTW: I no longer use Tor in GNU IceCat with the Tor™ browser button, > but directly via Proxy DNS when using SOCKS

Guix packaging copy file to current users profile

2019-01-09 Thread Reza Alizadeh Majd
Hi Everyone, How can I copy some configuration files, from my package archive to current users profile? I need to copy some additional files from package archive to `~/.guix-profile/` path. Thanks, Reza

Re: Some general guix questions

2019-01-09 Thread Divan Santana
Pierre Neidhardt writes: > 1. System-wide installation means packages are readily available to all users, >which can be nice, but users then don't have the freedom to remove them. >For maximal flexibility, it's often best to leave system-wide packages to > the >bare minimum and let u

Re: Some general guix questions

2019-01-09 Thread Divan Santana
George Clemmer writes: > Divan Santana writes: > >> Hi great guix community, >> >> 1. What is the recommendations around when to install a package system >>wide (via guix system reconfigure manifest.scm) vs in your user >>profile? I'm confused if i3/various X packages and other desktop

Re: Some general guix questions

2019-01-09 Thread Divan Santana
Tonton writes: > On Tue, 08 Jan 2019 18:43:06 +0200 > Divan Santana wrote: > >> 3. If I run guix system vm --fallback system.scm I get a vm I can run, >>which is really awesome. If I then do a guix pull and guix system >>vm --fallback system.scm I get /another/ VM which I can run. How