[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] guest crash


  • To: xen-devel@xxxxxxxxxxxxxxxxxxx
  • From: phcolaris <phcolaris@xxxxxxxxxxx>
  • Date: Wed, 21 Mar 2007 11:24:24 +0000
  • Delivery-date: Wed, 21 Mar 2007 04:28:43 -0700
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.uk; h=Received:X-YMail-OSG:Subject:From:To:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=oLcyDDRKcyUtPd0oxuzky6lPm7Pz8muCTYTr1xgkruj7zHp7ULJLO1aLqNj/YD0djkvN6mFNTB6EoXbNKltQT+FjwFeUMDG8HlMpz/LqN2YssthH8IfECjqh9Nba0GMpv8VRgYzHs1heL6W7gEL319/qLB2Y8a5lU6HplKbLBdc= ;
  • List-id: Xen developer discussion <xen-devel.lists.xensource.com>

hi all,

I've got domU crashing and I guess that this is beyond 'user' list.
it crash within seconds and reboots again.

appreciate any hint

rgds
phil

my.hvm
                                                                                
                               
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 =
2048                                                                            
                      
shadow_memory =
8                                                                               
               
name =
"suse102"                                                                       
                        
vcpus=2                                                                         
                               
pae=0                                                                           
                               
#acpi=0                                                                         
                               
#apic=0                                                                         
                               
vif = [ 'type=ioemu,
bridge=xenbr0' ]                                                                
          
disk = [ 'phy:/dev/sda9,ioemu:hda,w',
'file:/home/pdjg/public_html/iso/openSUSE-10.2-GM-DVD-x86_64.iso,hdc:cdro
m,r' ]                                                                          
                               
on_poweroff =
'destroy'                                                                       
                 
on_reboot   =
'restart'                                                                       
                 
on_crash    =
'restart'                                                                       
                 
device_model = '/usr/' + arch_libdir +
'/xen/bin/qemu-dm'                                                      
boot="d"                                                                        
                               
sdl=0                                                                           
                               
vnc=1                                                                           
                               
stdvga=0                                                                        
                               
serial='pty'                                                                    
                               
soundhw='sb16'                                                                  
                               
usb=0 



[2007-03-21 11:06:48 xend.XendDomainInfo 3439] DEBUG (XendDomainInfo:94)
XendDomainInfo.create(['vm', ['name', 'suse102'], ['memory', 2048],
['shadow_memory', 8], ['on_poweroff', 'destroy'], ['on_reboot',
'restart'], ['on_crash', 'restart'], ['vcpus', 2], ['on_xend_start',
'ignore'], ['on_xend_stop', 'ignore'], ['image', ['hvm', ['kernel',
'/usr/lib/xen/boot/hvmloader'], ['device_model',
'/usr/lib64/xen/bin/qemu-dm'], ['pae', 0], ['vcpus', 2], ['boot', 'd'],
['fda', ''], ['fdb', ''], ['localtime', 0], ['serial', 'pty'],
['stdvga', 0], ['isa', 0], ['nographic', 0], ['soundhw', 'sb16'],
['vnc', 1], ['vncunused', 1], ['sdl', 0], ['xauthority',
'/root/.Xauthority'], ['acpi', 1], ['apic', 1], ['usb', 0],
['usbdevice', ''], ['keymap', ''], ['vncpasswd', 'XXXXXXXX']]],
['device', ['vbd', ['uname', 'phy:/dev/sda9'], ['dev', 'ioemu:hda'],
['mode', 'w']]], ['device', ['vbd', ['uname',
'file:/home/pdjg/public_html/iso/openSUSE-10.2-GM-DVD-x86_64.iso'],
['dev', 'hdc:cdrom'], ['mode', 'r']]], ['device', ['vif', ['bridge',
'xenbr0'], ['type', 'ioemu']]]])
[2007-03-21 11:06:48 xend.XendConfig 3439] WARNING (XendConfig:616)
Unconverted key: cpus
[2007-03-21 11:06:48 xend.XendDomainInfo 3439] DEBUG
(XendDomainInfo:1346) XendDomainInfo.constructDomain
[2007-03-21 11:06:48 xend.XendDomainInfo 3439] DEBUG
(XendDomainInfo:1392) XendDomainInfo.initDomain: 7 256
[2007-03-21 11:06:48 xend 3439] DEBUG (image:431) args: boot, val: d
[2007-03-21 11:06:48 xend 3439] DEBUG (image:431) args: fda, val: 
[2007-03-21 11:06:48 xend 3439] DEBUG (image:431) args: fdb, val: 
[2007-03-21 11:06:48 xend 3439] DEBUG (image:431) args: soundhw, val:
sb16
[2007-03-21 11:06:48 xend 3439] DEBUG (image:431) args: localtime, val:
0
[2007-03-21 11:06:48 xend 3439] DEBUG (image:431) args: serial, val: pty
[2007-03-21 11:06:48 xend 3439] DEBUG (image:431) args: std-vga, val: 0
[2007-03-21 11:06:48 xend 3439] DEBUG (image:431) args: isa, val: 0
[2007-03-21 11:06:48 xend 3439] DEBUG (image:431) args: vcpus, val: 2
[2007-03-21 11:06:48 xend 3439] DEBUG (image:431) args: acpi, val: 1
[2007-03-21 11:06:48 xend 3439] DEBUG (image:431) args: usb, val: 0
[2007-03-21 11:06:48 xend 3439] DEBUG (image:431) args: usbdevice, val: 
[2007-03-21 11:06:48 xend 3439] DEBUG (image:431) args: k, val: 
[2007-03-21 11:06:48 xend 3439] DEBUG (balloon:146) Balloon: 2125656 KiB
free; need 2123776; done.
[2007-03-21 11:06:48 xend 3439] INFO (image:126) buildDomain os=hvm
dom=7 vcpus=2
[2007-03-21 11:06:48 xend 3439] DEBUG (image:378) domid          = 7
[2007-03-21 11:06:48 xend 3439] DEBUG (image:379) image
= /usr/lib/xen/boot/hvmloader
[2007-03-21 11:06:48 xend 3439] DEBUG (image:380) store_evtchn   = 3
[2007-03-21 11:06:48 xend 3439] DEBUG (image:381) memsize        = 2048
[2007-03-21 11:06:48 xend 3439] DEBUG (image:382) vcpus          = 2
[2007-03-21 11:06:48 xend 3439] DEBUG (image:383) pae            = 0
[2007-03-21 11:06:48 xend 3439] DEBUG (image:384) acpi           = 1
[2007-03-21 11:06:48 xend 3439] DEBUG (image:385) apic           = 1
[2007-03-21 11:06:48 xend 3439] DEBUG (image:573) hvm shutdown watch
registered
[2007-03-21 11:06:48 xend 3439] DEBUG (image:612) hvm reboot feature
watch registered
[2007-03-21 11:06:49 xend.XendDomainInfo 3439] INFO
(XendDomainInfo:1251) createDevice: vfb : {'vncunused': 1,
'other_config': {'vncunused': 1}, 'uuid':
'0beb89a5-c800-c96b-bd51-d8d0e4e811bc'}
[2007-03-21 11:06:49 xend 3439] DEBUG (DevController:115) DevController:
writing {'state': '1', 'backend-id': '0', 'backend':
'/local/domain/0/backend/vfb/7/0'} to /local/domain/7/device/vfb/0.
[2007-03-21 11:06:49 xend 3439] DEBUG (DevController:117) DevController:
writing {'vncunused': '1', 'domain': 'suse102', 'frontend':
'/local/domain/7/device/vfb/0', 'uuid':
'0beb89a5-c800-c96b-bd51-d8d0e4e811bc', 'online': '1', 'frontend-id':
'7', 'state': '1'} to /local/domain/0/backend/vfb/7/0.
[2007-03-21 11:06:49 xend.XendDomainInfo 3439] INFO
(XendDomainInfo:1251) createDevice: vbd : {'uname': 'phy:/dev/sda9',
'driver': 'ioemu', 'mode': 'w', 'dev': 'ioemu:hda', 'uuid':
'55b33229-b32e-5eec-2899-b4822a8ec505'}
[2007-03-21 11:06:49 xend 3439] DEBUG (DevController:115) DevController:
writing {'backend-id': '0', 'virtual-device': '768', 'device-type':
'disk', 'state': '1', 'backend': '/local/domain/0/backend/vbd/7/768'}
to /local/domain/7/device/vbd/768.
[2007-03-21 11:06:49 xend 3439] DEBUG (DevController:117) DevController:
writing {'domain': 'suse102', 'frontend':
'/local/domain/7/device/vbd/768', 'uuid':
'55b33229-b32e-5eec-2899-b4822a8ec505', 'dev': 'hda', 'state': '1',
'params': '/dev/sda9', 'mode': 'w', 'online': '1', 'frontend-id': '7',
'type': 'phy'} to /local/domain/0/backend/vbd/7/768.
[2007-03-21 11:06:49 xend.XendDomainInfo 3439] INFO
(XendDomainInfo:1251) createDevice: vbd : {'uname':
'file:/home/pdjg/public_html/iso/openSUSE-10.2-GM-DVD-x86_64.iso',
'driver': 'paravirtualised', 'mode': 'r', 'dev': 'hdc:cdrom', 'uuid':
'781e5768-f3e1-8f40-555e-d9dae3011d72'}
[2007-03-21 11:06:49 xend 3439] DEBUG (DevController:115) DevController:
writing {'backend-id': '0', 'virtual-device': '5632', 'device-type':
'cdrom', 'state': '1', 'backend': '/local/domain/0/backend/vbd/7/5632'}
to /local/domain/7/device/vbd/5632.
[2007-03-21 11:06:49 xend 3439] DEBUG (DevController:117) DevController:
writing {'domain': 'suse102', 'frontend':
'/local/domain/7/device/vbd/5632', 'uuid':
'781e5768-f3e1-8f40-555e-d9dae3011d72', 'dev': 'hdc', 'state': '1',
'params': '/home/pdjg/public_html/iso/openSUSE-10.2-GM-DVD-x86_64.iso',
'mode': 'r', 'online': '1', 'frontend-id': '7', 'type': 'file'}
to /local/domain/0/backend/vbd/7/5632.
[2007-03-21 11:06:49 xend.XendDomainInfo 3439] INFO
(XendDomainInfo:1251) createDevice: vif : {'bridge': 'xenbr0', 'type':
'ioemu', 'uuid': '889d0985-620d-610e-2cca-c7eff2bd34f7'}
[2007-03-21 11:06:49 xend 3439] DEBUG (DevController:115) DevController:
writing {'state': '1', 'backend-id': '0', 'backend':
'/local/domain/0/backend/vif/7/0'} to /local/domain/7/device/vif/0.
[2007-03-21 11:06:49 xend 3439] DEBUG (DevController:117) DevController:
writing {'bridge': 'xenbr0', 'domain': 'suse102', 'handle': '0', 'uuid':
'889d0985-620d-610e-2cca-c7eff2bd34f7', 'script':
'/etc/xen/scripts/vif-bridge', 'state': '1', 'frontend':
'/local/domain/7/device/vif/0', 'mac': '00:16:3e:32:9c:a6', 'online':
'1', 'frontend-id': '7', 'type': 'ioemu'}
to /local/domain/0/backend/vif/7/0.
[2007-03-21 11:06:49 xend 3439] INFO (image:541) spawning device
models: /usr/lib64/xen/bin/qemu-dm ['/usr/lib64/xen/bin/qemu-dm', '-d',
'7', '-m', '2048', '-boot', 'd', '-soundhw', 'sb16', '-serial', 'pty',
'-vcpus', '2', '-acpi', '-domain-name', 'suse102', '-net',
'nic,vlan=1,macaddr=00:16:3e:58:ac:83,model=rtl8139', '-net',
'tap,vlan=1,bridge=xenbr0', '-vncunused', '-vnclisten', '0.0.0.0']
[2007-03-21 11:06:49 xend 3439] INFO (image:545) device model pid: 8793
[2007-03-21 11:06:49 xend.XendDomainInfo 3439] DEBUG
(XendDomainInfo:1782) Storing VM details: {'on_xend_stop': 'ignore',
'shadow_memory': '18', 'uuid': 'bdaaa5fe-639d-7e0a-dc84-a08e55efb689',
'name': 'suse102', 'on_reboot': 'restart', 'start_time':
'1174475209.25', 'on_poweroff': 'destroy', 'on_xend_start': 'ignore',
'on_crash': 'restart', 'xend/restart_count': '0', 'vcpus': '2',
'vcpu_avail': '3', 'memory': '2048', 'image': '(hvm
(kernel /usr/lib/xen/boot/hvmloader) (nographic 0) (vnc 1) (sdl 0)
(vncunused 1) (device_model /usr/lib64/xen/bin/qemu-dm)
(xauthority /root/.Xauthority) (apic 1) (acpi 1) (boot d) (fda ) (fdb )
(isa 0) (keymap ) (localtime 0) (serial pty) (stdvga 0) (soundhw sb16)
(usb 0) (usbdevice ) (vcpus 2))', 'maxmem': '2048'}
[2007-03-21 11:06:49 xend.XendDomainInfo 3439] DEBUG
(XendDomainInfo:786) Storing domain details: {'console/port': '4',
'name': 'suse102', 'console/limit': '1048576', 'vm':
'/vm/bdaaa5fe-639d-7e0a-dc84-a08e55efb689', 'domid': '7',
'cpu/0/availability': 'online', 'memory/target': '2097152',
'store/ring-ref': '524286', 'cpu/1/availability': 'online',
'store/port': '3'}
[2007-03-21 11:06:49 xend 3439] DEBUG (XendDomain:429) Adding Domain: 7
[2007-03-21 11:06:49 xend 3439] DEBUG (DevController:115) DevController:
writing {'state': '1', 'backend-id': '0', 'backend':
'/local/domain/0/backend/console/7/0'}
to /local/domain/7/device/console/0.
[2007-03-21 11:06:49 xend 3439] DEBUG (DevController:117) DevController:
writing {'domain': 'suse102', 'protocol': 'vt100', 'uuid':
'54a6d276-7e82-8deb-2d2a-ab4ee68a5fe5', 'frontend':
'/local/domain/7/device/console/0', 'state': '1', 'location': '4',
'online': '1', 'frontend-id': '7'}
to /local/domain/0/backend/console/7/0.
[2007-03-21 11:06:49 xend 3439] DEBUG (image:599) hvm_shutdown fired,
shutdown reason=None
[2007-03-21 11:06:49 xend 3439] DEBUG (image:631) hvm_reboot_feature
fired, module status=None
[2007-03-21 11:06:49 xend.XendDomainInfo 3439] DEBUG
(XendDomainInfo:786) Storing domain details: {'console/port': '4',
'name': 'suse102', 'console/limit': '1048576', 'vm':
'/vm/bdaaa5fe-639d-7e0a-dc84-a08e55efb689', 'domid': '7',
'cpu/0/availability': 'online', 'memory/target': '2097152',
'store/ring-ref': '524286', 'cpu/1/availability': 'online',
'store/port': '3'}
[2007-03-21 11:06:49 xend.XendDomainInfo 3439] DEBUG
(XendDomainInfo:853) XendDomainInfo.handleShutdownWatch
[2007-03-21 11:06:49 xend 3439] DEBUG (DevController:148) Waiting for
devices vif.
[2007-03-21 11:06:49 xend 3439] DEBUG (DevController:153) Waiting for 0.
[2007-03-21 11:06:49 xend 3439] DEBUG (DevController:524)
hotplugStatusCallback /local/domain/0/backend/vif/7/0/hotplug-status.
[2007-03-21 11:06:49 xend 3439] DEBUG (DevController:524)
hotplugStatusCallback /local/domain/0/backend/vif/7/0/hotplug-status.
[2007-03-21 11:06:49 xend 3439] DEBUG (DevController:538)
hotplugStatusCallback 1.
[2007-03-21 11:06:49 xend 3439] DEBUG (DevController:148) Waiting for
devices usb.
[2007-03-21 11:06:49 xend 3439] DEBUG (DevController:148) Waiting for
devices vbd.
[2007-03-21 11:06:49 xend 3439] DEBUG (DevController:153) Waiting for
768.
[2007-03-21 11:06:49 xend 3439] DEBUG (DevController:524)
hotplugStatusCallback /local/domain/0/backend/vbd/7/768/hotplug-status.
[2007-03-21 11:06:51 xend 3439] DEBUG (DevController:524)
hotplugStatusCallback /local/domain/0/backend/vbd/7/768/hotplug-status.
[2007-03-21 11:06:51 xend 3439] DEBUG (DevController:538)
hotplugStatusCallback 1.
[2007-03-21 11:06:51 xend 3439] DEBUG (DevController:153) Waiting for
5632.
[2007-03-21 11:06:51 xend 3439] DEBUG (DevController:524)
hotplugStatusCallback /local/domain/0/backend/vbd/7/5632/hotplug-status.
[2007-03-21 11:06:51 xend 3439] DEBUG (DevController:538)
hotplugStatusCallback 1.
[2007-03-21 11:06:51 xend 3439] DEBUG (DevController:148) Waiting for
devices irq.
[2007-03-21 11:06:51 xend 3439] DEBUG (DevController:148) Waiting for
devices vkbd.
[2007-03-21 11:06:51 xend 3439] DEBUG (DevController:148) Waiting for
devices vfb.
[2007-03-21 11:06:51 xend 3439] DEBUG (vfbif:93) skip waiting for HVM
vfb
[2007-03-21 11:06:51 xend 3439] DEBUG (DevController:148) Waiting for
devices console.
[2007-03-21 11:06:51 xend 3439] DEBUG (DevController:153) Waiting for 0.
[2007-03-21 11:06:51 xend 3439] DEBUG (DevController:148) Waiting for
devices pci.
[2007-03-21 11:06:51 xend 3439] DEBUG (DevController:148) Waiting for
devices ioports.
[2007-03-21 11:06:51 xend 3439] DEBUG (DevController:148) Waiting for
devices tap.
[2007-03-21 11:06:51 xend 3439] DEBUG (DevController:148) Waiting for
devices vtpm.
[2007-03-21 11:06:51 xend 3439] INFO (XendDomain:1028) Domain suse102
(7) unpaused.
[2007-03-21 11:06:51 xend.XendDomainInfo 3439] DEBUG
(XendDomainInfo:786) Storing domain details: {'console/port': '4',
'name': 'suse102', 'console/limit': '1048576', 'vm':
'/vm/bdaaa5fe-639d-7e0a-dc84-a08e55efb689', 'domid': '7',
'cpu/0/availability': 'online', 'memory/target': '2097152',
'store/ring-ref': '524286', 'cpu/1/availability': 'online',
'store/port': '3'}
[2007-03-21 11:06:51 xend.XendDomainInfo 3439] WARNING
(XendDomainInfo:1005) Domain has crashed: name=suse102 id=7.
[2007-03-21 11:06:51 xend.XendDomainInfo 3439] DEBUG
(XendDomainInfo:786) Storing domain details: {'console/port': '4',
'name': 'suse102', 'console/limit': '1048576', 'vm':
'/vm/bdaaa5fe-639d-7e0a-dc84-a08e55efb689', 'domid': '7',
'cpu/0/availability': 'online', 'memory/target': '2097152',
'store/ring-ref': '524286', 'cpu/1/availability': 'online',
'store/port': '3'}
[2007-03-21 11:06:51 xend.XendDomainInfo 3439] DEBUG
(XendDomainInfo:786) Storing domain details: {'console/port': '4',
'name': 'suse102', 'console/limit': '1048576', 'vm':
'/vm/bdaaa5fe-639d-7e0a-dc84-a08e55efb689', 'domid': '7',
'cpu/0/availability': 'online', 'memory/target': '2097152',
'store/ring-ref': '524286', 'cpu/1/availability': 'online',
'store/port': '3'}
[2007-03-21 11:06:51 xend.XendDomainInfo 3439] DEBUG
(XendDomainInfo:1553) XendDomainInfo.destroyDomain(7)
[2007-03-21 11:06:51 xend 3439] DEBUG (image:585) hvm shutdown watch
unregistered
[2007-03-21 11:06:51 xend 3439] DEBUG (image:624) hvm reboot feature
watch unregistered
[2007-03-21 11:06:52 xend.XendDomainInfo 3439] DEBUG (XendDomainInfo:94)
XendDomainInfo.create(['domain', ['domid', 7], ['on_crash', 'restart'],
['memory', 2048], ['uuid', 'bdaaa5fe-639d-7e0a-dc84-a08e55efb689'],
['bootloader_args', ''], ['name', 'suse102'], ['maxmem', 2056],
['on_reboot', 'restart'], ['on_poweroff', 'destroy'], ['localtime', 0],
['vcpus', 2], ['bootloader', ''], ['shadow_memory', 18], ['vcpu_avail',
3], ['cpu_weight', 256], ['cpu_cap', 0], ['features', ''],
['on_xend_start', 'ignore'], ['on_xend_stop', 'ignore'], ['start_time',
1174475209.2479849], ['cpu_time', 0.054821574999999997],
['online_vcpus', 1], ['image', ['hvm', ['kernel',
'/usr/lib/xen/boot/hvmloader'], ['nographic', 0], ['vnc', 1], ['sdl',
0], ['vncunused', 1], ['device_model', '/usr/lib64/xen/bin/qemu-dm'],
['xauthority', '/root/.Xauthority'], ['apic', 1], ['acpi', 1], ['boot',
'd'], ['isa', 0], ['localtime', 0], ['serial', 'pty'], ['stdvga', 0],
['soundhw', 'sb16'], ['usb', 0], ['vcpus', 2]]], ['status', 0],
['memory_dynamic_min', 2048], ['memory_dynamic_max', 2056], ['state',
'----c-'], ['store_mfn', 524286], ['device', ['vif', ['bridge',
'xenbr0'], ['uuid', '889d0985-620d-610e-2cca-c7eff2bd34f7'], ['script',
'vif-bridge'], ['mac', '00:16:3e:32:9c:a6'], ['type', 'ioemu'],
['backend', 0]]], ['device', ['vbd', ['uuid',
'55b33229-b32e-5eec-2899-b4822a8ec505'], ['dev', 'hda'], ['uname',
'phy:/dev/sda9'], ['mode', 'w'], ['type', 'disk'], ['backend', 0]]],
['device', ['vbd', ['uuid', '781e5768-f3e1-8f40-555e-d9dae3011d72'],
['dev', 'hdc'], ['uname',
'file:/home/pdjg/public_html/iso/openSUSE-10.2-GM-DVD-x86_64.iso'],
['mode', 'r'], ['type', 'cdrom'], ['backend', 0]]], ['device', ['vfb',
['vncunused', '1'], ['uuid', '0beb89a5-c800-c96b-bd51-d8d0e4e811bc'],
['location', 'localhost:5900']]], ['device', ['console', ['protocol',
'vt100'], ['location', '4'], ['uuid',
'54a6d276-7e82-8deb-2d2a-ab4ee68a5fe5']]]])
[2007-03-21 11:06:52 xend.XendConfig 3439] WARNING (XendConfig:616)
Unconverted key: cpus
[2007-03-21 11:06:52 xend.XendDomainInfo 3439] DEBUG
(XendDomainInfo:1346) XendDomainInfo.constructDomain
[2007-03-21 11:06:52 xend.XendDomainInfo 3439] DEBUG
(XendDomainInfo:1392) XendDomainInfo.initDomain: 8 256
[2007-03-21 11:06:52 xend 3439] DEBUG (image:431) args: boot, val: d
[2007-03-21 11:06:52 xend 3439] DEBUG (image:431) args: fda, val: None
[2007-03-21 11:06:52 xend 3439] DEBUG (image:431) args: fdb, val: None
[2007-03-21 11:06:52 xend 3439] DEBUG (image:431) args: soundhw, val:
sb16
[2007-03-21 11:06:52 xend 3439] DEBUG (image:431) args: localtime, val:
0
[2007-03-21 11:06:52 xend 3439] DEBUG (image:431) args: serial, val: pty
[2007-03-21 11:06:52 xend 3439] DEBUG (image:431) args: std-vga, val: 0
[2007-03-21 11:06:52 xend 3439] DEBUG (image:431) args: isa, val: 0
[2007-03-21 11:06:52 xend 3439] DEBUG (image:431) args: vcpus, val: 2
[2007-03-21 11:06:52 xend 3439] DEBUG (image:431) args: acpi, val: 1
[2007-03-21 11:06:52 xend 3439] DEBUG (image:431) args: usb, val: 0
[2007-03-21 11:06:52 xend 3439] DEBUG (image:431) args: usbdevice, val:
None
[2007-03-21 11:06:52 xend 3439] DEBUG (image:431) args: k, val: None
[2007-03-21 11:06:52 xend 3439] DEBUG (balloon:146) Balloon: 2125656 KiB
free; need 2124800; done.
[2007-03-21 11:06:52 xend 3439] INFO (image:126) buildDomain os=hvm
dom=8 vcpus=2
[2007-03-21 11:06:52 xend 3439] DEBUG (image:378) domid          = 8
[2007-03-21 11:06:52 xend 3439] DEBUG (image:379) image
= /usr/lib/xen/boot/hvmloader
[2007-03-21 11:06:52 xend 3439] DEBUG (image:380) store_evtchn   = 3
[2007-03-21 11:06:52 xend 3439] DEBUG (image:381) memsize        = 2048
[2007-03-21 11:06:52 xend 3439] DEBUG (image:382) vcpus          = 2
[2007-03-21 11:06:52 xend 3439] DEBUG (image:383) pae            = 1
[2007-03-21 11:06:52 xend 3439] DEBUG (image:384) acpi           = 1
[2007-03-21 11:06:52 xend 3439] DEBUG (image:385) apic           = 1
[2007-03-21 11:06:52 xend 3439] DEBUG (image:573) hvm shutdown watch
registered
[2007-03-21 11:06:52 xend 3439] DEBUG (image:612) hvm reboot feature
watch registered
[2007-03-21 11:06:53 xend.XendDomainInfo 3439] INFO
(XendDomainInfo:1251) createDevice: vfb : {'vncunused': '1',
'other_config': {'vncunused': '1'}, 'uuid':
'0beb89a5-c800-c96b-bd51-d8d0e4e811bc', 'location': 'localhost:5900'}
[2007-03-21 11:06:53 xend 3439] DEBUG (DevController:115) DevController:
writing {'state': '1', 'backend-id': '0', 'backend':
'/local/domain/0/backend/vfb/8/0'} to /local/domain/8/device/vfb/0.
[2007-03-21 11:06:53 xend 3439] DEBUG (DevController:117) DevController:
writing {'vncunused': '1', 'domain': 'suse102', 'frontend':
'/local/domain/8/device/vfb/0', 'uuid':
'0beb89a5-c800-c96b-bd51-d8d0e4e811bc', 'state': '1', 'location':
'localhost:5900', 'online': '1', 'frontend-id': '8'}
to /local/domain/0/backend/vfb/8/0.
[2007-03-21 11:06:53 xend.XendDomainInfo 3439] INFO
(XendDomainInfo:1251) createDevice: console : {'protocol': 'vt100',
'location': '4', 'uuid': '54a6d276-7e82-8deb-2d2a-ab4ee68a5fe5'}
[2007-03-21 11:06:53 xend 3439] DEBUG (DevController:115) DevController:
writing {'state': '1', 'backend-id': '0', 'backend':
'/local/domain/0/backend/console/8/0'}
to /local/domain/8/device/console/0.
[2007-03-21 11:06:53 xend 3439] DEBUG (DevController:117) DevController:
writing {'domain': 'suse102', 'protocol': 'vt100', 'uuid':
'54a6d276-7e82-8deb-2d2a-ab4ee68a5fe5', 'frontend':
'/local/domain/8/device/console/0', 'state': '1', 'location': '4',
'online': '1', 'frontend-id': '8'}
to /local/domain/0/backend/console/8/0.
[2007-03-21 11:06:53 xend.XendDomainInfo 3439] INFO
(XendDomainInfo:1251) createDevice: vbd : {'uuid':
'55b33229-b32e-5eec-2899-b4822a8ec505', 'driver': 'paravirtualised',
'dev': 'hda', 'uname': 'phy:/dev/sda9', 'mode': 'w', 'type': 'disk',
'backend': 0}
[2007-03-21 11:06:53 xend 3439] DEBUG (DevController:115) DevController:
writing {'backend-id': '0', 'virtual-device': '768', 'device-type':
'disk', 'state': '1', 'backend': '/local/domain/0/backend/vbd/8/768'}
to /local/domain/8/device/vbd/768.
[2007-03-21 11:06:53 xend 3439] DEBUG (DevController:117) DevController:
writing {'domain': 'suse102', 'frontend':
'/local/domain/8/device/vbd/768', 'uuid':
'55b33229-b32e-5eec-2899-b4822a8ec505', 'dev': 'hda', 'state': '1',
'params': '/dev/sda9', 'mode': 'w', 'online': '1', 'frontend-id': '8',
'type': 'phy'} to /local/domain/0/backend/vbd/8/768.
[2007-03-21 11:06:53 xend.XendDomainInfo 3439] INFO
(XendDomainInfo:1251) createDevice: vbd : {'uuid':
'781e5768-f3e1-8f40-555e-d9dae3011d72', 'driver': 'paravirtualised',
'dev': 'hdc', 'uname':
'file:/home/pdjg/public_html/iso/openSUSE-10.2-GM-DVD-x86_64.iso',
'mode': 'r', 'type': 'cdrom', 'backend': 0}
[2007-03-21 11:06:53 xend 3439] DEBUG (DevController:115) DevController:
writing {'backend-id': '0', 'virtual-device': '5632', 'device-type':
'disk', 'state': '1', 'backend': '/local/domain/0/backend/vbd/8/5632'}
to /local/domain/8/device/vbd/5632.
[2007-03-21 11:06:53 xend 3439] DEBUG (DevController:117) DevController:
writing {'domain': 'suse102', 'frontend':
'/local/domain/8/device/vbd/5632', 'uuid':
'781e5768-f3e1-8f40-555e-d9dae3011d72', 'dev': 'hdc', 'state': '1',
'params': '/home/pdjg/public_html/iso/openSUSE-10.2-GM-DVD-x86_64.iso',
'mode': 'r', 'online': '1', 'frontend-id': '8', 'type': 'file'}
to /local/domain/0/backend/vbd/8/5632.
[2007-03-21 11:06:53 xend.XendDomainInfo 3439] INFO
(XendDomainInfo:1251) createDevice: vif : {'bridge': 'xenbr0', 'uuid':
'889d0985-620d-610e-2cca-c7eff2bd34f7', 'script': 'vif-bridge', 'mac':
'00:16:3e:32:9c:a6', 'type': 'ioemu', 'backend': 0}
[2007-03-21 11:06:53 xend 3439] DEBUG (DevController:115) DevController:
writing {'state': '1', 'backend-id': '0', 'backend':
'/local/domain/0/backend/vif/8/0'} to /local/domain/8/device/vif/0.
[2007-03-21 11:06:53 xend 3439] DEBUG (DevController:117) DevController:
writing {'bridge': 'xenbr0', 'domain': 'suse102', 'handle': '0', 'uuid':
'889d0985-620d-610e-2cca-c7eff2bd34f7', 'script':
'/etc/xen/scripts/vif-bridge', 'state': '1', 'frontend':
'/local/domain/8/device/vif/0', 'mac': '00:16:3e:32:9c:a6', 'online':
'1', 'frontend-id': '8', 'type': 'ioemu'}
to /local/domain/0/backend/vif/8/0.
[2007-03-21 11:06:53 xend 3439] INFO (image:541) spawning device
models: /usr/lib64/xen/bin/qemu-dm ['/usr/lib64/xen/bin/qemu-dm', '-d',
'8', '-m', '2048', '-boot', 'd', '-soundhw', 'sb16', '-serial', 'pty',
'-vcpus', '2', '-acpi', '-domain-name', 'suse102', '-net',
'nic,vlan=1,macaddr=00:16:3e:32:9c:a6,model=rtl8139', '-net',
'tap,vlan=1,bridge=xenbr0', '-vncunused', '-vnclisten', '0.0.0.0']
[2007-03-21 11:06:53 xend 3439] INFO (image:545) device model pid: 9243
[2007-03-21 11:06:53 xend.XendDomainInfo 3439] DEBUG
(XendDomainInfo:1782) Storing VM details: {'on_xend_stop': 'ignore',
'shadow_memory': '19', 'uuid': 'bdaaa5fe-639d-7e0a-dc84-a08e55efb689',
'name': 'suse102', 'on_reboot': 'restart', 'start_time':
'1174475213.18', 'on_poweroff': 'destroy', 'on_xend_start': 'ignore',
'on_crash': 'restart', 'vcpus': '2', 'vcpu_avail': '3', 'memory':
'2048', 'image': '(hvm (kernel /usr/lib/xen/boot/hvmloader) (nographic
0) (vnc 1) (sdl 0) (vncunused 1)
(device_model /usr/lib64/xen/bin/qemu-dm) (xauthority /root/.Xauthority)
(apic 1) (acpi 1) (boot d) (isa 0) (localtime 0) (serial pty) (stdvga 0)
(soundhw sb16) (usb 0) (vcpus 2))', 'maxmem': '2056'}
[2007-03-21 11:06:53 xend.XendDomainInfo 3439] DEBUG
(XendDomainInfo:786) Storing domain details: {'console/port': '4',
'name': 'suse102', 'console/limit': '1048576', 'vm':
'/vm/bdaaa5fe-639d-7e0a-dc84-a08e55efb689', 'domid': '8',
'cpu/0/availability': 'online', 'memory/target': '2097152',
'store/ring-ref': '524286', 'cpu/1/availability': 'online',
'store/port': '3'}
[2007-03-21 11:06:53 xend 3439] DEBUG (XendDomain:429) Adding Domain: 8
[2007-03-21 11:06:53 xend 3439] DEBUG (image:599) hvm_shutdown fired,
shutdown reason=None
[2007-03-21 11:06:53 xend 3439] DEBUG (image:631) hvm_reboot_feature
fired, module status=None
[2007-03-21 11:06:53 xend.XendDomainInfo 3439] DEBUG
(XendDomainInfo:786) Storing domain details: {'console/port': '4',
'name': 'suse102', 'console/limit': '1048576', 'vm':
'/vm/bdaaa5fe-639d-7e0a-dc84-a08e55efb689', 'domid': '8',
'cpu/0/availability': 'online', 'memory/target': '2097152',
'store/ring-ref': '524286', 'cpu/1/availability': 'online',
'store/port': '3'}
[2007-03-21 11:06:53 xend.XendDomainInfo 3439] DEBUG
(XendDomainInfo:853) XendDomainInfo.handleShutdownWatch
[2007-03-21 11:06:53 xend.XendDomainInfo 3439] DEBUG
(XendDomainInfo:786) Storing domain details: {'console/port': '4',
'name': 'suse102', 'console/limit': '1048576', 'vm':
'/vm/bdaaa5fe-639d-7e0a-dc84-a08e55efb689', 'domid': '8',
'cpu/0/availability': 'online', 'memory/target': '2097152',
'store/ring-ref': '524286', 'cpu/1/availability': 'online',
'store/port': '3'}
[2007-03-21 11:06:53 xend.XendDomainInfo 3439] DEBUG
(XendDomainInfo:786) Storing domain details: {'console/port': '4',
'name': 'suse102', 'console/limit': '1048576', 'vm':
'/vm/bdaaa5fe-639d-7e0a-dc84-a08e55efb689', 'domid': '8',
'cpu/0/availability': 'online', 'memory/target': '2097152',
'store/ring-ref': '524286', 'cpu/1/availability': 'online',
'store/port': '3'}
[2007-03-21 11:06:53 xend.XendDomainInfo 3439] WARNING
(XendDomainInfo:1005) Domain has crashed: name=suse102 id=8.
[2007-03-21 11:06:53 xend.XendDomainInfo 3439] ERROR
(XendDomainInfo:1134) VM suse102 restarting too fast (2.608875 seconds
since the last restart).  Refusing to restart to avoid loops.
[2007-03-21 11:06:53 xend.XendDomainInfo 3439] DEBUG
(XendDomainInfo:1545) XendDomainInfo.destroy: domid=8
[2007-03-21 11:06:54 xend.XendDomainInfo 3439] DEBUG
(XendDomainInfo:1553) XendDomainInfo.destroyDomain(8)
[2007-03-21 11:06:55 xend 3439] DEBUG (image:585) hvm shutdown watch
unregistered
[2007-03-21 11:06:55 xend 3439] DEBUG (image:624) hvm reboot feature
watch unregistered



                
___________________________________________________________ 
Inbox full of spam? Get leading spam protection and 1GB storage with All New 
Yahoo! Mail. http://uk.docs.yahoo.com/nowyoucan.html


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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.