Luis Raddatz L.
2006-Sep-13 03:43 UTC
[Xen-users] /usr/lib64/xen/bin/qemu-dm: invalid option -- ''-vncconnect''
Hi. I can''t use the vnc option (VNC=1 in my xmexample.hvm file), when I use RedHat or Fedora on 64 bits. The qemu log, say /usr/lib64/xen/bin/qemu-dm: invalid option -- ''-vncconnect'' But when I use RedHat or Fedora 32 bits, works fine. There is a problem or incompatibility in the 64 bits Xen kernel and the VNC option ? Best regards Luis _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Luis Raddatz L.
2006-Sep-13 22:45 UTC
[Xen-users] /usr/lib64/xen/bin/qemu-dm: invalid option -- ''-vncconnect''
Hi.
I can''t use the vnc option (VNC=1 in my xmexample.hvm file), when I use
RedHat or Fedora on 64 bits. The qemu log, say /usr/lib64/xen/bin/qemu-dm:
invalid option -- ''-vncconnect''
But when I use RedHat or Fedora 32 bits, works fine.
There is a problem or incompatibility in the 64 bits Xen kernel and the VNC
option ?
In both cases (32 and 64 Bits), I installed XEN using Xen 3.0.2 tarball
Download
In both cases I installed libvncserver from
http://sourceforge.net/projects/libvncserver
And installed SDL using yum install SDL SDL-devl
My HVM config file is:
# -*- mode: python; -*-
#==========================================================================
# Python configuration setup for ''xm create''.
# This script sets the parameters used when a domain is created using
''xm
create''
# You use a separate script for each domain you want to create, or
# you can set the parameters for the domain on the xm command line.
#==========================================================================
import os, re
arch = os.uname()[4]
if re.search(''64'', arch):
arch_libdir = ''lib64''
else:
arch_libdir = ''lib''
kernel = "/usr/lib/xen/boot/hvmloader"
builder=''hvm''
memory = 512
name = "vmwin0"
#vcpus=2
#pae=0
#acpi=0
#apic=0
vif = [ ''type=ioemu, bridge=xenbr0'' ]
disk = [ ''phy:/dev/XenVol/vmwin0Root,ioemu:hda,w'' ]
device_model = ''/usr/'' + arch_libdir +
''/xen/bin/qemu-dm''
cdrom="/vmbases/WINDOWS_2003_STANDARD.ISO"
boot="c"
#snapshot=1
# enable SDL library for graphics, default = 0
sdl=0
vnc=1
vncviewer=0
# enable stdvga, default = 0 (use cirrus logic device model)
stdvga=0
ne2000=0
Best regards
Luis
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users