Paul Roberts wrote:
Mark,
Thanks for the reply. I’m getting found in the qemu log:
Watching /local/domain/10/logdirty/next-active
xs_read(): vncpasswd get error.
/vm/074176b0-1e88-8bfa-b486-d9a4b7d5a4bb/vncpasswd.
qemu_map_cache_init nr_buckets = 10000
shared page at pfn 3ffff
buffered io page at pfn 3fffd
xs_read(/vm/074176b0-1e88-8bfa-b486-d9a4b7d5a4bb/rtc/timeoffset): read error
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
Triggered log-dirty buffer switch
reset requested in cpu_handle_ioreq.
Issued domain 10 reboot
Xend.log:
[2009-03-31 14:33:59 xend.XendDomainInfo 6407] INFO (XendDomainInfo:981)
Domain has shutdown: name=echo id=11 reason=reboot.
[2009-03-31 14:33:59 xend.XendDomainInfo 6407] ERROR
(XendDomainInfo:1862) VM echo restarting too fast (5.911225 seconds
since the last restart). Refusing to restart to avoid loops.
[2009-03-31 14:33:59 xend.XendDomainInfo 6407] DEBUG
(XendDomainInfo:1603) XendDomainInfo.destroy: domid=11
Config:
kernel = '/usr/lib/xen/boot/hvmloader'
builder = 'hvm'
name = "echo"
memory = "1024"
device_model = '/usr/lib64/xen/bin/qemu-dm'
disk = [ 'file:/root/noah2.img,hda,w' ]
#disk = [ 'file:/root/noah.img,hda,w,' ]
#disk = [ 'file:/root/centos.iso,ioemu:hda,w,' ]
pae = 1
acpi = 1
apic = 1
vif = [ 'type=ioemu,bridge=xenbr0' ]
vcpus=1
on_crash = 'preserve'
on_poweroff = 'preserve'
vnc = 1
vncviewer = 1
boot='c'
Mark, any ideas would be appreciated.
device_model should be /usr/lib/xen/bin/qemu-dm
It's actually a isaexe link to /usr/lib/xen/bin/amd64/qemu-dm
Is the disk a vmdk file? Are you seeing anything on the vnc guest
console?
vif is wrong for OpenSolaris.. For now, just try
vif = [ '' ]
MRJ
_______________________________________________
xen-discuss mailing list
[email protected]