Disk scheduling problems in 2.4.1-pre11?

2001-01-31 Thread Juan
Hi!. I think there must be a problem in 2.4.1-pre11 regarding the disk scheduling. Although it is suggested that hdparm is not a valid program for benchmark purposes, I think that the different behaviour of hdparm in 2.2.19pre7 and 2.4.1-pre11 has nothing to do with hdparm itself. In 2.2.19pre7,

Re: Renaming lost+found

2001-01-31 Thread tytso
On Sun, Jan 28, 2001 at 01:35:44PM -0800, H. Peter Anvin wrote: > *renamed*, i.e. does the tools (e2fsck &c) use "/lost+found" by name, > or by inode? As far as I know it always uses the same inode number e2fsck uses /lost+found by name, not by inode. It will recreate a new lost+found directory

RE: 2.4.1 -- Unresolved symbols in radio-miropcm20.o

2001-01-31 Thread Ruurd A. Reitsma
>-Original Message- >From: Keith Owens [mailto:[EMAIL PROTECTED]] >Sent: dinsdag 30 januari 2001 23:52 >To: Miles Lane >Cc: [EMAIL PROTECTED]; Ruurd Reitsma; Norberto Pellicci >Subject: Re: 2.4.1 -- Unresolved symbols in radio-miropcm20.o > > >On Tue, 30 Jan 2001 13:08:12 -0800, >Miles Lan

No Subject

2001-01-31 Thread jadb
- 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: Request: increase in PCI bus limit

2001-01-31 Thread Christopher Neufeld
From: Timur Tabi <[EMAIL PROTECTED]> > >Besides, why is your client afraid of patched kernels? It sounds like a very >odd request from someone with a linuxcare.com email address. I would think that >you'd WANT to provide patched kernels so that the customer can keep paying you >(until they learn

Re: Problems with Promise IDE controller under 2.4.1

2001-01-31 Thread Andre Hedrick
There is not problem, the BIOS in the addon cards/promise do not translation for you like the mainboard does. If you are worried pass the geometry by hand hd{e,f,g,h}=9345,255,63 Cheers, On 31 Jan 2001, Ole Aamot wrote: > We experience trouble with the Promise (PDC20265) IDE controller > and

Re: [patch] new, scalable timer implementation, smptimers-2.4.0-B1

2001-01-31 Thread Ingo Molnar
On Wed, 31 Jan 2001, Daniel Phillips wrote: > b) The current API looks like it was designed primarly with one-shot > timers in mind. Most timers events are multishot (because > sleep_on_timeout is better for most one-shot applications [...] sleep_on_timeout() uses a one-shot timer internally

Re: Matrox G450 problems with 2.4.0 and xfree

2001-01-31 Thread J Brook
Dear Petr, I think I might have something to add to this discussion, but then again you probably know this already! On Tue Jan 30 2001 Petr Vandrovec wrote: > > > > Installed a Matrox G450 on my linux system. Now it has > > > > problems booting. The kernel is compiled with framebuffer > > > > s

Re: Problems with Promise IDE controller under 2.4.1

2001-01-31 Thread Andries . Brouwer
Ole Aamot writes: We experience trouble with the Promise (PDC20265) IDE controller and seven 75GB IBM disks on a single CPU (Pentium-III) server. Linux 2.4.1 fails to detect correct geometry for the four last disks (identified as hde, hdf, hdg, hdh). But there is

problem with compiling kernel 2.4.1 on top of 2.2.14

2001-01-31 Thread Lukasz Gogolewski
Hello, Just recently I've tried to compile kernel 2.4.1 on my RH 6.2 machine that runs 2.2.14. All my utilities needed in order to compile that kernel are up to date. When I got thru xmake config and I configure all the options. I try to compile it. When I do make dep I dont' get any error mess

Re: hotmail not dealing with ECN

2001-01-31 Thread Alan Cox
> In the UK two of the largest ISPs - BT Internet and Freeserve - have > ECN-blocking > firewalls. So does theregister.co.uk for that matter. If I enable ECN > I lose > the ability to send emails to a huge percentage of the people on the > mailing lists > that run on my machine. > > These ISPs

Re: Oops accessing file on 2048 bytes/sector vfat MO in 2.4.0

2001-01-31 Thread Alan Cox
> I receive a Kernel oops while copying a file from MO-drive (vfat) with > 2048 bytes sector size. There is no problen with ext2 formatted MOs. > > I think it happens because the function pointer cfv_file_read of the > struct cvf_format is initialized with null. > > This oops is 100% reproducabl

Re: gprof cannot profile multi-threaded programs

2001-01-31 Thread John Levon
On Wed, 31 Jan 2001, Mohit Aron wrote: > > > http://opensource.corel.com/cprof.html > > > > I haven't used it yet, myself. > > > > I have. cprof is no good - extremely slow and generates a 100MB trace > even with a simple hello world program. > try the (currently rather alpha) oprofile, thi

drive/block device write scheduling, buffer flushing?

2001-01-31 Thread Nathan Black
I was wondering if there is a way to make the kernel write to disk faster. I need to maintain a 10 MB /sec write rate to a 10K scsi disk in a computer, but it caches and doesn't start writing to disk until I hit about 700 MB. At that point, it pauses(presumably while the kernel is flushing some o

Re: Matrox G450 problems with 2.4.0 and xfree

2001-01-31 Thread Petr Vandrovec
On 31 Jan 01 at 17:41, J Brook wrote: > > I don't have Windows installed on my machine, but I find that if I > cold boot to 2.2 (RH7) first and start up X (4.0.2 with Matrox driver > 1.00.04 compiled in), I am then able to "shutdown -r now" and warm Yes, they use same secret code... At least I

Re: Problems with Promise IDE controller under 2.4.1

2001-01-31 Thread Paul Flinders
Talking of the Promise are there any plans to support re-enabling of the 2nd channel for boards which have an on-board FastTrak? - 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: bttv problems in 2.4.0/2.4.1

2001-01-31 Thread Prasanna P Subash
My bttv is at IRQ 3 and it still hangs the machine :( I dont even have acpi built in. btw I am testing with 2.4.1-pre9 -- Prasanna Subash --- [EMAIL PROTECTED] --- TurboLinux, INC Linux, the choice | Whe

Re: [PATCH/REQ] Increase kmsg buffer from 16K to 32K, kernel/printk.c

2001-01-31 Thread Alan Cox
> Does Linus or anyone object to raising the ksmg buffer from 16K to 32K? > 4/5 systems I have now overflow the buffer during boot before init is > even launched. Thats just an indication that 2.4.x is currently printking too much crap on boot - To unsubscribe from this list: send the line "unsub

Re: VIA VT82C686X

2001-01-31 Thread Byron Stanoszek
On Tue, 30 Jan 2001, David D.W. Downey wrote: > I removed the ide and ata setting. System is running stably as in no > kernel crashes, but I am getting daemon and shell crashes. With this > current kernel I've had 1 kernel crash in about 3 hours as compared to 1 > every 10 or 15 minutes. Crash, r

Re: VIA VT82C686X

2001-01-31 Thread Stephen Wille Padnos
Byron Stanoszek wrote: > On Tue, 30 Jan 2001, David D.W. Downey wrote: > > > I removed the ide and ata setting. System is running stably as in no > > kernel crashes, but I am getting daemon and shell crashes. With this > > current kernel I've had 1 kernel crash in about 3 hours as compared to 1 >

Re: Crash using DRI with 2.4.0 and 2.4.1

2001-01-31 Thread Miguel Rodríguez Pérez
Adam Sampson wrote: > Miguel Rodriguez Perez <[EMAIL PROTECTED]> writes: > >> Hi, I have a Matrox G200 card installed on an Ali motherboard. >> Sometimes when I use any opengl program my box crashes. It is more >> likely that it will crash if I have used the xvideo extension or the >> matroxfb,

Re: [PATCH/REQ] Increase kmsg buffer from 16K to 32K, kernel/printk.c

2001-01-31 Thread Gabor Lenart
On Wed, Jan 31, 2001 at 05:06:07PM +, Alan Cox wrote: > > Does Linus or anyone object to raising the ksmg buffer from 16K to 32K? > > 4/5 systems I have now overflow the buffer during boot before init is > > even launched. > > Thats just an indication that 2.4.x is currently printking too muc

Vanilla 2.4.0 ext2fs error

2001-01-31 Thread Igmar Palsenberg
Hi, Can someone 'translate' this for me ? Jan 31 18:01:57 base kernel: EXT2-fs error (device ide0(3,71)): ext2_new_inode: reserved inode or inode > inodes count - block_group = 0,inode=1 It's reproducable, but doesn't seem to give any problems. It happens when on a (almost) emty FS an links i

Re: gprof cannot profile multi-threaded programs

2001-01-31 Thread Dan Kegel
Mohit Aron wrote: > > > http://opensource.corel.com/cprof.html > > > > I haven't used it yet, myself. > > > > I have. cprof is no good - extremely slow and generates a 100MB trace > even with a simple hello world program. Oh. Bleh. http://wordindex.sourceforge.net/testdata/usenet.col-2817

Re: Looking for comparison data on network stack prowess

2001-01-31 Thread Alan Cox
> Linux did not steal the BSD stack. I recall that Alan Cox > politely asked UCB to have it under the GPL, and was refused. Start with the right history then Ross Biro did the original Linux networking code. At the time the 386BSD code was potentially useful but two things occurred 1. I as

Re: [PATCH/REQ] Increase kmsg buffer from 16K to 32K, kernel/printk.c

2001-01-31 Thread Maciej W. Rozycki
On Wed, 31 Jan 2001, Alan Cox wrote: > > Does Linus or anyone object to raising the ksmg buffer from 16K to 32K? > > 4/5 systems I have now overflow the buffer during boot before init is > > even launched. > > Thats just an indication that 2.4.x is currently printking too much crap on > boot W

Re: Vanilla 2.4.0 ext2fs error

2001-01-31 Thread bert hubert
On Wed, Jan 31, 2001 at 06:21:04PM +0100, Igmar Palsenberg wrote: > Jan 31 18:01:57 base kernel: EXT2-fs error (device ide0(3,71)): > ext2_new_inode: > reserved inode or inode > inodes count - block_group = 0,inode=1 does fsck run on this fs find any errors? > Igmar Palsenberg > JDI Media Solut

2.4.1-pre10 -> 2.4.1 klogd at 100% CPU ; 2.4.0 OK

2001-01-31 Thread Chris Hanson
I've been trying different 2.4.1-pre kernels trying to find one that doesn't end up with klogd pegging the CPU. 2.4.0 is OK, but 2.4.1-pre10 to 2.4.1 all leave klogd sitting at 100% CPU. The machine in question is a Gateway E-3200, a basic PIII-500 running RH 7.0 with all the lates

Re: Problems with Promise IDE controller under 2.4.1

2001-01-31 Thread Andre Hedrick
On Wed, 31 Jan 2001 [EMAIL PROTECTED] wrote: > Ole Aamot writes: > > We experience trouble with the Promise (PDC20265) IDE controller > and seven 75GB IBM disks on a single CPU (Pentium-III) server. > > Linux 2.4.1 fails to detect correct geometry for the four last > dis

Re: Problems with Promise IDE controller under 2.4.1

2001-01-31 Thread Andre Hedrick
On Wed, 31 Jan 2001, Paul Flinders wrote: > Talking of the Promise are there any plans to support re-enabling > of the 2nd channel for boards which have an on-board FastTrak? FastTrak == Ultra - Fake-RAID Cheers, Andre Hedrick Linux ATA Development - To unsubscribe from this list: send the li

Re: VIA VT82C686X

2001-01-31 Thread alex
On Wed, Jan 31, 2001 at 12:13:21PM -0500, Stephen Wille Padnos wrote: > Even though the motherboard *should* perform the same regardless of the amount > of RAM, it may not. Physically, the refresh needs higher current drive when > there are more modules. I have seen a BIOS option to set the DRAM

Re: drive/block device write scheduling, buffer flushing?

2001-01-31 Thread bert hubert
On Wed, Jan 31, 2001 at 11:52:25AM -0500, Nathan Black wrote: > I was wondering if there is a way to make the kernel write to disk faster. > I need to maintain a 10 MB /sec write rate to a 10K scsi disk in a computer, > but it caches and doesn't start writing to disk until I hit about 700 MB. At

Re: [ANNOUNCE] Kernel Janitor's TODO list

2001-01-31 Thread Alan Cox
> And one more point for the Janitor's list: > Get rid of superflous irqsave()/irqrestore()'s - in 90% of the cases > either spin_lock_irq() or spin_lock() is sufficient. That's both faster > and better readable. Expect me to drop any submissions that do this. I'd rather take the two clock hit in

Re: ECN: Clearing the air (fwd)

2001-01-31 Thread Alan Cox
> No. ECN is essential to the continued stability of the Internet. Without > probabilistic queuing (i.e. RED) and ECN the Internet will continue to have > retransmit synchronization and once congested stay congested until people get > frustrated and give it up for a little bit. Arguably so. In th

Re: 2.4.1-pre10 -> 2.4.1 klogd at 100% CPU ; 2.4.0 OK

2001-01-31 Thread Padraig Brady
Chris Hanson wrote: >Date: Wed, 31 Jan 2001 17:48:50 + >From: Padraig Brady <[EMAIL PROTECTED]> > >Are you using the 3c59x driver? > > Yes. Can we sort this out once and for all? There are a few emails everyday relating to this bug. The following patch posted by "Troels Walste

Re: [PATCH] doc update/fixes for sysrq.txt

2001-01-31 Thread Alan Cox
> > AFAIK, this hasn't ever been true. I have never had to specifically > > enable it at run time. > > I was suspicious of that in the old doc but thought I'd leave it in... > Should have asked for feedback on it, but you caught it anyway, thanks! > > Here's a patch against the first that simpl

Re: Looking for comparison data on network stack prowess

2001-01-31 Thread Andi Kleen
Alan Cox <[EMAIL PROTECTED]> writes: > Someone in .de (Alas I forget their name now) actually did port BSD net/2 to > Linux. Matthias Urlichs iirc He also later implemented a minimal STREAMS clone on Linux for his ISDN stack. [and today Linux is reinventing non shouted streams with netfilter.

Re: [PATCH] Making Cyrix III boot

2001-01-31 Thread Alan Cox
> The Cyrix III of my employer doesn't boot without this patch. > Reason: There are no MSRs in this range. > > Since hpa didn't send a better fix, I attached the band-aid fix > for you, so that people can boot. HPA's suggested fix is in the -ac tree > Linus, please apply. Linus please apply hp

RE: drive/block device write scheduling, buffer flushing?

2001-01-31 Thread Nathan Black
That is what I wanted to do...Write directly to the disk. But the kernel(2.4.1) is caching the io... -Original Message- From: bert hubert [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 12:51 PM To: Nathan Black Cc: [EMAIL PROTECTED] Subject: Re: drive/block device write sc

2.4.1-pre10 -> 2.4.1 klogd at 100% CPU ; 2.4.0 OK

2001-01-31 Thread Chris Hanson
Date: Wed, 31 Jan 2001 18:00:09 + From: Padraig Brady <[EMAIL PROTECTED]> Can we sort this out once and for all? There are a few emails everyday relating to this bug. The following patch posted by "Troels Walsted Hansen" <[EMAIL PROTECTED]> on Jan 11th fixes this. The probl

Re: drive/block device write scheduling, buffer flushing?

2001-01-31 Thread Jens Axboe
On Wed, Jan 31 2001, Nathan Black wrote: > That is what I wanted to do...Write directly to the disk. But the > kernel(2.4.1) is caching the io... Bind the block device to a /dev/raw* and do I/O on that -- Jens Axboe - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in t

kernel BUG at inode.c:889!

2001-01-31 Thread Timo Jantunen
Heip! While I was looking unused partitions to be used for ReiserFS testing (paranoia is a way of life when dealing with my data ;-), I did mount /dev/hda5 /mnt/tmp to a partition which I thought to be unused (just to be sure). This resulted in a Really Weird(tm) /mnt/tmp _file_ which didn't h

procps stop working randomly (2.4.1)

2001-01-31 Thread David Raufeisen
Hi, Never seen this before but this morning 'ps' and the like randomly stopped working.. david@prototype:~$ ps aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND david@prototype:~$ david@prototype:~$ uname -a Linux prototype 2.4.1 #1 Tue Jan 30 01:45:38 PST 2001 i686 unk

how to use and get raw devices

2001-01-31 Thread bert hubert
On Wed, Jan 31, 2001 at 01:29:05PM -0500, Nathan Black wrote: > That is what I wanted to do...Write directly to the disk. But the > kernel(2.4.1) is caching the io... Is it caching when you do O_SYNC? > try opening with O_SYNC, or call fsync() every once in a while. Otherwise, > this sounds li

Re: problem with compiling kernel 2.4.1 on top of 2.2.14

2001-01-31 Thread Greg KH
On Wed, Jan 31, 2001 at 11:43:52AM -0500, Lukasz Gogolewski wrote: > > Someone please help. I need my USB and Sound Card to work. USB support is pretty good in 2.2.18 :) greg k-h -- greg@(kroah|wirex).com http://immunix.org/~greg - To unsubscribe from this list: send the line "unsubscribe lin

Re: Version 2.4.1 cannot be built.

2001-01-31 Thread mirabilos
Did you a make clean/mrproper before? I usually do, and the kernel runs fine. -mirabilos -BEGIN GEEK CODE BLOCK- Version: 3.12+(proprietary extensions) # Updated:20010129 nick=mirabilos GO/S d@ s--: a--- C++ UL P--- L++$(-^lang) E(joe) W+(++) loc=.de N? o K? w-(+$) O+>+++ M-- V-

Re: [Kiobuf-io-devel] Re: RFC: Kernel mechanism: Compound eventwait/notify + callback chains

2001-01-31 Thread Dan Kegel
sct wrote: > On Wed, Jan 31, 2001 at 04:12:11PM +0530, [EMAIL PROTECTED] wrote: > > > > Thanks for mentioning this. I didn't know about it earlier. I've been > > going through the 4/00 kqueue patch on freebsd ... > > Linus has already denounced them as massively over-engineered... That sho

Re: kernel BUG at inode.c:889!

2001-01-31 Thread Marcelo Tosatti
On Wed, 31 Jan 2001, Timo Jantunen wrote: > Heip! > > > While I was looking unused partitions to be used for ReiserFS testing Haven't you forgot to inform which kernel version are you using? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: kernel BUG at inode.c:889!

2001-01-31 Thread Timo Jantunen
On Wed, 31 Jan 2001, Marcelo Tosatti wrote: >> While I was looking unused partitions to be used for ReiserFS testing > Haven't you forgot to inform which kernel version are you using? Ah, sorry! 2.4.1 (Is anybody using anything else but the newest ;-) // /

e820 Memory Detect Backport Patch

2001-01-31 Thread Joe Lizzi
Is it possible to extract *just* the E820 memory detect patch from the 2.2.19-pre1 patch? We recently received a bunch of new Intel server boxes with the STL2 motherboard. However, 2.2.1x refuses to detect more than 64Megs of RAM; I've heard that this patch fixes that problem. (A different solutio

Re: seti@home and es1371

2001-01-31 Thread Alex Deucher
Rainer, I'm not too familiar with the ct5880 sound chip that comes built onto motherboards. I do know that alot of the AC'97 compliant built in sound chips tend to let the host cpu do most of the processing involved in playing the sound. That being said, even if you have a dedicated sou

RE: PCI IRQ routing problem in 2.4.0 (updated patch)

2001-01-31 Thread Dunlap, Randy
> From: Martin Diehl [mailto:[EMAIL PROTECTED]] ... > Linus' patch helps you, because it makes us trusting the > device's config > space over the routing table. Probably a good idea as long as BIOS'es > wouldn't start to set wrong values in config space too... ... > in fact vanilla 2.4.0 did beli

Re: Kernel 2.2.18: Protocol 0008 is buggy

2001-01-31 Thread Alan Cox
> Is this really supposed to be done in the HW driver / support code level, > or is it supposed to be done in the protocol (IP / ARP) level?? oops I was half asleep Driver sets skb->mac.raw skb->pkt_type skb->protocol (see net/ethernet/eth.c) skb->h.raw and skb-

Re: [ANNOUNCE] Kernel Janitor's TODO list

2001-01-31 Thread Manfred Spraul
Alan Cox wrote: > > > And one more point for the Janitor's list: > > Get rid of superflous irqsave()/irqrestore()'s - in 90% of the cases > > either spin_lock_irq() or spin_lock() is sufficient. That's both faster > > and better readable. > > Expect me to drop any submissions that do this. I'd r

Linuxrc runs with PID 7

2001-01-31 Thread Paul Powell
This is a followup question to my previous question "Why isn't init at PID 1." Previoulsy I was calling init from within linuxrc. Linuxrc was a sash script, so the sash script supposedly had PID 1. Now I've removed the script and have a C program for linuxrc. I'm still not running at PID 1 but

Re: seti@home and es1371

2001-01-31 Thread LA Walsh
Try "freeamp". It uses darn close to 0 CPU and may not be affected by setiathome. 2nd -- renice setiathome to '19' -- you only want it to use up 'background' cputime anyway Rainer Wiener wrote: > > Hi, > > I hope you can help me. I have a problem with my on board soundcard and > seti

Linux-MM bugzilla

2001-01-31 Thread Rik van Riel
Hi, to make the tracking of our bugs and feature requests easier I have opened a Bugzilla repository for the Linux-MM subsystem. If you think you have new Linux MM bugs or want a new feature, feel free to enter something in the bugzilla. The information page about this bugzilla can be found her

Re: Linuxrc runs with PID 7

2001-01-31 Thread bert hubert
On Wed, Jan 31, 2001 at 11:23:38AM -0800, Paul Powell wrote: > This is a followup question to my previous question > "Why isn't init at PID 1." Lots of stuff assumes that PID 0 is the idle task, and that PID 1 is init. For example, the kernel disallows ptraceing of init, based on its pid of 1. I

Re: Problems with Promise IDE controller under 2.4.1

2001-01-31 Thread Rupa Schomaker
Andre Hedrick <[EMAIL PROTECTED]> writes: > > But there is no indication of what the problems could be, > > or what he thinks the geometry should be (and why). > > I see nothing very wrong in the posted data. > > We agree Andries, but the enduser wants to see stuff the same. In my case, I have

Re: kernel BUG at inode.c:889!

2001-01-31 Thread Andreas Dilger
Timo Jantunen writes: > While I was looking unused partitions to be used for ReiserFS testing > (paranoia is a way of life when dealing with my data ;-), I did > > mount /dev/hda5 /mnt/tmp > > to a partition which I thought to be unused (just to be sure). This resulted > in a Really Weird(tm) /m

Power usage Q and parallel make question (separate issues)

2001-01-31 Thread LA Walsh
I remember reading some time back that on a pentium the difference between a pentium in HLT vs. running was about 2-3 watts vs. 15-20 watts. Does anyone know the difference for today's CPU's? P-III/P-IV or other archs? How about the difference when calling the BIOS power-save feature? With the

A query regarding kernel programming, very small

2001-01-31 Thread Shyam Iyengar
hi, i would like to know what exactly is meant by kernel development. Is it only about making drivers. I am in a big fix and i am searching the net for the last 5 hours without a hint. Do send me the reply as fast as possible. Thanking you

Re: VT82C686A corruption with 2.4.x

2001-01-31 Thread David Riley
Mark Hahn wrote: > > >>From what I gather this chipset on 2.4.x is only stable if you cripple just about >everything that makes > > it worth having (udma, 2nd ide channel etc etc) ?does it even work when all >that's done now or is > > it fully functional? > > it seems to be fully functio

Re: VT82C686A corruption with 2.4.x

2001-01-31 Thread safemode
Mark Hahn wrote: > >From what I gather this chipset on 2.4.x is only stable if you cripple just about >everything that makes > > it worth having (udma, 2nd ide channel etc etc) ?does it even work when all >that's done now or is > > it fully functional? > > it seems to be fully functional

Re: Problems with Promise IDE controller under 2.4.1

2001-01-31 Thread Andre Hedrick
On 31 Jan 2001, Rupa Schomaker wrote: > Andre Hedrick <[EMAIL PROTECTED]> writes: > > > > > But there is no indication of what the problems could be, > > > or what he thinks the geometry should be (and why). > > > I see nothing very wrong in the posted data. > > > > We agree Andries, but the e

Re: Problems with Promise IDE controller under 2.4.1

2001-01-31 Thread Mark Lord
Simple solution is to have kernel fall-back to LBA style translations instead of kernel "basic" translations. This would make it match the first two "BIOS" drives on most systems, and not really hurt anything in most cases. Even better would be to add a stage in front of the fall-back, which quer

Re: Linux-MM bugzilla

2001-01-31 Thread Rik van Riel
On Wed, 31 Jan 2001, Rik van Riel wrote: > The information page about this bugzilla can be found here: > > http://www.linux.eu.org/Linux-MM/bugzilla.shtml OK, I just registered linux-mm.org and changed the httpd configuration ... if we're unlucky this page may be unreachable to you for a

Re: problem with compiling kernel 2.4.1 on top of 2.2.14

2001-01-31 Thread J . A . Magallon
On 01.31 Lukasz Gogolewski wrote: > Hello, > > Just recently I've tried to compile kernel 2.4.1 on my RH 6.2 machine > that runs 2.2.14. > All my utilities needed in order to compile that kernel are up to date. > > When I got thru xmake config and I configure all the options. I try to > compile

Re: Problems with Promise IDE controller under 2.4.1

2001-01-31 Thread Andre Hedrick
On Wed, 31 Jan 2001, Mark Lord wrote: > Simple solution is to have kernel fall-back to LBA style > translations instead of kernel "basic" translations. > This would make it match the first two "BIOS" drives > on most systems, and not really hurt anything in most cases. > > Even better would be t

Re: A query regarding kernel programming, very small

2001-01-31 Thread Venkatesh Ramamurthy
driver development is a part of kernel development. Kernel is a bigger entity which contains scheduler, io subsystem, memory subsystem etc Drivers comes under the IO subsystem. - Original Message - From: "Shyam Iyengar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, Janua

RE: 2.4.1 -- Unresolved symbols in radio-miropcm20.o

2001-01-31 Thread Robert Siemer
From: "Ruurd A. Reitsma" <[EMAIL PROTECTED]> > >Miles Lane <[EMAIL PROTECTED]> wrote: > >>depmod: *** Unresolved symbols in > >>/lib/modules/2.4.1/kernel/drivers/media/radio/radio-miropcm20.o > >>depmod: aci_write_cmd > >>depmod: aci_indexed_cmd > >>depmod: aci_write_cmd_d > appearen

Re: Request: increase in PCI bus limit

2001-01-31 Thread George
On Wed, 31 Jan 2001, Peter Samuelson wrote: >[Bernd Eckenfels] >> May even decrease the kernel for systems < 4 busses. > >Be careful, though. Users may set this thinking "I have a generic >system with only one PCI bus" without realizing that AGP, cardbus and >some motherboard devices are all cou

Re: A query regarding kernel programming, very small

2001-01-31 Thread Timur Tabi
** Reply to message from "Venkatesh Ramamurthy" <[EMAIL PROTECTED]> on Wed, 31 Jan 2001 15:13:38 -0500 > driver development is a part of kernel development. Kernel is a bigger > entity which contains scheduler, io subsystem, memory subsystem etc > Drivers comes under the IO subsystem. I thi

Re: Request: increase in PCI bus limit

2001-01-31 Thread Scott Laird
On Wed, 31 Jan 2001, George wrote: > > If someone says 1 bus, give them one bus. > > Just make the description say: > Add 1 for every PCI > Add 1 for every AGP > Add 1 for every CardBus > Also account for anything else funny in the system. > > Then panic on boot if they're wrong (sort of

Re: [PATCH] make sym53c8xx.c and ncr53c8xx.c call pci_enable_device

2001-01-31 Thread Alan Cox
> If the pci_enable_device() thing is to be added to the drivers, it must > preferently be placed after the checking against RAID attachement. You cant check the signature until the device has been enabled. Maybe you could poke the LSI guys and find out how windows PnP stuff handles this. I thin

Re: [UPDATE] Zerocopy patches, against 2.4.1-pre10

2001-01-31 Thread Alan Cox
> Do you mean that devices will not be able to indicate support of SG seperately > from hw checksum or that the IP zerocopy will simply ignore devices which > do not have both ? > > DECnet assumes that the mac level checksum will detect all errors and does > not have a checksum of its own on data

Re: [UPDATE] Fresh zerocopy patch on kernel.org

2001-01-31 Thread Malcolm Beattie
David S. Miller writes: > > At the usual place: > > ftp://ftp.kernel.org/pub/linux/kernel/people/davem/zerocopy-2.4.1-1.diff.gz Hmm, disappointing results here; maybe I've missed something. Setup is a Pentium II 350MHz (tusk) connected to a Pentium III 733MHz (heffalump) (both 512MB RAM) with

reiserfs min size (was: [2.4.1] mkreiserfs on loopdevice freezes kernel)

2001-01-31 Thread Bernd Eckenfels
On Wed, Jan 31, 2001 at 09:24:39AM +, James Sutherland wrote: > 32 megaBLOCK?? How big is it in Mbytes? Blocksize is 4k, mkreiserfs in my version is telling me it can not generate partitions smaller than 32M but it is not true, i have to do dd if=/dev/zero of=/var/loop.img count=32768 size=4

Slow and non-async(?) disk in 2.4.x

2001-01-31 Thread Chris
Hi! I'm having an interesting time with disk speeds under 2.4.[01]. Disk access is fairly slow, and while one task is writing a file, the entire file system is, for lack of a better work, locked. There are details about the machine at the end of this message. Under 2.2.x the drives would repo

Re: seti@home and es1371

2001-01-31 Thread Joerg Dietrich
> I hope you can help me. I have a problem with my on board soundcard and > seti. I have a Gigabyte GA-7ZX Creative 5880 sound chip. I use the kernel This board doesn't by any chance have a VIA KT133 chip set? > driver es1371 and it works goot. But when I run seti@home I got some noise > in my s

Re: [PATCH] doc update/fixes for sysrq.txt

2001-01-31 Thread David Ford
Alan Cox wrote: > > > AFAIK, this hasn't ever been true. I have never had to specifically > > > enable it at run time. > > > > I was suspicious of that in the old doc but thought I'd leave it in... > > Should have asked for feedback on it, but you caught it anyway, thanks! > > > > Here's a patch

Re: [BUG] 2.4.1 Detects 64 MB RAM, actual 192MB

2001-01-31 Thread Adam Schrotenboer
Mikael Pettersson wrote: > On Wed, 31 Jan 2001 10:01:08 -0500, Adam Schrotenboer wrote: > >>> On Tue, 30 Jan 2001 23:25:22 -0500, Adam Schrotenboer wrote: >>> 2.4.1 detects 64 MB, but 2.4.0 detects 192 (Maybe 191, not sure). ... Linux version 2.4.1 (root@tabriel) (gcc version egc

Vanilla 2.4.0 et2fs errors

2001-01-31 Thread Igmar Palsenberg
Hi, Can someone 'translate' this for me ? Jan 31 18:01:57 base kernel: EXT2-fs error (device ide0(3,71)): ext2_new_inode: reserved inode or inode > inodes count - block_group = 0,inode=1 It's reproducable, but doesn't seem to give any problems. It happens when on a (almost) empty FS an links

Networking problems with 2.4.0 and 2.4.1

2001-01-31 Thread linux
Since using kernel 2.4.0 and 2.4.1 I have been having very weird problems with my network. Suddenly the network connection drops and dies until I take down the interface, and then successfully ping a machine. This is the only thing that I can get out of syslog that is relevant: Jan 31 14:17:29

spelling of disc (disk) in /devfs

2001-01-31 Thread Alan Chandler
I accidentally built my 2.4.1 kernel with /devfs so had a interesting few minutes looking round it to see what it was doing. The thing that struck me most was the spelling of disc with a 'c'. As an Englishman this is the correct spelling for me most of the time, but I have come to accept "as a t

RE: ACPI breaks maestro

2001-01-31 Thread Grover, Andrew
Do maestro and acpi share an interrupt on your machine? If so, is maestro's ISR ever getting called? Is ACPI's ISR (drivers/acpi/events/evsci.c acpi_ev_sci_handler()) getting called and reporting them handled when it shouldn't? Thanks -- Regards -- Andy > From: Pavel Machek [mailto:[EMAIL PROTEC

Re: spelling of disc (disk) in /devfs

2001-01-31 Thread List User
If it's any consolation from (this American) I'm glad it's 'disc' (always thought that 'disk' was just for those marketing dweebs who couldn't spell right in the first place). Steve - Original Message - From: "Alan Chandler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, Jan

Re: Problems with Promise IDE controller under 2.4.1

2001-01-31 Thread Andries . Brouwer
Mark Lord writes: > Even better would be to add a stage in front of the fall-back, > which queries the BIOS (from kernel startup code) for translation > info on ALL drives. It doesn't work. I wrote the code and asked people to test it. So many BIOS quirks. (Numbering of drives depends on setup

Toshiba Satellite + 2.4.1 + ACPI -- problems

2001-01-31 Thread Pavel Machek
Hi! ACPI on satellite 4030cdt fails to see system battery... I traced it a little bit, and found that acpi_ns_get_device_callback ( ACPI_HANDLE obj_handle, u32 nesting_level, void*context, void

Re: 2.4.x and SMP fails to compile (`current' undefined)

2001-01-31 Thread David Lang
probably not now that SMP athlon boards are supposed to be starting to be available. David Lang On Tue, 30 Jan 2001, David Ford wrote: > Date: Tue, 30 Jan 2001 20:37:02 -0800 > From: David Ford <[EMAIL PROTECTED]> > To: Stephen Frost <[EMAIL PROTECTED]> > Cc: LKML <[EMAIL PROTECTED]> > Subject:

Re: VT82C686A corruption with 2.4.x

2001-01-31 Thread Alan Cox
> better than i ever got with 2.4 even when only one drive was on a channel. > Right now my k7-2 750 is at 849mhz with a FSB of 114Mhz and PCI at 34Mhz. Hint: people who overclock machines get suprising odd results and bad stuff happens. Please dont waste developers time unless you can reproduce

Re: Problems with Promise IDE controller under 2.4.1

2001-01-31 Thread Andries . Brouwer
> In my case, I have two identical Maxtor drives, but they reported > different geometry. How could that be? A FAQ. Read "14.2 Nonproblem: Identical disks have different geometry?" http://www.win.tue.nl/~aeb/linux/Large-Disk-14.html#ss14.2 - To unsubscribe from this list: send the line "unsubscr

Announcement: TUX 2.0

2001-01-31 Thread Michael K. Johnson
TUX 2.0 is now available for download at the following URL: ftp://ftp.redhat.com/pub/redhat/tux/tux-2.0/ The TUX 2.0 release is an incremental upgrade to TUX 1.0 and keeps source-code level compatibility with user-space modules. A number of incremental enhancements have been made: - True

BUG: v2.4.1 missing EXPORT_SYMBOL

2001-01-31 Thread Eric Kasten
Hi, Quick bug report for kernel 2.4.1. There needs to be a EXPORT_SYMBOL(name_to_kdev_t); at the bottom of linux/init/main.c. name_to_kdev_t is used by the md driver (and maybe others). If the driver is built as a module it won't load due to the missing symbol. ...Eric Eric Kasten [EMAIL PROT

Re: VT82C686A corruption with 2.4.x

2001-01-31 Thread safemode
Alan Cox wrote: > > better than i ever got with 2.4 even when only one drive was on a channel. > > Right now my k7-2 750 is at 849mhz with a FSB of 114Mhz and PCI at 34Mhz. > > Hint: people who overclock machines get suprising odd results and bad stuff > happens. Please dont waste developers time

Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound event wait/notify + callback chains

2001-01-31 Thread Stephen C. Tweedie
Hi, On Tue, Jan 30, 2001 at 10:15:02AM +0530, [EMAIL PROTECTED] wrote: > > Comments, suggestions, advise, feedback solicited ! My first comment is that this looks very heavyweight indeed. Isn't it just over-engineered? We _do_ need the ability to stack completion events, but as far as the ki

RE: ACPI fix + comments

2001-01-31 Thread Drew Bertola
Grover, Andrew writes: > This is a temporary interface, just to see if we're returning values > properly. Your points below are well taken. People really care about > minutes/percentage remaining. In your opinion should we just report that > through /proc or should we keep the data low-level like

Re: bttv problems in 2.4.0/2.4.1

2001-01-31 Thread Gerd Knorr
> The card is a video only capture that came with a camera (and has a > connector to power that camera next to the video connector). Sure the box is really dead? These very cheap cards with just the bt848 and nothing else often have a non-working i2c bus (because they have no chips connected to

[RFC] New Improved Cleaner Whiter Timer Interface

2001-01-31 Thread Daniel Phillips
Here's an improved timer interface as suggested by Rusty and elaborated by me. It turned out that the original problem I set out to solve was already solved (and this approach would not have solved it anyway) but there is a compelling reason for taking this seriously: there are four fewer spinloc

Re: [BUG] 2.4.1 Detects 64 MB RAM, actual 192MB

2001-01-31 Thread Mikael Pettersson
On Wed, 31 Jan 2001 10:01:08 -0500, Adam Schrotenboer wrote: > > On Tue, 30 Jan 2001 23:25:22 -0500, Adam Schrotenboer wrote: > > > >> 2.4.1 detects 64 MB, but 2.4.0 detects 192 (Maybe 191, not sure). > >> ... > >> Linux version 2.4.1 (root@tabriel) (gcc version egcs-2.91.66 >19990314/Linux (egc

<    1   2   3   4   >