keenor 发表于 2003-7-14 16:15:09

Kernel 2.6.0-test1 released

http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.0-test1.tar.bz2

Dragonfly 发表于 2003-7-14 21:21:57

yes, try it! and post u error here.

Dragonfly 发表于 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.

:-D:-D:-D

Dragonfly 发表于 2003-7-15 03:53:03

patches for security enhanced linux 2.6 kernel is also out

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

Dragonfly 发表于 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 @@
oquota-tools            3.09                  # quota -V
oPPP                  2.4.0                   # pppd --version
oisdn4k-utils         3.1pre1               # isdnctrl 2>&1|grep version
+onfs-utils            1.0.4                   # showmount --version
oprocps               2.0.9                   # ps --version
ooprofile               0.5.3                   # oprofiled --version
-onfs-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 athttp://vger.kernel.org/majordomo-info.html
Please read the FAQ athttp://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

Dragonfly 发表于 2003-7-15 21:49:07

yes, what we mean is test1, even before the pre.


gxl117,can u use default config to try?

Dragonfly 发表于 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.

Dragonfly 发表于 2003-7-15 22:35:09

if 2.5 can support, u had better move that from 2.5

Dragonfly 发表于 2003-7-15 23:07:47

o. ic

good luck.

cnhnln 发表于 2003-7-16 13:17:28

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

2.6没有这些选项吧?


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

cnhnln 发表于 2003-7-16 20:49:45

呵呵,多谢。我是说要整个config

Dragonfly 发表于 2003-7-16 21:41:07

gxl117, try to attach it. otherwise too long. thx:-D

aniuge007 发表于 2003-7-17 21:49:16

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 @@
oquota-tools            3.09                  # quota -V
oPPP                  2.4.0                   # pppd --version
oisdn4k-utils         3.1pre1               # isdnctrl 2>&1|grep version
+onfs-utils            1.0.4                   # showmount --version
oprocps               2.0.9                   # ps --version
ooprofile               0.5.3                   # oprofiled --version
-onfs-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 athttp://vger.kernel.org/majordomo-info.html
Please read the FAQ athttp://www.tux.org/lkml/
老大你的英文好强。呵呵

Dragonfly 发表于 2003-7-17 21:56:17

ic&p only. my english is not good. otherwise i will not spend so many time on revising my paper.
页: [1]
查看完整版本: Kernel 2.6.0-test1 released