Open another terminal session and issue
# virsh console <DomName> (??)
It will unlock your VNC connection.
You can then close session with "virsh console" and it won''t
affect installation.
Script for users :
virt-install -n DomName -r 2028 -p --vnc -f /dev/zvol/dsk/tank1/guest-pv \
-l http://IP/URL --noautoconsole
virsh console DomName & > log >&
sleep 3
vncviewer localhost:0
also works fine on b130
xm console <DomName> will also unlock VNC connection.
--- On Thu, 1/7/10, Greg Moeller <skywise@gmail.com> wrote:
From: Greg Moeller <skywise@gmail.com>
Subject: [xen-discuss] Trying to get Xen going with svn_130...
To: xen-discuss@opensolaris.org
Date: Thursday, January 7, 2010, 5:56 PM
I''m trying to get linux domU going with opensolaris ''130.
The CPU is a plain P4 3.2Ghz (no hardware Virt) but all I''m trying is
--paravirt
Here''s the command line I''m trying.....
virt-install --paravirt --name=dom1 --ram=1024 --vnc \
--os-type=linux --os-variant=fedora8 \
--network bridge \
--file /dev/zvol/dsk/rpool/dom1 \
--location http://mirror.fdcservers.net/fedora/releases/10/Fedora/x86_64/os/
And I get....
Starting install...
Retrieving file .treeinfo 100% |=========================| 1.0 kB 00:00
Retrieving file vmlinuz.. 100% |=========================| 2.5 MB 00:18
Retrieving file initrd.im 100% |=========================| 17 MB 03:02
Creating domain... 0 B 00:17
TigerVNC Viewer for X version 1.0.0
Copyright (C) 2002-2005 RealVNC Ltd.
Copyright (C) 2000-2006 TightVNC Group
Copyright (C) 2004-2009 Peter Astrand for Cendio AB
See http://www.tigervnc.org for information on TigerVNC.
Thu Jan 7 22:17:47 2010
CConn: connected to host localhost port 5900
And that''s the end of it. If I call up virt-manager, it thinks the dom
is running and taking 100%CPU, but a top shows a pretty quiet machine.
telnetting to 127.0.0.1 5900 gets me "trying 127.0.0.1...." and
nothing more.
a netstat does show something listening on 127.0.0.1.5900....
What am I doing wrong?
(I''ve tried the same thing with virt-manager and a debian distro, same
result)
Greg
--
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
xen-discuss@opensolaris.org