* CONFIG_NETWORK_FILESYSTEMS not set in /proc/config.gz
@ 2008-07-09 16:22 K. Ernel
2008-07-10 4:44 ` Randy Dunlap
0 siblings, 1 reply; 3+ messages in thread
From: K. Ernel @ 2008-07-09 16:22 UTC (permalink / raw)
To: linux-kernel
hello list,
I usually switch to a new kernel version using the
old .config file by doing:
# zcat /proc/config.gz > .config
# make oldconfig
however, with the last two (or so) versions, I always lost the network
file system configuration. It's not present in config.gz,
while in the old .config of the previous release, it _is_
present, plus I'm abble to use network file system support
in the current (before the update) kernel.
e.g.:
(1) kernel version:
# uname -r
2.6.25.9
(2) this kernel version's configuration in the sources:
# grep NETWORK_FILE linux-2.6.25.9/.config
CONFIG_NETWORK_FILESYSTEMS=y
(3) this kernel version's configuration in /proc/config.gz
# zcat /proc/config.gz | grep NETWORK_FILE
# CONFIG_NETWORK_FILESYSTEMS is not set
(4) to proof this kernel version has indeed network filesystem:
# lsmod| grep nfs
nfs 86896 1
lockd 38280 2 nfs
nfs_acl 1792 1 nfs
sunrpc 101884 10 nfs,lockd,nfs_acl
to me, this looks like "CONFIG_NETWORK_FILESYSTEMS" is "forgotten" in
config.gz, but what do I know ...
please fix if possible,
thanks,
h. rosmanith
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: CONFIG_NETWORK_FILESYSTEMS not set in /proc/config.gz
2008-07-09 16:22 CONFIG_NETWORK_FILESYSTEMS not set in /proc/config.gz K. Ernel
@ 2008-07-10 4:44 ` Randy Dunlap
2008-07-11 14:51 ` K. Ernel
0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2008-07-10 4:44 UTC (permalink / raw)
To: K. Ernel; +Cc: linux-kernel
On Wed, 9 Jul 2008 18:22:45 +0200 (MET DST) K. Ernel wrote:
>
> hello list,
>
> I usually switch to a new kernel version using the
> old .config file by doing:
>
> # zcat /proc/config.gz > .config
> # make oldconfig
>
> however, with the last two (or so) versions, I always lost the network
> file system configuration. It's not present in config.gz,
> while in the old .config of the previous release, it _is_
> present, plus I'm abble to use network file system support
> in the current (before the update) kernel.
>
> e.g.:
>
> (1) kernel version:
> # uname -r
> 2.6.25.9
>
> (2) this kernel version's configuration in the sources:
> # grep NETWORK_FILE linux-2.6.25.9/.config
> CONFIG_NETWORK_FILESYSTEMS=y
>
> (3) this kernel version's configuration in /proc/config.gz
> # zcat /proc/config.gz | grep NETWORK_FILE
> # CONFIG_NETWORK_FILESYSTEMS is not set
>
> (4) to proof this kernel version has indeed network filesystem:
> # lsmod| grep nfs
> nfs 86896 1
> lockd 38280 2 nfs
> nfs_acl 1792 1 nfs
> sunrpc 101884 10 nfs,lockd,nfs_acl
>
>
> to me, this looks like "CONFIG_NETWORK_FILESYSTEMS" is "forgotten" in
> config.gz, but what do I know ...
>
> please fix if possible,
Hi,
I can't reproduce it on 2.6.25.9 or 2.6.26-rc9.
If there is any more info that you could provide, please do so.
(not that I know what it would be)
---
~Randy
Linux Plumbers Conference, 17-19 September 2008, Portland, Oregon USA
http://linuxplumbersconf.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: CONFIG_NETWORK_FILESYSTEMS not set in /proc/config.gz
2008-07-10 4:44 ` Randy Dunlap
@ 2008-07-11 14:51 ` K. Ernel
0 siblings, 0 replies; 3+ messages in thread
From: K. Ernel @ 2008-07-11 14:51 UTC (permalink / raw)
To: Randy Dunlap; +Cc: linux-kernel
> I can't reproduce it on 2.6.25.9 or 2.6.26-rc9.
Hello Randy,
you are right, I can't reproduce it either. I tried several
kernel versions and even downgraded to 2.6.24, checking
whether the configuration settings was lost when switching
from 24 to 25. But this is not the case.
Seems I've lost that particular settings some other way.
I'm terribly sorry for wasting your time. I owe you a beer!
kind regards,
H.Rosmanith
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-07-11 14:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-09 16:22 CONFIG_NETWORK_FILESYSTEMS not set in /proc/config.gz K. Ernel
2008-07-10 4:44 ` Randy Dunlap
2008-07-11 14:51 ` K. Ernel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®