|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Error on xm create
On 25/11/05, Steven Hand <Steven.Hand@xxxxxxxxxxxx> wrote:
>
> > On 25/11/05, Steven Hand <Steven.Hand@xxxxxxxxxxxx> wrote:
> > >
> > > > > As far as I can see most error paths should issue something on stderr
> > > > > - can you check /var/log/xend-debug.log?
> > >
> > > You're sure this is /var/log/xend-debug.log (not /var/log/xend.log) ?
> >
> > Yes positive. The Attatchment I sent before was the xend.log and the
> > latest paste i did was from the xen-debug.log
>
> Yes, I see.
>
> The "Error constructing guest OS" message comes from xc_linux_build()
> when setup_guest() fails. Most of the error paths in there spit out
> some stuff to stderr (which would appear in the log prior to the
> "Error constructing guest OS" mesage).
>
> Given that you're not getting any, it seems like it must be one of the
> 'silent' paths, which is trickier to track down. The first of these
> 'silent' paths is a failure to parse the image format (which should
> be the elf parser), hence my other question.
>
> > > And did you check the image itself, e.g. "file /boot/vmlinuz-2.6.12-xenU"
> > > ?
> >
> > I did an ls -al /boot/vm* How else can it be verified ?
>
> Well "file /boot/vmlinuz-2.6.12-xenU" to check it's actually a gzip
> compressed image; and if so, "cat /boot/vmlinuz-2.6.12-xenU | gunzip
> -c >/tmp/FOO" and "objdump -d /tmp/FOO" to check its an ok ELF image.
>
Okay
Followed your steps, and it came out with load of
c035d68f: c3 ret
c035d690: 83 ec 04 sub $0x4,%esp
c035d693: e8 b8 2d f6 ff call 0xc02c0450
c035d698: e8 63 83 f5 ff call 0xc02b5a00
c035d69d: c7 04 24 e0 99 31 c0 movl $0xc03199e0,(%esp)
c035d6a4: e8 d7 ff f5 ff call 0xc02bd680
c035d6a9: c7 04 24 60 9a 31 c0 movl $0xc0319a60,(%esp)
c035d6b0: e8 cb ff f5 ff call 0xc02bd680
c035d6b5: e8 e6 33 f6 ff call 0xc02c0aa0
c035d6ba: 59 pop %ecx
c035d6bb: e9 50 33 f6 ff jmp 0xc02c0a10
>
>
>
> cheers,
>
> S.
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|