When I try to create a PV domU, the VM starts up and I can access it through "xm console <id>", but when I try to connect to it through VNC, the port just hangs. I''ve tried using RealVNC and TightVNC, and also tried on Linux and Windows. All that happens on the client is that it says that the connection has established, and hangs there. I''ve tried running Wireshark while running VNC, and the TCP connection establishes but no data is communicated. Attached is a domU config file and my xend config. Thanks, -Brad _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
That was actually the wrong domU.cfg, I''ve attached the new one. What''s weird is that I cannot connect from my machine anymore. I can''t reproduce the bug that I originally was claiming, and I can''t reach the port anymore... Attached are ''ifconfig'' and ''nmap'', both run from dom0. Thanks. On Fri, Jun 18, 2010 at 02:59:55PM -0400, Cristian Vásquez Parga wrote:> hi Brad, > > the configuration is good in domU.cfg than xend-config.sxp, and i think that > the problem is in the network layer, > can you do basic test as nmap to domU? or check if the pethX interface is up > and work ok? > > > cheers!_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Try this: vfb = [ ''type=vnc,vncpasswd=pass'' ] Cheers! 2010/6/18 Brad Cable <brad@bcable.net>> When I try to create a PV domU, the VM starts up and I can access it > through "xm console <id>", but when I try to connect to it through > VNC, the port just hangs. I''ve tried using RealVNC and TightVNC, and > also tried on Linux and Windows. All that happens on the client is > that it says that the connection has established, and hangs there. > > > I''ve tried running Wireshark while running VNC, and the TCP > connection establishes but no data is communicated. > > Attached is a domU config file and my xend config. > > Thanks, > -Brad > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- Cristian Vásquez Parga Experto Linux Especialista en proyectos de virtualizaciòn blog: apnea.zaetachile.cl cvasquez@zaetachile.cl _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
The Xen version is 3.0.3, from the CentOS repositories. -Brad [root@customer 100]# uname -a Linux customer 2.6.18-164.9.1.el5xen #1 SMP Tue Dec 15 22:19:22 EST 2009 i686 i686 i386 GNU/Linux [root@customer 100]# rpm -q -i xen Name : xen Relocations: (not relocatable) Version : 3.0.3 Vendor: CentOS Release : 105.el5_5.3 Build Date: Mon 07 Jun 2010 05:38:49 PM CDT Install Date: Tue 15 Jun 2010 11:25:03 AM CDT Build Host: builder10.centos.org Group : Development/Libraries Source RPM: xen-3.0.3-105.el5_5.3.src.rpm Size : 5068164 License: GPLv2+, LGPLv2+ Signature : DSA/SHA1, Fri 11 Jun 2010 06:43:30 AM CDT, Key ID a8a447dce8562897 URL : http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html Summary : Xen is a virtual machine monitor Description : This package contains the Xen hypervisor and Xen tools, needed to run virtual machines on x86 systems, together with the kernel-xen* packages. Information on how to use Xen can be found at the Xen project pages. Virtualisation can be used to run multiple versions or multiple Linux distributions on one system, or to test untrusted applications in a sandboxed environment. On Fri, Jun 18, 2010 at 03:59:53PM -0400, Cristian Vásquez Parga wrote:> what is you xen version?_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
With that, I''m back to the problem I''ve posted on here before: [root@customer 100]# xm create qwe.cfg Using config file "./qwe.cfg". Error: Device 0 (vkbd) could not be connected. Hotplug scripts not working. Thanks. On Fri, Jun 18, 2010 at 04:09:34PM -0400, Cristian Vásquez Parga wrote:> Try this: > > vfb = [ ''type=vnc,vncpasswd=pass'' ] > > > Cheers! >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
in the dom0 check the /usr/lib64/xen/bin/*xen*-*vncfb **path, if exist, try ps auwwwf | grep vnc and kill them y run it again* **Cheers! 2010/6/18 Brad Cable <brad@bcable.net>> With that, I''m back to the problem I''ve posted on here before: > > [root@customer 100]# xm create qwe.cfg > Using config file "./qwe.cfg". > Error: Device 0 (vkbd) could not be connected. Hotplug scripts not working. > > Thanks. > > > On Fri, Jun 18, 2010 at 04:09:34PM -0400, Cristian Vásquez Parga wrote: > > Try this: > > > > vfb = [ ''type=vnc,vncpasswd=pass'' ] > > > > > > Cheers! > > >-- Cristian Vásquez Parga Experto Linux Especialista en proyectos de virtualizaciòn blog: apnea.zaetachile.cl cvasquez@zaetachile.cl _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
There is no xen-vncfb file in /usr/lib/xen/bin or /usr/lib64/xen/bin. I know that I am missing this file, and I cannot find any way of obtaining it. I''ve tried compiling from source but none of them ever produce a xen-vncfb file and CentOS, RHEL, Debian, and the tarballs off the Xen site do not provide source for this file or any binaries. I''ve been searching for this file for ages, if you know where to get it then you would be a life saver! Thanks! -Brad On Fri, Jun 18, 2010 at 04:28:14PM -0400, Cristian Vásquez Parga wrote:> in the dom0 check the /usr/lib64/xen/bin/*xen*-*vncfb **path, if exist, try > ps auwwwf | grep vnc and kill them y run it again* > > > **Cheers! > > 2010/6/18 Brad Cable <brad@bcable.net> > > > With that, I''m back to the problem I''ve posted on here before: > > > > [root@customer 100]# xm create qwe.cfg > > Using config file "./qwe.cfg". > > Error: Device 0 (vkbd) could not be connected. Hotplug scripts not working. > > > > Thanks. > > > > > > On Fri, Jun 18, 2010 at 04:09:34PM -0400, Cristian Vásquez Parga wrote: > > > Try this: > > > > > > vfb = [ ''type=vnc,vncpasswd=pass'' ] > > > > > > > > > Cheers! > > > > > > > > > -- > Cristian Vásquez Parga > Experto Linux > Especialista en proyectos de virtualizaciòn > blog: apnea.zaetachile.cl > cvasquez@zaetachile.cl_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I am glad that I follow this list I also have the same problem which I could not resolve till the end. -- Tapas http://mightydreams.blogspot.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
hi again, i have a question... do you install the Xen from de Centos install?? or do you install Xen after the Centos install??? do you download de tarball and compile de source?? or install from Centos repo?? Cheers! 2010/6/19 Tapas Mishra <mightydreams@gmail.com>> I am glad that I follow this list I also have the same problem which I > could not resolve till the end. > > -- > Tapas > http://mightydreams.blogspot.com >-- Cristian Vásquez Parga Experto Linux Especialista en proyectos de virtualizaciòn blog: apnea.zaetachile.cl cvasquez@zaetachile.cl _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
"yum install xen kernel-xen" Then change the GRUB config. -Brad On Sat, Jun 19, 2010 at 11:11:54AM -0400, Cristian Vásquez Parga wrote:> hi again, > i have a question... do you install the Xen from de Centos install?? or do > you install Xen after the Centos install??? do you download de tarball and > compile de source?? or install from Centos repo?? > > > Cheers!_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
So do you know where to find xen-vncfb or no? -Brad On Sat, Jun 19, 2010 at 02:54:33PM -0500, Brad Cable wrote:> "yum install xen kernel-xen" > > Then change the GRUB config. > > -Brad > > > On Sat, Jun 19, 2010 at 11:11:54AM -0400, Cristian Vásquez Parga wrote: > > hi again, > > i have a question... do you install the Xen from de Centos install?? or do > > you install Xen after the Centos install??? do you download de tarball and > > compile de source?? or install from Centos repo?? > > > > > > Cheers! > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users