From: [EMAIL PROTECTED] on behalf of Bob Tennent
Sent: Fri 08/02/2008 17:54
To: kvm-devel@lists.sourceforge.net
Subject: [kvm-devel] script initiation and user access of host system



Hi. I want to be able to "connect" and initiate a guest in a *script*
(so it can be done automatically when the host boots), and then allow
users (without admin privileges) to access the guest graphically. Is
this a reasonable mode of operation? If so, how do I do it? If I call
qemu-kvm directly the -nographic option doesn't seem to do what I
expect. And I don't know how users can access the guest (graphically)
except by using virt-viewer, which seems to require that the guest have
been initiated by virt-manager.

Bob T.


________________________________

 
Did you try using vnc ? 
Just add "-vnc :N" (e.g -vnc :10) to the command line when starting you VM, and 
let the user use "vncviewer <host>:N" (e.g. vncviewer localhost:10) to 
graphically access the guest.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to