* conf file - where is it ?
@ 2020-05-03 18:41 Catonano
2020-05-03 18:55 ` Vincent Legoll
0 siblings, 1 reply; 9+ messages in thread
From: Catonano @ 2020-05-03 18:41 UTC (permalink / raw)
To: help-guix
After quite some time I run Guix again, this time in a Qemu based vm
With the vm provided on the download page
The manual (linked from the download page, it's here
https://guix.gnu.org/manual/en/html_node/Running-Guix-in-a-VM.html ) says
that the configuration file used t produce that image is in the tree
But I can't find it
I'd like to reconfigure my machine but using its own conf file as a
starting point
Thanks
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: conf file - where is it ?
2020-05-03 18:41 conf file - where is it ? Catonano
@ 2020-05-03 18:55 ` Vincent Legoll
2020-05-03 19:54 ` Catonano
0 siblings, 1 reply; 9+ messages in thread
From: Vincent Legoll @ 2020-05-03 18:55 UTC (permalink / raw)
To: Catonano, help-guix
Hello,
On 03/05/2020 20:41, Catonano wrote:
> After quite some time I run Guix again, this time in a Qemu based vm
I'm on the same boat
> With the vm provided on the download page
>
> The manual (linked from the download page, it's here
> https://guix.gnu.org/manual/en/html_node/Running-Guix-in-a-VM.html ) says
> that the configuration file used t produce that image is in the tree
>
> But I can't find it
>
> I'd like to reconfigure my machine but using its own conf file as a
> starting point
This has already been reported (by others and myself) and has been
fixed but new images have not been generated since. The next ones
will be good.
See:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=9d0b9c7c6c0b0d45653dea80b499314ea415d3c7
--
Vincent Legoll
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: conf file - where is it ?
2020-05-03 18:55 ` Vincent Legoll
@ 2020-05-03 19:54 ` Catonano
2020-05-09 16:41 ` Catonano
0 siblings, 1 reply; 9+ messages in thread
From: Catonano @ 2020-05-03 19:54 UTC (permalink / raw)
To: Vincent Legoll; +Cc: help-guix
Il giorno dom 3 mag 2020 alle ore 20:55 Vincent Legoll <
vincent.legoll@gmail.com> ha scritto:
> Hello,
>
> On 03/05/2020 20:41, Catonano wrote:
> > After quite some time I run Guix again, this time in a Qemu based vm
>
> I'm on the same boat
>
> > With the vm provided on the download page
> >
> > The manual (linked from the download page, it's here
> > https://guix.gnu.org/manual/en/html_node/Running-Guix-in-a-VM.html )
> says
> > that the configuration file used t produce that image is in the tree
> >
> > But I can't find it
> >
> > I'd like to reconfigure my machine but using its own conf file as a
> > starting point
>
> This has already been reported (by others and myself) and has been
> fixed but new images have not been generated since. The next ones
> will be good.
>
> See:
>
> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=9d0b9c7c6c0b0d45653dea80b499314ea415d3c7
>
>
Thank you Vincent !
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: conf file - where is it ?
2020-05-03 19:54 ` Catonano
@ 2020-05-09 16:41 ` Catonano
2020-05-09 17:14 ` Tobias Geerinckx-Rice
0 siblings, 1 reply; 9+ messages in thread
From: Catonano @ 2020-05-09 16:41 UTC (permalink / raw)
To: Vincent Legoll; +Cc: help-guix
Il giorno dom 3 mag 2020 alle ore 21:54 Catonano <catonano@gmail.com> ha
scritto:
> Il giorno dom 3 mag 2020 alle ore 20:55 Vincent Legoll <
> vincent.legoll@gmail.com> ha scritto:
>
> Thank you Vincent !
>
>
ehm... and how will I know when it's been updated ?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: conf file - where is it ?
2020-05-09 16:41 ` Catonano
@ 2020-05-09 17:14 ` Tobias Geerinckx-Rice
2020-05-09 17:52 ` Catonano
0 siblings, 1 reply; 9+ messages in thread
From: Tobias Geerinckx-Rice @ 2020-05-09 17:14 UTC (permalink / raw)
To: Catonano; +Cc: Vincent Legoll, help-guix
[-- Attachment #1: Type: text/plain, Size: 483 bytes --]
Catonano,
Catonano 写道:
> ehm... and how will I know when it's been updated ?
The release manager (i.e. Ludo') sends a message to the list when
there's a new release, and it's generally a big deal. A minor
bugfix release would be no different.
However, there's no reason to download binary snapshots from
gnu.org if you have Guix installed. In fact I'd recommend against
it.
Any reason you can't guix pull && build it yourself?
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: conf file - where is it ?
2020-05-09 17:14 ` Tobias Geerinckx-Rice
@ 2020-05-09 17:52 ` Catonano
2020-05-09 18:12 ` Tobias Geerinckx-Rice
0 siblings, 1 reply; 9+ messages in thread
From: Catonano @ 2020-05-09 17:52 UTC (permalink / raw)
To: Tobias Geerinckx-Rice; +Cc: help-guix
Il giorno sab 9 mag 2020 alle ore 19:14 Tobias Geerinckx-Rice <me@tobias.gr>
ha scritto:
> Catonano,
>
> Catonano 写道:
> > ehm... and how will I know when it's been updated ?
>
> The release manager (i.e. Ludo') sends a message to the list when
> there's a new release, and it's generally a big deal. A minor
> bugfix release would be no different.
>
> However, there's no reason to download binary snapshots from
> gnu.org if you have Guix installed. In fact I'd recommend against
> it.
>
> Any reason you can't guix pull && build it yourself?
>
>
I haven't Guix installed.
I'm running Ubuntu and I'm a bit wary of installing Guix on top of it
because I remember the obsessive reporting by apparmor about Guix
attempting to do something
Also, I don't want the package manager, I want the whole distro
That's why I chose to run the image for Qemu, so I could have the whole
thing but without managing (too much) operating systems, which I despise
My idea was that I would have used the configuration file as a starting
point for reconfiguring the machine running in Qemu
But it's not a big deal, I'll wait
Thank you Tobias !
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: conf file - where is it ?
2020-05-09 17:52 ` Catonano
@ 2020-05-09 18:12 ` Tobias Geerinckx-Rice
2020-05-09 18:31 ` Catonano
0 siblings, 1 reply; 9+ messages in thread
From: Tobias Geerinckx-Rice @ 2020-05-09 18:12 UTC (permalink / raw)
To: Catonano; +Cc: Vincent Legoll, help-guix
[-- Attachment #1: Type: text/plain, Size: 716 bytes --]
Hiho,
Catonano 写道:
> My idea was that I would have used the configuration file as a
> starting
> point for reconfiguring the machine running in Qemu
Right. But if that's the case, you can just
- keep the 1.1.0 VM,
- download the configuration file[0] to it (which hasn't changed),
- then edit it and reconfigure.
No? You want to reconfigure this VM, so it must have network
access.
Either you're confusing two things (that you/we must rebuild a
huge VM image just to include a tiny text file[0] that hasn't
changed), or I am.
The latter is entirely likely ;-)
Kind regards,
T G-R
[0]:
https://git.savannah.gnu.org/cgit/guix.git/plain/gnu/system/examples/vm-image.tmpl
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: conf file - where is it ?
2020-05-09 18:12 ` Tobias Geerinckx-Rice
@ 2020-05-09 18:31 ` Catonano
2020-05-09 21:28 ` Vincent Legoll
0 siblings, 1 reply; 9+ messages in thread
From: Catonano @ 2020-05-09 18:31 UTC (permalink / raw)
To: Tobias Geerinckx-Rice; +Cc: help-guix
Il giorno sab 9 mag 2020 alle ore 20:12 Tobias Geerinckx-Rice <me@tobias.gr>
ha scritto:
> Hiho,
>
> Catonano 写道:
> > My idea was that I would have used the configuration file as a
> > starting
> > point for reconfiguring the machine running in Qemu
>
> Right. But if that's the case, you can just
> - keep the 1.1.0 VM,
> - download the configuration file[0] to it (which hasn't changed),
> - then edit it and reconfigure.
>
> No? You want to reconfigure this VM, so it must have network
> access.
>
> Either you're confusing two things (that you/we must rebuild a
> huge VM image just to include a tiny text file[0] that hasn't
> changed), or I am.
>
> The latter is entirely likely ;-)
>
> Kind regards,
>
> T G-R
>
> [0]:
>
> https://git.savannah.gnu.org/cgit/guix.git/plain/gnu/system/examples/vm-image.tmpl
I simply didn't know where the conf file was, in the guix tree ☺
Of course I can grab it and use it to reconfigure my machine !!
Thanks !!
Vincent Legoll this could be of help for you too, couldn't it ?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: conf file - where is it ?
2020-05-09 18:31 ` Catonano
@ 2020-05-09 21:28 ` Vincent Legoll
0 siblings, 0 replies; 9+ messages in thread
From: Vincent Legoll @ 2020-05-09 21:28 UTC (permalink / raw)
To: Catonano, Tobias Geerinckx-Rice; +Cc: help-guix
On 09/05/2020 20:31, Catonano wrote:
> Vincent Legoll this could be of help for you too, couldn't it ?
I had to recreate my VM anyways, so that was not really a problem,
but yes it could have.
--
Vincent Legoll
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2020-05-09 21:28 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-03 18:41 conf file - where is it ? Catonano
2020-05-03 18:55 ` Vincent Legoll
2020-05-03 19:54 ` Catonano
2020-05-09 16:41 ` Catonano
2020-05-09 17:14 ` Tobias Geerinckx-Rice
2020-05-09 17:52 ` Catonano
2020-05-09 18:12 ` Tobias Geerinckx-Rice
2020-05-09 18:31 ` Catonano
2020-05-09 21:28 ` Vincent Legoll
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.