guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add gnome.


From: Leo Famulari
Subject: Re: [PATCH] gnu: Add gnome.
Date: Tue, 23 Feb 2016 18:34:40 -0500
User-agent: Mutt/1.5.24 (2015-08-30)

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 <address@hidden> | GNU LilyPond http://lilypond.org
> Freelance IT http://JoyofSource.com | Avatar®  http://AvatarAcademy.nl  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]