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-bugs

[Xen-bugs] [Bug 1041] New: Error when creating a WinXp VM on working Etc

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 1041] New: Error when creating a WinXp VM on working Etch xen 3.0
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Fri, 10 Aug 2007 04:04:40 -0700
Delivery-date: Fri, 10 Aug 2007 04:04:51 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1041

           Summary: Error when creating a WinXp VM on working Etch xen 3.0
           Product: Xen
           Version: 3.0.3
          Platform: x86-64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HVM
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: kormannm@xxxxxxxxxx
                CC: kormannm@xxxxxxxxxx


-HP ML110 G4 XEON 3040 box, 1536 Mo RAM, 160 Go one Sata disk, VT enabled.

-Already working Debian ETCH system with lvm.

following modules installed:
-linux-image-2.6.18-4-xen-vserver-686
-xen-hypervisor-3.0.3-1-i386-pae
-xen-tools
-xen-linux-system-2.6.18-4-xen-vserver-686
-linux-headers-2.6.18-4-xen-vserver-686
-libc6-xen
-bridge-utils
-xen-ioemu
-xenman

then added at the end of /etc/modules the row:
"loop max_loop=64"
and reboot

In /etc/xen/xend-config.sxp, uncommented the (network-script network-bridge)
line and restarted the xend daemon. 
find 3 new cards peth0, vif0.0 thru vif0.3 and xenbr0.

In /etc/xen-tools/xen-tools.conf:
uncommented "dir = /home/xen" line
modified kernel and initrd lines in:
#
# Default kernel and ramdisk to use for the virtual servers
#
#kernel = /boot/vmlinuz-2.6.16-2-xen-686
#initrd = /boot/initrd.img-2.6.16-2-xen-686
kernel = /boot/vmlinuz-2.6.18-4-xen-vserver-686
initrd = /boot/initrd.img-2.6.18-4-xen-vserver-686

Creating a Etch VM
mkdir /home/xen
xen-create-image --debootstrap --hostname Etch --ip=192.168.0.8
--gateway=192.168.0.254 --dist=etch
xm create /etc/xen/Etch.cfg

At this point all work fine, I can see the Etch vm with "xm list", "xm console
Etch" work a bit slow, xenman's console on Etch VM work fine and ssh Etch work
superfine.


But when I try install a WinXP VM I got a problem.
I copy a WinXp ISO on /home/iso/WinXP.iso

Here is my config "/etc/xen/WinXP.cfg"

kernel = '/usr/lib/xen/boot/hvmloader'
builder = 'hvm'
memory = '256'
device_model='/usr/lib/xen/bin/qemu-dm'

# Disks
disk = [ 'file:/home/xen/domains/WinXP/disk.img,ioemu:sda,w',
'file:/home/iso/WinXP.iso,ioemu:sdc:cdrom,r' ]

# Hostname
name = 'WinXP'

# Networking
vif = ['type=ioemu, bridge=xenbr0']

# Behaviour
boot='d'
vnc=1
vncviewer=1
sdl=0

When I release the command ""xm create WinXP.cfg" I get the following error

# xm create WinXP.cfg
Using config file "/etc/xen/WinXP.cfg".
VNC= 1
Unexpected error: exceptions.OSError

Please report to xen-devel@xxxxxxxxxxxxxxxxxxx
Traceback (most recent call last):
  File "/usr/lib/xen-3.0.3-1/bin/xm", line 7, in ?
    main.main(sys.argv)
  File "/usr/lib/xen-3.0.3-1/lib/python/xen/xm/main.py", line 1446, in main
    rc = cmd(args)
  File "<string>", line 1, in <lambda>
  File "/usr/lib/xen-3.0.3-1/lib/python/xen/xm/main.py", line 751, in
xm_importcommand
    cmd.main([command] + args)
  File "/usr/lib/xen-3.0.3-1/lib/python/xen/xm/create.py", line 1191, in main
    dom = make_domain(opts, config)
  File "/usr/lib/xen-3.0.3-1/lib/python/xen/xm/create.py", line 982, in
make_domain
    os.kill(vncpid, signal.SIGKILL)
OSError: [Errno 3] No such process

What am I doing wrong?
Thanx for help


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 1041] New: Error when creating a WinXp VM on working Etch xen 3.0, bugzilla-daemon <=