unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: "Björn Höfling" <bjoern.hoefling@bjoernhoefling.de>
To: help-guix@gnu.org
Subject: Re: GuixSD in a VM is so nice - once you actually have control over your mouse, that is.
Date: Fri, 19 May 2017 10:39:17 +0200	[thread overview]
Message-ID: <20170519103917.70a95cd5@alma-ubu> (raw)
In-Reply-To: <ofijk5$g7g$1@blaine.gmane.org>

On Thu, 18 May 2017 00:42:18 +0200
Fox <firefox@firemail.cc> wrote:

> so I run GuixSD (on bare metal nicely and) on qemu
> 
> but mouse capture is an issue in that gpm or whatever runs the mouse.
> 
> I "can't come back from the Immelmann loop" , so-to-speak. The only 
> "ESCAPE" is CTRL-ALT-F3  with root login and "reboot".
> 
> 
> I mean ... these days a VM should maybe be fine with mice of 21st. 
> century design or am I going down a wrong alley ?
> 
> 
> 

As others already pointed out, "Ctrl-Alt" is the way to get out of the
cage.

Mostly I don't use the VM-Window: I had some trouble with gpm and don't
know how to enable clipboard-sharing in QEMU, so I just use SSH:

My GuixSD-QEMU-Configuration has something like:

 (services (cons* 
		... other services here ...
                (dhcp-client-service)
                (lsh-service #:port-number 3333)
                   %base-services))


Then in my host system I have an entry in my ~/.ssh/config:

Host g64
        HostName localhost
        Port 3333
        User bjoern


When I now call "ssh g64" and enter my password, I'm connected to my
virtual machine and can use the normal mouse and copy/paste of my host
system as I would use with other remote machines.

You can also upload your SSH-Key in your virtual machine to avoid
password entering.

And probably when I would setup a new VM, I would use OpenSSH
(https://www.gnu.org/software/guix/manual/guix.html#index-openssh_002dservice_002dtype),
but when I started with my setup, there was only LSH.


Björn

      parent reply	other threads:[~2017-05-19  8:39 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-17 22:42 GuixSD in a VM is so nice - once you actually have control over your mouse, that is Fox
2017-05-17 22:52 ` Fox
2017-05-18  2:30 ` Adonay Felipe Nogueira
2017-05-18  9:34   ` GuixSD in a VM is so nice Fox
2017-05-18 11:28     ` Adonay Felipe Nogueira
2017-05-18 11:46       ` Fox
2017-05-18 12:01         ` Adonay Felipe Nogueira
2017-05-18 12:18           ` Fox
2017-05-18 12:30             ` Fox
2017-05-18 13:51               ` Adonay Felipe Nogueira
2017-05-18 17:22             ` GuixSD in virtualbox Fox
2017-05-18 18:58               ` Adonay Felipe Nogueira
2017-05-19 11:23                 ` Ludovic Courtès
2017-05-19 13:52                   ` Fox
2017-05-19 16:51                     ` Adonay Felipe Nogueira
2017-05-19 17:43                       ` Fox
2017-05-19  8:39 ` Björn Höfling [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170519103917.70a95cd5@alma-ubu \
    --to=bjoern.hoefling@bjoernhoefling.de \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).