Re: Seeking working, complete example for a vm

2016-11-02 Thread myglc2
On 11/02/2016 at 22:15 Hartmut Goebel writes: > Am 31.10.2016 um 19:18 schrieb myglc2: >> In an effort to reply to your request for a "working, complete example," >> I attach the hackage that I use to manage the care and feeding of >> LAN-visible GuixSD VM images running on a headless GuixSD serv

Re: Seeking working, complete example for a vm

2016-11-02 Thread Hartmut Goebel
Am 29.10.2016 um 01:57 schrieb Ludovic Courtès: > [... some tipps ...] Thanks a lot. I was able to get a machine up and running and access it. > Maybe we could move the note in > > higher, in the description of the ‘vm

Re: Seeking working, complete example for a vm

2016-10-31 Thread myglc2
On 10/28/2016 at 13:01 Hartmut Goebel writes: > Hi, > > for a demonstration I need to set up a container running nginx and > postres and maybe ssh. nginx and ssh should be accessible from outside > the vm, at least from the host. In an effort to reply to your request for a "working, complete exa

Re: Seeking working, complete example for a vm

2016-10-28 Thread Ludovic Courtès
Hartmut Goebel skribis: > 1) lsh wants keystrokes a random-seed on each boot. This looks like > file-system will not be preserved over reboots. How can I solve this? Use OpenSSH. ;-) The root file system is indeed volatile. > 2) Using "guix system reconfigure" *within* the vm would be great.

Re: Seeking working, complete example for a vm

2016-10-28 Thread Ludovic Courtès
Hello! Leo Famulari skribis: > On Fri, Oct 28, 2016 at 06:52:25PM +0200, Hartmut Goebel wrote: >> Am 28.10.2016 um 18:27 schrieb Leo Famulari: >> > Can you clarify if you are trying to use a container or a VM? >> Sorry for the confusion: I'm trying to set up a vm. >> >> (I tried container first

Re: Seeking working, complete example for a vm

2016-10-28 Thread Leo Famulari
On Fri, Oct 28, 2016 at 06:52:25PM +0200, Hartmut Goebel wrote: > Am 28.10.2016 um 18:27 schrieb Leo Famulari: > > Can you clarify if you are trying to use a container or a VM? > Sorry for the confusion: I'm trying to set up a vm. > > (I tried container first, but davexunit informed me that networ

Re: Seeking working, complete example for a vm

2016-10-28 Thread Hartmut Goebel
Am 28.10.2016 um 18:27 schrieb Leo Famulari: > Can you clarify if you are trying to use a container or a VM? Sorry for the confusion: I'm trying to set up a vm. (I tried container first, but davexunit informed me that networking is not yet implemented there, so I switched to vm.) -- Regards Hart

Re: Seeking working, complete example for a vm

2016-10-28 Thread Leo Famulari
On Fri, Oct 28, 2016 at 01:01:22PM +0200, Hartmut Goebel wrote: > Hi, > > for a demonstration I need to set up a container running nginx and > postres and maybe ssh. nginx and ssh should be accessible from outside > the vm, at least from the host. After some struggle with building the vm > [1] I'm

Seeking working, complete example for a vm

2016-10-28 Thread Hartmut Goebel
Hi, for a demonstration I need to set up a container running nginx and postres and maybe ssh. nginx and ssh should be accessible from outside the vm, at least from the host. After some struggle with building the vm [1] I'm now able to boot it. I already copy the image our of the store (as advised