guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add gnome.


From: Jan Nieuwenhuizen
Subject: Re: [PATCH] gnu: Add gnome.
Date: Tue, 23 Feb 2016 23:24:30 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

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)

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]