Re: Annoying CD-rom driver error messages

2001-03-06 Thread Alan Cox
support to function efficiently -- perhaps that technology needs to be further developed on Linux so app writers don't also have to be kernel experts and experts in all the various bus and device types out there? You mean someone should write a libcdrom that handles stuff like that - quite

Re: Annoying CD-rom driver error messages

2001-03-06 Thread LA Walsh
Alan Cox wrote: support to function efficiently -- perhaps that technology needs to be further developed on Linux so app writers don't also have to be kernel experts and experts in all the various bus and device types out there? You mean someone should write a libcdrom that handles

Re: scsi vs ide performance on fsync's

2001-03-06 Thread Jonathan Morton
On Tue, 6 Mar 2001, Mike Black wrote: Write caching is the culprit for the performance diff: Indeed, and my during-the-boring-lecture benchmark on my 18Gb IBM TravelStar bears this out. I was confused earlier by the fact that one of my Seagate drives blatently ignores the no-write-caching

Re: binfmt_script and ^M

2001-03-06 Thread Xavier Bestel
Wouldn't it be easier to run the script interpreter through WINE ? This way we could workaround several Win32 peculiarities, and users wouldn't bother taking special steps when coding on their home PC. Xav Le 06 Mar 2001 15:12:42 +, Sean Hunter a crit : I propose

Re: scsi vs ide performance on fsync's

2001-03-06 Thread David Balazic
(( please CC me , not subscribed , [EMAIL PROTECTED] ) Jonathan Morton ([EMAIL PROTECTED]) wrote : The OS needs to know the physical act of writing data has finished before it tells the m/board to cut the power - period. Pathological data sets included - they are the worst case

Re: Patch submissions

2001-03-06 Thread Rik van Riel
On Tue, 6 Mar 2001, Alan Cox wrote: I'm getting a notable increase in people sending me patches that do major things and should be 2.5 stuff. Please if you want to rewrite the VM completely, redesign the scsi layer and the like wait until 2.5. VM folks can post their patches to [EMAIL

Re: Patch submissions

2001-03-06 Thread Rik van Riel
On Tue, 6 Mar 2001, Lars Marowsky-Bree wrote: On 2001-03-06T16:56:32, Alan Cox [EMAIL PROTECTED] said: I'm getting a notable increase in people sending me patches that do major things and should be 2.5 stuff. Please if you want to rewrite the VM completely, redesign the scsi layer and

Re: PATCH 2.4.0 parisc PCI support

2001-03-06 Thread Ivan Kokshaysky
On Mon, Mar 05, 2001 at 02:16:05PM -0800, Grant Grundler wrote: I believe it isn't. ;-) It works on various alphas including configurations with chained PCI-PCI bridges. Ok. I overlooked the changes in arch/alpha/kernel/pci.c:pcibios_fixup_bus(). (As you know, things changed alot between

Re: Annoying CD-rom driver error messages

2001-03-06 Thread David Balazic
LA Walsh ([EMAIL PROTECTED]) wrote: Alan Cox wrote: support to function efficiently -- perhaps that technology needs to be further developed on Linux so app writers don't also have to be kernel experts and experts in all the various bus and device types out there? You

Re: Process vs. Threads

2001-03-06 Thread Ulf Carlsson
Hi, Can someone summarize the state of the thread changes in 2.4? A lot seemed to happen, but from what I gather, nothing user-visible yet. We have the concept of thread group now. A thread group will be created if you use the CLONE_THREAD flag from userspace. The task structures for the

Re: scsi vs ide performance on fsync's

2001-03-06 Thread Gregory Maxwell
On Tue, Mar 06, 2001 at 06:14:15PM +0100, David Balazic wrote: [snip] Hardware Level caching is only good for OSes which have broken drivers and broken caching (like plain old DOS). Linux does a good job in caching and cache control at software level. Read caching, yes. But for writes, the

Re: Linux 2.4.2-ac12

2001-03-06 Thread Wayne Whitney
In mailing-lists.linux-kernel, you wrote: -ac is currently testing versions of the new VIA IDE driver What is the relationship between the version 3.21 in -ac12 and the version 4.3 that was distributed on this list a week or two ago? Cheers, Wayne - To unsubscribe from this list: send the

Re: Linux 2.4.2-ac12, ac11 no good either

2001-03-06 Thread Scott M. Hoffman
On Tue, 6 Mar 2001, Alan Cox wrote: I have not had problems with 2.4.2, just tried 2.4.2-ac12. About the IDE stage it just reboots. Does ac11 also reboot like that. -ac is currently testing versions of the new VIA IDE driver so knowing if the latest update did that would be very useful

Re: binfmt_script and ^M

2001-03-06 Thread Peter Samuelson
[Jeff Coy] this issue came up frequently with customers uploading scripts in binary mode trying to run #!/usr/bin/perl^M. The solution for me was to just do the following: cd /usr/bin sudo ln -s perl^V^M perl So none of your customers tried '#!/usr/bin/perl -w^M'? (Come on,

Re: binfmt_script and ^M

2001-03-06 Thread Peter Samuelson
[Dr. Kelsey Hudson] umm, last i checked a carriage return wasn't whitespace... space, horizontal tab, vertical tab, form feed constitute whitespace IIRC... Where and when did you check? Several sources disagree with you. Peter - To unsubscribe from this list: send the line "unsubscribe

Re: binfmt_script and ^M (historical note)

2001-03-06 Thread Don Dugger
Paul- Minor historical note. The `#!' processing was never done by the shell, this was always done in the kernel. Think about about it, the `#' character denotes a comment line, the shell ignores that line. `#!' was used to create a way for the kernel to execute a shell script directly.

Inadequate documentation: sockets

2001-03-06 Thread Alessandro Baretta
Hello everybody! I am a newbie in this list, so please accept my apologies for not being adeqately informed on many technical issues many a kernel programmer might consider banal. I wish to bring your attention to the documentation available on the topic of of the _disconnection_ of stream

Re: scsi vs ide performance on fsync's

2001-03-06 Thread Jonathan Morton
Jonathan Morton ([EMAIL PROTECTED]) wrote : The OS needs to know the physical act of writing data has finished before it tells the m/board to cut the power - period. Pathological data sets included - they are the worst case which every engineer must take into account. Out of interest, does

Re: binfmt_script and ^M

2001-03-06 Thread Jeff Coy
On Tue, 6 Mar 2001, Peter Samuelson wrote: [Jeff Coy] this issue came up frequently with customers uploading scripts in binary mode trying to run #!/usr/bin/perl^M. The solution for me was to just do the following: cd /usr/bin sudo ln -s perl^V^M perl So none of your

Re: Inadequate documentation: sockets

2001-03-06 Thread Alan Cox
=46inally I'm left with my original problem: how am I supposed to detect a close or a shutdown from the peer? Once again, I thank in advance anyone who will lend me a hand by explaining this to me or by addressing me to more adequate documentation. By an EOF on read or getting SIGPIPE/EPIPE

Re: Patch submissions

2001-03-06 Thread Kurt Garloff
On Tue, Mar 06, 2001 at 02:22:58PM -0300, Rik van Riel wrote: I agree with Alan that we should keep all experimental stuff out of 2.4, Depends on the impact. Experimental stuff in MM, FS, ... things is something which we don't want. If somebody writes a new driver for a device which was not

Re: Patch submissions

2001-03-06 Thread Rik van Riel
On Tue, 6 Mar 2001, Kurt Garloff wrote: On Tue, Mar 06, 2001 at 02:22:58PM -0300, Rik van Riel wrote: I agree with Alan that we should keep all experimental stuff out of 2.4, Depends on the impact. Experimental stuff in MM, FS, ... [snip] But, that's probably what you meant.

Re: scsi vs ide performance on fsync's

2001-03-06 Thread Linus Torvalds
On Tue, 6 Mar 2001, Alan Cox wrote: I don't know if there is any way to turn of a write buffer on an IDE disk. You want a forced set of commands to kill caching at init? Wrong model You want a write barrier. Write buffering (at least for short intervals) in the drive is very

Re: Kernel 2.4.3 and new aic7xxx

2001-03-06 Thread Justin T. Gibbs
This is just to report on a the behavior of this driver. I've a dual channel Adaptec 7895 controller. The adapter BIOS is configured to boot from devices in channel B. I boot from a disk connected to channel B and when the kernel loads the driver the disks from channel A are seen first,

Re: Inadequate documentation: sockets

2001-03-06 Thread Khalid Aziz
Alan Cox wrote: =46inally I'm left with my original problem: how am I supposed to detect a close or a shutdown from the peer? Once again, I thank in advance anyone who will lend me a hand by explaining this to me or by addressing me to more adequate documentation. By an EOF on read

Re: IDE trouble under 2.2.19pre16 with Hedrick's IDE patch

2001-03-06 Thread Jasmeet Sidhu
No this error is not by the wrong DMA settings. If you have a drive in dma mode 5 and the controller does not support it, the kernel will give you a proper error saying that this dma mode is not supported by the controller. This is most likly something with the kernel. I'd try upgrading to

IDE bug in 2.4.2-ac12?

2001-03-06 Thread Konrad Stopsack
Hello guys, I hope you've read my posting "DMA problem with ZIP drive and VIA VT82C598MVP / VT82C586B chip" (why does anybody answer?). I now tried the 2.4.2-ac12 kernel including the latest VIA 82c586b driver (version 3.21), but the effects were almost the same: - just when the kernel tried

Re: Inadequate documentation: sockets

2001-03-06 Thread kuznet
Hello! The manual specifies the following flag to be returned by the kernel #define POLLHUP 0x0010/* Hung up */ Hanging up is ambiguous. Does it mean that the client is dead, that he closed his end of the socket, or that he shut down one or both directions of the data flow? The

Re: Inadequate documentation: sockets

2001-03-06 Thread Alessandro Baretta
[EMAIL PROTECTED] wrote: Hello! The manual specifies the following flag to be returned by the kernel [smip] The information is is not quite correct. [snip] The information you gave me sounds interesting, but it is conflict with the documentation. This was my original assertion:

Re: scsi vs ide performance on fsync's

2001-03-06 Thread David Balazic
Linus Torvalds himself wrote : On Tue, 6 Mar 2001, Alan Cox wrote: I don't know if there is any way to turn of a write buffer on an IDE disk. You want a forced set of commands to kill caching at init? Wrong model You want a write barrier. Write buffering (at least for

Re: scsi vs ide performance on fsync's

2001-03-06 Thread Andre Hedrick
Jonathan, I am not going to bite on your flame bate, and are free to waste you money. On Tue, 6 Mar 2001, Jonathan Morton wrote: It's pretty clear that the IDE drive(r) is *not* waiting for the physical write to take place before returning control to the user program, whereas the SCSI

tts/0: 1 input overrun(s)

2001-03-06 Thread Pozsar Balazs
Hi all, I get the following message: tts/0: 1 input overrun(s) each time while downloading pictures from my digital camera via ttyS0, _and_ switching between an X session and textmode console. (ie, 1 switch - 1 error) This is with 2.4.1. I don't remember getting these with 2.2 This error

[RECAP] timeout waiting for DMA

2001-03-06 Thread Jason Rappleye
Hi, I'd like to thank those who responded to my message. Here's a recap of the suggestions and results. My original email appears at the end. For those of you that are getting errors that look like this: kernel: hda: timeout waiting for DMA kernel: ide_dmaproc: chipset supported

kernel bug

2001-03-06 Thread ernte23
hello, I tried the linux 2.4.3-pre2 patch and it crashed like this. i do not know what this is about, but maybe it helps someone: -- kernel BUG at page_alloc.c:75! invalid operand: CPU:0 EIP:0010:[__free_pages_ok+62/840] EFLAGS: 00010286 eax: 001f ebx: c11f2fb0 ecx:

Re: Kernel 2.4.3 and new aic7xxx

2001-03-06 Thread Doug Ledford
"Justin T. Gibbs" wrote: This is just to report on a the behavior of this driver. I've a dual channel Adaptec 7895 controller. The adapter BIOS is configured to boot from devices in channel B. I boot from a disk connected to channel B and when the kernel loads the driver the disks from

Microsoft ZERO Sector Virus, Result of Taskfile WAR

2001-03-06 Thread Andre Hedrick
Alan, You were correct on your warning tome McAfee and no vaccine has yet been developed. This virus simply destroys Sector Zero from the hard disk, where vital information for its functioning are stored. HAHAHA, Microsoft did not listen to me 10 months ago! I warned then that they

Re: VFS: Cannot open root device

2001-03-06 Thread Peter Samuelson
[Jeremy Jackson] try command 'man mkinitrd' under redhat for hints about initial ramdisk. I have been puzzled about this for quite some time. Why exactly does everyone always recommend using 'mkinitrd' on Red Hat systems? It seems to me that if you are compiling a kernel for a specific

System slowdown on 2.4.2-ac5 (recurring from 2.4.1-ac20 and 2.4.0)

2001-03-06 Thread Vibol Hou
Hi, This is a follow up report on a server I run which is now using 2.4.2-ac5. It was suggested that the problem might be a NIC driver issue, but that seems unlikely at this point. You can find my previous posts at the following links to get a better idea of what I am encountering:

Re: binfmt_script and ^M

2001-03-06 Thread John Kodis
On Tue, Mar 06, 2001 at 11:36:29AM -0700, Jeff Coy wrote: '#!/usr/bin/perl -w^M' works without any special handling; the link is not needed: This is the main reason that I think that the kernel should treat \r as just another whitespace character: it's what most shells do, it's what most

Re: IDE bug in 2.4.2-ac12?

2001-03-06 Thread Paul Bristow
On Tuesday 06 March 2001 19:13, Konrad Stopsack wrote: Hello guys, I hope you've read my posting "DMA problem with ZIP drive and VIA VT82C598MVP / VT82C586B chip" (why does anybody answer?). I now tried the 2.4.2-ac12 kernel including the latest VIA 82c586b driver (version 3.21), but the

conducting TCP sessions with non-local IPs

2001-03-06 Thread Bryan Rittmeyer
Hello linux-kernel, Is there any way to conduct TCP sessions (IE have a userland process connect out, or accept connections) using non-local IPs? By "non-local" I just mean IPs that aren't assigned to an interface, but do fall into the network range of a running interface (so netmask, gateway,

Re: scsi vs ide performance on fsync's

2001-03-06 Thread Jens Axboe
On Tue, Mar 06 2001, David Balazic wrote: Wrong model You want a write barrier. Write buffering (at least for short intervals) in the drive is very sensible. The kernel needs to able to send drivers a write barrier which will not be completed with outstanding commands before

Re: Kernel 2.4.3 and new aic7xxx

2001-03-06 Thread Justin T. Gibbs
Can you provide me with a dmesg from a boot with aic7xxx=verbose? I just tested this on a 3940AUW and the behavior was as expected. Perhaps you have a motherboard based controller that has no seeprom? I don't know how to detect flipped channels in that configuration but I'll see what I can

Linux User Profile Survey Results

2001-03-06 Thread Neale . Ferguson
At SHARE last week I distributed a survey form to ascertain the profile of users of Linux (all platforms) and to determine the type of sessions that SHARE should offer in the future. I promised to deliver a summary of the survey either in the proceedings (missed the deadline) or via the list(s).

Re: binfmt_script and ^M

2001-03-06 Thread Andreas Schwab
John Kodis [EMAIL PROTECTED] writes: | On Tue, Mar 06, 2001 at 11:36:29AM -0700, Jeff Coy wrote: | | '#!/usr/bin/perl -w^M' works without any special handling; the link is | not needed: | | This is the main reason that I think that the kernel should treat \r | as just another whitespace

Re: Microsoft ZERO Sector Virus, Result of Taskfile WAR

2001-03-06 Thread Mike Dresser
Sorry Andre, but this one's a hoax. http://service1.symantec.com/sarc/sarc.nsf/html/Virtual.Card.for.you.html On Tue, 6 Mar 2001, Andre Hedrick wrote: This virus acts in the following manner: It sends itself automatically to all contacts on your list with the title "A Virtual Card for

Re: Microsoft ZERO Sector Virus, Result of Taskfile WAR

2001-03-06 Thread Jens Axboe
On Tue, Mar 06 2001, Andre Hedrick wrote: This virus acts in the following manner: It sends itself automatically to all contacts on your list with the title "A Virtual Card for You". As soon as the supposed virtual card is opened, the computer freezes so that the user has to reboot.

Re: PATCH 2.4.0 parisc PCI support

2001-03-06 Thread Grant Grundler
Ivan Kokshaysky wrote: Yes, all that stuff appeared in -test12, IIRC. Now ARM port uses it too, BTW. ok. I'll keep that in mind. I can't debug with *all* devices disabled. What is why I leave VGAs and all sorts of bridges enabled. If you have some other type of console sitting on the

USB-keyboard not recognize after connection

2001-03-06 Thread Otto Wyss
I have an USB-keyboard/-mouse connected to a switchbox which is itself connected to a PowerMac (MacOS) and my PC running Linux. I do regularly switch my USB-devices between Mac and PC. Since I upgraded to kernel 2.4.0 and now 2.4.2 it happens from time to time that Linux does not recognize my

Re: Microsoft ZERO Sector Virus, Result of Taskfile WAR

2001-03-06 Thread Andre Hedrick
On Tue, 6 Mar 2001, Mike Dresser wrote: Sorry Andre, but this one's a hoax. http://service1.symantec.com/sarc/sarc.nsf/html/Virtual.Card.for.you.html Well I am happy it is a hoax, because Alan pressed into my forhead that this old-war would come back to haunt me. Cheers, Andre Hedrick

Re: binfmt_script and ^M

2001-03-06 Thread Thorsten Glaser Geuer
- Original Message - From: "Jesse Pollard" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; "Richard B. Johnson" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, 5. March 2001 19:14 Subject: Re: binfmt_script and ^M John Kodis [EMAIL PROTECTED]: On Mon, Mar 05, 2001

Re: Microsoft ZERO Sector Virus, Result of Taskfile WAR

2001-03-06 Thread Andre Hedrick
On Tue, 6 Mar 2001, Jens Axboe wrote: But I might want to do this (write sector 0), why would we want to filter that? If someone a) uses an email client that will execute java script code (or whatever) and b) runs that as root (which he would have to do, surely no ordinary user has

Re: binfmt_script and ^M

2001-03-06 Thread Dr. Kelsey Hudson
On Tue, 6 Mar 2001, Peter Samuelson wrote: [Dr. Kelsey Hudson] umm, last i checked a carriage return wasn't whitespace... space, horizontal tab, vertical tab, form feed constitute whitespace IIRC... Where and when did you check? Several sources disagree with you. a long while ago... i

Re: VFS: Cannot open root device

2001-03-06 Thread Jeremy Jackson
Peter Samuelson wrote: [Jeremy Jackson] try command 'man mkinitrd' under redhat for hints about initial ramdisk. I have been puzzled about this for quite some time. Why exactly does everyone always recommend using 'mkinitrd' on Red Hat systems? It seems to me that if you are compiling

Re: binfmt_script and ^M

2001-03-06 Thread Thorsten Glaser Geuer
- Original Message - From: "David Weinehall" [EMAIL PROTECTED] To: "Sean Hunter" [EMAIL PROTECTED]; "Laramie Leavitt" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, 6. March 2001 15:37 Subject: Re: binfmt_script and ^M On Tue, Mar 06, 2001 at 03:12:42PM +, Sean Hunter wrote:

Re: TCP vegas implementation

2001-03-06 Thread Mordechai Ovits
linux-vegas: http://pictures.care2.com/view/2/459681070 Really. Mordy On Tue, Mar 06, 2001 at 12:03:02PM -0500, Hao Sun wrote: From Neal Cardwell ([EMAIL PROTECTED]) Tue, 20 Jul 1999 03:08:21 -0700 (PDT) Hi all, A new TCP Vegas patch for 2.2.10/2.3.10 is available at:

Re: Microsoft ZERO Sector Virus, Result of Taskfile WAR

2001-03-06 Thread James A. Sutherland
On Tue, 6 Mar 2001, Andre Hedrick wrote: On Tue, 6 Mar 2001, Jens Axboe wrote: But I might want to do this (write sector 0), why would we want to filter that? If someone a) uses an email client that will execute java script code (or whatever) and b) runs that as root (which he would

Re: Microsoft ZERO Sector Virus, Result of Taskfile WAR

2001-03-06 Thread Andre Hedrick
On Tue, 6 Mar 2001, James A. Sutherland wrote: Jens we are not going therethe filter is the only way known to jam unknown commands, Erm... the hoax "virus" was about writing to the first sector of the disk, overriding the partition table. If "write data" is an "unknown command", HTF

Re: Patch submissions

2001-03-06 Thread Jeff Garzik
Rik van Riel wrote: On Tue, 6 Mar 2001, Kurt Garloff wrote: On Tue, Mar 06, 2001 at 02:22:58PM -0300, Rik van Riel wrote: probably even out of linux-kernel ... No. I want to see experimental stuff on l-k. That's what it's meant for. Putting the experimental stuff which isn't on l-k

Re: TCP vegas implementation

2001-03-06 Thread Dan Hollis
On Tue, 6 Mar 2001, Mordechai Ovits wrote: On Tue, Mar 06, 2001 at 12:03:02PM -0500, Hao Sun wrote: From Neal Cardwell ([EMAIL PROTECTED]) Tue, 20 Jul 1999 03:08:21 -0700 (PDT) A new TCP Vegas patch for 2.2.10/2.3.10 is available at:

Re: Microsoft ZERO Sector Virus, Result of Taskfile WAR

2001-03-06 Thread Jens Axboe
On Tue, Mar 06 2001, Andre Hedrick wrote: But I might want to do this (write sector 0), why would we want to filter that? If someone a) uses an email client that will execute java script code (or whatever) and b) runs that as root (which he would have to do, surely no ordinary user has

Re: Microsoft ZERO Sector Virus, Result of Taskfile WAR

2001-03-06 Thread Andre Hedrick
So EOD from me. ditto... Andre Hedrick Linux ATA Development - 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

Re: Info on adding system calls

2001-03-06 Thread Peter Samuelson
[T.L.Madhu] I want to add a function defined in my loadeble kernel module as system call. You can't. At least not without hackery -- anything is possible with a bit of hackery. And there are at least two good reasons for this. First: adding syscalls at runtime is a recipe for chaos in

Re: Linux 2.4.2-ac12

2001-03-06 Thread Scott M. Hoffman
On Mon, 5 Mar 2001, Linus Torvalds wrote: In article [EMAIL PROTECTED], Scott M. Hoffman [EMAIL PROTECTED] wrote: It may not be related, but out of five boot attempts, only one got past the IDE driver stage(ie, below from 2.4.2 : VP_IDE: IDE controller on PCI bus 00 dev 39 VP_IDE:

Re: conducting TCP sessions with non-local IPs

2001-03-06 Thread Gregory Maxwell
On Tue, Mar 06, 2001 at 12:30:58PM -0800, Bryan Rittmeyer wrote: Hello linux-kernel, Is there any way to conduct TCP sessions (IE have a userland process connect out, or accept connections) using non-local IPs? By "non-local" I just mean IPs that aren't assigned to an interface, but do fall

Re: setleds source and ppp

2001-03-06 Thread Andries . Brouwer
after each byte, downloaded from the internet, the CAPS LOCK led blinks. [poor you - you must have a slow connection] Two possibilities: (i) blink from user space, (ii) blink from kernel space. There is a program setleds in the kbd distribution that sets the leds. Source fragment: int

Forcible removal of modules

2001-03-06 Thread Thomas Hood
Hi. Here's my question, with a little introduction. Sometimes modules need to be reloaded in order to cause some sort of reinitialization (of the driver or of the hardware) to occur. Sometimes this has to be done every time a machine is suspended. E.g., some sound driver modules need to be

Re: Linux 2.4.2-ac12

2001-03-06 Thread Alan Cox
Just trying 2.4.3-pre2 now. It appears to be working fine. I used the same config from my ac11-12 attempts. My systems problem with ac11-12 must not be something common between them. Hope this helps. It helps a lot. I now know not to submit the VIA ide driver to Linus until further

Linux 2.4.2ac13

2001-03-06 Thread Alan Cox
ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ 2.4.2-ac13 o Clean up mad16 detection stuff (Pavel Rabel) o Fix epca unload (Andrey Panin) o Change null apic handling (Maciej Rozycki) o

Re: Linux 2.4.2-ac12

2001-03-06 Thread Andre Hedrick
On Tue, 6 Mar 2001, Alan Cox wrote: Just trying 2.4.3-pre2 now. It appears to be working fine. I used the same config from my ac11-12 attempts. My systems problem with ac11-12 must not be something common between them. Hope this helps. It helps a lot. I now know not to submit the VIA

Re: kernel lock contention and scalability

2001-03-06 Thread Jonathan Lahr
Tridge and I tried out the postgresql benchmark you used here and this contention is due to a bug in postgres. From a quick strace, we found the threads do a load of select(0, NULL, NULL, NULL, {0,0}). Basically all threads are pounding on schedule(). ... Our guess is that the app has some

Re: Linux 2.4.2ac13

2001-03-06 Thread Sergey Kubushin
Against vanilla 2.4.2: === Cut === Patch #0 (patch-2.4.2-ac13.bz2): + /usr/bin/bzip2 -d + patch -p1 -s The next patch would create the file drivers/video/sis/Makefile, which already exists! Assume -R? [n] Apply anyway? [n] 1 out of 1 hunk ignored -- saving rejects to file

ES1371 problem (2.4.2)

2001-03-06 Thread Will Newton
Approx. 90% of the time my es1371 sound card refuses to work. dmesg reveals: es1371: version v0.27 time 16:38:48 Mar 3 2001 es1371: found chip, vendor id 0x1274 device id 0x1371 revision 0x08 PCI: Found IRQ 10 for device 00:0b.0 es1371: found es1371 rev 8 at io 0xa400 irq 10 es1371: features:

Re: Linux 2.4.2ac13

2001-03-06 Thread Andrzej Krzysztofowicz
"Alan Cox wrote:" ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ The .gz patch file still seems to have zero size. Same mirrored :( Andrzej - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo

Re: scsi vs ide performance on fsync's

2001-03-06 Thread Mark Hahn
itself is a bad thing, particularly given the amount of CPU overhead that IDE drives demand while attached to the controller (orders of magnitude higher than a good SCSI controller) - the more overhead we can hand off to I know this is just a troll by a scsi-believer, but I'm biting anyway.

Drive corruption with VIA VT82C686A (ABIT KT7-RAID) - Still -

2001-03-06 Thread Peter DeVries
Still having drive corruption issues with 2.4+ when DMA mode is enabled. Drive corruption is almost instant. attached are output files for the system with kernel 2.4.2 without DMA mode and with DMA. Immediatley after running those commands I attempted to do a copy with DMA on and the system

[patch] smbfs: d_add + re-open fixes

2001-03-06 Thread Urban Widmark
Hello Enough details in the ChangeLog I hope. Patch vs 2.4.2-ac12 but appears to be clean vs 2.4.3-pre2 and the recently released -ac13. Please apply. /Urban diff -urN -X exclude linux-2.4.2-ac12-orig/fs/smbfs/ChangeLog linux-2.4.2-ac12-smbfs/fs/smbfs/ChangeLog ---

Error compiling aic7xxx driver on 2.4.2-ac13

2001-03-06 Thread Phil Oester
anyone else get the following: make[5]: Entering directory ` - 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: Linux 2.4.2-ac12

2001-03-06 Thread God
On Tue, 6 Mar 2001, Scott M. Hoffman wrote: On Tue, 6 Mar 2001, God wrote: # iostat Linux 2.4.2 (scotch)03/06/2001 I have not had problems with 2.4.2, just tried 2.4.2-ac12. About the IDE stage it just reboots. Same chipset/mb? As for your iostat output, which version do

Re: kernel lock contention and scalability

2001-03-06 Thread Matthew Kirkwood
On Tue, 6 Mar 2001, Jonathan Lahr wrote: [ sorry to reply over another reply, but I don't have the original of this ] Tridge and I tried out the postgresql benchmark you used here and this contention is due to a bug in postgres. From a quick strace, we found the threads do a load of

Re: Patch submissions

2001-03-06 Thread Andrew Morton
Rik van Riel wrote: On Tue, 6 Mar 2001, Alan Cox wrote: I'm getting a notable increase in people sending me patches that do major things and should be 2.5 stuff. Please if you want to rewrite the VM completely, redesign the scsi layer and the like wait until 2.5. VM folks can post

Error compiling aic7xxx driver on 2.4.2-ac13

2001-03-06 Thread Phil Oester
one more try... anyone else get the following: make[5]: Entering directory `/usr/src/linux-2.4.2-ac13/drivers/scsi/aic7xxx/aicasm' lex -t aicasm_scan.l aicasm_scan.c gcc -I/usr/include -ldb aicasm_gram.c aicasm_scan.c aicasm.c aicasm_symbol.c -o aicasm aicasm_symbol.c:39: db/db_185.h: No such

Re: SLAB vs. pci_alloc_xxx in usb-uhci patch

2001-03-06 Thread David Brownell
Anyways, is this the end of the discussion regarding my patch? I think one of the maintainers for usb-uhci (Georg) said he'd want the general fix ... Manfred said plainly "usb-uhci is broken", Alan kinda manuevered around my small problem, Dave Brownell looks unconvinced. So? There are two

Re: The IO problem on multiple PCI busses

2001-03-06 Thread Oliver Xymoron
On Fri, 2 Mar 2001, David S. Miller wrote: On PPC, we don't have an "IO" space neither, all we have is a range of memory addresses that will cause IO cycles to happen on the PCI bus. This is precisely what the "next MMAP is XXX space" ioctl I've suggested is for. I think I've addressed

Re: spinlock help

2001-03-06 Thread Nigel Gamble
On Tue, 6 Mar 2001, Manoj Sontakke wrote: 1. when spin_lock_irqsave() function is called the subsequent code is executed untill spin_unloc_irqrestore()is called. is this right? Yes. The protected code will not be interrupted, or simultaneously executed by another CPU. 2. is this sequence

v2.4.1-v2.4.3pre2 doesnt power off by halt or shutdown -h

2001-03-06 Thread Eugene Danilchenko
Hello i have such problem, with 2.2.17 halt or shutdown -h - are ok. but with 2.4.1, 2.4.2, 2.4.3-pre2 aren`t. maybe i make wrong .config? # # Automatically generated make config: don't edit # CONFIG_X86=y CONFIG_ISA=y # CONFIG_SBUS is not set CONFIG_UID16=y # # Code maturity level options #

No Subject

2001-03-06 Thread Ying Chen
Hi, I have two questions on Linux pthread related issues. Would anyone be able to help? 1. Does any one have some suggestions (pointers) on good kernel Linux thread libraries? 2. We ran multi-threaded application using Linux pthread library on 2-way SMP and UP intel platforms (with both 2.2

2.2.18 - do_try_to_free_pages failed

2001-03-06 Thread David Relson
This is my first report of a kernel crash, so if there is more information wanted, please let me know and I'll do my best to supply it. I'm running Mandrake 7.2 with a 2.2.18 kernel and GNOME, PIII 500 mhz, 256MB ram, AIC789x SCSI on mobo, Fujitsu 18GB scsi HD, ATI video card. This evening,

Re: Error compiling aic7xxx driver on 2.4.2-ac13

2001-03-06 Thread J . A . Magallon
On 03.07 Phil Oester wrote: one more try... anyone else get the following: make[5]: Entering directory `/usr/src/linux-2.4.2-ac13/drivers/scsi/aic7xxx/aicasm' lex -t aicasm_scan.l aicasm_scan.c gcc -I/usr/include -ldb aicasm_gram.c aicasm_scan.c aicasm.c aicasm_symbol.c -o aicasm

Re: threads

2001-03-06 Thread J . A . Magallon
On 03.07 Ying Chen wrote: 2. We ran multi-threaded application using Linux pthread library on 2-way SMP and UP intel platforms (with both 2.2 and 2.4 kernels). We see significant increase in context switching when moving from UP to SMP, and high CPU usage with no performance gain in turns

Re: [patch][rfc][rft] vm throughput 2.4.2-ac4

2001-03-06 Thread Marcelo Tosatti
On Fri, 2 Mar 2001, Mike Galbraith wrote: On Thu, 1 Mar 2001, Rik van Riel wrote: The merging at the elevator level only works if the requests sent to it are right next to each other on disk. This means that randomly sending stuff to disk really DOES DESTROY PERFORMANCE and

Re: Error compiling aic7xxx driver on 2.4.2-ac13

2001-03-06 Thread Justin T. Gibbs
make[5]: Entering directory `/usr/src/linux-2.4.2-ac13/drivers/scsi/aic7xxx/aicasm' lex -t aicasm_scan.l aicasm_scan.c gcc -I/usr/include -ldb aicasm_gram.c aicasm_scan.c aicasm.c aicasm_symbol.c -o aicasm aicasm_symbol.c:39: db/db_185.h: No such file or directory make[5]: *** [aicasm] Error 1

Re: Error compiling aic7xxx driver on 2.4.2-ac13

2001-03-06 Thread John Cavan
Phil Oester wrote: one more try... anyone else get the following: make[5]: Entering directory `/usr/src/linux-2.4.2-ac13/drivers/scsi/aic7xxx/aicasm' lex -t aicasm_scan.l aicasm_scan.c gcc -I/usr/include -ldb aicasm_gram.c aicasm_scan.c aicasm.c aicasm_symbol.c -o aicasm

Re: kernel lock contention and scalability

2001-03-06 Thread Tim Wright
On Tue, Mar 06, 2001 at 11:39:17PM +, Matthew Kirkwood wrote: On Tue, 6 Mar 2001, Jonathan Lahr wrote: [ sorry to reply over another reply, but I don't have the original of this ] Tridge and I tried out the postgresql benchmark you used here and this contention is due to a bug

Re: [PATCH] 2.2.18 IDE tape problem, with ide-scsi

2001-03-06 Thread Chip Salzenberg
With Andre's IDE subsystem, I found the below patch necessary to use my IDE tape drive (Exabyte Eagle TR-4). Frankly, it's been so long since I created this patch that I can't remember the detailed reasons for the changes. But I knew them once. :-) And it works for me. Reminder, this is

Re: Hashing and directories

2001-03-06 Thread Jamie Lokier
Pavel Machek wrote: the space allowed for arguments is not a userland issue, it is a kernel limit defined by MAX_ARG_PAGES in binfmts.h, so one could tweak it if one wanted to without breaking any userland. Which is exactly what I done on my system. 2MB for command line is very nice.

Re: your mail

2001-03-06 Thread Don Dugger
Ying- I'm a little confused here. It's very hard to compare a UP application vs. the same app. converted to use threads. Unless the app. is structured such that multiple threads can run at the same time then no, you won't see any improvement by going to SMP, in fact a true single threaded app.

Re: Error compiling aic7xxx driver on 2.4.2-ac13

2001-03-06 Thread Alan Cox
make[5]: Entering directory `/usr/src/linux-2.4.2-ac13/drivers/scsi/aic7xxx/aicasm' lex -t aicasm_scan.l aicasm_scan.c gcc -I/usr/include -ldb aicasm_gram.c aicasm_scan.c aicasm.c aicasm_symbol.c -o aicasm aicasm_symbol.c:39: db/db_185.h: No such file or directory You need db3/db3-devel

Re: Error compiling aic7xxx driver on 2.4.2-ac13

2001-03-06 Thread Alan Cox
Which distro is yours ? In my Mandrake 8.0beta there is no /usr/include/db. Mdk offers the 3 db libs (db1, db2, db3), so I had to create a symlink /usr/include/db3 - /usr/include/db. Which is the standard path ? At least, Mdk and RH (Alan...) differ. Im not too worried about this right now

Re: Interesting fs corruption story

2001-03-06 Thread Tim Wright
Hi Ettore, I have no idea if this is related to your problem since you didn't mention that key part, but with the same drive, I managed to trash my root partition incredibly badly by trying to use DMA and then do APM suspend or hibernate. On wakeup, I'd get an 'hda: lost interrupt' but then

<    1   2   3   4   5   >