WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-fr

Re: [Xen-fr] Re: Xen HVM 2008 impossible acc�

Ok, j'ai finalement pu m'en sortir et mon vnc est à nouveau
opérationnel. Voici mon fichier de configuration : 

------------------------------------------------------------------------

import os, re
arch = os.uname()[4]
if re.search('64', arch):
    arch_libdir = 'lib64'
else:
    arch_libdir = 'lib'

kernel = "/usr/lib/xen-default/boot/hvmloader"
builder='hvm'
memory = 1024

# Should be at least 2KB per MB of domain memory, plus a few MB per vcpu.
shadow_memory = 8
name = "xen-win2008"
vif = [ 'type=ioemu, bridge=eth0' ]
acpi = 1
apic = 1
disk = [ 
        'phy:vg-raid1/xen-w2008,ioemu:sda,w',
        'phy:/dev/scd0,ioemu:hdc:cdrom,r' 
       ] 
device_model = '/usr/lib/xen-default/bin/qemu-dm'

# boot on floppy (a), hard disk (c) or CD-ROM (d) 
# default: hard disk, cd-rom, floppy
boot = "dc"

sdl = 0 
vnc = 1
vnclisten = "0.0.0.0"
vncconsole = 1
vncpasswd = ''
serial='pty'
usbdevice='tablet'

on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'restart'

----------------------------------------------------------

J'ai simplifié la configuration VNC et c'est reparti.

Maintenant je suis confronté à un autre problème mais
ce n'est plus le même sujet donc j'ouvrirai un nouveau
post si je ne m'en sort pas

Merci de ton aide ;)

Christophe



_______________________________________________
Xen-fr mailing list
Xen-fr@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-fr