On Tue, Feb 23, 2016 at 11:24:30PM +0100, Jan Nieuwenhuizen wrote:
> Leo Famulari writes:
> 
> > How are running the VM? The way I've been using it (documented in 7.2.14
> > in the manual) does not allow the host to connect to the guest.
> 
> What works for me is when I use
> 
>   ...
>   (packages
>    (cons* dezyne-server  ;;-release
>           nss-certs
>           %base-packages))
> 
>   (services
>    (cons* (dhcp-client-service)
>           (lsh-service #:port-number 2222
>                        #:allow-empty-passwords? #t
>                        #:root-login? #t)
>           (postgresql-service)
>           (dezyne-service #:config 'localhost)
>           %base-services)))
> 
> create an image using
> 
>     guix system --load-path=$(HOME)/shadow.git/release vm 
> ~/shadow.git/release/development-verum-com.scm --expose=$(HOME) 
> --share=$(HOME)/tmp=/exchange
> 
> (creating a standalone vm-image, what I would like, does not work for
> me)

What happens when you try it?

> 
> And then, I do
> 
>     /gnu/store/pxvsvbxm0gmg7s422pddg2kzbizdgig7-run-vm.sh -m 1G -redir 
> tcp:2223::2222 -redir tcp:3001::3000 -redir tcp:5433::5432 &
> 
> Greetings,
> Jan
> 
> -- 
> Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org
> Freelance IT http://JoyofSource.com | Avatar®  http://AvatarAcademy.nl  

Reply via email to