SI Reasoning wrote:
> Unfortunately, I have a kernel compile "make bzImage"
> problem that bombs long before that and this fix does
> not help. The error message is below and noone has
> responded to this one yet.
>
> from md.c:33:
> /usr/src/linux-2.4.17-14mdk/include/net/sock.h:739:
> size of array `__pad' is too large
> make[3]: *** [md.o] Error 1
>
>
That is because your error is a multiple devices error. Line 33 of md.c is:
#include <linux/raid/md.h>
line 739 of sock.h is:
u8 __pad[SMP_CACHE_BYTES - sizeof(int)];
What is your ipvs table size under IP:Virtual Server configuration?
The problem seems to be with your smp configuration. Did you read the
documentation first? Is your computer a Compaq? 486? Pentium Pro? These
could serious impact your configuration of smp in your kernel.
altoine