Re: Is this normal? /var/log/messages is ~730 MB

2020-02-13 Thread sirgazil
On Wed, 12 Feb 2020 21:09:34 -0500 Maxim Cournoyer wrote > Ludovic Courtès writes: > > > Hi, > > > > Maxim Cournoyer skribis: > > > >> Ricardo Wurmus writes: > > > > [...] > > > Guix System has a log rotation service, described here: >

Cuirass - check evaluation # from build details

2020-02-13 Thread John Soo
Hi Guix, I’m curious about the commit that made a package fail to build. So I: - Searched the package - Followed the build id of the first broken build Now I’d like to see the evaluation and commit associated to the particular build. How do I do that, if at all? It would also help if I could

Re: guix environment shebang interpreter

2020-02-13 Thread EuAndreh via
ml...@posteo.de writes: > But, one answer there has a possible solution for you: > https://unix.stackexchange.com/a/399698 > > --8<--- > #!/bin/sh - > > if [ "$1" != "--really" ]; then exec bash --posix -- "$0" --really "$@"; > fi > > shift > >

Re: prevent gc of texlive-...-texmf.tar.xz

2020-02-13 Thread Thomas Danckaert
On 2020-02-12 21:45, Leo Famulari wrote: The simplest way to make a gcroot is to symlink the store item into /var/guix/gcroots. In fact, I've had this exact symlink for a few years now: lrwxrwxrwx 1 root root 73 Aug 5 2017 texlive-20170524-texmf.tar.xz ->

Re: how can I add a static IPv4 route?

2020-02-13 Thread Julien Lepiller
Le 13 février 2020 03:42:46 GMT-05:00, Efraim Flashner a écrit : >On Thu, Feb 13, 2020 at 09:22:46AM +0100, Giovanni Biscuolo wrote: >> Hi Julien >> >> thanks for your support! >> >> Julien Lepiller writes: >> >> > Le 12 février 2020 13:08:46 GMT-05:00, Giovanni Biscuolo > a écrit : >>

Re: [EXTERNAL]Re: Qemu image broken?

2020-02-13 Thread Josh Marshall
Indeed, it is actually not just 2 major releases behind, but does not have any progression from 2.0.0 and was built in 2008. ``` QEMU emulator version 2.0.0, Copyright (c) 2003-2008 Fabrice Bellard ``` referencing https://guix.gnu.org/manual/en/html_node/Running-Guix-in-a-VM.html these details

Re: why 'package --remove' download stuff?

2020-02-13 Thread Julien Lepiller
Le 13 février 2020 13:03:02 GMT-05:00, zimoun a écrit : >Dear, > >In my '~/.guix-profile' managed in imperative style, I have a package >(Gmsh) installed with an old version Guix. Then updating a particular >package (Guile) in this very profile, there is conflicts (gmp) because >of the Gmsh.

why 'package --remove' download stuff?

2020-02-13 Thread zimoun
Dear, In my '~/.guix-profile' managed in imperative style, I have a package (Gmsh) installed with an old version Guix. Then updating a particular package (Guile) in this very profile, there is conflicts (gmp) because of the Gmsh. Well, I run "guix package -r gmsh" because I do not care. Then:

Managing container deployment

2020-02-13 Thread shcv
Hello, Has anyone done any work for using Guix to deploy container images to multiple machines, somewhat like the `guix deploy` command, but for deploying individual environments and applications? Alternatively, has anyone done any work with running kubernetes on guix? I'm about to build a tiny

Re: GNOME Terminal: Horrible font after guix system reconfigure

2020-02-13 Thread sirgazil
On Wed, 12 Feb 2020 23:26:22 -0500 Gábor Boskovits wrote > Hello, > > Christopher Baines ezt írta (időpont: 2020. febr. 13., > Csü 0:55): > > > > > Ludovic Courtès writes: > > > > > Hello! > > > > > > sirgazil skribis: > > > > > >> I have GNOME 3.32.2 now. When I

Re: why 'package --remove' download stuff?

2020-02-13 Thread zimoun
Hi Julien, Thank you for the explanations. On Thu, 13 Feb 2020 at 19:30, Julien Lepiller wrote: > Le 13 février 2020 13:03:02 GMT-05:00, zimoun a > écrit : > >--8<---cut here---start->8--- > >$ guix package -r gmsh > >The following package will be removed:

Re: why 'package --remove' download stuff?

2020-02-13 Thread Leo Famulari
On Fri, Feb 14, 2020 at 01:54:53AM +0100, zimoun wrote: > Hmm? Okish... but it is really annoying. And I do not understand the > reason of this. The reason is that, after you made the last profile, you ran `guix pull`. Some package that is used to build profiles was updated in the `guix pull`

Re: how can I add a static IPv4 route?

2020-02-13 Thread Efraim Flashner
On Thu, Feb 13, 2020 at 09:22:46AM +0100, Giovanni Biscuolo wrote: > Hi Julien > > thanks for your support! > > Julien Lepiller writes: > > > Le 12 février 2020 13:08:46 GMT-05:00, Giovanni Biscuolo a > > écrit : > >>Hello, > >> > >>I have a very simple networking configuration: > >> >

Re: how can I add a static IPv4 route?

2020-02-13 Thread Giovanni Biscuolo
Hi Julien thanks for your support! Julien Lepiller writes: > Le 12 février 2020 13:08:46 GMT-05:00, Giovanni Biscuolo a > écrit : >>Hello, >> >>I have a very simple networking configuration: >> >>--8<---cut here---start->8--- >>(service