Re: [OT?] Coding Style

2001-01-23 Thread Helge Hafting
Stephen Satchell wrote: [lots of good advice deleted] One goal of language designers is to REMOVE the need for comments. With a good fourth-generation or fifth-generation language, the need for comments diminishes to a detailed description of the data sets and any highly unusual operations

bootp starts before network device?

2001-01-23 Thread Ookhoi
Hi, I try to boot my vaio c1ve with an usb floppy drive and a kernel with bootp and nfs root support. Unfortunately, it doesn't work, and the reason for that seemes to be that bootp starts before the nic is detected. It says: IP-Config: No network devices available. a few lines below that the

Re: [NFS] Help: 2.2.18 NFS is corrupting our files

2001-01-23 Thread Neil Brown
On January 22, [EMAIL PROTECTED] wrote: We have a LAN with about 40 Linux systems on it. We use the Berkeley "customs" suite to perform parallelized builds of our product. So we hammer NFS pretty hard; 30-40 machines can be simultaneously reading and writing a single build tree through

Re: Is sendfile all that sexy?

2001-01-23 Thread Helge Hafting
James Sutherland wrote: On Mon, 22 Jan 2001, Helge Hafting wrote: And when the next user wants the same webpage/file you read it from the RAID again? Seems to me you loose the benefit of caching stuff in memory with this scheme. Sure - the RAID controller might have some cache, but

Re: PATCH: Pass module parameters to built-in drivers

2001-01-23 Thread Richard Guenther
Hi! Well, I did a very similar patch about 2.3.3x and it got even included in -acXX during a Linus vacation - but it got dropped for some reason (f.i. such an approach does not work well for multi-file modules, I was told). I re-sent it during the 2.4.0-test phase and got no reply, so I think

Re: devfs breakage in 2.4.0 release

2001-01-23 Thread Andris Pavenis
On Friday 12 January 2001 13:35, Andris Pavenis wrote: On Saturday 06 January 2001 15:28, Andris Pavenis wrote: Noticed following devfs related problems with kernel version 2.4.0 on one Pentium 200MMX box (the same problem with 2.4.0-ac2, but earlier 2.4.0-test10 doesn't have this problem)

RE: Is this kernel related (signal 11)?

2001-01-23 Thread Rainer Mager
Thanks for all the info, comments below: First, I ran X in gdb and got the following via 'bt' after X died. This is my first experience with gdb so if I should do anything in particular, please tell me. #0 0x401addeb in __sigsuspend (set=0xb930) at

Re: Turning off ARP in linux-2.4.0

2001-01-23 Thread Andi Kleen
On Tue, Jan 23, 2001 at 01:50:27AM +0100, Bernd Eckenfels wrote: Another option is to ifconfig -arp the eth0 interface. I browsed through the IPv4 code and did not find any other goto out which can be configured besides the input FIB, which messing with is a bad thing since it wont accept the

Re: VIA chipset discussion

2001-01-23 Thread Andy Galasso
I'm not sure how relevant it is, but FWIW here's what I've got: MSI 694D Pro Motherboard 2xPIII-800 100MHz FSB Linux-2.4.0-prerelease SMP Promise FastTrak100 controller card 4 IBM DTLA-307030 drives attached to Promise card boot params: ide2=0xac00 ide3=0xb400 Here's an excerpt of what I get

Re: Is sendfile all that sexy?

2001-01-23 Thread James Sutherland
On Tue, 23 Jan 2001, Helge Hafting wrote: James Sutherland wrote: On Mon, 22 Jan 2001, Helge Hafting wrote: And when the next user wants the same webpage/file you read it from the RAID again? Seems to me you loose the benefit of caching stuff in memory with this scheme. Sure -

Re: bootp starts before network device?

2001-01-23 Thread David Woodhouse
[EMAIL PROTECTED] said: It says: IP-Config: No network devices available. a few lines below that the nic (3com 575) is detected. Of course it fails to do the nfs mount. The kernel delays the initialisation of CardBus sockets to prevent it from dying in an IRQ storm as soon as it registers

[2.4.1-p10] Multilink PPP crash fix

2001-01-23 Thread Aaron Tiensivu
I took out my can of RAID and went bug hunting. The kernel was always crashing in this subroutine and the comment near the list walk clued me in. I've run this fixed kernel all night and can no longer make it OOPS from a racy list walk. It may be overkill to use ppp_lock instead of the finer

Re: Total loss with 2.4.0 (release)

2001-01-23 Thread Trever L. Adams
Mike A. Harris wrote: On Mon, 15 Jan 2001, Trever Adams wrote: I don't see how Windows 9x can be at fault in any way shape or form, if you can boot between 2.2.x kernel and 9x no problem, but lose your disk if you boot Win98 and then 2.3.x/2.4.x and lose everything. Windows does not

Re: Total loss with 2.4.0 (release)

2001-01-23 Thread Heikki Lindholm
On Tue, 23 Jan 2001, Mike A. Harris wrote: On Mon, 15 Jan 2001, Trever Adams wrote: I had a similar experience. All I can say is windows 98 and ME seem to have it out for Linux drives running late 2.3.x and 2.4.0 test and release. I had windows completely fry my Linux drive and I lost

2.4.1-pre8/10 klogd taking 100% of CPU time -- bug?

2001-01-23 Thread Tigran Aivazian
Hi, Has anyone else seen this? The system load is 1.0 and all the cpu time is taken by klogd but I do not have a stream of messages (or maybe I do but they all are lost?). Also, kdb refuses to decode klogd's stack saying "stack is not in task structure". It does show stack trace of other tasks

Re: Total loss with 2.4.0 (release)

2001-01-23 Thread Patrizio Bruno
I think that your linux's partition has not been overwritten, but only the MBR of your disk, so you probably just need to reinstall lilo. Insert your installation bootdisk into your pc, then skip all the setup stuff, but the choose of the partition where you want to install and the source from

Re: 2.4.1-pre8/10 klogd taking 100% of CPU time -- bug?

2001-01-23 Thread Chmouel Boudjnah
Tigran Aivazian [EMAIL PROTECTED] writes: Btw, this only happens on my laptop and not on the desktop. It only happens _after_ some activity but I have not yet managed to narrow down exactly what activity. i got the same problems on my desktop machine (Dell P4 which support (broken) APM) and

Re: 2.4.1-pre8/10 klogd taking 100% of CPU time -- bug?

2001-01-23 Thread Tigran Aivazian
On 23 Jan 2001, Chmouel Boudjnah wrote: Tigran Aivazian [EMAIL PROTECTED] writes: Btw, this only happens on my laptop and not on the desktop. It only happens _after_ some activity but I have not yet managed to narrow down exactly what activity. i got the same problems on my desktop

NETDEV timeout on tulips [was: Re: 2.4.1-test10]

2001-01-23 Thread David Ford
Do the tulip driver updates address the increasingly common NETDEV timeout repots? In general you can answer this yourself by reading drivers/net/tulip/ChangeLog. I don't see increasingly common timeout reports.. with which hardware? They are likely on the newer LinkSys 4.1 cards, and

2.4.0-ac10 compile errors

2001-01-23 Thread Anders Karlsson
Hello Alan, I have some small problems compiling the 2.4.0-ac10 kernel tree. Please find attached a compile log and the output from the /usr/src/linux/scripts/ver_linux script. The procedure I have gone through to compile the kernel are as follows: a) Copy the .config

Re: 2.4.1-pre8/10 klogd taking 100% of CPU time -- bug?

2001-01-23 Thread Chmouel Boudjnah
Tigran Aivazian [EMAIL PROTECTED] writes: i got the same problems on my desktop machine (Dell P4 which support (broken) APM) and not on my laptop :\ I forgot top say that my laptop is identified (by DMI) as: my laptop is an HP, look like a Dell problem i got the same BIOS also

winsock 2

2001-01-23 Thread Rajiv Majumdar
does winsock support raw sockets?if not, how do we implement an "ip spoof" in winsock? rajiv - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: NETDEV timeout on tulips [was: Re: 2.4.1-test10]

2001-01-23 Thread Matti Aarnio
On Tue, Jan 23, 2001 at 10:48:16AM +, David Ford wrote: The three cardbus cards are slightly different in numerous ways. For them they normally fault with an APM event, an eject/insert cycle via software will reset hem and a link down/up won't fix it. For the PCI cards most times a link

Re: 2.4.1-pre8/10 klogd taking 100% of CPU time -- bug?

2001-01-23 Thread Andrew Morton
Tigran Aivazian wrote: Asset Tag: ^L. Asset Tag: ^L. Btw, that Asset Tag printk's are surely buggy, aren't they? Aren't they supposed to dump in hex instead of some unprintable stuff? I bugged Alan about that a few weeks back and he mumbled something cryptic. It seems he's going to take

xircom_tulip_cb reports wrong stats in /proc/net/dev

2001-01-23 Thread Alessandro Suardi
Happens on 2.4.1pre10 as well. On the crossed Ethernet cable to my cheap home ne2k-pci @ 10Mbit stats are correct. /proc/net/dev is wrong, so it doesn't matter if I use 'ifconfig' or 'ip'. Figures in "errs" are exactly the same as "carrier" and grow for example by simply pinging a remote

Re: NETDEV timeout on tulips [was: Re: 2.4.1-test10]

2001-01-23 Thread David Ford
Matti Aarnio wrote: On Tue, Jan 23, 2001 at 10:48:16AM +, David Ford wrote: The three cardbus cards are slightly different in numerous ways. For them they normally fault with an APM event, an eject/insert cycle via software will reset hem and a link down/up won't fix it. For the PCI

Announce: modutils 2.4.2 is available

2001-01-23 Thread Keith Owens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Content-Type: text/plain; charset=us-ascii ftp://ftp.country.kernel.org/pub/linux/utils/kernel/modutils/v2.4 modutils-2.4.2.tar.gz Source tarball, includes RPM spec file modutils-2.4.2-1.src.rpmAs above, in SRPM format

Re: 2.4.1-pre8/10 klogd taking 100% of CPU time -- bug?

2001-01-23 Thread Chmouel Boudjnah
Andrew Morton [EMAIL PROTECTED] writes: As far as the klogd problem is concerned, see http://www.uwsg.iu.edu/hypermail/linux/kernel/0101.1/1053.html for a probable solution. it look like it fixes the problem for me, thanks. -- MandrakeSoft Inc

Re: BUG in modutils or drivers/isdn/hisax/

2001-01-23 Thread Karsten Keil
Hi, On Tue, Jan 23, 2001 at 01:31:55AM +0100, Ingo Oeser wrote: Hi Keith, hi Karsten, hi linux-kernel, the current modutils (2.4.1) cannot read the __module_pci_device_table of a kernel/drivers/isdn/hisax/hisax.o module of linux 2.4.0 (vanilla). What's wrong with it? Nothing. Only

Marking sectors on IDE drives as bad

2001-01-23 Thread Wahlman, Petter
I'm experiencing some fscking problems due to a defective IDE drive. exerpt from /var/log/messages: Jan 22 09:31:29 evil kernel: hda: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error } Jan 22 09:31:29 evil kernel: hda: read_intr: error=0x01 { AddrMarkNotFound },

Re: 2.4.0-ac10 compile errors

2001-01-23 Thread Keith Owens
On Tue, 23 Jan 2001 10:48:14 +, Anders Karlsson [EMAIL PROTECTED] wrote: The procedure I have gone through to compile the kernel are as follows: a) Copy the .config file safe b) Remove the previous kernel tree c) Extract the pristine 2.4.0 kernel tree d) Apply the 2.4.0-ac10 patch make

Re: problem with dd for floppy under 2.4.0

2001-01-23 Thread Mikael Pettersson
On Mon, 22 Jan 2001 23:23:36 -0600 (CST), Thomas Molina wrote: [1.] One line summary of the problem: seek= parameter for dd under 2.4.0 gives permission denied error [2.] Full description of the problem/report:I was creating a new root+boot disk for 2.4.0 this evening. I issued the command: dd

[OOPS]

2001-01-23 Thread Daniel Stodden
hi all. apart from an immediate reboot and having lost a few blocks on sda7, that's pretty much all i can say about it: -- ksymoops 2.3.4 on i586 2.4.0. Options used -V (default) -k /var/log/ksymoops/20010123074515.ksyms (specified) -l

Re: 2.4.0-ac10 compile errors

2001-01-23 Thread Anders Karlsson
On Tue, Jan 23, 2001 at 10:43:34PM +1100, Keith Owens wrote: On Tue, 23 Jan 2001 10:48:14 +, Anders Karlsson [EMAIL PROTECTED] wrote: The procedure I have gone through to compile the kernel are as follows: a) Copy the .config file safe b) Remove the previous kernel tree c) Extract the

Re: 2.4.0-ac10 compile errors

2001-01-23 Thread Keith Owens
On Tue, 23 Jan 2001 12:16:11 +, Anders Karlsson [EMAIL PROTECTED] wrote: Even if it is a pristine kernel tree? What function does the 'make mrproper' fill on an unused kernel tree? Depends on how you removed the old tree. If you did 'rm -rf *' then some dot files are left around. make

Re: NETDEV timeout on tulips [was: Re: 2.4.1-test10]

2001-01-23 Thread Matti Aarnio
On Tue, Jan 23, 2001 at 11:13:48AM +, David Ford wrote: The three cardbus cards are slightly different in numerous ways. For them they normally fault with an APM event, an eject/insert cycle via software will reset hem and a link down/up won't fix it. For the PCI The PCI

Re: [OT?] Coding Style

2001-01-23 Thread Steve Underwood
Larry McVoy wrote: On Mon, Jan 22, 2001 at 11:04:50AM -0500, Jonathan Earle wrote: -Original Message- From: profmakx.fmp [mailto:[EMAIL PROTECTED]] So, every good programmer should know where to put comments. And it is unnecessary to put comments to explain what

Re: 2.4.0-ac10 compile errors

2001-01-23 Thread Anton Altaparmakov
[recipient's list shortened] At 12:19 23/01/01, Keith Owens wrote: On Tue, 23 Jan 2001 12:16:11 +, Anders Karlsson [EMAIL PROTECTED] wrote: Even if it is a pristine kernel tree? What function does the 'make mrproper' fill on an unused kernel tree? Depends on how you removed the old tree.

Re: 2.4.0-ac10 compile errors

2001-01-23 Thread Rasmus Andersen
On Tue, Jan 23, 2001 at 11:19:38PM +1100, Keith Owens wrote: On Tue, 23 Jan 2001 12:16:11 +, Anders Karlsson [EMAIL PROTECTED] wrote: Even if it is a pristine kernel tree? What function does the 'make mrproper' fill on an unused kernel tree? Depends on how you removed the old tree.

Re: NETDEV timeout on tulips [was: Re: 2.4.1-test10]

2001-01-23 Thread David Ford
Matti Aarnio wrote: I think they are separate problems. The first is power-management suspend/resume issue, and possibly PCMCIA problem at software re-insert of card (which never was taken out *physically*). If I pull the cardbus card out, make sure the "dhcpcd eth0" has died

Re: more on scheduler benchmarks

2001-01-23 Thread Andrew Morton
Bill Hartner wrote: Hubertus wrote : The only problem I have with sched_yield like benchmarks is that it creates artificial lock contention as we basically spent most of the time other then context switching + syscall under the scheduler lock. This we won't see in real apps, that's

Re: [OT?] Coding Style

2001-01-23 Thread Andrew Morton
Larry McVoy wrote: Please don't listen to this. The only place you really want comments is a) at the top of files, describing the point of the file; b) at the top of functions, if the purpose of the function is not obvious; c) in line, when the code is not obvious. One other

Re: 2.4.1-pre8/10 klogd taking 100% of CPU time -- bug?

2001-01-23 Thread Tigran Aivazian
On 23 Jan 2001, Chmouel Boudjnah wrote: Andrew Morton [EMAIL PROTECTED] writes: As far as the klogd problem is concerned, see http://www.uwsg.iu.edu/hypermail/linux/kernel/0101.1/1053.html for a probable solution. it look like it fixes the problem for me, thanks. Yes, it

Re: 2.4.0-ac10 compile errors

2001-01-23 Thread Anders Karlsson
On Tue, Jan 23, 2001 at 01:29:07PM +0100, Rasmus Andersen wrote: On Tue, Jan 23, 2001 at 11:19:38PM +1100, Keith Owens wrote: Depends on how you removed the old tree. If you did 'rm -rf *' then some dot files are left around. make mrproper removes dot files, it may or may not be the fix.

Re: 2.4.1-pre8/10 klogd taking 100% of CPU time -- bug?

2001-01-23 Thread Chmouel Boudjnah
Tigran Aivazian [EMAIL PROTECTED] writes: Yes, it works, but one should NOT forget to rename /sbin/syslogd - syslogd.old and klogd likewise because the new versions install themselves was not a problem for RPM since i did a RPM with the patch : --=-=-= From: Chmouel Boudjnah [EMAIL

DMA vs PIO speeds...

2001-01-23 Thread Guennadi V. Liakhovetski
Hello everybody With the help from Andre Hedrick and others and by a horrible dirty hack in ide-dma.c I managed to enable DMA for a weird (rare?) revision of Triton chipset in 2.4.1-pre8 kernel (last kernel, when DMA worked for this chipset was 2.0.39). So, now I've got PIO4 (max throughput 16.6

[2.4.1-pre10] conflicting declarations of sys_wait4()

2001-01-23 Thread Martin Schimschak
Hi, 2.4.1-pre10 is not compiling (at least) on alpha due to conflicting declarations of sys_wait4() at various locations, e.g. include/asm/unistd.h:575: extern long sys_wait4(int, int *, int, struct rusage *); include/linux/sched.h:566: asmlinkage long sys_wait4(pid_t

Re: Turning off ARP in linux-2.4.0

2001-01-23 Thread NDias
I'm very new to this list, and usually lurk for quite awhile before posting, however I think I can assist here. The 2.4.0 kernel I'm looking at does give you the option of implementing sysctl support. Please see the Configure.help in the Documentation section: Sysctl support CONFIG_SYSCTL The

Re: 2.4.1-pre8/10 klogd taking 100% of CPU time -- bug?

2001-01-23 Thread Tigran Aivazian
On Tue, 23 Jan 2001, Tigran Aivazian wrote: So, since kdb was unable to tell me what's going on (and truss also can't attach to it) one will have to debug it the old-fashioned way -- manually, i.e. by trussing klogd from the beginning and reading it's sources... actually, all this means is

Masquerading Portrange in 2.4.0

2001-01-23 Thread Thomas Kerpe
Hello! I am wondering about the hard-coded Masquerading Port-Range in net/ipv4/netfilter/ip_fw_compat_masq.c (kernel 2.4.0) In the 2.2.x Kernel hirarchy the Masquerading Ports could be changed in an include file. It doesnt look so pretty... range = ((struct ip_nat_multi_range)

Re: Proper OOPS report

2001-01-23 Thread Bernd Schmidt
On Mon, 22 Jan 2001, Henrik Stokseth wrote: you were the one with the gcc 2.95.3 compiler right? even though this compiler is a prerelease of a stable branch i have confirmed errors in the optimalization passes. Details please. Bernd - To unsubscribe from this list: send the line

limit on number of kmapped pages

2001-01-23 Thread David Wragg
While testing some kernel code of mine on a machine with CONFIG_HIGHMEM enabled, I've run into the limit on the number of pages that can be kmapped at once. I was surprised to find it was so low -- only 2MB/4MB of address space for kmap (according to the value of LAST_PKMAP; vmalloc gets a much

Re: BUG in modutils or drivers/isdn/hisax/

2001-01-23 Thread Ingo Oeser
Hi Karsten, On Tue, Jan 23, 2001 at 12:28:49PM +0100, Karsten Keil wrote: the current modutils (2.4.1) cannot read the __module_pci_device_table of a kernel/drivers/isdn/hisax/hisax.o module of linux 2.4.0 (vanilla). What's wrong with it? Nothing. Only the HFC-PCI part in hisax has

Re: Proper OOPS report

2001-01-23 Thread Tom
--- Bernd Schmidt [EMAIL PROTECTED] wrote: Details please. Bernd Processor: processor : 0 vendor_id : AuthenticAMD cpu family : 5 model : 8 model name : AMD-K6(tm) 3D processor stepping: 12 cpu MHz : 451.034 cache size : 64 KB fdiv_bug

Re: Proper OOPS report

2001-01-23 Thread Tom
--- Henrik Stokseth [EMAIL PROTECTED] wrote: you were the one with the gcc 2.95.3 compiler right? even though this compiler is a prerelease of a stable branch i have confirmed errors in the optimalization passes. my advice: use a compiler which really IS stable (gcc-2.95.2 or egcs-1.1.2 are

Re: Total loss with 2.4.0 (release)

2001-01-23 Thread Trever L. Adams
Patrizio Bruno wrote: I think that your linux's partition has not been overwritten, but only the MBR of your disk, so you probably just need to reinstall lilo. Insert your installation bootdisk into your pc, then skip all the setup stuff, but the choose of the partition where you want to

Problem with Madge Tokenring (abyss.o) in 2.4.1-pre10

2001-01-23 Thread Bart Dorsey
I've tried to contact the driver maintainer, but his email bounced. I constantly get this message on the console while using a Madge Smart 16/4 PCI Mk2 (Abyss) token ring card. kernel: Warning: kfree_skb on hard IRQ d08cfea9 My quick "not knowing what I'm doing" fix was to comment out the

RE: Coding Style

2001-01-23 Thread Jonathan Earle
-Original Message- From: adrian On Mon, 22 Jan 2001, Mark I Manning IV wrote: It is alot neater tho :P~ // even for multi line comments // no visual clutter over there -- /* * I tend to find standard C comments easier to read. They stand out, * especially for

RE: 2.4.1-test10

2001-01-23 Thread Jonathan Earle
-Original Message- From: Jeff Garzik [mailto:[EMAIL PROTECTED]] Do the tulip driver updates address the increasingly common NETDEV timeout repots? I don't see increasingly common timeout reports.. with which hardware? They are likely on the newer LinkSys 4.1 cards, and

[PATCH] Re: Problem with Madge Tokenring (abyss.o) in 2.4.1-pre10

2001-01-23 Thread Jeff Garzik
Bart Dorsey wrote: I constantly get this message on the console while using a Madge Smart 16/4 PCI Mk2 (Abyss) token ring card. kernel: Warning: kfree_skb on hard IRQ d08cfea9 The attached patch, against 2.4.1-pre10, should fix things. tms380tr, the base module that abyss driver uses,

Re: Total loss with 2.4.0 (release)

2001-01-23 Thread Richard B. Johnson
On Tue, 23 Jan 2001, Trever L. Adams wrote: Patrizio Bruno wrote: I think that your linux's partition has not been overwritten, but only the MBR of your disk, so you probably just need to reinstall lilo. Insert your installation bootdisk into your pc, then skip all the setup stuff, but

Re: 2.4.1-test10

2001-01-23 Thread Jeff Garzik
Jonathan Earle wrote: Have you looked at the packet loss issue on the Znyx 4port cards? Even using the latest tulip driver, packet loss is still apparent with moderate loads. I replied privately; but I just wanted to add that bug reports for the in-kernel Tulip driver should be sent to the

Re: 2.4.1-pre8/10 klogd taking 100% of CPU time -- bug?

2001-01-23 Thread John Jasen
On Tue, 23 Jan 2001, Tigran Aivazian wrote: Asset Tag: Ñ^L. Asset Tag: Ò^L. That's interesting ... My Inspiron 3700 prints asset tags just fine in 2.4.0-release. -- -- John E. Jasen ([EMAIL PROTECTED]) -- In theory, theory and practise are the same. In practise, they aren't. - To

Re: Partition IDs in the New World TM

2001-01-23 Thread Andries . Brouwer
Andreas Dilger writes: : What would be wrong with changing the kernel to skip the first page : of swap, and allowing us to put a signature there? Swap space already has a signature. Read mkswap(8). - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

RE: [OT?] Coding Style

2001-01-23 Thread Jonathan Earle
Title: RE: [OT?] Coding Style I prefer descriptive variable and function names - like comments, they help to make code so much easier to read. One thing I wonder though... why do people prefer 'some_function_name()' over 'SomeFunctionName()'? I personally don't like the underscore character

Re: [OT?] Coding Style

2001-01-23 Thread Larry McVoy
On Tue, Jan 23, 2001 at 10:41:49AM -0500, Jonathan Earle wrote: I prefer descriptive variable and function names - like comments, they help to make code so much easier to read. One thing I wonder though... why do people prefer 'some_function_name()' over 'SomeFunctionName()'? I personally

__alloc_pages: 3-order allocation failed. for 2.4.1-pre9

2001-01-23 Thread Yann Dupont
I had thoses errors messages on 2.4.1-pre9 : __alloc_pages: 2-order allocation failed. __alloc_pages: 3-order allocation failed. __alloc_pages: 3-order allocation failed. (ad nauseum) I was doing backups on scsi streamers using tar ; The files are on a md0 array, file system is reiserfs; the

Re: [OT?] Coding Style

2001-01-23 Thread Mike Harrold
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01C08552.FFC336D0 Content-Type: text/plain; charset="ISO-8859-1" I prefer descriptive variable and function names - like

Re: [OT?] Coding Style

2001-01-23 Thread Nicolas Noble
a = b + c; /* add a to b, and store it as c */ I think *this* comment is very fun, since it make me asking myself if I really know the C language :) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ

Re: [OT?] Coding Style

2001-01-23 Thread Georg Nikodym
"MH" == Mike Harrold [EMAIL PROTECTED] writes: MH For exactly the reverse of that reason. Typing capital letters is MH a heck of a lot more difficult that addint an underscore. MH Then there is reasability. MH void ThisIsMyDumbassFunctionName MH if MUCH more difficult to read than MH

Re: 2.4 and ipmasq modules

2001-01-23 Thread Martin Josefsson
On 23 Jan 2001, Daniel Stone wrote: [snip] -:- DCC GET request from aaronl_[[EMAIL PROTECTED] [64.81.36.147:33989]] 150 bytes /* That's the NAT box's IP */ -:- DCC Unable to create connection: Connection refused Any idea what's wrong? I have irc-conntrack-nat compiled into

ICMP spoofing protection: Is this code sane?

2001-01-23 Thread antirez
Hello! I'm trying to implement a way to add some protection against ICMP DF set but fragmentation required packets spoofing. This is a netfilter hook that should implement an HMAC based protection, but I'm not sure that my code is sane, and before to post it to bugtraq, and crash all the boxes

OOPS with 2.2.18

2001-01-23 Thread Pasi Kärkkäinen
Unable to handle kernel paging request at virtual address f6cefb13 current-tss.cr3 = 0bdd, %cr3 = 0bdd *pde = Oops: CPU:0 EIP:0010:[c01270fa] EFLAGS: 00010282 eax: f6cefb13 ebx: 1643ad00 ecx: 0005c864 edx: f6cefb13 esi: c4b40341 edi: 002c875a ebp: 1000

Re: [OT?] Coding Style

2001-01-23 Thread Joe deBlaquiere
Too bad we can't just do a "Prince" and invent unpronouncable symbols to use as function names... or perhaps just use something from the chinese fonts ;o)... Mike Harrold wrote: This message is in MIME format. Since your mail reader does not understand this format, some or all of this

Re: Total loss with 2.4.0 (release)

2001-01-23 Thread Mark I Manning IV
I think that your linux's partition has not been overwritten, but only the MBR of your disk, so you probably just need to reinstall lilo. Insert your installation bootdisk into your pc, then skip all the setup stuff, but the choose of the partition where you want to install and the

Re: BUG in modutils or drivers/isdn/hisax/

2001-01-23 Thread Kai Germaschewski
On Tue, 23 Jan 2001, Ingo Oeser wrote: To quote drivers/isdn/hisax/config.c:1710-1713 static struct pci_device_id hisax_pci_tbl[] __initdata = { #ifdef CONFIG_HISAX_FRTIZPCI {PCI_VENDOR_ID_AVM, PCI_DEVICE_ID_AVM_FRITZ, PCI_ANY_ID, PCI_ANY_ID}, #endif To quote my

RE: [OT?] Coding Style

2001-01-23 Thread Jesse Pollard
"Jonathan Earle" [EMAIL PROTECTED]: I prefer descriptive variable and function names - like comments, they help to make code so much easier to read. One thing I wonder though... why do people prefer 'some_function_name()' over 'SomeFunctionName()'? I personally don't like the underscore

Re: AGPGART problems with VIA KX133 chipsets under 2.2.18/2.4.0

2001-01-23 Thread Jeff Hartmann
Michael Guntsche wrote: Hello all, While playing around with the agpgart module I noticed the following strange behaviour. The hardware in question is an Asus K7V with the KX133 chipset and has been tested on both 2.4.0 and 2.2.18 kernels. The output below is just from

Re: ioremap_nocache problem?

2001-01-23 Thread Timur Tabi
** Reply to message from Mark Mokryn [EMAIL PROTECTED] on Tue, 23 Jan 2001 12:30:00 +0200 Does this mean ioremap_nocache() may not do the job? Good luck trying to get an answer. I've been asking questions on ioremap for months, but no one's ever been able to tell me anything. According to

Re: [Lse-tech] multi-queue scheduler update

2001-01-23 Thread Jun Nakajima
I tried to run SDET (Software Development Environment Throughput), which basically is a system level, throughput oriented benchmark, on the 2.4.0 kernel and 2.4.0 kernel with this patch. I guess many (old?) Unix guys are familiar with it, and it is (was?) sometimes used to check some aspects of

Re: 2.4 and ipmasq modules

2001-01-23 Thread Aaron Lehmann
On Tue, Jan 23, 2001 at 06:29:34PM +1100, Daniel Stone wrote: Well, it's NAT'ing it OK. Are you sure you have a rule like the following: iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT ? # iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT iptables: No

Re: [Lse-tech] multi-queue scheduler update

2001-01-23 Thread Mike Kravetz
On Tue, Jan 23, 2001 at 11:49:27AM -0500, Jun Nakajima wrote: I tried to run SDET (Software Development Environment Throughput), which basically is a system level, throughput oriented benchmark, on the 2.4.0 kernel and 2.4.0 kernel with this patch. Thanks for running this. I too remember

Re: VIA chipset discussion

2001-01-23 Thread Andre Hedrick
On Sat, 20 Jan 2001, Andy Galasso wrote: I'm not sure how relevant it is, but FWIW here's what I've got: MSI 694D Pro Motherboard 2xPIII-800 100MHz FSB Linux-2.4.0-prerelease SMP Promise FastTrak100 controller card 4 IBM DTLA-307030 drives attached to Promise card boot params:

Re: __alloc_pages: 3-order allocation failed. for 2.4.1-pre9

2001-01-23 Thread Marcelo Tosatti
On 23 Jan 2001, Yann Dupont wrote: I remember sawing that those errors were due to improperly written drivers . Is the buslogic driver or tape driver are to blame here ?? Or maybe this is a vm balancing issue ? Could you please send the output of "Alt+SysRq+m" (kernel must be compiled with

Re: [OT?] Coding Style

2001-01-23 Thread John Kodis
On Tue, Jan 23, 2001 at 10:41:49AM -0500, Jonathan Earle wrote: One thing I wonder though... why do people prefer 'some_function_name()' over 'SomeFunctionName()'? i_would_assume_that_it_is_because_the_underscore_serves_the_same_word- seperation_role_that_a_space_does_in_normal_prose.

Network hang with 2.4.1-pre9 and 3c59x

2001-01-23 Thread John Roll
Hi, I read about some problems with my ethernet card (3c59x) but it was rumored that they were fixed in 2.4.1-pre8. I have 6 IDE drives raided together and was stress testing the disk IO. Suddenly there was no network! [root@image log]# uname -a Linux image.harvard.edu 2.4.1-pre9 #1 SMP Mon

Re: Total loss with 2.4.0 (release)

2001-01-23 Thread Mike A. Harris
On Tue, 23 Jan 2001, Trever L. Adams wrote: I think that your linux's partition has not been overwritten, but only the MBR of your disk, so you probably just need to reinstall lilo. Insert your installation bootdisk into your pc, then skip all the setup stuff, but the choose of the partition

Looking for a Linux expert--great job opportunity

2001-01-23 Thread Kim Pelham
I do not mean to be intrusive, but I am hoping that your group will be able to help us in our search for a Linux expert to head up the development of interactive TV middleware for the set-top box. Requires experience with kernel level Linux and device drivers. This is a director-level

Re: NETDEV timeout on tulips [was: Re: 2.4.1-test10]

2001-01-23 Thread Jeff Garzik
David Ford wrote: Do the tulip driver updates address the increasingly common NETDEV timeout repots? In general you can answer this yourself by reading drivers/net/tulip/ChangeLog. I don't see increasingly common timeout reports.. with which hardware? They are likely on the

Re: [Dri-devel] Re: AGPGART problems with VIA KX133 chipsets under 2.2.18/2.4.0

2001-01-23 Thread Markus Hadwiger
Michael Guntsche wrote: While playing around with the agpgart module I noticed the following strange behaviour. The hardware in question is an Asus K7V with the KX133 chipset and has been tested on both 2.4.0 and 2.2.18 kernels. Jeff Hartmann wrote: Can you try this patch and tell me

Re: Total loss with 2.4.0 (release)

2001-01-23 Thread Ragnar Hojland Espinosa
On Tue, Jan 23, 2001 at 12:33:45AM -0500, Mike A. Harris wrote: On Mon, 15 Jan 2001, Trever Adams wrote: I had a similar experience. All I can say is windows 98 and ME seem to have it out for Linux drives running late 2.3.x and 2.4.0 test and release. I had windows completely fry my

Re: Looking for a Linux expert--great job opportunity

2001-01-23 Thread Christoph Hellwig
In article 014a01c085c9$6b97b900$4d0a@test you wrote: I do not mean to be intrusive, but I am hoping that your group will be able to help us in our search for a Linux expert to head up the development of interactive TV middleware for the set-top box. Requires experience with kernel level

using open() on a looping symlink with O_CREAT set fails incorrectly.

2001-01-23 Thread Aaron Laffin
We've found a case on 2.4.0 where an open performed on a looping symlink (a symlink that points to itself) does not fail correctly when the open flag O_CREAT is set. When opening the looping link with only one of O_RDONLY, O_RDWR, or O_WRONLY, open() fails as expected with an ELOOP. Using

M68K mac 2.2.18 doesn't compile

2001-01-23 Thread William Thompson
First few things I noticed were things left out. I'm not sure about any of these. The last thing is vmlinux doesn't link. Tons of missing symbols. This is what I did to compile: ---cut--- diff -rux*.o arch/m68k/kernel/setup.c /mnt2/usr/src/linux/arch/m68k/kernel/setup.c ---

Re: [OT?] Coding Style

2001-01-23 Thread Stephen Satchell
At 08:28 PM 1/23/01 +0800, Steve Underwood wrote: During a period of making a liveing out of sorting out severly screwed up projects I made a little comment stripper. I found comments so unreliable, and so seldom useful, I was better off reading the code without the confusion they might cause. I

Re: Total loss with 2.4.0 (release) (win98 not honoring partitioning)

2001-01-23 Thread Jason Venner
Windows 98 and possibly followons doesn't quite honor 'b' type partitions in the extended area of the disk, particularily if you are past the 8gig boundary and the partitions in question are over 2gig. The above numbers are NOT hard boundaries, I have only seen this on 2 computers and those

Re: [PATCH] PCI-Devices and ServerWorks chipset

2001-01-23 Thread Adam Lackorzynski
On Wed Jan 17, 2001 at 09:52:21 +0100, Martin Mares wrote: Hello! The patch below (against vanilla 2.4.0) makes Linux recognize PCI-Devices sitting in another PCI bus than 0 (or 1). This was tested on a Netfinity 7100-8666 using a ServerWorks chipset. I don't have the ServerWorks

Re: ioremap_nocache problem?

2001-01-23 Thread Roman Zippel
Hi, On Tue, 23 Jan 2001, Mark Mokryn wrote: ioremap_nocache does the following: return __ioremap(offset, size, _PAGE_PCD); However, in drivers/char/mem.c (2.4.0), we see the following: /* On PPro and successors, PCD alone doesn't always mean uncached because of

Re: Total loss with 2.4.0 (release)

2001-01-23 Thread Mike A. Harris
On Tue, 23 Jan 2001, Trever L. Adams wrote: I don't see how Windows 9x can be at fault in any way shape or form, if you can boot between 2.2.x kernel and 9x no problem, but lose your disk if you boot Win98 and then 2.3.x/2.4.x and lose everything. Windows does not touch your Linux fs's, so

OOPS in 2.4.0-ac10

2001-01-23 Thread Nathan Walp
A whole bunch of oopses. Was able to alt-sysrq with all of them. The second one of the 4 i'm posting here happened about a dozen times in a row in about a 45 min period while I was away from my machine. I opted not to post a dozen duplicate oopses, so I sipped those out. For the most part, I

  1   2   3   4   5   >