2.4.4-pre4 nfsd.o unresolved symbol

2001-04-17 Thread Jeff Chua
I compiled 2.4.4-pre4 and use nfsd as a module. Got the following error: depmod: *** Unresolved symbols in /lib/modules/2.4.4-pre4/kernel/fs/nfsd/nfsd.o depmod: nfsd_linkage_Rb56858ea Didn't have such problem on 2.4.4-pre3. Jeff [ [EMAIL PROTECTED] ] - To unsubscribe from this

[CHECKER] copy_*_user length bugs?

2001-04-17 Thread Dawson Engler
Hi All, at the suggestion of Chris ([EMAIL PROTECTED]) I wrote a simple checker to warn when the length parameter to copy_*_user was (1) an integer and (2) not checked 0. As an example, the ipv6 routine rawv6_geticmpfilter gets an integer 'len' from user space, checks that it is smaller

[PATCH] Re: 2.4.4-pre4 nfsd.o unresolved symbol

2001-04-17 Thread Alexander Viro
On Wed, 18 Apr 2001, Jeff Chua wrote: depmod: *** Unresolved symbols in /lib/modules/2.4.4-pre4/kernel/fs/nfsd/nfsd.o depmod: nfsd_linkage_Rb56858ea Grrr... Add #include linux/module.h to fs/filesystems.c. My apologies. --- fs/filesystems.cTue Apr 17 23:40:32 2001 +++

Re: [kbuild-devel] CML2 1.1.4 is available

2001-04-17 Thread Eric S. Raymond
Steven Cole [EMAIL PROTECTED]: I hope this falls into one of the above categories, but now with CONFIG_MODULES set to y, I don't see any of the y m n choices colored in with the usual magenta. This is true on all menus. The label text is green for those set to y, but this hasn't been 100%

Re: CML2 1.1.3 is available

2001-04-17 Thread Peter Samuelson
[John Cowan] The whole point of CML2 is to make kernel configuration something that Aunt Tillie (or a reasonable facsimile thereof) can do, and we are all Aunt Tillies from time to time. That includes differing standards of readability, Come on, that's absolutely a red herring. There are

Re: CML2 1.1.4 is available

2001-04-17 Thread Tom Rini
On Tue, Apr 17, 2001 at 02:13:35PM -0400, Eric S. Raymond wrote: The latest version is always available at http://www.tuxedo.org/~esr/cml2/ Release 1.1.4: Tue Apr 17 14:02:17 EDT 2001 * Tom Rini's patches for the ARM port tree. Er, that should read PPC. :) * Correct handling

Re: Kernel 2.5 Workshop RealVideo streams -- next time, please get better audio.

2001-04-17 Thread Albert D. Cahalan
Theodore Tso writes: On Mon, Apr 16, 2001 at 05:53:19PM -0700, David S. Miller wrote: It does not work in a relaxed "people sit at tables and comment at arbitrary points in time during a talk" setting such as the kernel summit. Besides putting a microphone at every table (which isn't all

Supplying missing entries for Configure.help, part 3

2001-04-17 Thread Eric S. Raymond
This patch supplies sixteen more missing entries for the Configure.help file, for a total of 48 so far. It also corrects some places where periods are run onto URLs. It should be applied after my previous patches 1 and 2 under the same title. More to come... ---

Re: [kbuild-devel] CML2 1.1.4 is available

2001-04-17 Thread Steven Cole
On Tuesday 17 April 2001 12:13, Eric S. Raymond wrote: The latest version is always available at http://www.tuxedo.org/~esr/cml2/ Release 1.1.4: Tue Apr 17 14:02:17 EDT 2001 * Tom Rini's patches for the ARM port tree. * Correct handling of booleans when trits are disabled.

CML2 1.1.4 is available

2001-04-17 Thread Eric S. Raymond
The latest version is always available at http://www.tuxedo.org/~esr/cml2/ Release 1.1.4: Tue Apr 17 14:02:17 EDT 2001 * Tom Rini's patches for the ARM port tree. * Correct handling of booleans when trits are disabled. * `nohelp' tie symbol introduced. * Code

Re: Possible problem with zero-copy TCP and sendfile()

2001-04-17 Thread Jan Kasprzak
Andi Kleen wrote: : I guess to debug this problem it would be useful to get some idea about the : nature of the corruption. Could you enable sendfile() again, and when a : user complains ask to download it again and provide a : cmp -cl fileA fileB | head -500 listing of their differences?

Re: Possible problem with zero-copy TCP and sendfile()

2001-04-17 Thread David S. Miller
Jesse S Sipprell writes: On error, -1 is returned in the usual fashion and offset is purported to be updated to point to the next byte following the last one sent. Will the zerocopy patches break this? No, they should not. Later, David S. Miller [EMAIL PROTECTED] - To unsubscribe from

Re: [xine-user] Re: why raw devices don't seek above 4GB (sometimes)

2001-04-17 Thread k . lichtenwalder
Alan Cox wrote: I set up a raw device: raw /dev/raw/raw1 /dev/hdd with /dev/hdd being my DVD drive. Xine then does repeated llseeks on /dev/raw/raw1 until it gets above 4G. Because /dev/raw/raw1 and the associated /dev/hdd both are on reiserfs, and reiserfs has a 4G limit, llseek

RE: Is there a way to turn file caching off ?

2001-04-17 Thread David Schwartz
Is there a way to turn file caching off, or at least limit its size ? Thanks, Laurent Chavet What benefit do you think you would get by limiting its size? All that would do is ensure you hit the cache thrashing point sooner. DS - To unsubscribe from this list: send the

Re: thank's for answering

2001-04-17 Thread Donald Becker
On Tue, 17 Apr 2001, battata chafik wrote: i have a 3c595TX card and when i plus it in my hub it at 10base T i tride to put the new modules and nothing changed i have a 2.2.16 kernel and 2.4.1 kenel and it's the same in the too cases , and i have to other computer using a 100base T cards

2.4.0-test8 compilation problem on netfinity

2001-04-17 Thread mdaljeet
Hi, If I compile the 2.4.0-test8 kernel on uniprocessor intel machine with SMP support, I get no compilation problems. But when I compile on a 'netfinity' machine with 3 intel processors with SMP support, the telnet session in which I do this gets hung during 'make bzImage'. Though the 'bzImage'

pirq boot parameter for tyan S2520

2001-04-17 Thread Andy Arvai
Hi, I have a Tyan S2520 motherboard and I am getting IO-APIC errors. I looked in the documentation in IO-APIC.txt and there was the following one-liner: echo -n pirq=; echo `scanpci | grep T_L | cut -c56-` | sed 's/ /,/g' Unfortunately, this doesn't work for me. There is no "T_L" in

Supplying missing entries for Configure.help, part 4

2001-04-17 Thread Eric S. Raymond
This patch supplies seventeen more missing entries for the Configure.help file, for a total of 65 so far. It also corrects some places where I omitted a CONFIG_ prefix. It should be applied after my previous patches 1, 2, and 3 under the same title. --- Configure.help 2001/04/18 03:04:27

Supplying missing entries for Configure.help, part 1

2001-04-17 Thread Eric S. Raymond
This patch supplies sixteen missing entries for the Configure.help file. It changes one entry that hadn't caught up to a rename of the relevant symbol. More to come... --- Configure.help 2001/04/17 19:32:34 1.1 +++ Configure.help 2001/04/17 21:11:43 @@ -11889,6 +11889,28 @@

Re: Kernel 2.5 Workshop RealVideo streams -- next time, please getbetter audio.

2001-04-17 Thread Joel Jaeggli
There might be room in our educational mission for us the send someone with equipment to support the meeting like we do with the ietf, and nanog. joelja On Tue, 17 Apr 2001, Theodore Tso wrote: On Mon, Apr 16, 2001 at 05:53:19PM -0700, David S. Miller wrote: It does not work in a relaxed

CML2 1.1.6, aka I think I should have stayed in bed this morning.

2001-04-17 Thread Eric S. Raymond
The latest version is always available at http://www.tuxedo.org/~esr/cml2/ Release 1.1.6: Tue Apr 17 17:34:05 EDT 2001 * Steven Cole caught a buggy baton. Another hour, another error report... -- a href="http://www.tuxedo.org/~esr/"Eric S. Raymond/a Under democracy one

Re: Possible problem with zero-copy TCP and sendfile()

2001-04-17 Thread Jan Kasprzak
Wolfgang Rohdewald wrote: : On Tuesday 17 April 2001 22:36, Jan Kasprzak wrote: : + if (len == -1 || len 0 len count) { : : are you sure there are no missing () ? : : if ((len == -1) || (len 0) (len count)) { : : assumig that has precedence over || (I believe so) Yes, but the

<    1   2   3   4   5   6