2008-01-04 21:54:35

by Randy Dunlap

[permalink] [raw]
Subject: kexec buffer error

Hi,

kexec of 2.6.24-rc6-git11 fails for me with:

Close of /boot/kernel-2.6.24-rc6-git11 failed: : buffer error
kexec load failed, error = 1


2.6.24-rc6-git9 works as expected. git10 fails with root device
not found (for some reason). All have the same kernel config
(attached).

Any ideas/suggestions?

Thanks,
---
~Randy
desserts: http://www.xenotime.net/linux/recipes/


Attachments:
kconfig.~1 (40.77 kB)

2008-01-06 21:16:45

by Vivek Goyal

[permalink] [raw]
Subject: Re: kexec buffer error

On Fri, Jan 04, 2008 at 01:54:18PM -0800, Randy Dunlap wrote:
> Hi,
>
> kexec of 2.6.24-rc6-git11 fails for me with:
>
> Close of /boot/kernel-2.6.24-rc6-git11 failed: : buffer error
> kexec load failed, error = 1
>

So close() system call seems to be failing here. If kexec-tools version
is same then we should not have erred on fd number etc. Could be a kernel
issue. I have no idea though.....


Thanks
Vivek