Hey, All.
I'm a newbie about Xen, I had rebuilded my kernel and xen system in RHEL 4. Try to run xen 2.0.7 stable version on my machine, but still crash.
I can't understand why there is no any output in everywhere, ps the console and the log.
Does anybody can help me ?
BTW: Are there any other way for trouble shooting Xen ?
# xm create sarge Using config file "sarge" Started domain sarge, console on port 9603
# xm list Name Id Mem(MB) CPU State Time(s) Console Domain-0 0 251 0 r---- 231.5
# cat /var/log/xend.log
[2005-10-11 10:09:42 xend] INFO (SrvDaemon:610) Xend Daemon started [2005-10-11 10:09:42 xend] INFO (XendRoot:113) EVENT> xend.start 0 [2005-10-11 10:10:06 xend] DEBUG (XendDomainInfo:720) init_domain> Created domain=3 name=sarge memory=128 [2005-10-11 10:10:06 xend] INFO (console:94) Created console id=16 domain=3 port=9603 [2005-10-11 10:10:06 xend] DEBUG (blkif:155) Connecting blkif <BlkifBackendInterface 3 0> [2005-10-11 10:10:06 xend] DEBUG (XendDomainInfo:1107) Creating vif dom=3 vif=0 mac=aa:00:00:55:4b:73 [2005-10-11 10:10:06 xend] INFO (XendRoot:113) EVENT> xend.console.create [16, 3, 9603] [2005-10-11 10:10:06 xend] INFO (XendRoot:113) EVENT> xend.domain.create ['sarge', '3'] [2005-10-11 10:10:06 xend] INFO (XendRoot:113) EVENT> xend.domain.unpause ['sarge', '3'] [2005-10-11 10:10:07 xend] DEBUG (XendDomain:244) XendDomain>reap> domain died name=sarge id=3 [2005-10-11 10:10:07 xend] INFO (XendDomain:568) Destroying domain: name=sarge [2005-10-11 10:10:07 xend] DEBUG (XendDomainInfo:665) Destroying vifs for domain 3 [2005-10-11 10:10:07 xend] DEBUG (netif:305) Destroying vif domain=3 vif=0 [2005-10-11 10:10:07 xend] DEBUG (XendDomainInfo:674) Destroying vbds for domain 3 [2005-10-11 10:10:07 xend] DEBUG (blkif:552) Destroying blkif domain=3 [2005-10-11 10:10:07 xend] DEBUG (blkif:408) Destroying vbd domain=3 idx=0 [2005-10-11 10:10:07 xend] DEBUG (XendDomainInfo:634) Closing console, domain 3 [2005-10-11 10:10:07 xend] DEBUG (XendDomainInfo:622) Closing channel to domain 3 [2005-10-11 10:10:07 xend] INFO (XendRoot:113) EVENT> xend.virq 4 [2005-10-11 10:10:07 xend] DEBUG (blkif:363) Unbinding vbd (type file) from /dev/loop0 [2005-10-11 10:10:07 xend] INFO (XendRoot:113) EVENT> xend.domain.exit ['sarge', '3', 'crash'] [2005-10-11 10:10:07 xend] INFO (XendRoot:113) EVENT> xend.domain.destroy ['sarge', '3'] [2005-10-11 10:10:08 xend] INFO (XendRoot:113) EVENT> xend.domain.died ['sarge', '3']
# cat /var/log/xend-debug.log
network start bridge=xen-br0 netdev=eth0 antispoof=no VIRTUAL MEMORY ARRANGEMENT: Loaded kernel: c0100000->c05677d4 Init. ramdisk: c0568000->c0568000 Phys-Mach map: c0568000->c0588000 Page tables: c0588000->c058b000 Start info: c058b000->c058c000 Boot stack: c058c000->c058d000 TOTAL: c0000000->c0800000 ENTRY ADDRESS: c0100000 vif-bridge up vif=vif3.0 domain=sarge mac=aa:00:00:55:4b:73 bridge=xen-br0 VirqClient.virqReceived> 4 vif-bridge down vif=vif3.0 domain=sarge mac=aa:00:00:55:4b:73 bridge=xen-br0
|