Re: [ANOMALIES]: 2.4.2 - __alloc_pages: failed - Patch failed

2001-02-24 Thread Mike Galbraith
The way sg_low_malloc() tries to allocate, failure messages are pretty much garanteed. It tries high order allocations (which are unreliable even when not stressed) and backs off until it succeeds. In other words, the messages are a red herring. -Mike - To unsubscribe from this list:

Re: 242-ac3 loop bug

2001-02-24 Thread Mircea Ciocan
Halleluiah ;)!!! Finally, it works as is suposed to do :, the load on my dual PIIIx950 is 0.01 three times and I can mount and umonunt ISOs as much I wish. Thank you very much Jens and all that provided usefull feedback, this patch alone deserves including in an .acX

Re: Re: 2.2.18: weird eepro100 msgs

2001-02-24 Thread angelcode
I've been seeing the same kind of messages with an eepro100 but they don't happen when the module is loaded. They happen after it has been running for a few days. I am running 2.4.1. I haven't seen any real problems but these messages still scare me. Micah > > On Fri, 2 Feb 2001, Ivan

Re: [ANOMALIES]: 2.4.2 - __alloc_pages: failed - Patch failed

2001-02-24 Thread Shawn Starr
Right now before OOPS: Mem:62244K av, 61292K used, 952K free, 0K shrd,1496K buff Swap: 467444K av, 37344K used, 430100K free 29528K cached I got a lot of things running, several daemons, netscape, and other things. I put a 400MB swap for now just to help

Re: OK to mount multiple FS in one dir?

2001-02-24 Thread Alexander Viro
On Wed, 7 Feb 2001, David L. Nicol wrote: > Peter Samuelson wrote: > > > A more useful thing to fall out of the same hacking is loopback > > mounting -- i.e. the same filesystem mounted multiple places. In > > Linux-land I guess we call it 'mount --bind'. > > > > Peter > > Does this kind

Re: OK to mount multiple FS in one dir?

2001-02-24 Thread Alexander Viro
On Wed, 7 Feb 2001, John R Lenton wrote: > On Wed, Feb 07, 2001 at 12:25:10AM -0600, Peter Samuelson wrote: > > > > [Wakko Warner] > > > I have a question, why was this idea even considered? > > > > Al Viro likes Plan9 process-local namespaces. He seems to be trying to > > move Linux in

Re: OK to mount multiple FS in one dir?

2001-02-24 Thread Alexander Viro
On Tue, 6 Feb 2001, Wakko Warner wrote: > > > > I found I could mount three partitions on /mnt > > > > > > Yes. New feature, appeared in the 2.4.0test series, or shortly before. > > I have a question, why was this idea even considered? Direct request from HPA. Autofs can win from

Re: Stale NFS handles on 2.4.2

2001-02-24 Thread David Fries
On Sun, Feb 25, 2001 at 04:43:46PM +1100, Neil Brown wrote: > On Saturday February 24, [EMAIL PROTECTED] wrote: > > I have my home directory mounted on one computer from another. I > > rebooted the server and now the client is saying Stale NFS file handle > > anytime something goes to read my

Re: Stale NFS handles on 2.4.2

2001-02-24 Thread Neil Brown
On Saturday February 24, [EMAIL PROTECTED] wrote: > I have my home directory mounted on one computer from another. I > rebooted the server and now the client is saying Stale NFS file handle > anytime something goes to read my home directory. It has been this > way for about a day. Shouldn't

Re: reiserfs: still problems with tail conversion

2001-02-24 Thread Mike Galbraith
On Sun, 25 Feb 2001, Bernd Eckenfels wrote: > In article <87861.983061717@tiny> you wrote: > > Exactly. The tail conversion code depends heavily on the page up to date > > bit being set right. It is more than possible that I've screwed up > > something there, and the code thinks a page is

Re: [PATCH][CFT] per-process namespaces for Linux

2001-02-24 Thread Alexander Viro
On Sun, 25 Feb 2001, Rick Hohensee wrote: [I wrote] > >ask. So far that's the best I can do - all documentation is a pile of > >notes > >+ CVS log. [snip] > That sounds like an especially fascinating pile of notes. Perhaps you > could pile it next to the patch on the ftp site? You know,

Re: [ANOMALIES]: 2.4.2 - __alloc_pages: failed - Patch failed

2001-02-24 Thread Mike Galbraith
On Fri, 23 Feb 2001, Shawn Starr wrote: > Feb 23 21:17:47 coredump kernel: __alloc_pages: 3-order allocation failed. > Feb 23 21:17:47 coredump kernel: __alloc_pages: 2-order allocation failed. > Feb 23 21:17:47 coredump kernel: __alloc_pages: 1-order allocation failed. > Feb 23 21:17:47

2.4.2-ac3 IDE-Module-Deadlock on DEC Alpha

2001-02-24 Thread Sven Koch
hi... Machine: DEC Alpha XL300 (Alcor/XLT) boots from scsi, and ide is used modular IDE-Controller: Promise ATA100 controller (PCI card) bios knows absolutely nothing about IDE (there aren't even options to set drive geometry etc) Deadlocks on loading

Re: [PATCH][CFT] per-process namespaces for Linux

2001-02-24 Thread Rick Hohensee
>I'm more than willing to answer questions on the design of the thing - >just >ask. So far that's the best I can do - all documentation is a pile of >notes >+ CVS log. > >Cheers, >

Re: weird /proc/ide/hdx/settings

2001-02-24 Thread Andre Hedrick
Zero is a counting number. 0->255 == 1->256. On Fri, 23 Feb 2001, David Balazic wrote: > Running kernel 2.4.2 : > > cat /proc/ide/hdc/settings > > namevalue min max mode > - --- ---

Re: reiserfs: still problems with tail conversion

2001-02-24 Thread Bernd Eckenfels
In article <87861.983061717@tiny> you wrote: > Exactly. The tail conversion code depends heavily on the page up to date > bit being set right. It is more than possible that I've screwed up > something there, and the code thinks a page is valid when it really isn't. I have seen null byte

Re: Odd network problems

2001-02-24 Thread Jon Eisenstein
> i had a try with Linux-2.4.2 Mozilla 0.8 > > www.codewarrioru.com > time out answer (pingable however) Reachable on my windows machine. There may have been some confusion here -- it is not on a network. The two computers are in different rooms but share a phone line, regular dial-up modems.

[PATCH][CFT] per-process namespaces for Linux

2001-02-24 Thread Alexander Viro
He's back. And this time he's got a chainsaw. Yes, folks. We got per-process namespaces. Working. With proper behaviour on exit(), yodda, yodda. Enjoy. Help with testing would be more than welcome. Current patch is on ftp.math.psu.edu/pub/viro/namespaces-S2.gz It's against

Re: Kernel 2.4.2 - kernel BUG at apic.c:220!

2001-02-24 Thread pf-kernel
On Sat, 24 Feb 2001, Manfred Spraul wrote: > > kernel BUG at apic.c:220! > >From apic.c: > <<< > > /* > * Double-check wether this APIC is really registered. > */ > if (!test_bit(GET_APIC_ID(apic_read(APIC_ID)), > _cpu_present_map)) >

Re: [UPDATE] zerocopy BETA 3

2001-02-24 Thread Jan Rekorajski
On Sun, 25 Feb 2001, Chris Wedgwood wrote: > On Fri, Feb 23, 2001 at 11:42:49AM +0100, Jan Rekorajski wrote: > > Could you please make a patch with this fix only? Or is it > available somewhere? > [cut incomplete patch ;)] There are more changes, I hacked'em out of vger CVS: diff

user-mode port 0.39-2.4.2

2001-02-24 Thread Jeff Dike
The user-mode port of 2.4.2 is available. For the particularly paranoid, the ubd device now has the option of doing all writes O_SYNC, either as a config option for all devices or on a device-by-device basis. This is thanks to Lennert Buytenhek. A couple of hostfs bugs were fixed. A crash

Re: New net features for added performance

2001-02-24 Thread Noah Romer
On Sat, 24 Feb 2001, Jeff Garzik wrote: > Disclaimer: This is 2.5, repeat, 2.5 material. [snip] > 1) Rx Skb recycling. It would be nice to have skbs returned to the > driver after the net core is done with them, rather than have netif_rx > free the skb. Many drivers pre-allocate a number of

Re: New net features for added performance

2001-02-24 Thread Jeremy Jackson
Jeff Garzik wrote: (about optimizing kernel network code for busmastering NIC's) > Disclaimer: This is 2.5, repeat, 2.5 material. Related question: are there any 100Mbit NICs with cpu's onboard? Something mainstream/affordable?(i.e. not 1G ethernet) Just recently someone posted asking some

Re: New net features for added performance

2001-02-24 Thread Michael Richardson
> "Jeff" == Jeff Garzik <[EMAIL PROTECTED]> writes: Jeff> 1) Rx Skb recycling. It would be nice to have skbs returned to the Jeff> driver after the net core is done with them, rather than have netif_rx Jeff> free the skb. Many drivers pre-allocate a number of maximum-sized skbs

Re: [ANOMALIES]: 2.4.2 - __alloc_pages: ksysoops debug info

2001-02-24 Thread Shawn Starr
Ok, I copied the part from kern.log and pasted it into a separate file then ran ksysoops and it appeared to have worked. Any more info you need? Shawn. Shawn Starr wrote: > Doing so..., Im not sure hot to use ksymoops or where to get that program. > I just usually use the sysq and dump but

Re: vmware 2.0.3, kernel 2.4.0 and a cdrom

2001-02-24 Thread Rick Richardson
On Sun, Jan 14 2001, Martin Maciaszek wrote: > Since I installed Kernel 2.4.0 VMware is no longer able to > recognize my cdrom drive. VMware shows a dialog box on power up > with following content: > [...] > CDROM: '/dev/scd0' exists, but does not appear tobe a CDROM device. On Mon Jan 15

Re: reiserfs: still problems with tail conversion

2001-02-24 Thread Chris Mason
On Saturday, February 24, 2001 08:53:15 PM + Alan Cox <[EMAIL PROTECTED]> wrote: >> 32Mb. The test results vary depending on what else is on the partition, >> but in each case the last file affected is 01017 and there are sequences >> of previous_number+4, for up to 8 files (but next file

Re: New net features for added performance

2001-02-24 Thread Andi Kleen
On Sat, Feb 24, 2001 at 07:13:14PM -0500, Jeff Garzik wrote: > Sorry... I should also point out that I was thinking of tulip > architecture and similar architectures, where you have a fixed number of > Skbs allocated at all times, and that number doesn't change for the > lifetime of the driver. >

Re: New net features for added performance

2001-02-24 Thread Jeff Garzik
Jeff Garzik wrote: > > Andi Kleen wrote: > > > > Jeff Garzik <[EMAIL PROTECTED]> writes: > > > > > Advantages: A de-allocation immediately followed by a reallocation is > > > eliminated, less L1 cache pollution during interrupt handling. > > > Potentially less DMA traffic between card and host.

Oops in 2.4.2 during pump on 3c509

2001-02-24 Thread Jarek Luberek
Hi, This is not uniqe to 2.4.2 but it's the first time I scraped this of the console (so there may be errors in this report). I may not have managed to copy this correctly from the console. Greetings, Jarek Warning (compare_maps): mismatch on symbol __module_author , es1371 says d08c5080,

Re: New net features for added performance

2001-02-24 Thread Andi Kleen
On Sat, Feb 24, 2001 at 07:03:38PM -0500, Jeff Garzik wrote: > Andi Kleen wrote: > > > > Jeff Garzik <[EMAIL PROTECTED]> writes: > > > > > Advantages: A de-allocation immediately followed by a reallocation is > > > eliminated, less L1 cache pollution during interrupt handling. > > >

Re: New net features for added performance

2001-02-24 Thread Jeff Garzik
Andi Kleen wrote: > > Jeff Garzik <[EMAIL PROTECTED]> writes: > > > Advantages: A de-allocation immediately followed by a reallocation is > > eliminated, less L1 cache pollution during interrupt handling. > > Potentially less DMA traffic between card and host. > > > > Disadvantages? > > You

Re: Why CONFIG_MPENTIUMIII by default?

2001-02-24 Thread Michèl Alexandre Salim
--- Frédéric L. W. Meunier <[EMAIL PROTECTED]> wrote: > Is there any reason to use CONFIG_MPENTIUMIII by > default? I > think this should be changed to CONFIG_M386, which > should work > for most, and would avoid people reporting problems > because > they forgot to set the right processor type. >

Re: Why CONFIG_MPENTIUMIII by default?

2001-02-24 Thread Arnaldo Carvalho de Melo
Em Sat, Feb 24, 2001 at 08:42:53PM -0300, Frédéric L. W. Meunier escreveu: > Is there any reason to use CONFIG_MPENTIUMIII by default? I > think this should be changed to CONFIG_M386, which should work > for most, and would avoid people reporting problems because > they forgot to set the right

Re: New net features for added performance

2001-02-24 Thread Andi Kleen
Jeff Garzik <[EMAIL PROTECTED]> writes: > Advantages: A de-allocation immediately followed by a reallocation is > eliminated, less L1 cache pollution during interrupt handling. > Potentially less DMA traffic between card and host. > > Disadvantages? You need a new mechanism to cope with low

Why CONFIG_MPENTIUMIII by default?

2001-02-24 Thread Frédéric L. W. Meunier
Is there any reason to use CONFIG_MPENTIUMIII by default? I think this should be changed to CONFIG_M386, which should work for most, and would avoid people reporting problems because they forgot to set the right processor type. -- 0@pervalidus.{net, {dyndns.}org} Tel: 55-21-717-2399 (Niterói-RJ

New net features for added performance

2001-02-24 Thread Jeff Garzik
Disclaimer: This is 2.5, repeat, 2.5 material. I've talked about the following items with a couple people on this list in private. I wanted to bring these up again, to see if anyone has comments on the following suggested netdevice changes for the upcoming 2.5 development series of kernels.

Re: Maybe a bug

2001-02-24 Thread Matthias . Kleine
Maciej W. Rozycki wrote: > Hmm, you state the watchdog works from time to time and the log you > provided confirms the statement -- it reports: > > ..TIMER: vector=49 pin1=2 pin2=0 > > activating NMI Watchdog ... done. Yes, but I reach this message only once of 10 trials to boot. The other

Re: [ANOMALIES]: 2.4.2 - __alloc_pages: failed - Patch failed

2001-02-24 Thread Arnaldo Carvalho de Melo
Em Sat, Feb 24, 2001 at 05:31:55PM -0500, Shawn Starr escreveu: > Doing so..., Im not sure hot to use ksymoops or where to get that program. > I just usually use the sysq and dump but its ugly ;-) http://www.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/ksymoops-2.4.0.tar.bz2 - Arnaldo - To

Re: 242-ac3 loop bug

2001-02-24 Thread Jens Axboe
On Sat, Feb 24 2001, Mark Swanson wrote: > First, good job on the loop device. It's rock stable for me - except thanks, glad to hear it. > when I try to load the blowfish module which oops the kernel and > crashes the loop device:-) No problem, I just use another cipher. cipher bug or? never

Re: EXT2-fs error

2001-02-24 Thread A E Lawrence
A E Lawrence wrote: > > Alan Cox wrote: > > > > > I have seen similar problems on stock 2.4.2 a machine which has not run > > > 2.4.1. > > > > What disk controllers ? We really need that sort of info in order to see the > > pattern in the odd reports of corruption we get Problems have just

Re: PCI oddities on Dell Inspiron 5000e w/ 2.4.x

2001-02-24 Thread Tom Sightler
> In your message of: Sat, 24 Feb 2001 11:55:07 CST, you write: > > > >Careful, you're overwriting ACPI data now (and using it as normal RAM). > > Hmm, I guess that would be bad. > > >Can you try one of a) LILO b) a fixed version of grub c) this patch ? > > I tried LILO and the problem did indeed

Re: [ANOMALIES]: 2.4.2 - __alloc_pages: failed - Patch failed

2001-02-24 Thread Shawn Starr
Doing so..., Im not sure hot to use ksymoops or where to get that program. I just usually use the sysq and dump but its ugly ;-) Shawn. Marcelo Tosatti wrote: > On Fri, 23 Feb 2001, Shawn Starr wrote: > > > Feb 23 21:17:47 coredump kernel: __alloc_pages: 3-order allocation failed. > > Feb 23

Re: EXT2-fs error

2001-02-24 Thread A E Lawrence
Alan Cox wrote: > > > I have seen similar problems on stock 2.4.2 a machine which has not run > > 2.4.1. > > What disk controllers ? We really need that sort of info in order to see the > pattern in the odd reports of corruption we get Sorry:- 00:07.1 IDE interface: VIA Technologies, Inc.

ext2 errors under 2.4.2

2001-02-24 Thread Shane Wegner
Hi, I received the following errors while trying out 2.4.2. After going back to 2.2.19prexx and doing an fsck, it works fine. They came up after about six hours or so of running time. EXT2-fs warning (device md(9,5)): ext2_unlink: Deleting nonexistent file (7635227), 0 EXT2-fs error (device

mtrr message

2001-02-24 Thread Tim Hockin
I'm noticing these messages: mtrr: base(0xd400) is not aligned on a size(0x180) boundary :many times in dmesg. System is a dual P3-933 on a MSI 694D board (Apollo Pro 133). Is it worrisome? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: Core dumps for threads

2001-02-24 Thread Alan Cox
> Can anyone explain why this test is in routine `do_coredump' > in file `fs/exec.c' in the 2.4.0 kernel? > > if (!current->dumpable || atomic_read(>mm->mm_users) != 1) > goto fail; > > The only thing the test on `mm_users' seems to be doing is stopping > a thread process from dumping

Re: Odd network problems

2001-02-24 Thread Pierre Rousselet
Jon Eisenstein wrote: > Here is a partial list of sites that I have had problems with. Note that > once I find one of these sites, it is consistantly unreachable, even with > sites found months ago. i had a try with Linux-2.4.2 Mozilla 0.8 > www.codewarrioru.com time out answer (pingable

Core dumps for threads

2001-02-24 Thread Don Dugger
Can anyone explain why this test is in routine `do_coredump' in file `fs/exec.c' in the 2.4.0 kernel? if (!current->dumpable || atomic_read(>mm->mm_users) != 1) goto fail; The only thing the test on `mm_users' seems to be doing is stopping a thread process from dumping core. What's

2.4.2-ac3: loop threads in D state

2001-02-24 Thread Nate Eldredge
Kernel 2.4.2-ac3. FLAGS UID PID PPID PRI NI SIZE RSS WCHAN STA TTY TIME COMMAND 40 0 425 1 -1 -20 0 0 downDW< ? 0:00 (loop0) >From a look at the source it seems that this may be normal behavior (though I'm not sure). However, it's still

Re: Linux stifles innovation...

2001-02-24 Thread Alan Cox
> Why would anyone want to "discuss" paying intel when the license allows you > to distribute it for nothing? Its clearly designed as an alternative to GPL > for commercial vendors. Because if you bother to talk to Intel about your problems Im sure they will give you a quote to work on it -

Re: Linux stifles innovation...

2001-02-24 Thread Dennis
At 03:47 PM 02/17/2001, Alan Cox wrote: > > both lock up under load. You dont run a busy ISP i guess. The fact that > > they come out with a new release every few minutes is clear evidence that > > it is problematic. > >I've been technical director of an ISP. I help manage sites that have not

Re: Loop device hang

2001-02-24 Thread Alan Cox
> Has the loop device hang problem that was in kernel 2.4.0 been fixed in > 2.4.1 or 2.4.2? 2.4.2 + loop-6 patch or 2.4.2-ac - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: reiserfs: still problems with tail conversion

2001-02-24 Thread Alan Cox
> 32Mb. The test results vary depending on what else is on the partition, > but in each case the last file affected is 01017 and there are sequences > of previous_number+4, for up to 8 files (but next file after this might be > previous+7 or previous +15, or sporadic). From other problems I've

Re: reiserfs: still problems with tail conversion

2001-02-24 Thread Ken Moffat
(reisertest) I get the same problems with straight 2.4.2, machine is a k5 with 32Mb. The test results vary depending on what else is on the partition, but in each case the last file affected is 01017 and there are sequences of previous_number+4, for up to 8 files (but next file after this might

Re: Stale NFS handles on 2.4.2

2001-02-24 Thread David Fries
I have my home directory mounted on one computer from another. I rebooted the server and now the client is saying Stale NFS file handle anytime something goes to read my home directory. It has been this way for about a day. Shouldn't any caches expire by now? Both server and client are

Re: some char * optimizations in kernel

2001-02-24 Thread Pavel Machek
Hi! > Hello everybody, > > looking through the sources I found several pieces like > lib/vsprintf.c, line 111: > const char *digits="0123456789abcdefghijklmnopqrstuvwxyz"; > > As tested with egcs-2.91.60 even with -O3 there is a difference > between > const char

IDE errors on APM resume

2001-02-24 Thread Trevor Hemsley
On my Toshiba Libretto I get the following error messages after a resume following an apm -s. Base system is SuSE 6.3 but running the 2.4.2 kernel. IDE experts: is this anything to worry about? trevor@trevor5: ~> dmesg Linux version 2.4.2 (root@trevor5) (gcc version egcs-2.91.66 19990314/Linux

Re: Loop device hang

2001-02-24 Thread José Luis Domingo López
On Saturday, 24 February 2001, at 12:38:57 -0500, Mark Bratcher wrote: > Has the loop device hang problem that was in kernel 2.4.0 been fixed in > 2.4.1 or 2.4.2? > Tried on 2.4.1 and 2.4.2 with different results: on 2.4.1 I've had no problem mounting loop devices, but creating filesystems on

Re: 242-ac3 loop bug

2001-02-24 Thread Arjan van de Ven
In article <[EMAIL PROTECTED]> you wrote: > First, good job on the loop device. It's rock stable for me - except > when I try to load the blowfish module which oops the kernel and > crashes the loop device:-) No problem, I just use another cipher. > The bug I'm reporting is that when a loop

Re: 242-ac3 loop bug

2001-02-24 Thread Doug McNaught
Mark Swanson <[EMAIL PROTECTED]> writes: > --- Doug McNaught <[EMAIL PROTECTED]> wrote: > > It's just an artifact of the fact that processes in state D > > (uninterruptible sleep) are included in the load average calculation. > > Since the loop thread apparently sits in state D waiting for

Re: [lkml]Re: reiserfs: still problems with tail conversion

2001-02-24 Thread thunder7
On Sat, Feb 24, 2001 at 04:45:04PM +0100, Arjan Filius wrote: > Hello, > > I tried Erik's trigger-program. > > After some test i thing it's memory related, and it seems to match the > other reports i saw on lkm. > With my 384M ram i was not able te reproduce it. > With "mem=32M" linux hang

Kernel 2.4.2 - kernel BUG at apic.c:220!

2001-02-24 Thread Manfred Spraul
> kernel BUG at apic.c:220! >From apic.c: <<< /* * Double-check wether this APIC is really registered. */ if (!test_bit(GET_APIC_ID(apic_read(APIC_ID)), _cpu_present_map)) BUG(); >>> Really odd. That's usually a sign of a bad MP

Re: PCI oddities on Dell Inspiron 5000e w/ 2.4.x

2001-02-24 Thread Jeff Lessem
In your message of: Sat, 24 Feb 2001 11:55:07 CST, you write: > >Careful, you're overwriting ACPI data now (and using it as normal RAM). Hmm, I guess that would be bad. >Can you try one of a) LILO b) a fixed version of grub c) this patch ? I tried LILO and the problem did indeed go away when

Re: 242-ac3 loop bug

2001-02-24 Thread Mark Swanson
--- Doug McNaught <[EMAIL PROTECTED]> wrote: > Mark Swanson <[EMAIL PROTECTED]> writes: > > > > ps -aux | grep loop > > 1674 tty1 DW< 0:00 [loop0] > > > > The system is doing nothing to the loop filesystem. > > Strange that the process isn't logging any cpu usage time. It's > >

Re: 242-ac3 loop bug

2001-02-24 Thread Doug McNaught
Mark Swanson <[EMAIL PROTECTED]> writes: > > ps -aux | grep loop > 1674 tty1 DW< 0:00 [loop0] > > The system is doing nothing to the loop filesystem. > Strange that the process isn't logging any cpu usage time. It's > definately responsible for the 1.00 load. It's just an artifact of the

Re: PCI oddities on Dell Inspiron 5000e w/ 2.4.x

2001-02-24 Thread Philipp Rumpf
On Sat, Feb 24, 2001 at 10:25:42AM -0700, Jeff Lessem wrote: > In your message of: Sat, 24 Feb 2001 09:54:47 CST, you write: > >Jeff, are you using the e820 memory map at all ? In particular, are you > >using grub or some other buggy bootloader that insists on specifying a > >mem= option on the

Odd network problems

2001-02-24 Thread Jon Eisenstein
I have sent this question to 3 other mailing lists already without success, so hopefully there is an answer related to kernel that can be answered here. For some strange, unidentifiable reason, I cannot reach certain sites through any web browser. Pinging the site responds well, as does

Re: [ANOMALIES]: 2.4.2 - __alloc_pages: failed - Patch failed

2001-02-24 Thread Marcelo Tosatti
On Fri, 23 Feb 2001, Shawn Starr wrote: > Feb 23 21:17:47 coredump kernel: __alloc_pages: 3-order allocation failed. > Feb 23 21:17:47 coredump kernel: __alloc_pages: 2-order allocation failed. > Feb 23 21:17:47 coredump kernel: __alloc_pages: 1-order allocation failed. > Feb 23 21:17:47

Loop device hang

2001-02-24 Thread Mark Bratcher
Hi, Has the loop device hang problem that was in kernel 2.4.0 been fixed in 2.4.1 or 2.4.2? Thanks. -- Mark Bratcher - Escape from Microsoft's proprietary tentacles: use Linux! - To unsubscribe from this list: send the line "unsubscribe

242-ac3 loop bug

2001-02-24 Thread Mark Swanson
First, good job on the loop device. It's rock stable for me - except when I try to load the blowfish module which oops the kernel and crashes the loop device:-) No problem, I just use another cipher. The bug I'm reporting is that when a loop device is in use the load of the machine stays at 1.00

Re: reiserfs: still problems with tail conversion

2001-02-24 Thread Chris Mason
On Saturday, February 24, 2001 04:45:04 PM +0100 Arjan Filius <[EMAIL PROTECTED]> wrote: > Hello, > > I tried Erik's trigger-program. > > After some test i thing it's memory related, and it seems to match the > other reports i saw on lkm. > With my 384M ram i was not able te reproduce it. >

Re: PCI oddities on Dell Inspiron 5000e w/ 2.4.x

2001-02-24 Thread Jeff Lessem
In your message of: Sat, 24 Feb 2001 09:54:47 CST, you write: >Jeff, are you using the e820 memory map at all ? In particular, are you >using grub or some other buggy bootloader that insists on specifying a >mem= option on the kernel command line ? There should be a kernel command >line message

Re: [PATCH] philips rush usb support

2001-02-24 Thread Johannes Erdfelt
On Sat, Feb 24, 2001, Pifko Krisztian <[EMAIL PROTECTED]> wrote: > I've made a patch which adds usb support for the philips > rush mp3 player. The driver is mainly the rio500 driver > only the rush specific parts were modified. > > The patch is against 2.4.2. > > It uses char 180 65 at

Re: APM suspend system lockup under 2.4.2 and 2.4.2ac1

2001-02-24 Thread Alan Cox
> the sound card is a yamaha YMF-744B. i hadn't been > compiling with sound support (i dont care about sound > on my laptop), but when i got 2.4.2 i decided to try, > and now i'm pretty sure that was the problem. The Yamaha sound driver doesnt handle the case where the bios fails to restore the

Re: 2.4.2 broke gcd (or, audio CD's won't play)

2001-02-24 Thread Heinz Diehl
On Fri Feb 23 2001, Steven Walter wrote: > After upgrading to 2.4.2, gcd or any audio CD player will work. The > attached chunk of dmesg is the messages produced by attempting to play > them. The player just loops through all tracks, playing nothing. Here, xmcd and cda both work perfectly.

Re: EXT2-fs error

2001-02-24 Thread Alan Cox
> I have seen similar problems on stock 2.4.2 a machine which has not run > 2.4.1. What disk controllers ? We really need that sort of info in order to see the pattern in the odd reports of corruption we get - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: ide / usb problem

2001-02-24 Thread Alan Cox
> I get the following message when copying a 300MB directory under 2.4.2. > > uhci:host system error, PCI problems? > uhci:host controller halted, very bad The USB code should recover from that , if it doesnt report it to the USB folks. > I was not sure if the VIA82CXXX option should be set

[PATCH] philips rush usb support

2001-02-24 Thread Pifko Krisztian
Hi! I've made a patch which adds usb support for the philips rush mp3 player. The driver is mainly the rio500 driver only the rush specific parts were modified. The patch is against 2.4.2. It uses char 180 65 at /dev/usb/rush. Userspace stuff should be found at

Re: creation of sock

2001-02-24 Thread Sourav Ghosh
Hello, It seems like linux replaces sock with tcp_tw_bucket structure in the sock list in order to "work around the memory consumption problems for the heavilly loaded server". The header file tcp.h has some comments before declaring "tcp_tw_bucket" structure. It is done in tcp_input.c. But

Promise Supertrak status

2001-02-24 Thread =3D=3Fiso-8859-1=3FQ=3FMagnus=5FN=E4slund\(f/w\?=)?=
Hello all, I'm just wondering if is / will be support for the Promise Supertrak 100 and the likes in the kernel... If anyone have any pointers to where I can find info about this it is deeply appreciated... A company has bought three Supertrak cards + 18 drives, and I don't want to

Re: PCI oddities on Dell Inspiron 5000e w/ 2.4.x

2001-02-24 Thread Philipp Rumpf
On Sat, Feb 24, 2001 at 05:36:47AM -0800, Linus Torvalds wrote: > On Sat, 24 Feb 2001, Jeff Lessem wrote: > > > > >Also, how much memory does this machine have? That "13ff" does worry > > >me a bit.. > > > > The comptuer has 320MB. At this point I am ready to conclude that the > > computer

Re: reiserfs: still problems with tail conversion

2001-02-24 Thread Arjan Filius
Hello, I tried Erik's trigger-program. After some test i thing it's memory related, and it seems to match the other reports i saw on lkm. With my 384M ram i was not able te reproduce it. With "mem=32M" linux hang while starting a test oracle-db. However i tried (not repeated tests, and after a

test delete me

2001-02-24 Thread Jeremy Jackson
please disregard this message. - 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/

test delete me

2001-02-24 Thread Jeremy Jackson
please disregard this message. - 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/

Re: VM balancing problems under 2.4.2-ac1

2001-02-24 Thread Rik van Riel
On Sat, 24 Feb 2001, Joseph Bueno wrote: > Rik van Riel a écrit : > > On 23 Feb 2001, Adam Sampson wrote: > > > > > The VM balancing updates in the recent ac kernels seem to have caused > > > some interesting performance problems on my desktop machine. I've got > > > 160Mb of RAM, and 2.4.2-ac1

2.4.2-ac3 == 400% speed improvement with Java

2001-02-24 Thread Mark Swanson
Hello, any 2.4.1-ac5 kernel and above until 2.4.2-ac3 had a bug (Ingo guessed it might be the yield() bug) that made Java (and some other things *really* slow). This is fixed now. When I profiled slow kernels the mtrr_file_add was taking up all of the time - even though I had disabled mtrr in my

2.2.19pre14 VP3 + Quantum: dma on hangs

2001-02-24 Thread Pekka Savola
Hello all, Using 2.2.19pre14 with: * software raid * raid1 readbalancing * i2c * lm_sensors * ipsec My drives are as follows: hda: QUANTUM FIREBALLP AS20.5, 19595MB w/1902kB Cache, CHS=2498/255/63 hdc: QUANTUM FIREBALLP AS20.5, 19595MB w/1902kB Cache, CHS=39813/16/63 hdd: IBM-DTTA-350840,

Re: Request: increase in PCI bus limit

2001-02-24 Thread Ralf Baechle
On Wed, Jan 31, 2001 at 03:38:55PM -0500, George wrote: > It's somewhat annoying that by choosing SMP NR_CPUS goes to 32 when I know > I only have (and ever will have) 2 in this machine. Don't make busses have > the same assumptions that just waste memory. It's just sad that bumping to NR_CPUS

Re: Disk is cheap?

2001-02-24 Thread Ralf Baechle
On Wed, Jan 31, 2001 at 02:29:54PM +0100, Robert Kaiser wrote: > Perhaps a more convincing argument may be that in embedded devices, > disk as well as memory and CPU power are _not_ cheap. > > The more resources Linux requires, the less are it's chances of being > accepted as a viable

Re: Detecting SMP

2001-02-24 Thread Mike A. Harris
On Tue, 20 Feb 2001, Burton Windle wrote: >Hello. Is there a way, when running a non-SMP kernel, to detect or >otherwise tell (software only; the machine is 2400 miles away) if the >system has SMP capibilties? Would /proc/cpuinfo show two CPUs if the >kernel is non-SMP? Thanks! > >(btw, the

Re: [PATCH] 2.4.2 'ld' fix

2001-02-24 Thread Alan Cox
> The ld in newer bintuils doesn't like -oformat, rather it > requires --oformat instead. This is backwards compatible at > least to 2.9.5 so shouldn't break anything :) > > As far as I can tell on i386 uses ld in such a way. There's a tested patch for this in -ac. The use of --oformat seems

ide / usb problem

2001-02-24 Thread jerry
I get the following message when copying a 300MB directory under 2.4.2. uhci:host system error, PCI problems? uhci:host controller halted, very bad This does not happen under 2.4.1 and it happens every time under 2.4.2. The system still runs fine except for usb mouse. All of the files in the

Disc corruption on stock 2.4.2 [Atlon on Abit KT7R]

2001-02-24 Thread A E Lawrence
-- Dr A E Lawrence Disc corruption on stock 2.4.2 ~~ Looks similar to problems on 2.4.2-pre{3,4}, but those were seen when overclocking. This report refers to an Athlon at standard clock frequency. Activity: under X, running several tars with gzip writing onto an

2.4.2-ax2 / ac3 die silently

2001-02-24 Thread f5ibh
Hi ! I've experienced Oops with 2.4.x and all the 2.4.1-ac versions of the kernel. I've the same Oops with 2.4.2. With 2.4.2-ac2 and ac3 (I've not not tested ac1). I've no OOps but, in the same conditions, the system die silently ; without any message, nothing in the log and the magic keys not

PCI: Setting latency timer of device 00:02.0 to 64

2001-02-24 Thread f5ibh
Hi, What does mean this message ? Why is the latency timer resetted ? PCI: Found IRQ 11 for device 00:02.0 PCI: Setting latency timer of device 00:02.0 to 64 from lspci : 00:02.0 USB Controller: Acer Laboratories Inc. [ALi] M5237 USB (rev 03) (prog-if

Re: EXT2-fs error

2001-02-24 Thread A E Lawrence
Alan Cox wrote: > > > > Possibly the result of the 'silent' bug in 2.4.1? > > > > you are not the only one who found this bug. immediately after booting 2.4.2 i > > received dozens of these errors, resulting in _major_ filesystem corruption. > > after a half hour of fsck'ing i managed to bring

Re: VM balancing problems under 2.4.2-ac1

2001-02-24 Thread Joseph Bueno
Rik van Riel a écrit : > > On 23 Feb 2001, Adam Sampson wrote: > > > The VM balancing updates in the recent ac kernels seem to have caused > > some interesting performance problems on my desktop machine. I've got > > 160Mb of RAM, and 2.4.2-ac1 appears to be using excessively large > > amounts

Re: unable to link 2.4.2

2001-02-24 Thread Pierfrancesco Caci
:-> "Peter" == Peter Samuelson <[EMAIL PROTECTED]> writes: > [Pierfrancesco Caci] >> Hi there, can someone please tell me what's going wrong with my >> compilation of 2.4.2 ? > Change '-oformat' to '--oformat' 4 places in arch/i386/boot/Makefile. >> Binutils

Re: unable to link 2.4.2

2001-02-24 Thread Peter Samuelson
[Pierfrancesco Caci] > Hi there, can someone please tell me what's going wrong with my > compilation of 2.4.2 ? Change '-oformat' to '--oformat' 4 places in arch/i386/boot/Makefile. > Binutils 2.10.91.0.2 This version of binutils no longer accepts the old 'ld -oformat' form of

  1   2   3   >