Fwd: Re: patch-2.4.2-ac19

2001-03-12 Thread Frank Fiene
-- Forwarded Message -- Subject: Re: patch-2.4.2-ac19 Date: Tue, 13 Mar 2001 08:46:22 +0100 From: Frank Fiene <[EMAIL PROTECTED]> To: Joachim Backes <[EMAIL PROTECTED]> On Tuesday, 13. March 2001 08:14, Joachim Backes wrote: > Hi, > > after applying patch-2.4.2-ac19 to the

test.. don't read..

2001-03-12 Thread Umbra
damn...it seems i don't get any mails from here :( - 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/

[PATCH] Using I2O modules with I2O core in kernel (follow up)

2001-03-12 Thread Michael Mueller
Hi Alan and folks, I wrote: > the EXPORT_SYMBOL within the original source module. This was only done > for the case it would have been compiled as kernel module. The patch is > appended. And again the mysterous lklm problem appeared and I forgot to append the actual patch. Btw. the problem

patch-2.4.2-ac19

2001-03-12 Thread Joachim Backes
Hi, after applying patch-2.4.2-ac19 to the base 2.4.2 distribution, I have problems to install vmware: the vmware install has problems to find the symbol skb_datarefp in the /usr/src/linux/include tree. Without applying patch-2.4.2-ac19, it is found in

[PATCH] Using I2O modules with I2O core in kernel

2001-03-12 Thread Michael Mueller
Hi Alan and folks, I got asked why it gives unresolved symbols (and how to fix it) for the I2O modules. During the session I noticed this is due to the fact the I2O core is built into the kernel but the other I2O support built as module. So the quick hack to resolv that problem was adding the

Re: quicksort for linked list

2001-03-12 Thread James R Bruce
Hi again. The latter half of my email seems to have been forgotten in the ensuing discussion, so I'll repost. For a linked list of any non-floating point data, radix sort is almost impossible to beat; it's iterative, fast (linear time for fixed size integers, worst case), can be stopped early

Re: make: *** [vmlinux] Error 1

2001-03-12 Thread Krzysztof Halasa
"J . A . Magallon" <[EMAIL PROTECTED]> writes: > If you are using pgcc, try getting a real less-buggy compiler, like egcs1.1.2 > or gcc-2.95 (even 2.96 willl work). ... not always. I've had problems with gcc "2.96" from RH-7.0 - the compiler was generating obviously incorrect code in some cases

Re: Linux 2.4.2ac20

2001-03-12 Thread Nathan Walp
Alan Cox wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/alan/3.4/ > > Intermediate diffs are available from > > http://www.bzimage.org > > (Note that the cmsfs port to 2.4 is a work in progress) > > Its now 2767631 bytes .gz but a fair

ln -l says symlink has size 281474976710666

2001-03-12 Thread John R Lenton
as the subject says: lrwxrwxrwx1 root root 281474976710666 Jan 27 20:50 imlib1 -> imlib-base it isn't the only one, for example lrwxrwxrwx1 root root 281474976710669 Jan 27 14:43 fd -> /proc/self/fd i.e. 2**48 + what it should be. ver_linux says Gnu C

Re: [lkml]Re: Linux 2.4.2ac19

2001-03-12 Thread thunder7
On Mon, Mar 12, 2001 at 09:19:17PM +0100, J . A . Magallon wrote: > > On 03.12 Alan Cox wrote: > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ > > > > Silly idea: could you put the full path of the bz2 patch instead of only > the dir ? > I have another idea: would it be

Re: APIC usb MPS 1.4 and the 2.4.2 kernel

2001-03-12 Thread Pete Toscano
Well, I can't speak for the consequences of noapic (I've wondered as much myself), but I know that there's been a problem with SMP 2.4 kernels (even the 2.4 test kernels) and USB running on VIA chipsets for a while now. I'm told by the linux-usb maintainers that it's a problem with the PCI IRQ

Linux 2.4.2ac20

2001-03-12 Thread Alan Cox
ftp://ftp.kernel.org/pub/linux/kernel/people/alan/3.4/ Intermediate diffs are available from http://www.bzimage.org (Note that the cmsfs port to 2.4 is a work in progress) Its now 2767631 bytes .gz but a fair amount of stuff has gone to Linus

Re: Modular versus non-modular ISAPNP

2001-03-12 Thread Ion Badulescu
On Mon, 12 Mar 2001 22:02:12 -0500, Jeff Garzik <[EMAIL PROTECTED]> wrote: > It is highly recommended to always compile with CONFIG_ISAPNP=y due to > these differences. If you grep around for CONFIG_ISAPNP versus > CONFIG_ISAPNP_MODULE, you'll see that many drivers are woefully > unprepared for

Re: Kernel 2.4.3-pre3 not recognizing some SCSI CD drives

2001-03-12 Thread jens
On Mon, 12 Mar 2001 13:19:35 -0800, you wrote: >I was running 2.2.18 and everything was working fine. I upgraded to >2.4.3-pre3 and for some unknown reason the kernel will not recognize >one particular CD drive on my SCSI chain. I doubt it's hardware >related because switching to the old kernel

Re: system call for process information?

2001-03-12 Thread Alexander Viro
On Mon, 12 Mar 2001, Nathan Paul Simons wrote: > On Mon, Mar 12, 2001 at 09:21:37PM +, Guennadi Liakhovetski wrote: > > CPU utilisation. Each new application has to calculate it (ps, top, qps, > > kps, various sysmons, procmons, etc.). Wouldn't it be worth it having a > > syscall for that?

Modular versus non-modular ISAPNP (was Re: PATCH - compile fix for 3c509.c in 2.4.3-pre3)

2001-03-12 Thread Jeff Garzik
Neil Brown wrote: > On Monday March 12, [EMAIL PROTECTED] wrote: > > On Tue, 13 Mar 2001, Neil Brown wrote: > > > in 2.4.3-pre3, drivers/net/3c509.c will not compile ifdef CONFIG_ISAPNP. > > > > > > The following patches fixes the error. I suspect that 3c515.c has > > > the same problem, but

Re: system call for process information?

2001-03-12 Thread Nathan Paul Simons
On Mon, Mar 12, 2001 at 09:21:37PM +, Guennadi Liakhovetski wrote: > CPU utilisation. Each new application has to calculate it (ps, top, qps, > kps, various sysmons, procmons, etc.). Wouldn't it be worth it having a > syscall for that? Wouldn't it be more optimal? No, it wouldn't be

APIC usb MPS 1.4 and the 2.4.2 kernel

2001-03-12 Thread David DeGeorge
I am running 2.4.2 as obtained from redhat, but I have experienced the same problems with a kernel compiled from the 2.4.2 sources at kernel.org. I am experiencing troubles with enabling MPS 1.4 and USB. I have an ABIT VP6 motherboard with two stock 733MHz PIIIs. If I set MPS1.1 in the bios

Re: named pipe writes on readonly filesystems

2001-03-12 Thread Alexander Viro
On Mon, 12 Mar 2001, Chris Mason wrote: > Hello everyone, > > Since fs/pipe.c:pipe_write() calls mark_inode_dirty, and it is legal to > write to a named pipe on a readonly filesystem, we can end up writing an > inode on a readonly FS. I would check that in pipe_write()...

named pipe writes on readonly filesystems

2001-03-12 Thread Chris Mason
Hello everyone, Since fs/pipe.c:pipe_write() calls mark_inode_dirty, and it is legal to write to a named pipe on a readonly filesystem, we can end up writing an inode on a readonly FS. reiserfs prints a warning whenever someone tries to write an inode on a readonly FS, so we've been getting a

[PATCH] missing pci_enable_device

2001-03-12 Thread davej
pcnet32 is still touching resources before enabling. Patch below should apply to ac19. regards Dave. -- | Dave Jones.http://www.suse.de/~davej | SuSE Labs diff -urN --exclude-from=/home/davej/.exclude linux/drivers/net/pcnet32.c linux-dj/drivers/net/pcnet32.c ---

system hang with "__alloc_page: 1-order allocation failed"

2001-03-12 Thread David Shoon
Hi, After some testing, 2.4.2, 2.4.2-pre3, and 2.4.3-ac18 and ac19 both crash/hang when a fork loop (bomb) is executed (under a normal user) and killed (by a superuser). This isn't what you'd expect in previous kernels (2.2.x, and 2.0.x), as they both return to normal after killing the process.

Re: hotplug and interrupt context

2001-03-12 Thread Andreas Bombe
On Sun, Mar 11, 2001 at 10:18:18PM -0500, Jeff Garzik wrote: > Andreas Bombe wrote: > > > > I couldn't trace that down to be 100% sure and it's better to conform to > > design than implementation, so I'll ask: > > > > Do the probe and remove functions of a pci_driver have to be able to > > work

Re: PATCH - compile fix for 3c509.c in 2.4.3-pre3

2001-03-12 Thread Jeff Garzik
On Tue, 13 Mar 2001, Neil Brown wrote: > in 2.4.3-pre3, drivers/net/3c509.c will not compile ifdef CONFIG_ISAPNP. > > The following patches fixes the error. I suspect that 3c515.c has > the same problem, but I didn't need to fix that to get my kernel to > build... so I didn't. 3c509 and

Oops: 0002 error message, "unexpected IO-APIC", and "SCSI Host abort" messages

2001-03-12 Thread Shane Gibson
Hello, I just upgraded my system from dual PII 450s to dual PIII 750s. I'm now getting three major problems. I'm not sure if they are related. The first is an 'Oops: 0002' crash and burn, the second is an io-apic error as recorded by dmesg, the third is a crash and burn with the console

Re: Broken Tulip Driver

2001-03-12 Thread Ian Zink
I will try tonight and let you know. Thanks, Ian Jeff Garzik wrote: > Can you try out the updated Tulip driver in 2.4.2-ac19 and let me know > if it works? > > ftp://ftp.us.kernel.org/pub/linux/kernel/people/alan/2.4/ > > -- > Jeff Garzik | May you have warm words on a cold evening, >

PATCH - compile fix for 3c509.c in 2.4.3-pre3

2001-03-12 Thread Neil Brown
Linus, in 2.4.3-pre3, drivers/net/3c509.c will not compile ifdef CONFIG_ISAPNP. The following patches fixes the error. I suspect that 3c515.c has the same problem, but I didn't need to fix that to get my kernel to build... so I didn't. NeilBrown --- ./drivers/net/3c509.c

aicasm build error with db3

2001-03-12 Thread dave
Hi group, I recently seen a message go by regarding this Sorry for asking if this has been hashed out more than twice. I didn't see anything in Documentation about it. Nothing in Configure.help about db3 either. make[4]: Entering directory

Trouble with an ip_conntrack_helper

2001-03-12 Thread Steven Walter
I'm getting some interesting behavior while writing an ip_conntrack helper module. The primary problem is if I specify a destination port for the struct ip_conntrack_helper, my help routine is never called. If I specify a source port, rather than a destination port, the routine gets called for

Broken Tulip Driver

2001-03-12 Thread Ian Zink
Hello all, I have an SMC Etherpower10/100 in my system that refuses to work under linux 2.4.2, it worked fine in 2.4.0 and the 2.2.x series. I know the card is working fine since when I dual-boot into windows it links fine. Strangely, once the linux drivers load it will not even link to my hub at

Re: [NFS] Oops in 2.4.2 - please give advice

2001-03-12 Thread Keith Owens
On Mon, 12 Mar 2001 18:36:33 +0100, Jean-Eric Cuendet <[EMAIL PROTECTED]> wrote: >Warning (compare_maps): mismatch on symbol partition_name , ksyms_base says >c02086c0, System.map says c014f200. Ignoring ksyms_base entry That message is suspicious. It looks like you have md built into the

Free Palm VII with Qwest Business DSL

2001-03-12 Thread DSL
Visit DataRFP, www.datarfp.com, and pre-qualify for Qwest High Speed DSL service. Qwest DSL, free Cisco 678 Router and Palm Pilot III Xe. DataRFP, the one stop for all of your telecommunications needs. www.datarfp.com [EMAIL PROTECTED] - To unsubscribe from this

Re: curious messages

2001-03-12 Thread David S. Miller
David Ford writes: > Undo loss 208.179.59.2/143 c2 l0 ss2/3 p0 > simple debug messages, or is someone (andy/dave) interested in them? Debug messages, ignore... Later, David S. Miller [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH] Fix MTRR support for AMD Athlon

2001-03-12 Thread davej
01 +++ linux-dj/arch/i386/kernel/mtrr.cMon Mar 12 21:06:28 2001 @@ -235,6 +235,12 @@ v1.38 20010309 Dave Jones <[EMAIL PROTECTED]> Add support for Cyrix III. + + v1.39 +20010312 Dave Jones <[EMAIL PROTECTED]> + Ugh, I broke AMD support. +

[PATCH] documentation mm.h, mmzone.h and swap.h

2001-03-12 Thread Rik van Riel
Hi Linus, Alan, The patch below adds documentation to mm.h, mmzone.h and swap.h. I know it's not complete, but I'm stopping with the documentation for now, I'll continue at a later date ;) Please apply this for the next (pre)kernel. thanks, Rik -- Virtual memory is like a game you can't win;

Re: [tulip] Linux 2.2.16/Tulip Smartbits testing.

2001-03-12 Thread Godfrey Livingstone
Chip Are you going to make your driver available for others to use? Godfrey Chip Rodden wrote: > John, > > It's the driver. We have been doing smartbits testing for more > than a year and found the same results as you appear to be getting. > The driver just dies and never recovers. It

Re: IDE on 2.4.2

2001-03-12 Thread Steven Walter
On Mon, Mar 12, 2001 at 08:50:23AM +0100, Martin Diehl wrote: > > On Sun, 11 Mar 2001, Steven Walter wrote: > > I have this exact same chip on my board (a PCChips M599-LMR or something > > like that) which works flawlessly on 2.4.2, even with UDMA66. > > Do you have CONFIG_BLK_DEV_SIS5513 and

Re: system call for process information?

2001-03-12 Thread Guennadi Liakhovetski
On Mon, 12 Mar 2001, Alexander Viro wrote: > On Mon, 12 Mar 2001, Guennadi Liakhovetski wrote: > > > I need to collect some info on processes. One way is to read /proc > > tree. But isn't there a system call (ioctl) for this? And what are those > > Occam's Razor. Why invent new syscall when

Re: [tulip] Linux 2.2.16/Tulip Smartbits testing.

2001-03-12 Thread Chip Rodden
John, It's the driver. We have been doing smartbits testing for more than a year and found the same results as you appear to be getting. The driver just dies and never recovers. It attempts to do interrupt mitigation(coalescing) but that appears to be useless. The solution is to write a new

Kernel 2.4.3-pre3 not recognizing some SCSI CD drives

2001-03-12 Thread jens
I was running 2.2.18 and everything was working fine. I upgraded to 2.4.3-pre3 and for some unknown reason the kernel will not recognize one particular CD drive on my SCSI chain. I doubt it's hardware related because switching to the old kernel resolves the problem. Furthermore, the other SCSI

Linux 2.4.1 fails to detect any IDE drives upon boot.

2001-03-12 Thread Richard B. Johnson
Hello, A new system upon which I installed RH 7.0. I tried to install Linux-2.4.1 since that't what all my software is written for... Linux 2.2.16-22 (Came with RedHat 7.0) shows this upon successful startup: VP_IDE: IDE controller on PCI bus 00 dev 21 VP_IDE: not 100% native mode: will probe

Re: 2.4 and PPPoE problem

2001-03-12 Thread Martin Hicks
Yes...my MTU on ppp0 was to high. Thanks. mh On Mon, Mar 12, 2001 at 10:06:15PM +0200, mulix wrote: > hi, > > you might want to check your mtu and mru values on both the external > interface (i assume you are using an ADSL modem, from your usage of > PPPoE, so that will be eth0) and the

[PATCH] Fix MTRR support for AMD Athlon

2001-03-12 Thread Troels Walsted Hansen
Sun Mar 11 13:42:30 2001 +++ mtrr.c Mon Mar 12 21:02:15 2001 @@ -235,6 +235,12 @@ v1.38 20010309 Dave Jones <[EMAIL PROTECTED]> Add support for Cyrix III. + + v1.39 +20010312 Troels Walsted Hansen <[EMAIL PROTECTED]> + Fixed the AMD At

Re: Re: make: *** [vmlinux] Error 1

2001-03-12 Thread tmwhitehead
Thanks for the tips. Yes, I'm using pgcc... Guess I'll switch back to gcc. Thanks again tw Le jour Sun Mar 11, 2001 at 08:54:08PM -0600, Tim Whitehead a ecrit... > On a compile of 2.4.2 I get the following (using make bzImage) > > > make[2]: Leaving directory

Re: Feedback for fastselect and one-copy-pipe

2001-03-12 Thread kuznet
Hello! > freebsd-4.0 doesn't use direct transfers for PAGE_SIZE'd pipe write()s: > it uses MINDIRECT=8192. I see. > (and PIPE_BUF is 512, so 4096 was possible for > them) 8) I see. Thank you for patience. 8) Alexey - To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: linux localization

2001-03-12 Thread Andreas Dilger
XingFei writes: > My work will concern with the internationalization of Linux > So, could anybody tell me what kinds of features should be in the > consideration when linux be localized from english to Japanese or chinese, > say using 2 bytes character set. Is this for Linux console i18n?

[jamagallon@able.es: Re: Linux 2.4.2ac19]

2001-03-12 Thread J . A . Magallon
On 03.12 J . A . Magallon wrote: On 03.12 Alan Cox wrote: > But then I have to remember to change it each time > I am not used to smileys, but obviously there was one missing in my mail... -- J.A. Magallon $> cd pub mailto:[EMAIL

Re: Feedback for fastselect and one-copy-pipe

2001-03-12 Thread Manfred Spraul
From: <[EMAIL PROTECTED]> > > > freebsd > > Very funny, the idea is borrowed from there. > > As you could understand your patch kills it. PAGE_SIZE is one of the most > frequently used transfer unit. > freebsd-4.0 doesn't use direct transfers for PAGE_SIZE'd pipe write()s: it uses

Re: Linux 2.4.2ac19

2001-03-12 Thread Matti Aarnio
On Mon, Mar 12, 2001 at 09:19:17PM +0100, J . A . Magallon wrote: > On 03.12 Alan Cox wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ > > Silly idea: could you put the full path of the bz2 patch instead of only > the dir ? > > So people will only have to cut'n'paste for

Re: 2.4 and PPPoE problem

2001-03-12 Thread Jeremy Jackson
Martin Hicks wrote: > Hello, > > I'm using PPPoE with an i586 machine running 2.4.2. are you using the kernel pppoe or the user-space one (rp-pppoe, etc)? did it work on other kernels? > > > The machine connects fine and allows network traffic to pass > through the link. > > However, certain

Re: Linux 2.4.2ac19

2001-03-12 Thread J . A . Magallon
On 03.12 Alan Cox wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ > Silly idea: could you put the full path of the bz2 patch instead of only the dir ? So people will only have to cut'n'paste for wget... -- J.A. Magallon

Re: Feedback for fastselect and one-copy-pipe

2001-03-12 Thread kuznet
Hello! > freebsd Very funny, the idea is borrowed from there. As you could understand your patch kills it. PAGE_SIZE is one of the most frequently used transfer unit. Alexey - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

Re: Feedback for fastselect and one-copy-pipe

2001-03-12 Thread Manfred Spraul
From: <[EMAIL PROTECTED]> > > PS BTW "all unix" is unlikely to include freebsd. 8) > freebsd, openbsd, netbsd, tru64, openvms - all unix versions I found free telnet guest accounts for. Running for cover, Manfred - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Linux 2.4.2ac19

2001-03-12 Thread Alan Cox
ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ Intermediate diffs are available from http://www.bzimage.org (Note that the cmsfs port to 2.4 is a work in progress) 2.4.2-ac19 o Typo fixes

2.4 and PPPoE problem

2001-03-12 Thread Martin Hicks
Hello, I'm using PPPoE with an i586 machine running 2.4.2. The machine connects fine and allows network traffic to pass through the link. However, certain websites seem to choke. (notable ones are www.chapters.ca and www.hp.com) Using Lynx or Netscape I get the same results, a few bytes of

Re: Feedback for fastselect and one-copy-pipe

2001-03-12 Thread kuznet
Hello! > It returns immediately on all unix platforms I tested I see. It is essential moment. PAGE_SIZE was really bad threshold value. Sigh and alas. Alexey PS BTW "all unix" is unlikely to include freebsd. 8) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: static scheduling - SCHED_IDLE?

2001-03-12 Thread Adrian Cox
Jamie Lokier wrote: > Adrian Cox wrote: >> Jamie Lokier's suggestion of raising priority when in the kernel doesn't >> help. You need to raise the priority of the task which is currently in >> userspace and will call up() next time it enters the kernel. You don't >> know which task that is.

Re: Linux kernel - and regular sync'ing?

2001-03-12 Thread Mark Shewmaker
On Thu, Mar 08, 2001 at 02:50:46PM -0800, Brian Dushaw wrote: > - the problem is fixed by adding the "noatime" option when mounting the > root filesystem (I use /etc/fstab to do this) > - there appears to be no harm in not updating the inode access times with > this option. As an aside,

Re: Linux 2.4.2ac12 (vt82c686 info)

2001-03-12 Thread Andre Hedrick
Daniela, Great to hear from you again my dear! ;-) On Fri, 9 Mar 2001, Vojtech Pavlik wrote: > On Fri, Mar 09, 2001 at 08:25:43AM +0100, Daniela Engert wrote: > > > >They're about the same - only Alan didn't like the PCI speed measurement > > >code that's new in the 4.x series, so I added

Re: [patch] Does this correct a bug in ibmcam.c?

2001-03-12 Thread Alan Cox
> + int chan; > > - if (copy_from_user(, arg, sizeof(v))) > - return -EFAULT; > - if ((v < 0) || (v >= 3)) /* 3 grades of lighting conditions */ > - return -EINVAL; > -

Re: quicksort for linked list

2001-03-12 Thread Jamie Lokier
David Wragg wrote: > For modern machines, I'm not sure that quicksort on a linked list is > typically much cheaper than mergesort on a linked list. ... > For lists that don't fit into cache, the advantages of mergesort > should become even greater if the literature on tape and disk sorts >

[patch] Does this correct a bug in ibmcam.c?

2001-03-12 Thread Lee Brown
I had problems with copy_from_user. Please CC me as I am not on this list. __ --- ibmcam.c.orig Fri Feb 9 14:30:23 2001 +++ ibmcam.cMon Mar 12 02:58:57 2001 @@ -2527,16 +2527,17 @@ } case VIDIOCSCHAN: {

Re: scsi vs ide performance on fsync's

2001-03-12 Thread Andre Hedrick
On Wed, 7 Mar 2001, Stephen C. Tweedie wrote: > Hi, > > On Tue, Mar 06, 2001 at 10:44:34AM -0800, Linus Torvalds wrote: > > > On Tue, 6 Mar 2001, Alan Cox wrote: > > > You want a write barrier. Write buffering (at least for short intervals) in > > > the drive is very sensible. The kernel needs

Re: Feedback for fastselect and one-copy-pipe

2001-03-12 Thread Manfred Spraul
From: <[EMAIL PROTECTED]> > Hello! > > > * davem's patch breaks apps that assume that write(,PIPE_BUF) after > > poll(POLLOUT) never blocks, even for blocking pipes. > > Pardon, but PIPE_BUF <= PAGE_SIZE yet, so that fears have no reasons. > The difference is the = > < davem's patch > +

Re: How can I get promise FastTrak 66 work in kernel?

2001-03-12 Thread Andre Hedrick
FastTrak will not work, but Ultra will. On Mon, 5 Mar 2001, Thomas Lau wrote: > anyone have idea? > I am helping my friend to ask this question, Thanks > I mean kernel 2.4.1 > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to [EMAIL

Re: system call for process information?

2001-03-12 Thread Alexander Viro
On Mon, 12 Mar 2001, Guennadi Liakhovetski wrote: > Hello > > I asked this question on kernel-newbies - no reply, hope to be luckier > here:-) > > I need to collect some info on processes. One way is to read /proc > tree. But isn't there a system call (ioctl) for this? And what are those

Re: How can I get promise FastTrak 66 work in kernel?

2001-03-12 Thread Andre Hedrick
On Mon, 5 Mar 2001, Thomas Lau wrote: > he is using RAID card ! He is using a fraud! > his 2.2.x promise hacked modules work fine, but I didn't install that old > modules, it's not support SCSI emulator surprize gomer, shazam andi, gool-ly opie. When is the world going to learn that

Re: static scheduling - SCHED_IDLE?

2001-03-12 Thread Jamie Lokier
Adrian Cox wrote: > Unfortunately the kernel is already full of counting semaphores. > Priority inheritance won't save you, as the task which is going to call > up() need not be the same one that called down(). > > Jamie Lokier's suggestion of raising priority when in the kernel doesn't >

Re: Feedback for fastselect and one-copy-pipe

2001-03-12 Thread kuznet
Hello! > * davem's patch breaks apps that assume that write(,PIPE_BUF) after > poll(POLLOUT) never blocks, even for blocking pipes. Pardon, but PIPE_BUF <= PAGE_SIZE yet, so that fears have no reasons. Alexey - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Linux 2.2.16/Tulip Smartbits testing.

2001-03-12 Thread John Brosnan
Hi, we've been running some throughput tests (Smartbits test box) using Donald Becker's tulip.c:v0.92 on Linux 2.2.16, on a Pentium 3 800Mhz and a 4 port Dlink DFE-570TX see log below. Basically Smartbits allows one to set the packet size, speed, protocol, etc. For example if you start at 64

Re: 21041 transmit timed out

2001-03-12 Thread Geert Uytterhoeven
On Mon, 12 Mar 2001, Geert Uytterhoeven wrote: > I made a list of driver versions that showed the problem so far: > > | Tulip driver version 0.9.14 (February 20, 2001) Wow! 0.9.14 in my 2.4.3-pre2 kernel just seem to have recovered from the problem: | NETDEV WATCHDOG: eth0: transmit timed out

Re: Ide Hot-swaping?

2001-03-12 Thread Andre Hedrick
Yes, but I have not made public that code until more clean ups. On Mon, 12 Mar 2001, Pozsar Balazs wrote: > > Is it possible to hot-swap ide drives and re-detect them? > Does 'normal' Pc-hardware allow it? > > thanks, > Balazs Pozsar. > > - > To unsubscribe from this list: send the line

Re: Feedback for fastselect and one-copy-pipe

2001-03-12 Thread Mike Galbraith
On Mon, 12 Mar 2001, Ingo Oeser wrote: > On Mon, Mar 12, 2001 at 05:20:12PM +0100, Mike Galbraith wrote: > > I just happen to have a 2.4.2 IKD patch sitting here, and therein > > sits Ingo's memory leak detector... poor thing is bored to tears 8) > > Could to point me to mingos[1]

Re: Linux 2.4.2ac18

2001-03-12 Thread Alan Cox
> But this won't catch FSB overclocking at all (which nowadays seems the > most common way of oc-ing, since it does not involve any modifications > to the CPU other than maybe a better cooler). Or am I missing something? The overclocking experiment was a side line > And what exactly does the

[NFS] Oops in 2.4.2 - please give advice

2001-03-12 Thread Jean-Eric Cuendet
Hi, I have this Oops with the following config: - Stock 2.4.2 (no patch) - I have LVM volumes (0.9.1b5) - I have Raid0 + Raid5 volumes (v0.90) - Filesystems are ext2 - The machine is a PII 733 with SCSI and IDE disks. - The chipset is a VIA but DMA is disabled (for IDE disks). Thanks for any

Re: Ide Hot-swaping?

2001-03-12 Thread Jeremy Jackson
Pozsar Balazs wrote: > Is it possible to hot-swap ide drives and re-detect them? > Does 'normal' Pc-hardware allow it? read a recent man page for hdparm and you will see kernel allows remove/add ide interface. scripts with correct parameter usage are in contrib directory of hdparm source. IDE

Re: Linux 2.4.2ac18

2001-03-12 Thread Holger Lubitz
Alan Cox wrote: > > [overclocked CPU detection code] > It doesnt work usefully. The bit we really needed (clock multiplier reading) > does work so its a case of one won lost one But this won't catch FSB overclocking at all (which nowadays seems the most common way of oc-ing, since it does not

Re: Feedback for fastselect and one-copy-pipe

2001-03-12 Thread Ingo Oeser
On Mon, Mar 12, 2001 at 05:20:12PM +0100, Mike Galbraith wrote: > I just happen to have a 2.4.2 IKD patch sitting here, and therein > sits Ingo's memory leak detector... poor thing is bored to tears 8) Could to point me to mingos[1] memleak-detector? I need to know, whats going on here. I have

system call for process information?

2001-03-12 Thread Guennadi Liakhovetski
Hello I asked this question on kernel-newbies - no reply, hope to be luckier here:-) I need to collect some info on processes. One way is to read /proc tree. But isn't there a system call (ioctl) for this? And what are those task[], task_struct, etc. about? Thanks Guennadi ___ Dr. Guennadi V.

Re: 2.2.18 IDE tape problem, with ide-scsi

2001-03-12 Thread Khalid Aziz
11,3 is "Multiple read errors". You can find all of the ASC and ASCQ listed in any SCSI spec document. You can find the SCSI-2 specs at . -- Khalid Camm Maguire wrote: > > Thank you again for your help. While I do seem to get more errors > with the

raw device and linux scheduling performance weirdness

2001-03-12 Thread Ying Chen
Hi, I ran some really trivial raw disk performance tests on 2.4.0 using the raw disk support in it. I seem to be getting some really strange performance results. My program opens up a raw device, then does a sequence of sequential/random reads/writes on the raw device using pread/pwrite. I put

Re: Linux 2.4.2ac18

2001-03-12 Thread Alan Cox
> noticed that the overclocked CPU detection code was dropped between ac16 > and ac17. Since the changelog did not mention it - was the feature > dropped intentionally, and if so, why? It doesnt work usefully. The bit we really needed (clock multiplier reading) does work so its a case of one won

Re: fbdev cursor management

2001-03-12 Thread James Simmons
>Guys, > >I've been taking a look at the cursor flashing code, >from the point of view of how it's affected by the >recent enabling of interrupts across the console code. I see the problems. I just pursposed a new cursor api soe we can have a clean fbdev to fbcon abstraction. Also we really

Re: Feedback for fastselect and one-copy-pipe

2001-03-12 Thread Manfred Spraul
Ingo Oeser wrote: > > Hi Manfred, > > I'm running your patches [1] with sucess for a while now. > > Did you get any feedback about problems regarding these patches? > No feedback yet. > They seem to work for me, but there seems to be a memleak in > 2.4.x (x: 0-2), which I'm chasing down. >

Re: Linux 2.4.2ac18

2001-03-12 Thread Holger Lubitz
Hmm, I seem to have missed the changelog posting for ac17. However, I noticed that the overclocked CPU detection code was dropped between ac16 and ac17. Since the changelog did not mention it - was the feature dropped intentionally, and if so, why? Holger - To unsubscribe from this list: send

Re: curious messages

2001-03-12 Thread Hank Leininger
On 2001-03-12, David Ford <[EMAIL PROTECTED]> wrote: > 2.4.2-ac4 > Undo partial loss 208.179.59.2/5432 c1 l1 ss2/2 p1 > Undo loss 208.179.59.2/5432 c2 l0 ss2/2 p0 [snip] > simple debug messages, or is someone (andy/dave) interested in them? They can be safely ignored--or silenced. See:

Re: Feedback for fastselect and one-copy-pipe

2001-03-12 Thread Mike Galbraith
On Mon, 12 Mar 2001, Ingo Oeser wrote: > They seem to work for me, but there seems to be a memleak in > 2.4.x (x: 0-2), which I'm chasing down. I just happen to have a 2.4.2 IKD patch sitting here, and therein sits Ingo's memory leak detector... poor thing is bored to tears 8) -Mike -

Ide Hot-swaping?

2001-03-12 Thread Pozsar Balazs
Is it possible to hot-swap ide drives and re-detect them? Does 'normal' Pc-hardware allow it? thanks, Balazs Pozsar. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH] /drivers/char/cyclades.c: panic() call removal

2001-03-12 Thread Ivan Passos
On Sun, 11 Mar 2001, Andrey Panin wrote: > > this patch removes panic() calls and adds MODULE_DEVICE_TABLE to > cyclades driver. Patch looks good. Thanks for the patch, Andrey! However: Linus, please do not apply this yet. I'll do tests with a new Cyclades driver version we're about to

curious messages

2001-03-12 Thread David Ford
2.4.2-ac4 Undo partial loss 208.179.59.2/5432 c1 l1 ss2/2 p1 Undo loss 208.179.59.2/5432 c2 l0 ss2/2 p0 Undo loss 208.179.59.2/25 c2 l0 ss2/2 p0 Undo partial loss 208.179.59.2/22 c1 l3 ss2/2 p3 Undo loss 208.179.59.2/143 c2 l0 ss2/3 p0 simple debug messages, or is someone (andy/dave) interested

curious bug

2001-03-12 Thread David Ford
2.4.3-pre3 richh12557 0.0 0.7 5096 1704 pts/10 D04:32 0:00 ./egg idaho richh12558 0.0 0.0 00 pts/10 Z04:32 0:00 [egg ] richh12560 0.0 0.7 5096 1704 pts/10 S04:32 0:00 ./egg idaho # ps -eo args,wchan|grep egg ./egg idaho down [egg ]

Sony VAIO PCI (NOT USB) MemoryStick Recognition

2001-03-12 Thread D Watanabe
Hi folks, I'm trying to use MemoryStick slot on SonyVAIO PCG-Z600NE, and currently no luck. Product Name "Z600NE" is a bit funny, probably this is used for Europe domain. I believe some "505" series should have same spedification. Linux/OS does not recognize MemoryStick as HD at all. What I

Re: Should mount --bind not follow symlinks?

2001-03-12 Thread Anthony
Alexander Viro wrote: > Don't mix symlinks with mounts/bindings. Too much PITA and yes, it had > been deliberately prohibited. You _really_ don't want to handle the > broken symlinks and all the realted fun [...] No. But I hoped _you_ might :-) > - race-ridden at extreme and useless. > In

Re: NFS times out with 2.4.2 as client

2001-03-12 Thread Trond Myklebust
> " " == sidewinder <[EMAIL PROTECTED]> writes: > Here's a typical entry from tcpdump, from the server's point of > view. > 192.168.1.1 is the client, 192.168.1.10 is the server. > tcpdump: listening on eth0 11:32:24.958338 > localhost.localdomain.631 >

Re: [PATCH]: allow notsc option for buggy cpus

2001-03-12 Thread Jes Sorensen
> "Alan" == Alan Cox <[EMAIL PROTECTED]> writes: >> I think this behaviour can be controlled with tpctl for the >> Thinkpads and possibly with the Toshiba utils on Toshibas... Alan> If tpctl can do it and we know how it does it then that may be Alan> sufficient since the kernel init code

Re: New net features for added performance

2001-03-12 Thread Jes Sorensen
> "Werner" == Werner Almesberger <[EMAIL PROTECTED]> writes: Werner> Jeff Garzik wrote: >> 3) Slabbier packet allocation. Werner> Hmm, this may actually be worse during bursts: if you burst Werner> exceeds the preallocated size, you have to perform more Werner> expensive/slower operations

Re: ISSUE : ppp failure with kernel 2.4.2 - used to work with 2.4.0

2001-03-12 Thread Andreas Tobler
Pascal Bonfils wrote: > Mar 12 14:22:14 a0 pppd[808]: pppd 2.3.11 started by root, uid 0 You should upgrade to ppp-2.4 E.g. linuxcare.com.au/pub/ppp Andreas - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [NFS] New files on read only NFS mount

2001-03-12 Thread Trond Myklebust
> " " == Chris Jensen <[EMAIL PROTECTED]> writes: >> Details please, the minimum info required being 'which kernel >> is your client running'? >> > Oh yeah, whoops, sorry The server is a 586 and the client is > 686. They're both using nfs-utils 0.2.1, under linux

ISSUE : ppp failure with kernel 2.4.2 - used to work with 2.4.0

2001-03-12 Thread Pascal Bonfils
1 - ppp failure with kernel 2.4.2 - used to work with 2.4.0 2 - Kernel 2.4.2 has been compiled exactly with the same options (config) as the 2.4.0. Now when I try to reach my ISP, everything runs well until pppd launch the serial connection (see the message file attached) 3 - Keywords : kernel

Re: Subtle NFS/VFS/GLIBC interaction bug

2001-03-12 Thread Trond Myklebust
> " " == Leon Bottou <[EMAIL PROTECTED]> writes: > Note the strange numbers in the d_off fields. These are in > fact cookies used internally by nfs. Under nfs2, these are 32 > bit unsigned number, sign extended to 64 bits. > The last cookie has not been properly sign

  1   2   3   >