From: "Yuvraj Agarwal" <yuvraj@cs.ucsd.edu>
To: "'Pasi Kärkkäinen'" <pasik@iki.fi>
Cc: xen-devel@lists.xensource.com
Subject: RE: XEN 4.0 + 2.6.31.13 pvops kernel : system crashes on starting 155th domU
Date: Tue, 27 Apr 2010 11:58:42 -0700 (PDT) [thread overview]
Message-ID: <07f201cae63b$a847fef0$f8d7fcd0$@ucsd.edu> (raw)
In-Reply-To: <20100427171842.GY17817@reaktio.net>
[-- Attachment #1: Type: text/plain, Size: 6431 bytes --]
I did make that change (dom0_mem=8192M), but I still get the same error.
When I started the 154th domU (last time it was 155th) the dom0 crashes
(it kills network connections and I have to manually go and reboot it). I
did get a little bit more information on xend.log and daemon.log
(attached). After the last successful VM startup I did check and make
sure the dom0 did indeed have enough memory.
root@MESL-BlackBox:/home/xen/noswap-configs# xm list | grep testing | wc
-l
153
root@MESL-BlackBox:/home/xen/noswap-configs# xm info | grep mem
total_memory : 24490
free_memory : 9254
node_to_memory : node0:2076
node_to_dma32_mem : node0:2076
xen_commandline : dom0_mem=8192M
root@MESL-BlackBox:/home/xen/noswap-configs# xm create
testing-ss-157.ucsd.edu
Using config file "./testing-ss-157.ucsd.edu".
Started domain testing-ss-157.ucsd.edu (id=154)
/var/log/daemon.log --> daemon.log <attached>
/var/log/xend.log --> xend.log <attached>
We'd appreciate any pointers to fix this...
Thank you
--Yuvraj
-----Original Message-----
From: xen-devel-bounces@lists.xensource.com
[mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Pasi
Kärkkäinen
Sent: Tuesday, April 27, 2010 10:19 AM
To: Yuvraj Agarwal
Cc: xen-devel@lists.xensource.com
Subject: Re: [Xen-devel] XEN 4.0 + 2.6.31.13 pvops kernel : system crashes
on starting 155th domU
On Tue, Apr 27, 2010 at 10:14:40AM -0700, Yuvraj Agarwal wrote:
> I am not using grub2; using grub-legacy instead.
>
> Also, once the dom0 boots up I do have to set the dom0 mem to:
>
> (1) xm mem-set 0 12000 (otherwise when starting up a lot of domU it
> would run out of memory)
> and
> (2) echo 1548576 > /proc/sys/fs/aio-max-nr
>
You might want to use dom0_mem=<X>M option for xen.gz instead.
See:
http://wiki.xensource.com/xenwiki/XenBestPractices
-- Pasi
>
> My /boot/grub/menu.lst (pasted relevant lines)
> **************************************************
>
> root@MESL-BlackBox:/usr/src# cat /boot/grub/menu.lst
> # menu.lst - See: grub(8), info grub, update-grub(8)
> # grub-install(8), grub-floppy(8),
> # grub-md5-crypt, /usr/share/doc/grub
> # and /usr/share/doc/grub-doc/.
>
> ## default num
> # Set the default entry to the entry number NUM. Numbering starts from
0,
> and
> # the entry number 0 is the default if the command is not used.
> #
> # You can specify 'saved' instead of a number. In this case, the default
> entry
> # is the entry saved with the command 'savedefault'.
> # WARNING: If you are using dmraid do not use 'savedefault' or your
> # array will desync and will not let you boot your system.
> default 0
>
> ## timeout sec
> # Set a timeout, in SEC seconds, before automatically booting the
default
> entry
> # (normally the first entry defined).
> timeout 20
>
> ### BEGIN AUTOMAGIC KERNELS LIST
> ## lines between the AUTOMAGIC KERNELS LIST markers will be modified
> ## by the debian update-grub script except for the default options below
>
> ## DO NOT UNCOMMENT THEM, Just edit them to your needs
>
> ## ## Start Default Options ##
> ## default kernel options
> ## default kernel options for automagic boot options
> ## If you want special options for specific kernels use kopt_x_y_z
> ## where x.y.z is kernel version. Minor versions can be omitted.
> ## e.g. kopt=root=/dev/hda1 ro
> ## kopt_2_6_8=root=/dev/hdc1 ro
> ## kopt_2_6_8_2_686=root=/dev/hdc2 ro
> # kopt=root=UUID=909f7c32-639a-469d-b34b-b418d2b6a2dc ro
>
> ## default grub root device
> ## e.g. groot=(hd0,0)
> # groot=909f7c32-639a-469d-b34b-b418d2b6a2dc
>
> ## should update-grub create alternative automagic boot options
> ## e.g. alternative=true
> ## alternative=false
> # alternative=true
>
> ## should update-grub lock alternative automagic boot options
> ## e.g. lockalternative=true
> ## lockalternative=false
> # lockalternative=false
>
> ## additional options to use with the default boot option, but not with
> the
> ## alternatives
> ## e.g. defoptions=vga=791 resume=/dev/hda5
> # defoptions=quiet splash
>
> ## should update-grub lock old automagic boot options
> ## e.g. lockold=false
> ## lockold=true
> # lockold=false
>
> ## Xen hypervisor options to use with the default Xen boot option
> # xenhopt=dom0_max_vcpus=1 dom0_mem=8192
>
> ## Xen Linux kernel options to use with the default Xen boot option
> # xenkopt=console=tty0
>
> ## altoption boot targets option
> ## multiple altoptions lines are allowed
> ## e.g. altoptions=(extra menu suffix) extra boot options
> ## altoptions=(recovery) single
> # altoptions=(recovery mode) single
>
> ## controls how many kernels should be put into the menu.lst
> ## only counts the first occurence of a kernel, not the
> ## alternative kernel options
> ## e.g. howmany=all
> ## howmany=7
> # howmany=all
>
> ## specify if running in Xen domU or have grub detect automatically
> ## update-grub will ignore non-xen kernels when running in domU and vice
> versa
> ## e.g. indomU=detect
> ## indomU=true
> ## indomU=false
> # indomU=detect
>
> ## should update-grub create memtest86 boot option
> ## e.g. memtest86=true
> ## memtest86=false
> # memtest86=true
>
> ## should update-grub adjust the value of the default booted system
> ## can be true or false
> # updatedefaultentry=false
>
> ## should update-grub add savedefault to the default options
> ## can be true or false
> # savedefault=false
>
> ## ## End Default Options ##
>
> title Xen 4.0.0 / Debian GNU/Linux, kernel 2.6.31.13
> root (hd0,0)
> kernel /boot/xen-4.0.0.gz
> module /boot/vmlinuz-2.6.31.13 root=/dev/sda1 ro
>
> title Xen 3.4.2 / Debian GNU/Linux, kernel 2.6.31.8-xenapr2010
> root (hd0,0)
> kernel /boot/xen-3.4.2.gz
> module /boot/vmlinuz-2.6.31.8-xenapr2010 root=/dev/sda1 ro
> console=tty0
> module /boot/initrd.img-2.6.31.8-xenapr2010
>
> ### END DEBIAN AUTOMAGIC KERNELS LIST
>
>
> Please paste your dom0 grub.conf.
> Are you using memory ballooning?
>
> -- Pasi
>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
[-- Attachment #2: daemon.log --]
[-- Type: application/octet-stream, Size: 6057 bytes --]
Apr 27 11:46:10 BlackBox tapdisk2[11178]: Created /dev/xen/blktap-2/blktap152 device
Apr 27 11:46:10 BlackBox tapdisk2[11178]: Created /dev/xen/blktap-2/tapdev152 device
Apr 27 11:46:10 BlackBox tapdisk2[11178]: new interface: ring: 251, device: 253, minor: 152
Apr 27 11:46:10 BlackBox tapdisk2[11178]: I/O queue driver: lio
Apr 27 11:46:10 BlackBox tapdisk2[11178]: block-aio open('/home/xen/domains/testing-ss-156.ucsd.edu/disk.img')
Apr 27 11:46:10 BlackBox tapdisk2[11178]: open(/home/xen/domains/testing-ss-156.ucsd.edu/disk.img) with O_DIRECT
Apr 27 11:46:10 BlackBox tapdisk2[11178]: Image size: #012#011pre sector_shift [1073741824]#012#011post sector_shift [2097152]
Apr 27 11:46:10 BlackBox tapdisk2[11178]: opened image /home/xen/domains/testing-ss-156.ucsd.edu/disk.img (1 users, state: 0x00000001, type: 0)
Apr 27 11:46:10 BlackBox tapdisk2[11178]: VBD CHAIN:
Apr 27 11:46:10 BlackBox tapdisk2[11178]: /home/xen/domains/testing-ss-156.ucsd.edu/disk.img: 0
Apr 27 11:46:10 BlackBox logger: /etc/xen/scripts/block: add XENBUS_PATH=backend/vbd/153/770
Apr 27 11:46:22 BlackBox logger: /etc/xen/scripts/block: Writing backend/vbd/153/770/physical-device fd:98 to xenstore.
Apr 27 11:46:22 BlackBox logger: /etc/xen/scripts/block: Writing backend/vbd/153/770/hotplug-status connected to xenstore.
Apr 27 11:46:23 BlackBox logger: /etc/xen/scripts/vif-bridge: online XENBUS_PATH=backend/vif/153/0
Apr 27 11:46:23 BlackBox logger: /etc/xen/scripts/vif-bridge: iptables setup failed. This may affect guest networking.
Apr 27 11:46:23 BlackBox logger: /etc/xen/scripts/vif-bridge: iptables setup failed. This may affect guest networking.
Apr 27 11:46:23 BlackBox logger: /etc/xen/scripts/vif-bridge: Successful vif-bridge online for vif153.0, bridge testbr.
Apr 27 11:46:23 BlackBox logger: /etc/xen/scripts/vif-bridge: Writing backend/vif/153/0/hotplug-status connected to xenstore.
Apr 27 11:46:24 BlackBox logger: /etc/xen/scripts/vif-bridge: online XENBUS_PATH=backend/vif/153/1
Apr 27 11:46:24 BlackBox logger: /etc/xen/scripts/vif-bridge: iptables setup failed. This may affect guest networking.
Apr 27 11:46:24 BlackBox logger: /etc/xen/scripts/vif-bridge: Successful vif-bridge online for vif153.1, bridge dummy.
Apr 27 11:46:24 BlackBox logger: /etc/xen/scripts/vif-bridge: Writing backend/vif/153/1/hotplug-status connected to xenstore.
^C
root@BlackBox:/home/yuvraj# tail -f /var/log/daemon.log
root@BlackBox:/home/yuvraj# tail -f /var/log/daemon.log
Apr 27 11:46:22 BlackBox logger: /etc/xen/scripts/block: Writing backend/vbd/153/770/hotplug-status connected to xenstore.
Apr 27 11:46:23 BlackBox logger: /etc/xen/scripts/vif-bridge: online XENBUS_PATH=backend/vif/153/0
Apr 27 11:46:23 BlackBox logger: /etc/xen/scripts/vif-bridge: iptables setup failed. This may affect guest networking.
Apr 27 11:46:23 BlackBox logger: /etc/xen/scripts/vif-bridge: iptables setup failed. This may affect guest networking.
Apr 27 11:46:23 BlackBox logger: /etc/xen/scripts/vif-bridge: Successful vif-bridge online for vif153.0, bridge testbr.
Apr 27 11:46:23 BlackBox logger: /etc/xen/scripts/vif-bridge: Writing backend/vif/153/0/hotplug-status connected to xenstore.
Apr 27 11:46:24 BlackBox logger: /etc/xen/scripts/vif-bridge: online XENBUS_PATH=backend/vif/153/1
Apr 27 11:46:24 BlackBox logger: /etc/xen/scripts/vif-bridge: iptables setup failed. This may affect guest networking.
Apr 27 11:46:24 BlackBox logger: /etc/xen/scripts/vif-bridge: Successful vif-bridge online for vif153.1, bridge dummy.
Apr 27 11:46:24 BlackBox logger: /etc/xen/scripts/vif-bridge: Writing backend/vif/153/1/hotplug-status connected to xenstore.
Apr 27 11:48:25 BlackBox tapdisk2[11975]: Created /dev/xen/blktap-2/blktap153 device
Apr 27 11:48:25 BlackBox tapdisk2[11975]: Created /dev/xen/blktap-2/tapdev153 device
Apr 27 11:48:25 BlackBox tapdisk2[11975]: new interface: ring: 251, device: 253, minor: 153
Apr 27 11:48:25 BlackBox tapdisk2[11975]: I/O queue driver: lio
Apr 27 11:48:25 BlackBox tapdisk2[11975]: block-aio open('/home/xen/domains/testing-ss-157.ucsd.edu/disk.img')
Apr 27 11:48:25 BlackBox tapdisk2[11975]: open(/home/xen/domains/testing-ss-157.ucsd.edu/disk.img) with O_DIRECT
Apr 27 11:48:25 BlackBox tapdisk2[11975]: Image size: #012#011pre sector_shift [1073741824]#012#011post sector_shift [2097152]
Apr 27 11:48:25 BlackBox tapdisk2[11975]: opened image /home/xen/domains/testing-ss-157.ucsd.edu/disk.img (1 users, state: 0x00000001, type: 0)
Apr 27 11:48:25 BlackBox tapdisk2[11975]: VBD CHAIN:
Apr 27 11:48:25 BlackBox tapdisk2[11975]: /home/xen/domains/testing-ss-157.ucsd.edu/disk.img: 0
Apr 27 11:48:26 BlackBox logger: /etc/xen/scripts/block: add XENBUS_PATH=backend/vbd/154/770
Apr 27 11:48:26 BlackBox logger: /etc/xen/scripts/vif-bridge: online XENBUS_PATH=backend/vif/154/0
Apr 27 11:48:26 BlackBox logger: /etc/xen/scripts/vif-bridge: iptables setup failed. This may affect guest networking.
Apr 27 11:48:26 BlackBox logger: /etc/xen/scripts/vif-bridge: iptables setup failed. This may affect guest networking.
Apr 27 11:48:26 BlackBox logger: /etc/xen/scripts/vif-bridge: Successful vif-bridge online for vif154.0, bridge testbr.
Apr 27 11:48:26 BlackBox logger: /etc/xen/scripts/vif-bridge: Writing backend/vif/154/0/hotplug-status connected to xenstore.
Apr 27 11:48:27 BlackBox logger: /etc/xen/scripts/vif-bridge: online XENBUS_PATH=backend/vif/154/1
Apr 27 11:48:27 BlackBox logger: /etc/xen/scripts/vif-bridge: iptables setup failed. This may affect guest networking.
Apr 27 11:48:27 BlackBox logger: /etc/xen/scripts/vif-bridge: Successful vif-bridge online for vif154.1, bridge dummy.
Apr 27 11:48:27 BlackBox logger: /etc/xen/scripts/vif-bridge: Writing backend/vif/154/1/hotplug-status connected to xenstore.
Apr 27 11:48:39 BlackBox logger: /etc/xen/scripts/block: Writing backend/vbd/154/770/physical-device fd:99 to xenstore.
Apr 27 11:48:39 BlackBox logger: /etc/xen/scripts/block: Writing backend/vbd/154/770/hotplug-status connected to xenstore.
[-- Attachment #3: xend.log --]
[-- Type: application/octet-stream, Size: 10452 bytes --]
root@MESL-BlackBox:/home/yuvraj# tail -f /var/log/xen/xend.log
[2010-04-27 11:46:29 2360] DEBUG (DevController:139) Waiting for devices console.
[2010-04-27 11:46:29 2360] DEBUG (DevController:144) Waiting for 0.
[2010-04-27 11:46:29 2360] DEBUG (DevController:139) Waiting for devices vscsi.
[2010-04-27 11:46:29 2360] DEBUG (DevController:139) Waiting for devices vbd.
[2010-04-27 11:46:29 2360] DEBUG (DevController:139) Waiting for devices irq.
[2010-04-27 11:46:29 2360] DEBUG (DevController:139) Waiting for devices vfb.
[2010-04-27 11:46:29 2360] DEBUG (DevController:139) Waiting for devices pci.
[2010-04-27 11:46:29 2360] DEBUG (DevController:139) Waiting for devices vusb.
[2010-04-27 11:46:30 2360] DEBUG (DevController:139) Waiting for devices vtpm.
[2010-04-27 11:46:30 2360] INFO (XendDomain:1206) Domain testing-ss-156.ucsd.edu (153) unpaused.
[2010-04-27 11:48:24 2360] DEBUG (XendDomainInfo:101) XendDomainInfo.create(['vm', ['name', 'testing-ss-157.ucsd.edu'], ['memory', '64'], ['on_poweroff', 'destroy'], ['on_reboot', 'restart'], ['on_crash', 'restart'], ['on_xend_start', 'ignore'], ['on_xend_stop', 'ignore'], ['vcpus', 1], ['oos', 1], ['image', ['linux', ['kernel', '/home/xen/xen-install/x32bit-fromkapaki/vmlinuz-2.6.24-21-xen'], ['ramdisk', '/home/xen/xen-install/x32bit-fromkapaki/initrd.img-2.6.24-21-xen'], ['root', '/dev/hda2 ro'], ['videoram', 4], ['args', '2 console=xvc0'], ['tsc_mode', 0], ['nomigrate', 0]]], ['s3_integrity', 1], ['device', ['tap2', ['uname', 'tap:aio:/home/xen/domains/testing-ss-157.ucsd.edu/disk.img'], ['dev', 'hda2'], ['mode', 'w']]], ['device', ['vif', ['ip', '192.168.200.157'], ['mac', '00:77:22:33:44:9D'], ['bridge', 'testbr']]], ['device', ['vif', ['bridge', 'dummy']]]])
[2010-04-27 11:48:24 2360] DEBUG (XendDomainInfo:2508) XendDomainInfo.constructDomain
[2010-04-27 11:48:24 2360] DEBUG (balloon:220) Balloon: 9477100 KiB free; need 16384; done.
[2010-04-27 11:48:24 2360] DEBUG (XendDomain:464) Adding Domain: 154
[2010-04-27 11:48:24 2360] DEBUG (XendDomainInfo:2818) XendDomainInfo.initDomain: 154 256
[2010-04-27 11:48:25 2360] DEBUG (XendDomainInfo:2845) _initDomain:shadow_memory=0x0, memory_static_max=0x4000000, memory_static_min=0x0.
[2010-04-27 11:48:25 2360] INFO (image:182) buildDomain os=linux dom=154 vcpus=1
[2010-04-27 11:48:25 2360] DEBUG (image:721) domid = 154
[2010-04-27 11:48:25 2360] DEBUG (image:722) memsize = 64
[2010-04-27 11:48:25 2360] DEBUG (image:723) image = /home/xen/xen-install/x32bit-fromkapaki/vmlinuz-2.6.24-21-xen
[2010-04-27 11:48:25 2360] DEBUG (image:724) store_evtchn = 1
[2010-04-27 11:48:25 2360] DEBUG (image:725) console_evtchn = 2
[2010-04-27 11:48:25 2360] DEBUG (image:726) cmdline = root=/dev/hda2 ro 2 console=xvc0
[2010-04-27 11:48:25 2360] DEBUG (image:727) ramdisk = /home/xen/xen-install/x32bit-fromkapaki/initrd.img-2.6.24-21-xen
[2010-04-27 11:48:25 2360] DEBUG (image:728) vcpus = 1
[2010-04-27 11:48:25 2360] DEBUG (image:729) features =
[2010-04-27 11:48:25 2360] DEBUG (image:730) flags = 0
[2010-04-27 11:48:25 2360] DEBUG (image:731) superpages = 0
[2010-04-27 11:48:25 2360] INFO (XendDomainInfo:2367) createDevice: tap2 : {'bootable': 1, 'uname': 'tap:aio:/home/xen/domains/testing-ss-157.ucsd.edu/disk.img', 'mode': 'w', 'dev': 'hda2', 'uuid': '7d5b73e7-fefc-8156-140b-3e6def7fe01e'}
[2010-04-27 11:48:25 2360] DEBUG (DevController:95) DevController: writing {'virtual-device': '770', 'device-type': 'disk', 'protocol': 'x86_32-abi', 'backend-id': '0', 'state': '1', 'backend': '/local/domain/0/backend/vbd/154/770'} to /local/domain/154/device/vbd/770.
[2010-04-27 11:48:25 2360] DEBUG (DevController:97) DevController: writing {'domain': 'testing-ss-157.ucsd.edu', 'frontend': '/local/domain/154/device/vbd/770', 'uuid': '7d5b73e7-fefc-8156-140b-3e6def7fe01e', 'bootable': '1', 'dev': 'hda2', 'state': '1', 'params': '/dev/xen/blktap-2/tapdev153', 'mode': 'w', 'online': '1', 'frontend-id': '154', 'type': 'phy', 'tapdisk-params': 'aio:/home/xen/domains/testing-ss-157.ucsd.edu/disk.img'} to /local/domain/0/backend/vbd/154/770.
[2010-04-27 11:48:25 2360] INFO (XendDomainInfo:2367) createDevice: vif : {'ip': '192.168.200.157', 'mac': '00:77:22:33:44:9D', 'uuid': '3fe1879a-dce1-2ea5-dad6-3ef1d27b4866', 'bridge': 'testbr'}
[2010-04-27 11:48:26 2360] DEBUG (DevController:95) DevController: writing {'mac': '00:77:22:33:44:9D', 'handle': '0', 'protocol': 'x86_32-abi', 'backend-id': '0', 'state': '1', 'backend': '/local/domain/0/backend/vif/154/0'} to /local/domain/154/device/vif/0.
[2010-04-27 11:48:26 2360] DEBUG (DevController:97) DevController: writing {'bridge': 'testbr', 'domain': 'testing-ss-157.ucsd.edu', 'handle': '0', 'uuid': '3fe1879a-dce1-2ea5-dad6-3ef1d27b4866', 'script': '/etc/xen/scripts/vif-bridge', 'ip': '192.168.200.157', 'mac': '00:77:22:33:44:9D', 'frontend-id': '154', 'state': '1', 'online': '1', 'frontend': '/local/domain/154/device/vif/0'} to /local/domain/0/backend/vif/154/0.
[2010-04-27 11:48:26 2360] INFO (XendDomainInfo:2367) createDevice: vif : {'bridge': 'dummy', 'mac': '00:16:3e:4d:0f:6e', 'uuid': '5afdbbdd-b25d-19f5-14ff-0357d96dfae9'}
[2010-04-27 11:48:26 2360] DEBUG (DevController:95) DevController: writing {'mac': '00:16:3e:4d:0f:6e', 'handle': '1', 'protocol': 'x86_32-abi', 'backend-id': '0', 'state': '1', 'backend': '/local/domain/0/backend/vif/154/1'} to /local/domain/154/device/vif/1.
[2010-04-27 11:48:26 2360] DEBUG (DevController:97) DevController: writing {'bridge': 'dummy', 'domain': 'testing-ss-157.ucsd.edu', 'handle': '1', 'uuid': '5afdbbdd-b25d-19f5-14ff-0357d96dfae9', 'script': '/etc/xen/scripts/vif-bridge', 'mac': '00:16:3e:4d:0f:6e', 'frontend-id': '154', 'state': '1', 'online': '1', 'frontend': '/local/domain/154/device/vif/1'} to /local/domain/0/backend/vif/154/1.
[2010-04-27 11:48:26 2360] DEBUG (XendDomainInfo:3400) Storing VM details: {'on_xend_stop': 'ignore', 'shadow_memory': '0', 'uuid': 'b396dd83-c66a-e224-e4b8-91684fe1b964', 'on_reboot': 'restart', 'start_time': '1272394106.84', 'on_poweroff': 'destroy', 'bootloader_args': '', 'on_xend_start': 'ignore', 'on_crash': 'restart', 'xend/restart_count': '0', 'vcpus': '1', 'vcpu_avail': '1', 'bootloader': '', 'image': "(linux (kernel /home/xen/xen-install/x32bit-fromkapaki/vmlinuz-2.6.24-21-xen) (ramdisk /home/xen/xen-install/x32bit-fromkapaki/initrd.img-2.6.24-21-xen) (args 'root=/dev/hda2 ro 2 console=xvc0') (superpages 0) (videoram 4) (pci ()) (nomigrate 0) (tsc_mode 0) (notes (HV_START_LOW 4118806528) (FEATURES 'writable_page_tables|writable_descriptor_tables|auto_translated_physmap|pae_pgdir_above_4gb|supervisor_mode_kernel') (VIRT_BASE 3221225472) (GUEST_VERSION 2.6) (PADDR_OFFSET 3221225472) (GUEST_OS linux) (HYPERCALL_PAGE 3222278144) (LOADER generic) (SUSPEND_CANCEL 1) (PAE_MODE yes) (ENTRY 3222274048) (XEN_VERSION xen-3.0)))", 'name': 'testing-ss-157.ucsd.edu'}
[2010-04-27 11:48:39 2360] DEBUG (XendDomainInfo:1804) Storing domain details: {'console/ring-ref': '5435922', 'image/entry': '3222274048', 'console/port': '2', 'store/ring-ref': '5435923', 'image/loader': 'generic', 'vm': '/vm/b396dd83-c66a-e224-e4b8-91684fe1b964', 'control/platform-feature-multiprocessor-suspend': '1', 'image/hv-start-low': '4118806528', 'image/guest-os': 'linux', 'image/features/writable-descriptor-tables': '1', 'image/virt-base': '3221225472', 'memory/target': '65536', 'image/guest-version': '2.6', 'image/features/supervisor-mode-kernel': '1', 'image/pae-mode': 'yes', 'description': '', 'console/limit': '1048576', 'image/paddr-offset': '3221225472', 'image/hypercall-page': '3222278144', 'image/suspend-cancel': '1', 'cpu/0/availability': 'online', 'image/features/pae-pgdir-above-4gb': '1', 'image/features/writable-page-tables': '1', 'console/type': 'xenconsoled', 'image/features/auto-translated-physmap': '1', 'name': 'testing-ss-157.ucsd.edu', 'domid': '154', 'image/xen-version': 'xen-3.0', 'store/port': '1'}
[2010-04-27 11:48:41 2360] DEBUG (DevController:95) DevController: writing {'protocol': 'x86_32-abi', 'state': '1', 'backend-id': '0', 'backend': '/local/domain/0/backend/console/154/0'} to /local/domain/154/device/console/0.
[2010-04-27 11:48:41 2360] DEBUG (DevController:97) DevController: writing {'domain': 'testing-ss-157.ucsd.edu', 'frontend': '/local/domain/154/device/console/0', 'uuid': '7026bbc4-841f-dc6a-e865-431ced12d8a8', 'frontend-id': '154', 'state': '1', 'location': '2', 'online': '1', 'protocol': 'vt100'} to /local/domain/0/backend/console/154/0.
[2010-04-27 11:48:42 2360] DEBUG (XendDomainInfo:1891) XendDomainInfo.handleShutdownWatch
[2010-04-27 11:48:42 2360] DEBUG (DevController:139) Waiting for devices tap2.
[2010-04-27 11:48:42 2360] DEBUG (DevController:144) Waiting for 770.
[2010-04-27 11:48:43 2360] DEBUG (DevController:628) hotplugStatusCallback /local/domain/0/backend/vbd/154/770/hotplug-status.
[2010-04-27 11:48:43 2360] DEBUG (DevController:642) hotplugStatusCallback 1.
[2010-04-27 11:48:43 2360] DEBUG (DevController:139) Waiting for devices vif.
[2010-04-27 11:48:43 2360] DEBUG (DevController:144) Waiting for 0.
[2010-04-27 11:48:43 2360] DEBUG (DevController:628) hotplugStatusCallback /local/domain/0/backend/vif/154/0/hotplug-status.
[2010-04-27 11:48:43 2360] DEBUG (DevController:642) hotplugStatusCallback 1.
[2010-04-27 11:48:43 2360] DEBUG (DevController:144) Waiting for 1.
[2010-04-27 11:48:43 2360] DEBUG (DevController:628) hotplugStatusCallback /local/domain/0/backend/vif/154/1/hotplug-status.
[2010-04-27 11:48:43 2360] DEBUG (DevController:642) hotplugStatusCallback 1.
[2010-04-27 11:48:43 2360] DEBUG (DevController:139) Waiting for devices vkbd.
[2010-04-27 11:48:43 2360] DEBUG (DevController:139) Waiting for devices ioports.
[2010-04-27 11:48:44 2360] DEBUG (DevController:139) Waiting for devices tap.
[2010-04-27 11:48:44 2360] DEBUG (DevController:139) Waiting for devices vif2.
[2010-04-27 11:48:44 2360] DEBUG (DevController:139) Waiting for devices console.
[2010-04-27 11:48:44 2360] DEBUG (DevController:144) Waiting for 0.
[2010-04-27 11:48:44 2360] DEBUG (DevController:139) Waiting for devices vscsi.
[2010-04-27 11:48:44 2360] DEBUG (DevController:139) Waiting for devices vbd.
[2010-04-27 11:48:44 2360] DEBUG (DevController:139) Waiting for devices irq.
[2010-04-27 11:48:44 2360] DEBUG (DevController:139) Waiting for devices vfb.
[-- Attachment #4: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
next prev parent reply other threads:[~2010-04-27 18:58 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-27 7:41 XEN 4.0 + 2.6.31.13 pvops kernel : system crashes on starting 155th domU Yuvraj Agarwal
2010-04-27 9:02 ` Pasi Kärkkäinen
2010-04-27 17:14 ` Yuvraj Agarwal
2010-04-27 17:18 ` Pasi Kärkkäinen
2010-04-27 18:58 ` Yuvraj Agarwal [this message]
2010-04-27 19:29 ` Pasi Kärkkäinen
2010-04-27 13:59 ` Konrad Rzeszutek Wilk
2010-04-27 17:18 ` Yuvraj Agarwal
2010-04-27 18:51 ` Jeremy Fitzhardinge
2010-04-27 19:10 ` Yuvraj Agarwal
2010-04-27 19:27 ` Jeremy Fitzhardinge
2010-04-27 19:38 ` Yuvraj Agarwal
2010-04-28 0:43 ` Keir Fraser
2010-04-28 1:02 ` Yuvraj Agarwal
2010-04-28 3:45 ` Keir Fraser
2010-04-28 6:47 ` John McCullough
2010-04-28 3:53 ` Keir Fraser
2010-04-28 14:04 ` Konrad Rzeszutek Wilk
2010-04-28 16:57 ` Ian Campbell
2010-04-28 18:18 ` Jeremy Fitzhardinge
2010-04-28 22:51 ` Yuvraj Agarwal
2010-04-29 14:56 ` Konrad Rzeszutek Wilk
2010-04-30 3:12 ` Yuvraj Agarwal
2010-04-28 18:13 ` Jeremy Fitzhardinge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='07f201cae63b$a847fef0$f8d7fcd0$@ucsd.edu' \
--to=yuvraj@cs.ucsd.edu \
--cc=pasik@iki.fi \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).