QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1556|回复: 14

Kernel 2.6.0-test1 released

[复制链接]
发表于 2003-7-14 16:15:09 | 显示全部楼层 |阅读模式
http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.0-test1.tar.bz2
发表于 2003-7-14 21:21:57 | 显示全部楼层
yes, try it! and post u error here.
回复

使用道具 举报

发表于 2003-7-15 02:11:54 | 显示全部楼层
i already compile one and boot it on one pc. no problem. but no time to judge its speed.
some minor problems there, i think some software upgrade can solve most of them.

i will do that on my laptop later.

    
回复

使用道具 举报

发表于 2003-7-15 03:53:03 | 显示全部楼层
patches for security enhanced linux 2.6 kernel is also out

http://www.nsa.gov/selinux/lk/
回复

使用道具 举报

发表于 2003-7-15 03:55:14 | 显示全部楼层
http://nfs.sourceforge.net/
also have new nfs-utils.
------------------------------------------------
Re: ANNOUNCE: nfs-utils 1.0.4

From:
Steven Cole <[email protected]>


To:
"Neil F. Brown" <[email protected]>


CC:
[email protected], [email protected], Janusz Niewiadomski <[email protected]>


Date:
Today 15:34:47


On Mon, 2003-07-14 at 11:00, Neil F. Brown wrote:
> This release of nfs-utils contains:
>
>  1/ Fix for a remotely exploitable buffer-overflow bug.
>  2/ assorted minor bug fixes
>  3/ Extensive changes to make use of new functionality in linux-2.6.0 nfsd
>
> nfs-utils 1.0.4 can be downloaded from
>   http://sourceforge.net/project/showfiles.php?group_id=14
> or
>   http://www.{countrycode}.kernel.org/pub/linux/utils/nfs/
>
> I consider this release to be a pre-release for 1.1.0 which I hope to
> release before linux-2.6.0-final.  Bug reports are very welcome.

Although it may be a month or three until 2.6.0-final, here is an update
to Documentation/Changes and scripts/ver_linux for nfs-utils.

Your information should be preserved somewhere, and
Documentation/Changes should be one of first places people look when
moving from 2.4 to 2.6.

I moved the nfs-utils table entry up a couple of rows to group it with
other network related items.

If this patch looks OK, please send it upstream.  Otherwise, please fix
and send.

Steven

diff -ur 2.5-bk-current/Documentation/Changes 2.5-linux/Documentation/Changes
--- 2.5-bk-current/Documentation/Changes        Mon Jul 14 12:48:38 2003
+++ 2.5-linux/Documentation/Changes     Mon Jul 14 13:03:05 2003
@@ -61,9 +61,9 @@
o  quota-tools            3.09                    # quota -V
o  PPP                    2.4.0                   # pppd --version
o  isdn4k-utils           3.1pre1                 # isdnctrl 2>&1|grep version
+o  nfs-utils              1.0.4                   # showmount --version
o  procps                 2.0.9                   # ps --version
o  oprofile               0.5.3                   # oprofiled --version
-o  nfs-utils              1.0.3                   # showmount --version

Kernel compilation
==================
@@ -280,6 +280,33 @@
Due to changes in the length of the phone number field, isdn4k-utils
needs to be recompiled or (preferably) upgraded.

+NFS-utils
+---------
+
+In 2.4 and earlier kernels, the nfs server needed to know about any
+client that expected to be able to access files via NFS.  This
+information would be given to the kernel by "mountd" when the client
+mounted the filesystem, or by "exportfs" at system startup.  exportfs
+would take information about active clients from /var/lib/nfs/rmtab.
+
+This approach is quite fragile as it depends on rmtab being correct
+which is not always easy, particularly when trying to implement
+fail-over.  Even when the system is working well, rmtab suffers from
+getting lots of old entries that never get removed.
+
+With 2.6 we have the option of having the kernel tell mountd when it
+gets a request from an unknown host, and mountd can give appropriate
+export information to the kernel.  This removes the dependency on
+rmtab and means that the kernel only needs to know about currently
+active clients.
+
+To enable this new functionality, you need to:
+
+  mount -t nfsd nfsd /proc/fs/nfs
+
+before running exportfs or mountd.  It is recommended that all NFS
+services be protected from the internet-at-large where that is possible.
+
Getting updated software
========================

@@ -368,6 +395,10 @@
------------
o  <ftp://ftp.isdn4linux.de/pub/isdn4linux/utils/isdn4k-utils.v3.1pre1.tar.gz>

+NFS-utils
+---------
+o  <http://sourceforge.net/project/showfiles.php?group_id=14>
+
Netfilter
---------
o  <http://netfilter.filewatcher.org/iptables-1.2.tar.bz2>
Only in 2.5-linux/Documentation: x
diff -ur 2.5-bk-current/scripts/ver_linux 2.5-linux/scripts/ver_linux
--- 2.5-bk-current/scripts/ver_linux    Mon Jul 14 12:48:09 2003
+++ 2.5-linux/scripts/ver_linux Mon Jul 14 12:51:19 2003
@@ -54,6 +54,9 @@
isdnctrl 2>&1 | grep version | awk \
'NR==1{print "isdn4k-utils          ", $NF}'

+showmount --version 2>&1 | grep showmount | awk \
+'NR==1{print "nfs-utils             ", $NF}'
+
ls -l `ldd /bin/sh | awk '/libc/{print $3}'` | sed \
-e 's/\.so$//' | awk -F'[.-]'   '{print "Linux C Library        " \
$(NF-2)"."$(NF-1)"."$NF}'



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
回复

使用道具 举报

发表于 2003-7-15 21:29:45 | 显示全部楼层
No.

It doesn't really exist yet.

But in the meantime there's a "2.6.0-test1" kernel here.

                        Linus
回复

使用道具 举报

发表于 2003-7-15 21:49:07 | 显示全部楼层
yes, what we mean is test1, even before the pre.


gxl117,  can u use default config to try?
回复

使用道具 举报

发表于 2003-7-15 22:05:05 | 显示全部楼层
my defconfig set these. hehe.

no idea on mouse. i have no time to test the nvidia patch yet. busy reviewing a paper.
回复

使用道具 举报

发表于 2003-7-15 22:35:09 | 显示全部楼层
if 2.5 can support, u had better move that from 2.5
回复

使用道具 举报

发表于 2003-7-15 23:07:47 | 显示全部楼层
o. ic

good luck.
回复

使用道具 举报

发表于 2003-7-16 13:17:28 | 显示全部楼层
[quote:c96bdf4838="gxl117"]我已经解决这个问题,似乎2.6的Config能够自动检测2.4.x内核的设置,但它却将默认的
CONFIG_VT
CONFIG_VT_CONSOLE
CONFIG_HW_CONSOLE
这几项取消了,没有虚拟终端当然什么都看不到了
当然,现在还是有些问题,我是左手使用鼠标的,但新的核心好象与GNOME的鼠标设置有冲突无法在面板上实现左手方式,左右键看上去行为都象是右键。现在我只好反着用,痛苦中*
有人遇到相同的情况吗?还是只在我的机器上出现?[/quote]

2.6没有这些选项吧?


你不是成功了吗,config贴上来看看 :-)
回复

使用道具 举报

发表于 2003-7-16 20:49:45 | 显示全部楼层
呵呵,多谢。我是说要整个config
回复

使用道具 举报

发表于 2003-7-16 21:41:07 | 显示全部楼层
gxl117, try to attach it. otherwise too long. thx  
回复

使用道具 举报

发表于 2003-7-17 21:49:16 | 显示全部楼层
[quote:302257f213="Dragonfly"]http://nfs.sourceforge.net/
also have new nfs-utils.
------------------------------------------------
Re: ANNOUNCE: nfs-utils 1.0.4

From:
Steven Cole <[email protected]>


To:
"Neil F. Brown" <[email protected]>


CC:
[email protected], [email protected], Janusz Niewiadomski <[email protected]>


Date:
Today 15:34:47


On Mon, 2003-07-14 at 11:00, Neil F. Brown wrote:
> This release of nfs-utils contains:
>
>  1/ Fix for a remotely exploitable buffer-overflow bug.
>  2/ assorted minor bug fixes
>  3/ Extensive changes to make use of new functionality in linux-2.6.0 nfsd
>
> nfs-utils 1.0.4 can be downloaded from
>   http://sourceforge.net/project/showfiles.php?group_id=14
> or
>   http://www.{countrycode}.kernel.org/pub/linux/utils/nfs/
>
> I consider this release to be a pre-release for 1.1.0 which I hope to
> release before linux-2.6.0-final.  Bug reports are very welcome.

Although it may be a month or three until 2.6.0-final, here is an update
to Documentation/Changes and scripts/ver_linux for nfs-utils.

Your information should be preserved somewhere, and
Documentation/Changes should be one of first places people look when
moving from 2.4 to 2.6.

I moved the nfs-utils table entry up a couple of rows to group it with
other network related items.

If this patch looks OK, please send it upstream.  Otherwise, please fix
and send.

Steven

diff -ur 2.5-bk-current/Documentation/Changes 2.5-linux/Documentation/Changes
--- 2.5-bk-current/Documentation/Changes        Mon Jul 14 12:48:38 2003
+++ 2.5-linux/Documentation/Changes     Mon Jul 14 13:03:05 2003
@@ -61,9 +61,9 @@
o  quota-tools            3.09                    # quota -V
o  PPP                    2.4.0                   # pppd --version
o  isdn4k-utils           3.1pre1                 # isdnctrl 2>&1|grep version
+o  nfs-utils              1.0.4                   # showmount --version
o  procps                 2.0.9                   # ps --version
o  oprofile               0.5.3                   # oprofiled --version
-o  nfs-utils              1.0.3                   # showmount --version

Kernel compilation
==================
@@ -280,6 +280,33 @@
Due to changes in the length of the phone number field, isdn4k-utils
needs to be recompiled or (preferably) upgraded.

+NFS-utils
+---------
+
+In 2.4 and earlier kernels, the nfs server needed to know about any
+client that expected to be able to access files via NFS.  This
+information would be given to the kernel by "mountd" when the client
+mounted the filesystem, or by "exportfs" at system startup.  exportfs
+would take information about active clients from /var/lib/nfs/rmtab.
+
+This approach is quite fragile as it depends on rmtab being correct
+which is not always easy, particularly when trying to implement
+fail-over.  Even when the system is working well, rmtab suffers from
+getting lots of old entries that never get removed.
+
+With 2.6 we have the option of having the kernel tell mountd when it
+gets a request from an unknown host, and mountd can give appropriate
+export information to the kernel.  This removes the dependency on
+rmtab and means that the kernel only needs to know about currently
+active clients.
+
+To enable this new functionality, you need to:
+
+  mount -t nfsd nfsd /proc/fs/nfs
+
+before running exportfs or mountd.  It is recommended that all NFS
+services be protected from the internet-at-large where that is possible.
+
Getting updated software
========================

@@ -368,6 +395,10 @@
------------
o  <ftp://ftp.isdn4linux.de/pub/isdn4linux/utils/isdn4k-utils.v3.1pre1.tar.gz>

+NFS-utils
+---------
+o  <http://sourceforge.net/project/showfiles.php?group_id=14>
+
Netfilter
---------
o  <http://netfilter.filewatcher.org/iptables-1.2.tar.bz2>
Only in 2.5-linux/Documentation: x
diff -ur 2.5-bk-current/scripts/ver_linux 2.5-linux/scripts/ver_linux
--- 2.5-bk-current/scripts/ver_linux    Mon Jul 14 12:48:09 2003
+++ 2.5-linux/scripts/ver_linux Mon Jul 14 12:51:19 2003
@@ -54,6 +54,9 @@
isdnctrl 2>&1 | grep version | awk \
'NR==1{print "isdn4k-utils          ", $NF}'

+showmount --version 2>&1 | grep showmount | awk \
+'NR==1{print "nfs-utils             ", $NF}'
+
ls -l `ldd /bin/sh | awk '/libc/{print $3}'` | sed \
-e 's/\.so$//' | awk -F'[.-]'   '{print "Linux C Library        " \
$(NF-2)"."$(NF-1)"."$NF}'



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/[/quote]
老大你的英文好强。呵呵
回复

使用道具 举报

发表于 2003-7-17 21:56:17 | 显示全部楼层
i  c&p only. my english is not good. otherwise i will not spend so many time on revising my paper.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-9-18 15:37 , Processed in 0.080133 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表