[CentOS] Kernel build warning

Mark Hull-Richter mhullrich at gmail.com
Tue Jul 3 22:42:43 UTC 2007


On 7/3/07, Akemi Yagi <amyagi at gmail.com> wrote:
>
> I don't intend to dispute either, but what I see is defferent from
> yours.  My source's BUILD directory contains these .config files:
>
>  61487 Jun 30 12:09 kernel-2.6.18-x86_64.config
>  61520 Jun 30 12:09 kernel-2.6.18-x86_64-debug.config
>  60896 Jun 30 12:09 kernel-2.6.18-x86_64-xen.config
>
> Then the following command shows AUTOFS options:
>
> find . -type f -exec grep -il AUTOFS {} \;  -exec grep -i AUTOFS {} \;
> -exec echo \;
>
> ./kernel-2.6.18-x86_64.config
> # CONFIG_AUTOFS_FS is not set
> CONFIG_AUTOFS4_FS=m
>
> ./kernel-2.6.18-x86_64-xen.config
> # CONFIG_AUTOFS_FS is not set
> CONFIG_AUTOFS4_FS=m
>
> ./kernel-2.6.18-x86_64-debug.config
> # CONFIG_AUTOFS_FS is not set
> CONFIG_AUTOFS4_FS=m
>
> In all .config files, autofs is 'not set' and autofs4 is 'm'.  With
> this setup, autofs4.ko is built, not autofs.ko.
>

Hmm, interesting - where did you get this source (I want it!).  I
pulled down mine from
http://mirror.centos.org/centos/5.0/updates/SRPMS/ yesterday - it is
dated 15-Jun-2007 23:32, which is 15 days older than your config
files.  Mine (which are in the SOURCES directory) show this:

64703 Jun  1 15:44 kernel-2.6.18-x86_64.config
64767 Jun  1 15:44 kernel-2.6.18-x86_64-kdump.config
65935 Jun  1 15:44 kernel-2.6.18-x86_64-xen.config

and they contain (before reconfiguration):

./kernel-2.6.18-x86_64.config
CONFIG_AUTOFS_FS=m
CONFIG_AUTOFS4_FS=m

./kernel-2.6.18-x86_64-xen.config
CONFIG_AUTOFS_FS=m
CONFIG_AUTOFS4_FS=m

./kernel-2.6.18-x86_64-kdump.config
CONFIG_AUTOFS_FS=m
CONFIG_AUTOFS4_FS=m

Even the CentOSplus kernel source (which I do not have) is only dated
June 26....

???

mhr



More information about the CentOS mailing list