2.2.18pre24 spurious diskchanges

2000-12-12 Thread Xavier Bestel
Hi, on my ide CDROm I get, roughly each 2 seconds, disk changes although the drive is empty and I don't touch it: Dec 12 08:57:43 localhost kernel: VFS: Disk change detected on device ide0(3,64) Dec 12 08:58:14 localhost last message repeated 16 times Dec 12 08:59:16 localhost last message repe

recursive exports && linux nfs

2000-12-12 Thread Marc Lehmann
Hi ;) I am trying to export the whole filesystem hierarchy on one of my servers (this includes /fs, which is an automounted directory using autofs). Now I have two problems: 1) exporting: exportfs does not really exports filesystems that are not present when exportfs is being called (some of

BUG and fix: area->map's size is incorrect

2000-12-12 Thread uaca
Hi the bug doesn't impact stability but wastes memory, when more memory you have more memory you waste. please look this, it's a ONE line patch! this is an email I sent here two weeks ago, since I've got no reply (and neigher from linux-mm) i resend it to again, I've also attached aditional inf

Re: UP 2.2.18 makes kernels 3% faster than UP 2.4.0-test12

2000-12-12 Thread Rik van Riel
On Mon, 11 Dec 2000, Steven Cole wrote: > Building kernels is something we do so frequently and this test > is so easy to reproduce is why I performed it in the first > place. I think it may be as good a test of real performance as > some of the more formal benchmarks. Comments anyone? Just one

Re: 2.2.18pre24 spurious diskchanges

2000-12-12 Thread Xavier Bestel
> >on my ide CDROm I get, roughly each 2 seconds, disk changes although the > >drive is empty and I don't touch it: > > > >Dec 12 08:57:43 localhost kernel: VFS: Disk change detected on device > >ide0(3,64) > >Dec 12 08:58:14 localhost last message repeated 16 times > >Dec 12 08:59:16 localhost la

Re: Linux 2.2.18 release notes

2000-12-12 Thread Bruce Korb
Peter Samuelson wrote: > > [AC] > > > ... added basic support for the Pentium IV. > [Android] > > How is the Pentium IV more advanced than the Pentium III, other than > > speed? Why would LInux care about a 1500 MHz clock or 400 MHz bus > > speed? Just treat the PIV as a faster PIII

cpu stepping

2000-12-12 Thread Jon Hulatt
hi,   sorry to ask this here but i'm finding difficulty getting this info elsewhere...   I'm not an assembly programmer and i know little about cpu's. it's a hole in my knowledge i guess. i'm looking for some technical introduction doc to explain what diff. aspects of cpu do, what is steppi

[patch-2.4.0-test12] oneliner bugfix (microcode driver again)

2000-12-12 Thread Tigran Aivazian
Hi Linus, If misc registration fails but devfs registration succeeds then we should return 0 from microcode_init. Regards, Tigran --- linux/arch/i386/kernel/microcode.c Tue Dec 12 09:25:10 2000 +++ work/arch/i386/kernel/microcode.c Tue Dec 12 09:55:28 2000 @@ -126,6 +126,7 @@

linux-2.4.0-test12 problem with init

2000-12-12 Thread Bill Maidment
Hi I reported a problem with using 'init 1' with 2.4.0-test12-pre8 and was told it wasn't a kernel problem. I beg to differ, as it still happens with 2.4.0-test12 but not with 2.4.0-test12-pre7. What changed between pre7 and pre8 to make 'init 1' behave like 'init 5'? 'init 3' works correctly. Th

Re: 2.2.18pre21 oops reading /proc/apm

2000-12-12 Thread Neale Banks
On Tue, 12 Dec 2000, Neale Banks wrote: [...] > Diff against unmolested 2.2.18pre24 is attached. Hold that one, I just found another case I haven't covered: booting with apm=debug causes oops and nukes the bootup. Reading the source, I can't see how this doesn't also affect the "dell_crap" case

Re: UP 2.2.18 makes kernels 3% faster than UP 2.4.0-test12

2000-12-12 Thread Helge Hafting
Steven Cole wrote: [...] > Simple question here, and risking displaying great ignorance: > Does it make sense to use make -jN where N is much greater than the > number of CPUs? No, but it makes sense to have N at least one more than the number of cpus, if you have the memory. This because your p

NFS v2 attribute problem with 2.2.18?

2000-12-12 Thread Jens-Uwe Mager
I just installed the new 2.2.18 kernel and I get a strange problem with NFS v2 servers (for example AIX 4.1.5). The problem does not appear if the NFS server is a newer V3 for example from Solaris 7. The problem is that I am unable to create new files in a newly created directory for a while: ram

Re: cpu stepping

2000-12-12 Thread richardj_moore
Stepping is Intel teminology for chip revisions - possibly other manufacturers have used the same terminology. Intel documents the fixes, or rather the bugs and work-arounds, for each stepping level in the addendum to the particular processor's reference manual. Probably, I haven't checked, thi

Re: Linux 2.2.18 release notes

2000-12-12 Thread David Weinehall
On Mon, Dec 11, 2000 at 09:30:37PM -0600, Paul Fulghum wrote: > From: "Alan Cox" <[EMAIL PROTECTED]> > > Linux 2.2.18 Release Notes > > patch-2.2.18.tar.gz size=2.9MBytes Ehrm?! A tar'ed-up patch?! You didn't mean something like: 3049653 Dec 11 00:45 patch-2.2.18.gz now did you?! :^) > fr

Re: 2.2.18pre24 spurious diskchanges

2000-12-12 Thread Jens Axboe
On Tue, Dec 12 2000, Xavier Bestel wrote: > > >on my ide CDROm I get, roughly each 2 seconds, disk changes although the > > >drive is empty and I don't touch it: > > > > > >Dec 12 08:57:43 localhost kernel: VFS: Disk change detected on device > > >ide0(3,64) > > >Dec 12 08:58:14 localhost last mes

2.4.0-test12 not liking high disk i/o

2000-12-12 Thread Mohammad A. Haque
Hey guys, Any one else experiencing problems when they do lots of disk activity in test12? I was able to grab the tail end of an oops. Probably not too usefull. Code: 89 42 04 89 10 b8 01 00 00 00 07 43 04 00 00 00 00 c7 03 00 Aiee, killing interrupt handler Kernel panic: Attempted to kill the

Re: 2.4.0-test12 not liking high disk i/o

2000-12-12 Thread Mohammad A. Haque
If anyone is interested, this is what I am doing before it blows up everytime... sudo tar zxfv ~mhaque/linux-2.4.0-test5.tar.gz cd linux cat ~mhaque/kernel-patches/patch-2.4.0-test? ~mhaque/kernel-patches/patch-2.4.0-test1? | sudo patch -p1 sudo make mrproper sudo cp ~/kernel-config .config sudo

kernel error

2000-12-12 Thread jordi
hi I try to upgrade my 2.2.5-17 kernel to 2.4-test11 but when I put make modules_install and it is in pcmacia module the make crash because it put -F option. when I see the syntax not appear this option and I don't have a answer? You can help me? Thanks a lot for all Jordi Pallarès - To un

2.2.17 with Hedrick's IDE patch compiled with gcc-2.95.3-0.20000323

2000-12-12 Thread Peter Hanecak
Hello, I saw announcement about new 2.2.18 release and notice about newer compilers. So I'm writing ... Since Sep 6 2000 I'm running kernel 2.2.17 with Andre Hedrick's IDE patch (2904) compiled with gcc-2.95.3-0.2323 (RedHat package). I'm runing it on Pentium III/650 MHz system with 256

Re: Linux 2.2.18 release notes

2000-12-12 Thread Alan Cox
> And thus it follows that 2.2.18 is the least buggy kernel ever, since > it has gotten the most bug fixes. > > Right? (: Hopefully not. Remove arch/m68k arch/arm include/asm-m68k include/asm-arm drivers/usb drivers/char/agp drivers/char/

Re: Linux 2.2.18 release notes

2000-12-12 Thread Alan Cox
> - maybe they'll need to patch lm_sensors to accommodate the increased > temperature range since the P4 runs so hot. (: (: Also there is a new 'rep nop' instruction that means 'short pause' and is used in spinlocks. Alan - To unsubscribe from this list: send the line "unsubscribe linux-kern

Re: Linux 2.2.18 release notes

2000-12-12 Thread Lars Marowsky-Bree
On 2000-12-12T12:26:26, Alan Cox <[EMAIL PROTECTED]> said: > > And thus it follows that 2.2.18 is the least buggy kernel ever, since > > it has gotten the most bug fixes. > > > > Right? (: > Hopefully not. I _do_ hope that 2.2.18 is the least buggy kernel ever... Why do you hope otherwise? ;

Re: 2.4.0-test12 not liking high disk i/o

2000-12-12 Thread Mohammad A. Haque
Weird. I just booted from a test12 kernel I compiled (under test11) from completely clean sources and tried this again and no problems. I'm just gonna put this down as a fluke unless someone else someone else sees it or I lockup again. The only problem I have now is unresolved symbols in some scs

Re: CPU attachent and detachment in a running Linux system

2000-12-12 Thread Alan Cox
> thanks for your input but I think it won't work this way because the value > of smp_num_cpus needs to be increased by one right before a new cpu gets > started. Then one can imagine the following situation at one of the cpus > that needs to be captured: This is fine providing the code is aware

Kernel 2.4.12 - USB-STORAGE module problem

2000-12-12 Thread Tony Spinillo
When trying to load the usb-storage module (after executing the rc.usb script) I get the following (when using the latest 2.4Test12 from yesterday): Using /lib/modules/2.4.0-test12/kernel/drivers/usb/storage/usb-storage.o /lib/modules/2.4.0-test12/kernel/drivers/usb/storage/usb-storage.o: unresol

Re: 2.2.18pre24 spurious diskchanges

2000-12-12 Thread Alan Cox
> on my ide CDROm I get, roughly each 2 seconds, disk changes although the > drive is empty and I don't touch it: some drives report a disk change every time they are asked when empty. This confuses magicdev somewhat - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: Bad behavior of recv on already closed sockets.

2000-12-12 Thread Denis Perchine
Hi, > > Looks like it tries to read on socket which is already closed from other > > side. And it seems like recv did not return in this case. Is this OK, or > > kernel bug? > > This smells like an unknown bug in kernel. > > It is unknown, hence there is no workaround (but upgrading to 2.4). > >

Re: pdev_enable_device no longer used ?

2000-12-12 Thread Adrian Cox
"David S. Miller" wrote: > Interpreting physical BAR values is another issue altogether. Kernel > wide interfaces for this may be easily added to include/asm/pci.h > infrastructure, please just choose some sane name for it and I will > compose a patch ok? :-) There's a semi-respectable use for B

Re: 2.4.0-test12 not liking high disk i/o

2000-12-12 Thread Mohammad A. Haque
I spoke too soon. It did it again while I was in X. Fetchmail/sendmail was doing mail stuff. The two were also running the other times also so its possible that this could be the trigger. "Mohammad A. Haque" wrote: > > Weird. I just booted from a test12 kernel I compiled (under test11) from > co

Re: linux-2.4.0-test12 problem with init

2000-12-12 Thread Mike Galbraith
On Tue, 12 Dec 2000, Bill Maidment wrote: > Hi > > I reported a problem with using 'init 1' with 2.4.0-test12-pre8 and was > told it wasn't a kernel problem. I beg to differ, as it still happens > with 2.4.0-test12 but not with 2.4.0-test12-pre7. What changed between > pre7 and pre8 to make 'ini

Re: NFS v2 attribute problem with 2.2.18?

2000-12-12 Thread Jens-Uwe Mager
>It would help a lot more if you ran tcpdump with "-s 1500" or some >similar large number. As Neil points out truncated packets do not help, so the trace again with -s 1500 as an argument to tcpdump: 13:48:05.395685 ramses.helios.de.1693569633 > ans.nfs: 132 lookup fh 9,65537/2147693539 "xxx"

how to capture long oops w/o having second machine

2000-12-12 Thread Mohammad A. Haque
What's the best way to capture (manually or otherwise) a rather long oops that scrolls off my console without having a second machine? I'm gonna try to compile in a framebuffer and use a high resolution and see if that'll hold it all when I get back later today. --

PROBLEM: cdrom doesnt work anymore with 2.4

2000-12-12 Thread Matthias Czapla
Hi. I have a quite old cdrom drive, called Cyberdrive 240D. With linux 2.2.17 it worked with soemtimes odd behavior, but it worked. With 2.4.0-test11 I can mount cdroms in it but if I want to access it (eg. ls, cd...) I get messages like: _isofs_bmap: block >= EOF (1096810496, 2048) or _isofs_bm

Re: PROBLEM: cdrom doesnt work anymore with 2.4

2000-12-12 Thread Chmouel Boudjnah
Matthias Czapla <[EMAIL PROTECTED]> writes: > Hi. > > I have a quite old cdrom drive, called Cyberdrive 240D. With linux 2.2.17 > it worked with soemtimes odd behavior, but it worked. > With 2.4.0-test11 I can mount cdroms in it but if I want to access it (eg. if you use the kernel-rpm you repo

2.4.0-test12 unresolved SCSI symbols

2000-12-12 Thread Bob_Tracy
Someone else mentioned the problem in a different context, so this report isn't exactly new... LOTS of unresolved symbols in several SCSI modules. Here's the list for "st.o": scsi_unregister_module scsi_block_when_processing_errors scsi_release_request scsi_do_req scsi_allocate_request print_re

Re: how to capture long oops w/o having second machine

2000-12-12 Thread Xavier Bestel
> What's the best way to capture (manually or otherwise) a rather long > oops that scrolls off my console without having a second machine? > > I'm gonna try to compile in a framebuffer and use a high resolution and > see if that'll hold it all when I get back later today. shift+pageup ? Xav - T

Re: how to capture long oops w/o having second machine

2000-12-12 Thread Tigran Aivazian
On 12 Dec 2000, Xavier Bestel wrote: > > What's the best way to capture (manually or otherwise) a rather long > > oops that scrolls off my console without having a second machine? > > > > I'm gonna try to compile in a framebuffer and use a high resolution and > > see if that'll hold it all when

Re: how to capture long oops w/o having second machine

2000-12-12 Thread Mohammad A. Haque
No go. Xavier Bestel wrote: > > shift+pageup ? -- = Mohammad A. Haque http://www.haque.net/ [EMAIL PROTECTED] "Alcohol and calculus don't mix.

Re: kernel error

2000-12-12 Thread Erik Mouw
On Tue, Dec 12, 2000 at 12:53:33PM +0100, jordi wrote: > I try to upgrade my 2.2.5-17 kernel to 2.4-test11 but when I put make > modules_install and it is in pcmacia module the make crash because it > put -F option. > > when I see the syntax not appear this option and I don't have a answer? > >

Re: [PATCH] remove warning from drivers/net/hp100.c (240-test12-pre7)

2000-12-12 Thread Rasmus Andersen
On Mon, Dec 11, 2000 at 06:09:31PM -0600, Peter Samuelson wrote: > > [Rasmus Andersen] > > How about this patch? It moves the offending struct to the __init > > function where it is used and inside an existing #ifdef CONFIG_PCI. > > H, if you're messing around with the pci device table, why

ds problem ?

2000-12-12 Thread Maciej Bogucki
HI! I have IBM NETFINITY 5100 server with 2.4.0-test12-pre8 . When I run it I got : After : "NET4: Unix domain sockets 1.0/SMP for Linux NET4.0." i have get : "ds: no socket drivers loaded!" I don't think it is serious problem . Regards Maciej Bogucki, Network Administrator --- 3dart.com / e

PROBLEM: USB (MS Intellimouse specifically) does not work with SMP Linux 2.2.18.

2000-12-12 Thread Laramie Leavitt
[1.] One line summary of the problem: USB (MS Intellimouse specifically) does not work with SMP kernel 2.2.18. [2.] Full description of the problem/report: When trying to install a Microsoft Intellimouse Explorer (USB) to a SMP kernel, I get the following error multiple times: usb.c: USB device

Re: UP 2.2.18 makes kernels 3% faster than UP 2.4.0-test12

2000-12-12 Thread Mike Galbraith
On Tue, 12 Dec 2000, Rik van Riel wrote: > On Mon, 11 Dec 2000, Steven Cole wrote: > > > Building kernels is something we do so frequently and this test > > is so easy to reproduce is why I performed it in the first > > place. I think it may be as good a test of real performance as > > some of

Re: how to capture long oops w/o having second machine

2000-12-12 Thread Mohammad A. Haque
Someone gave me a really awesome idea about possibly using a palm pilot to capture the oops. Anyone know if it will be a problem using /dev/ttyUSB0 as the serial port? Baiscally if I want to duplicate the environment in which I'm getting the oops, I need to be dialed out. That takes out COM1. I n

Build failure in 2.2.18

2000-12-12 Thread root
I've just patched and reconfigured to 2.2.18 (from 2.2.17 on an i686-linux-gnu[2.2]). make bzImage fails with: make[1]: Leaving directory `/usr/src/linux-2.2.18/arch/i386/lib' cc -D__KERNEL__ -I/usr/src/linux/include -E -C -P -I/usr/src/linux/include -imacros /usr/src/linux/include/asm-i386/

followup: 2.4.0-test12 unresolved SCSI symbols

2000-12-12 Thread Bob_Tracy
The quick (not necessarily correct) fix is to back out that portion of the linux/drivers/scsi/Makefile patch that moves "scsi_syms.o" from line 33 to line 126. "It works for me." (tm) -- Bob Tracy[EMAIL PROTECTED] -

Re: UP 2.2.18 makes kernels 3% faster than UP 2.4.0-test12

2000-12-12 Thread Steven Cole
Helge Hafting wrote: >Steven Cole wrote: >[...] >>Simple question here, and risking displaying great ignorance: >>Does it make sense to use make -jN where N is much greater than the >>number of CPUs? > >No, but it makes sense to have N at least one more than the number of >cpus, >if you have the m

Re: ANNOUNCE: Linux Kernel ORB: kORBit

2000-12-12 Thread josef höök
What about implementing 9P instead /joh Michael Rothwell wrote: > Ben Ford wrote: > > > Why would you *ever* want to write a device driver in perl??? > > Well, Perl, I don't know. But the USB 'driver' for my Canon PowerShot > S20 runs in userspace. Seems a safer place to do things. > > -M > -

[BUG] raid5 crash with 2.4.0-test12 [Was: Linux-2.4.0-test12]

2000-12-12 Thread Jasper Spaans
On Mon, Dec 11, 2000 at 06:52:55PM -0800, Linus Torvalds wrote: > > Ok, there it is. Noticeable changes from pre8 are mainly (a) new tq list > compile fixes and (b) the NetApp snapshot thing. > - final: > - Neil Brown: raid and md cleanups Hmm, while doing some not-so-heavy things with a m

Re: PROBLEM: cdrom doesnt work anymore with 2.4

2000-12-12 Thread Guest section DW
On Tue, Dec 12, 2000 at 02:17:04PM +0100, Matthias Czapla wrote: > I have a quite old cdrom drive, called Cyberdrive 240D. With linux 2.2.17 > it worked with soemtimes odd behavior, but it worked. > With 2.4.0-test11 I can mount cdroms in it but if I want to access it (eg. > ls, cd...) I get mess

[PATCH] make config w/ Pentium-II

2000-12-12 Thread Matthew Wilcox
I built 2.4.0-test10 for my laptop and got caught out by `make config'. When I typed `Pentium-II' for my CPU type, it selected Pentium-III and my kernel wouldn't boot. To prevent errors of this type, please apply this patch. As a bonus, `Celeron' will now work as an answer too. Please apply.

Re: ANNOUNCE: Linux Kernel ORB: kORBit

2000-12-12 Thread Michael Rothwell
josef höök wrote: > > What about implementing 9P instead That would rock. Plan9 is unix done the right way -- i.e., the fully consistent way. I'd love to see 9p in Linux. We're heading that direction anyway, with procfs, devfs, etc. - To unsubscribe from this list: send the line "unsubscribe li

Re: how to capture long oops w/o having second machine

2000-12-12 Thread Wakko Warner
> What's the best way to capture (manually or otherwise) a rather long > oops that scrolls off my console without having a second machine? > > I'm gonna try to compile in a framebuffer and use a high resolution and > see if that'll hold it all when I get back later today. Tried using a printer?

Swapping-over-nbd deadlock fixed?

2000-12-12 Thread Jeff Garzik
I see in the 2.2.18 release notes that a deadlock, related to swapping over a network via nbd, was fixed. Is this bug present in 2.4.x-test? -- Jeff Garzik | Building 1024 | These are not the J's you're lookin' for. MandrakeSoft| It's an old Jedi mind trick. - To unsubscrib

Re: how to capture long oops w/o having second machine

2000-12-12 Thread Petr Vandrovec
On 12 Dec 00 at 13:31, Tigran Aivazian wrote: > > > I'm gonna try to compile in a framebuffer and use a high resolution and > > > see if that'll hold it all when I get back later today. > > > > shift+pageup ? > > the problem with Shift-PgUP is that all the framebuffer drivers I tried > (matrox,

Re: Swapping-over-nbd deadlock fixed?

2000-12-12 Thread Marcelo Tosatti
On Tue, 12 Dec 2000, Jeff Garzik wrote: > I see in the 2.2.18 release notes that a deadlock, related to swapping > over a network via nbd, was fixed. Is this bug present in 2.4.x-test? The bug is not related to swapping via nbd. The problem happens because the allocation code (kmalloc) whic

Re: Swapping-over-nbd deadlock fixed?

2000-12-12 Thread Rik van Riel
On Tue, 12 Dec 2000, Jeff Garzik wrote: > I see in the 2.2.18 release notes that a deadlock, related to > swapping over a network via nbd, was fixed. Is this bug present > in 2.4.x-test? It _should_ be fixed in 2.4 as well. Then again, I don't know if there are any other deadlocks left .. ;)

[PATCH] generic_serial's block_til_ready

2000-12-12 Thread Patrick van de Lageweg
Hi Linus, This patch renames the block_til_ready of generic serial to gs_block_til_ready. it helps when other modules have a "static block_til_ready" defined when used older modutils. Patrick diff -r -u linux-2.4.0-test10.clean/drivers/char/generic_serial.c linux-2.4.0-test10.gener

[PATCH] atmrefcount

2000-12-12 Thread Patrick van de Lageweg
Hi Linus, This patch contains the fix for the atmrefcount problem (noted as a critical problem in Ted's todo list). Patrick diff -u -r linux-2.4.0-test11.clean/drivers/atm/ambassador.c linux-2.4.0-test11.atmrefcount/drivers/atm/ambassador.c --- linux-2.4.0-test11.clean/drivers/atm/amba

[NEW DRIVER] New user space serial port driver

2000-12-12 Thread Patrick van de Lageweg
Hi Linus, Please consider including this user space serial driver. It was writen for the Perle 833 RAS Server but can also be used for other serial devices more appropriately driven from a userspace program. Patrick diff -u -r --new-file linux-2.4.0-test7.clean/Documentation/Configu

[NEW DRIVER] firestream

2000-12-12 Thread Patrick van de Lageweg
Hi Linus, This is the driver for the Fujitsu Firestream atm cards (fs50 and fs155). Please consider including this driver in the tree. Thanks Patrick diff -u -r --new-file linux-2.4.0-test11.clean/Documentation/Configure.help linux-2.4.0-test11.fs50/Documentation/Configure.help ---

PROBLEM: Inode<0 in /proc/net/unix (2.2.16)

2000-12-12 Thread sigmunds
[1.] Inode<0 in /proc/net/unix (2.2.16) [2.] I found that Inode in /proc/net/unix often is less than zero on a debian system with a 2.2.16 kernel. If I understand correctly, this should not happen. I haven't found any mention of this anywhere. The corresponding values in the filesystem and in th

Re: [PATCH] ide-pci.c: typo

2000-12-12 Thread Matthew Kirkwood
On Mon, 11 Dec 2000, Frédéric L . W . Meunier wrote: > > I disagree with the patch. The bug is in printk > > No problem. So, it's a bug report instead. I have no clues, and just > thought it'd be a fix :) > > Not sure if 2.2.17 reported the double %% from syslog. I usually look > at my dmesg. If

Re: [PATCH] generic_serial's block_til_ready

2000-12-12 Thread Nick Holloway
[EMAIL PROTECTED] (Patrick van de Lageweg) writes: > This patch renames the block_til_ready of generic serial to > gs_block_til_ready. > > it helps when other modules have a "static block_til_ready" defined when > used older modutils. Do you mean older than the version specified as being requir

[PATCH] unresolved symbols in ext2.o (2.4.0-test12)

2000-12-12 Thread raubitsj
Below is a patch i need to fix two unresolved symbols when ext2 was compiled as a module. -jeff --- linux-2.4.0-test12/kernel/ksyms.c Tue Dec 12 11:19:17 2000 +++ linux/kernel/ksyms.cTue Dec 12 11:18:57 2000 @@ -252,6 +252,8 @@ EXPORT_SYMBOL(lock_may_read); EXPORT_SYMBOL(lock_may_wr

Re: [PATCH] generic_serial's block_til_ready

2000-12-12 Thread Jeff Garzik
Nick Holloway wrote: > > [EMAIL PROTECTED] (Patrick van de Lageweg) writes: > > This patch renames the block_til_ready of generic serial to > > gs_block_til_ready. > > > > it helps when other modules have a "static block_til_ready" defined when > > used older modutils. > > Do you mean older than

OOPS on i586 2.4.0-test9

2000-12-12 Thread Thilo Mezger
Hi, i've just discovered this oops in my logs. it's a plain red hat linux 7 system with all updates applied (incl. glibc 2.2). the kernel running is a stock 2.4.0-test9. i have no idea what could have caused this oops but i'm running an onstream di-30 tape streamer with the ide-tape.c driver.

Re: how to capture long oops w/o having second machine

2000-12-12 Thread Greg KH
On Tue, Dec 12, 2000 at 09:34:30AM -0500, Mohammad A. Haque wrote: > Someone gave me a really awesome idea about possibly using a palm pilot > to capture the oops. Anyone know if it will be a problem using > /dev/ttyUSB0 as the serial port? > > Baiscally if I want to duplicate the environment in

Re: 2.4.0-test12 not liking high disk i/o

2000-12-12 Thread Niels Kristian Bech Jensen
On Tue, 12 Dec 2000, Mohammad A. Haque wrote: > Any one else experiencing problems when they do lots of disk activity > in test12? > Yes, I've had some complete freezes (nothing working at all) in test12-pre8 and test12. They can be triggered by e.g. Netscape. test12-pre7 seems to be stable. --

Re: 2.4.0-test12 not liking high disk i/o

2000-12-12 Thread Petr Vandrovec
On 12 Dec 00 at 17:43, Niels Kristian Bech Jensen wrote: > On Tue, 12 Dec 2000, Mohammad A. Haque wrote: > > > Any one else experiencing problems when they do lots of disk activity > > in test12? > > > Yes, I've had some complete freezes (nothing working at all) in > test12-pre8 and test12. They

PROBLEM: SMP, SCSI and test11,12 cause repeatable oops

2000-12-12 Thread Aron Rosenberg
Hello All, this is my first bug report so bear with me (I'm trying to follow the directions.) This was sent to linux-smp, linux-scsi, but no answer Alright, I hope this helps everybody! Aron Rosenberg [EMAIL PROTECTED] Video Conferencing for Linux http://cu30.sourceforge.net [1] SMP machine k

Re: [linux-usb-devel] PROBLEM: USB (MS Intellimouse specifically) does not work with SMP Linux 2.2.18.

2000-12-12 Thread Greg KH
On Tue, Dec 12, 2000 at 02:07:59PM -, Laramie Leavitt wrote: > [1.] One line summary of the problem: > USB (MS Intellimouse specifically) does not work with SMP kernel 2.2.18. > > [2.] Full description of the problem/report: > When trying to install a Microsoft Intellimouse Explorer (USB) > t

Re: 2.4.0-test12 not liking high disk i/o

2000-12-12 Thread ferret
Can you tell us what controller chipset you have (output of lspci should be fine) and if your hard drive has DMA or uDMA enabled? There have been a few other reports of oopsen and fs corruption during periods of high interrupt activity. Mine seems to occur whenever I saturate my local network wi

Re: [linux-usb-devel] PROBLEM: USB (MS Intellimouse specifically) does not work with SMP Linux 2.2.18.

2000-12-12 Thread Johannes Erdfelt
On Tue, Dec 12, 2000, Laramie Leavitt <[EMAIL PROTECTED]> wrote: > [1.] One line summary of the problem: > USB (MS Intellimouse specifically) does not work with SMP kernel 2.2.18. > > [2.] Full description of the problem/report: > When trying to install a Microsoft Intellimouse Explorer (USB) > t

Still "eth0: trigger_send() called with the transmitter busy" in 2.4.0-test12

2000-12-12 Thread Juan
Hi! This error exists since 2.4.0-test10preX or so. It occurs when the network interface is activated. I'm using RedHat 7.0 and my ethernet card is a "Kingston EtheRx KNE20 Plug and Play ISA Adapter". I'm unable to access the Internet because the ethernet card doesn't work :-(. Besides, the card

Re: 2.4.0-test12 not liking high disk i/o

2000-12-12 Thread Pete Toscano
well, i hate to be piling on here, but i just encountered this (i think it's this) this morning. i was printing a 145+m file (to /dev/lp0) from an ide drive and it locked up. just before the lockup, i noticed it was very sluggish, as if it were under very heavy load (which is really wasn't). th

[PATCH] local APIC and NMI watchdog on UP P6 systems

2000-12-12 Thread Mikael Pettersson
An updated version of the UP-APIC patch for Intel P6 processors is now available at: http://www.csd.uu.se/~mikpe/linux/upapic/ The current version is intended for 2.4.0-test12 final. This version is based on Ingo Molnar's upapic-2.4.0-test9-F8 patch, with add-on patches from Maciej W. R

2.4.0-test12 won't boot in my Pentium 100Mhz,32MB RAM, SIS motherboard computer

2000-12-12 Thread Juan
It hangs after "Booting the kernel.ok" Bye!!! -- D. Juan Piernas Cánovas Departamento de Ingeniería y Tecnología de Computadores Facultad de Informática. Universidad de Murcia Campus de Espinardo - 30080 Murcia (SPAIN) Tel.: +34968367657Fax: +34968364151 email: [EMAIL PROTECTED] PGP

A workload to detect fs corruption?

2000-12-12 Thread Lorenzo Allegrucci
http://www.eecs.harvard.edu/~keith/usenix96/aging.tar.gz It's a good and 100% reproducible workload, I think. BTW, does test12 solve the fs corruption once and for all? -- Lorenzo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTEC

Re: [linux-usb-devel] PROBLEM: USB (MS Intellimouse specifically) does not work with SMP Linux 2.2.18.

2000-12-12 Thread Pete Toscano
what mobo/chipset are you using? i and a bunch of other people have been having very similar problems with this and the 2.4.0-test kernels. we all use the tyan tiger 133 mobo with the apollo pro 133a chipset. i believe that the 2.2.18 usb support has been pulled from the 2.4.0-test source, so i

Re: 2.4.0-test12 not liking high disk i/o

2000-12-12 Thread Mohammad A. Haque
i440BX is consistent with mine as is running the drive at UDMA33. > It happened when I decided to copy old 18GB IDE disk to new 40GB IDE one > (both UDMA33, one (18GB src) as primary master, one (40GB dst) as > secondary master; i440BX). -- =

Re: how to capture long oops w/o having second machine

2000-12-12 Thread Andreas Bombe
On Tue, Dec 12, 2000 at 09:34:30AM -0500, Mohammad A. Haque wrote: > Someone gave me a really awesome idea about possibly using a palm pilot > to capture the oops. Anyone know if it will be a problem using > /dev/ttyUSB0 as the serial port? The driver itself has to provide support for serial cons

Re: UP 2.2.18 makes kernels 3% faster than UP 2.4.0-test12

2000-12-12 Thread Steven Cole
On Monday 11 December 2000 11:46, Alan Cox wrote: > > Its an interesting demo that 2.4 has some performance problems since 2.2 > is slower than 2.0 although nowdays not much. Results for SMP 2.2.18 vs SMP 2.4.0-test12 are in. I repeated my earlier tests on a much faster dual P-III machine. Execu

[OOPS] 2.4.0-test12 with heavy file manipulation

2000-12-12 Thread Olivier Cahagne
(please CC me when replying as I follow this list on the Web) [1.] One line summary of the problem: 2.4.0-test12 non-fatal oops while copying files or doing shell file name completion. [2.] Full description of the problem/report: With 2.4.0-test12, I got a non reproducible oops after having com

Re: UP 2.2.18 makes kernels 3% faster than UP 2.4.0-test12

2000-12-12 Thread Linus Torvalds
On Tue, 12 Dec 2000, Steven Cole wrote: > > Executive summary: SMP 2.4.0 is 2% faster than SMP 2.2.18. Note that kernel compilation really isn't a very relevant benchmark, because percentage differences in this range can be basically just noise: things like driver version differences that show

Re: 2.4.0-test12 not liking high disk i/o

2000-12-12 Thread Niels Kristian Bech Jensen
On Tue, 12 Dec 2000, Mohammad A. Haque wrote: > i440BX is consistent with mine as is running the drive at UDMA33. > > > It happened when I decided to copy old 18GB IDE disk to new 40GB IDE one > > (both UDMA33, one (18GB src) as primary master, one (40GB dst) as > > secondary master; i440BX). > M

NFSv3 Bugreport

2000-12-12 Thread Dennis Johannßen
NFSv3-Kernel-Server: Debian potato linux-2.2.16 mount-2.10f NFSv3-Kernel-Client(-Support) Debian woodylinux-2.4.0-test10 mount-2.10q There is a Bootwarning message, when the /etc/init.d/mountnfs.sh script perform

Re: [BUG] raid5 crash with 2.4.0-test12 [Was: Linux-2.4.0-test12]

2000-12-12 Thread Linus Torvalds
On Tue, 12 Dec 2000, Jasper Spaans wrote: > On Mon, Dec 11, 2000 at 06:52:55PM -0800, Linus Torvalds wrote: > > > > Ok, there it is. Noticeable changes from pre8 are mainly (a) new tq list > > compile fixes and (b) the NetApp snapshot thing. > > > - final: > > - Neil Brown: raid and md c

Re: [linux-usb-devel] PROBLEM: USB (MS Intellimouse specifically) does not work with SMP Linux 2.2.18.

2000-12-12 Thread Stephen J. Gowdy
Hi, Have you tried setting MPS to 1.1 in your bios (instead of 1.4)? This seems to be needed for 2.2.x kernels but not 2.4.x. regards, Stephen. -- /--

Re: Bad behavior of recv on already closed sockets.

2000-12-12 Thread kuznet
Hello! > > It would be better to understand the issue f.e. trying to restore > > the history of this descriptor. > > How to do this? I mean what should I do to provide you with more information? I do not know exactly. It depends on curcumstances, frequency of the stalls and... your luck. 8) U

Re: [BUG] raid5 crash with 2.4.0-test12 [Was: Linux-2.4.0-test12]

2000-12-12 Thread Neil Brown
On Tuesday December 12, [EMAIL PROTECTED] wrote: > > > On Tue, 12 Dec 2000, Jasper Spaans wrote: > > > On Mon, Dec 11, 2000 at 06:52:55PM -0800, Linus Torvalds wrote: > > > > > > Ok, there it is. Noticeable changes from pre8 are mainly (a) new tq list > > > compile fixes and (b) the NetApp sna

2.2.16 SMP: mtrr errors

2000-12-12 Thread Paul C. Nendick
Please cc: any responses to my email address <[EMAIL PROTECTED]> My setup -A standard install of RedHat 7.0 with the 2.2.16smp w/ hand compiled X 4.0.1 to support xinerama -Tyan tiger 133 s1834 motherboard (VIA Apollo Pro133A Chipset) -256mb PC133 RAM -Two 800 Mhz PIII eb Slot-1 CPU's -Matrox g4

Re: [BUG] raid5 crash with 2.4.0-test12 [Was: Linux-2.4.0-test12]

2000-12-12 Thread Jasper Spaans
On Wed, Dec 13, 2000 at 06:56:22AM +1100, Neil Brown wrote: > Guilt by association :-) > > What this bit of code (complete_stripe/raid5_end_buffer_io) is doing > is observing that it as completed some I/O request that was made of > the raid5 device and is calling the b_end_io on the buffer_head

Re: 2.2.16 SMP: mtrr errors

2000-12-12 Thread John Cavan
> kernel: mtrr: base(0xd400) is not aligned on a size(0x180) boundary > last message repeated 2 times > > and finally: > > %cat /proc/mtrr > reg00: base=0x ( 0MB), size= 256MB: write-back, count=1 > reg01: base=0xd000 (3328MB), size= 64MB: write-combining, count=1 > reg02:

Re: UP 2.2.18 makes kernels 3% faster than UP 2.4.0-test12

2000-12-12 Thread Steven Cole
On Tuesday 12 December 2000 11:40, Linus Torvalds wrote: > On Tue, 12 Dec 2000, Steven Cole wrote: > > Executive summary: SMP 2.4.0 is 2% faster than SMP 2.2.18. > > > I ran X and KDE 2.0 during the tests to provide a greater though > > reproducable load on the tested kernel. > > You might want to

Re: 2.2.16 SMP: mtrr errors

2000-12-12 Thread Paul C. Nendick
See my answers inline below. /paul Mark Hahn ([EMAIL PROTECTED]) said: > > kernel: mtrr: base(0xd400) is not aligned on a size(0x180) boundary > > X is trying to set an mtrr for the framebuffer. the odd thing > is that its trying to set a 24M mtrr, which is pretty strange. > what does

Re: [PATCH] mdacon.c cleanup

2000-12-12 Thread David Woodhouse
[EMAIL PROTECTED] said: > Both MODULE_PARM and __init are removed by precompiler when not > compiler as module, so no need for ifdefs. 2.4.0-test12pre8 -#ifdef MODULE_PARM MODULE_PARM(mda_first_vc, "1-255i"); MODULE_PARM(mda_last_vc, "1-255i"); -#endif That was #ifdef MODULE_PARM not #ifdef

Re: UP 2.2.18 makes kernels 3% faster than UP 2.4.0-test12

2000-12-12 Thread Linus Torvalds
On Tue, 12 Dec 2000, Steven Cole wrote: > > Task: make -j3 bzImage for 2.4.0-test12-pre7 kernel tree. Actually, do it with make -j3 'MAKE=make -j3' bzImage A single "-j3" won't do much. It will only build three directories at a time, and you'll never see much load. But doing it recur

Re: how to capture long oops w/o having second machine

2000-12-12 Thread Mohammad A. Haque
Nope, this didn't fly. Would have been neat if it did work. Maybe it can be made to work for future use? On Tue, 12 Dec 2000, Greg KH wrote: > I don't know if /dev/ttyUSBX would work, but I think it would. People > have successfully run consoles through the usb-serial drivers, but I'm > not sur

Re: 2.2.16 SMP: mtrr errors

2000-12-12 Thread Petr Vandrovec
On 11 Dec 00 at 14:00, Paul C. Nendick wrote: > -Matrox g450 32MB RAM dual-heal AGP video card w/ hand compiled X driver > from matrox Make sure you do not use either matroxfb or XFree's driver... Same chip ID, but different ramdac :-( > and immediately after starting X: > > kernel: mtrr: b

  1   2   >