Re: maximum number of sockets

2000-09-20 Thread Lee Chin
Hello, Yes, I know this can be done in older kernels, however in 2.4.0-test8, I DO NOT see a /proc/sys/fs/inode-max! I also do not see any changes listed in the Documentation. Thanks, Lee --Original Message-- From: Dan Kegel <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] S

Re: __ucmpdi2

2000-09-20 Thread Albert D. Cahalan
Jeremy Higdon writes: > In reality, the switch does a 60 bit shift right, so I can cast to a > uint, which is the right thing to do on old architectures :-), solving > the problem. I had originally thought that the problem was in all the > masks, shifts, and compares, but they are all inlined.

Re: 2.4.0-test9-pre3: sit tunnel problems

2000-09-20 Thread Jorg de Jong
Gerhard Mack wrote: > > ifconfig sit0 up tunnel ::206.123.31.102 > SIOCSIFDSTADDR: No buffer space available > > Anyone know why it does this? I can't seem to find any documentation on > that error... > > Gerhard > > -- > Gerhard Mack > > [EMAIL PROTECTED] I have submitted a patch to

for Martin (Re: weird PCI problems... (fwd)

2000-09-20 Thread Tigran Aivazian
Martin, I got bounces from your <[EMAIL PROTECTED]> address - so I am not sure if you received this info you requested: -- Forwarded message -- Date: Tue, 19 Sep 2000 22:05:24 +0100 (BST) From: Tigran Aivazian <[EMAIL PROTECTED]> To: Martin Mares <[EMAIL PROTECTED]> Cc: Andrew Mor

Re: bug report

2000-09-20 Thread Tigran Aivazian
On Wed, 20 Sep 2000, frank wrote: > ok: > switch(parity) { > case 'o': case 'O': > cflag |= PARODD; > cflag |= PARENB; can't you just do (PARODD|PARENB) instead? Also, producing diff -ur output makes it a lot easier to

Re: [PATCH] Re: SCSI scanning

2000-09-20 Thread Helge Hafting
Jeremy Higdon wrote: [...] > My system has both an Adaptec adapter and a Qlogic adapter. The number of > disks on the Qlogic was variable (it was attached to a SAN). The boot > disk is attached to the Adaptec. If the Qlogic was probed first, then > linux could not find the root device, so I had

Given an image, how can show its config?

2000-09-20 Thread linux-kernel
Dear all, I would like to upgrade my kernel which is bundled with Red Hat. However, I don't want to lose modules/functions it has complied. How can I do it? Is there any command to check the current config and how can I check the modules it has as well? Many thanks!!! Best regards, Boris - To

Re: APIC errors on my dual celeron, 2.4.0-test7

2000-09-20 Thread Helge Hafting
Seth R Arnold wrote: [...] > APIC error on CPU1: 02(02) > APIC error on CPU1: 02(08) [...] > Is this something I should be worried about? No. The APIC retries the stuff that go wrong, so all you get is a very slight performance degradation. Nothing to worry about unless it happens hundreds of tim

Re: Freezes with test9-pre4 + mmap002

2000-09-20 Thread Frank Dekervel
Hello, I got the same here. My computer (UP pentium 100 with 32 meg ram) froze this morning, i was not doing stresstesting at all, the machine was verry lightly or not loaded. The kernel i used before was test8-riel2-blk3, which never had such lockups. (so the bug has creeped in verry recently i

Re: Given an image, how can show its config?

2000-09-20 Thread Keith Owens
On Wed, 20 Sep 2000 17:09:27 +0800 (CST), <[EMAIL PROTECTED]> wrote: >I would like to upgrade my kernel which is bundled with Red Hat. Ask redhat for the .config, this is not a problem for the linux-kernel list. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bo

Re: [PATCH] Re: SCSI scanning

2000-09-20 Thread Keith Owens
On Wed, 20 Sep 2000 10:43:35 +0200, Helge Hafting <[EMAIL PROTECTED]> wrote: >Ideally I'd like specifying controller order in menuconfig. Perhaps a >"controller order" submenu in scsi, that display the default order >of the selected controllers. The user can then change this. >I guess that is 2

null TTY in tty_fasync?

2000-09-20 Thread Marco d'Itri
At the end of a UUCP poll this message was logged: Sep 19 23:42:47 wonderland kernel: Warning: null TTY for (04:40) in tty_fasync What does it mean? Linux wonderland.linux.it 2.4.0-test8 #12 Sat Sep 16 19:35:51 CEST 2000 i586 unknown -- ciao, Marco - To unsubscribe from this list: send the

Re: __release_region() printf format

2000-09-20 Thread Pavel Machek
Hi! > __release_region() always uses `%04lx', while start and end may be larger > (e.g. for release_mem_region()). What about making it %lx-%lx without any numbers? Pavel > --- linux-2.4.0-test9-pre2/kernel/resource.c.orig Mon

Re: [PATCH] Re: SCSI scanning

2000-09-20 Thread Helge Hafting
Keith Owens wrote: > > On Wed, 20 Sep 2000 10:43:35 +0200, > Helge Hafting <[EMAIL PROTECTED]> wrote: > >Ideally I'd like specifying controller order in menuconfig. Perhaps a > >"controller order" submenu in scsi, that display the default order > >of the selected controllers. The user can then

Re: __release_region() printf format

2000-09-20 Thread Keith Owens
On Tue, 19 Sep 2000 00:11:59 +0200, Pavel Machek <[EMAIL PROTECTED]> wrote: >Hi! > >> __release_region() always uses `%04lx', while start and end may be larger >> (e.g. for release_mem_region()). > >What about making it %lx-%lx without any numbers? If you really care about getting the exact numb

Re: [PATCH] Re: SCSI scanning

2000-09-20 Thread Keith Owens
On Wed, 20 Sep 2000 11:42:24 +0200, Helge Hafting <[EMAIL PROTECTED]> wrote: >Keith Owens wrote: >> To handle newer controllers which mimic older controllers, the newer >> controllers would be listed in LINK_FIRST. At the moment we do not >> have any plans to allow user ordering of controllers v

Re: EXT2-fs error and geometry walk ... ???

2000-09-20 Thread Andre Hedrick
On Mon, 18 Sep 2000, Andries Brouwer wrote: > If this is an unpatched vanilla 2.4.0test8 then I am surprised. > But if it is a patched version I would prefer to blame the patch. Andries, Going back to 2.4.0test5 with my patch it works perfectly. I will move this forward to 2.4.0test8, but all t

Re: Question: Using floating point in the kernel

2000-09-20 Thread Matthias Andree
On Tue, 19 Sep 2000, Richard B. Johnson wrote: > long int radians = (long) (2.0 * 3.141592654 * (float) HZ); Just out of curiosity: what's that cast to float about? Have it spring into the eye of a casual reader? That pi constant already is a double and C implicitly casts to the type with

/proc/partitions is wrong

2000-09-20 Thread Marko van Dooren
Hello, my /proc/partitions says I have 25 partitions while there are only 21. Fdisk shows the right information, so there's nothing wrong with my disk or so. Kernel version 2.2.17 Harddisk : Maxtor 54098U8 40GB 7200rpm ide /proc/partitions --- major minor #blocks name 3 0 400

Function calls not permitted in kernel code

2000-09-20 Thread Mark James
Hi, couldn't find an answer to this in any FAQ: Can anyone point me to a clear summary of what can and what can't be called by kernel code. That is, can a kernel module open and read files or sockets, call libc functions, start processes? If, as I suspect, none of these are possible, are the op

Re: PATCH 2.4.0.9.4: Fix Cardbus

2000-09-20 Thread Dag Bakke
Jeff Garzik wrote: > Ok, it's time to get test9 running on my laptop, so I played the "what > code didn't get cut-n-pasted" game. > > With the attached tested patch against 2.4.0-test9-pre4, CardBus is > working again for me. This patch makes the logic match that of the old > code. Well. Still

Re: /proc/partitions is wrong

2000-09-20 Thread Marko Kreen
On Wed, Sep 20, 2000 at 12:11:33PM +0200, Marko van Dooren wrote: > Hello, my /proc/partitions says I have 25 partitions while there are > only 21. Fdisk shows the right information, so there's nothing wrong > with my disk or so. ... > /dev/hda2 * 4 386 3076447+ a5 BSD/386 Y

Re: SCSI scanning changes break RAID autorun

2000-09-20 Thread Peter Samuelson
[Matthew Kirkwood] > +ifeq ($(CONFIG_BLK_DEV_MD),y) > +SUB_DIRS += md > +MOD_SUB_DIRS += md > +else > + ifeq ($(CONFIG_BLK_DEV_MD),m) > + MOD_SUB_DIRS += md >endif > endif > Drop the 'else' bit; CONFIG_BLK_DEV_MD cannot be 'm'. > +obj-n:= > +obj- := These two va

Re: Given an image, how can show its config?

2000-09-20 Thread Peter Samuelson
[<[EMAIL PROTECTED]>] > >I would like to upgrade my kernel which is bundled with Red Hat. [kaos] > Ask redhat for the .config, this is not a problem for the > linux-kernel list. Also you might make sure you have any relevant RH patches installed. Not being a RH user, I don't know which ones th

Re: Function calls not permitted in kernel code

2000-09-20 Thread Tigran Aivazian
On Wed, 20 Sep 2000, Mark James wrote: > That is, can a kernel module open and read files or sockets, > call libc functions, start processes? kernel code is, as userspace one, just a code to be executed by the CPU, I suspect you knew that already ;) Therefore, it can do absolutely anything the h

Re: Function calls not permitted in kernel code

2000-09-20 Thread Peter Samuelson
[Mark James] > That is, can a kernel module open and read files or sockets, call > libc functions, start processes? * Read files/sockets: you need a process context. That means if you are running in an interrupt you are SOL and if you are in an existing process context, the context owner mig

Re: Given an image, how can show its config?

2000-09-20 Thread Mohammad A. Haque
Grab the kernel source rpm and install it. Once install you can find various configs in /usr/src/linux/configs/. I'm not sure if they include this will all sources. The last one I checked was 2.2.14 before modifying to my liking. [EMAIL PROTECTED] wrote: > > Dear all, > > I would like to upgrad

Re: PATCH 2.4.0.9.4: Fix Cardbus

2000-09-20 Thread Tigran Aivazian
On Wed, 20 Sep 2000, Jeff Garzik wrote: > Ok, it's time to get test9 running on my laptop, so I played the "what > code didn't get cut-n-pasted" game. > > With the attached tested patch against 2.4.0-test9-pre4, CardBus is > working again for me. This patch makes the logic match that of the old

Re: __ucmpdi2

2000-09-20 Thread Peter Samuelson
[Cahalan] > Well, what do you care about most? The problem can be solved in > other, more disturbing ways. :-) For example, gcc's computed goto. [code snipped] You are sick. (: Peter - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PR

Re: NMI Watchdog detected LOCKUP on CPU1 (stext_lock)(2.4.0-test9-pre2)

2000-09-20 Thread Andrew Morton
Keith Owens wrote: > > Just because the traces end up in stext_lock does not mean that they > are the same bug. Locks are optimized for pipeline performance, the > code for "got the lock" is in the main text section, the code for > "cannot get lock, need to wait" is moved to a separate text sect

Re: null TTY in tty_fasync?

2000-09-20 Thread Andrew Morton
Marco d'Itri wrote: > > At the end of a UUCP poll this message was logged: > > Sep 19 23:42:47 wonderland kernel: Warning: null TTY for (04:40) in tty_fasync > > What does it mean? > Very hard to say. Ted, Google says this has only been reported three or four times. Could we please have a B

Re: NMI Watchdog detected LOCKUP on CPU1 (stext_lock)(2.4.0-test9-pre2)

2000-09-20 Thread Keith Owens
On Thu, 21 Sep 2000 00:05:03 +1100, Andrew Morton <[EMAIL PROTECTED]> wrote: >> The downside of this optimization is that all code that is waiting for >> a lock appears to be in the out of line section and the only label in >> that section is right at the start. So all lock code appears to be in

Re: __ucmpdi2

2000-09-20 Thread Peter Samuelson
[Jeremy Higdon] > Is there a little FAQ of C constructions you should not use if you > are writing kernel code? It took a little doing to figure out that > it was the switch that was causing trouble and not the shifts and > arithmetic operations, and I'd like to avoid that in the future :-). He

Re: NMI Watchdog detected LOCKUP on CPU1 (stext_lock)(2.4.0-test9-pre2)

2000-09-20 Thread Andrew Morton
Keith Owens wrote: > > ... > > Waiting on spinlock! Spinner's EIP is [] > > ... > > Is the extra code worth it? The ix86 oops dump runs the stack printing > anything that looks like a kernel address. Fair enough. What about the ALT-SYSRQ-P thing? I guess that wouldn't be necessary

NAT dropping packets

2000-09-20 Thread Russell King
Hi, I've just spotted a small problem with 2.4.0-test8 running netfilter: NAT: 3 dropping untracked packet c065d3a0 1 192.168.0.1 -> 192.168.0.9 This seems to be caused when you have connection tracking enabled, and you ping the local network broadcast address. The filter rules specific to the

Re: Questions on RAID1 on IDE hard disks

2000-09-20 Thread Peter Samuelson
[Terence Ang] > Could anyone kindly tell me how to setup software RAID1 on IDE drives > under RedHat 6.2? > I have got one extra PCI IDE card with 2 hard disks (not mentioning > the existing Linux OS hard disk) > It seemed that the card could not be detected under Linux. It looks like you will n

Re: PATCH 2.4.0.9.4: Fix Cardbus

2000-09-20 Thread Jeff Garzik
Dag Bakke wrote: > > Jeff Garzik wrote: > > > Ok, it's time to get test9 running on my laptop, so I played the "what > > code didn't get cut-n-pasted" game. > > > > With the attached tested patch against 2.4.0-test9-pre4, CardBus is > > working again for me. This patch makes the logic match tha

Re: null TTY in tty_fasync?

2000-09-20 Thread Jeff Garzik
Andrew Morton wrote: > Having stared sleepily at the code for several evenings I see no way in > which serial_driver.refcount can be non-zero while serial.o's module > refcount is zero. But it happened. Is it possible to replace serial_driver.refcount with calls to GET_USE_COUNT()? No need to h

RE: cPCI development

2000-09-20 Thread Justin . Skists
Am I right in assumming that 2.2.14 (as from RH6.2) supports cPCI? Or do I need to start developing on 2.4? I really do need to do some research into this, if I knew where to start. I need some docs! (either paper, URL, or the straight-jacket kind) Justin. > -Original Message- > From:

missing symbols with depmod - how to solve this?

2000-09-20 Thread Graham Leggett
Hi all, I have recently been plagued with the problem of depmod complaining of missing symbols after a kernel compile - and I am completely stumped as to what is causing this. - I confirm that no pre-existing /usr/src/linux or /lib/modules/2.2.17 directories exist. - I download and unpack a virg

[Oops] Unable to handle kernel NULL pointer dereference

2000-09-20 Thread J Brook
Hi, I ran into some trouble while compiling the pspell library that the new version of Balsa requires - okay, so perhaps I was asking for it :-) I ran the configure script fine, but a kernel oops occurred a few lines into the "make" process. I gather that it might be something to do with dod

Re: NMI Watchdog detected LOCKUP on CPU1 (stext_lock)(2.4.0-test9-pre2)

2000-09-20 Thread Andrea Arcangeli
On Thu, Sep 21, 2000 at 12:42:25AM +1100, Andrew Morton wrote: > What about the ALT-SYSRQ-P thing? I guess that wouldn't be necessary if > handle_sysrq() did a show_stack(0), which it doesn't, and probably > should. Yes, SYSRQ+P should definetly show the stack trace. Andrea - To unsubscribe fro

Kernel oops & panic in ISDN

2000-09-20 Thread Steve Hill
I've got a Redhat 6.2 box here with a HiSax PCI ISDN card (modprobed with parameters: type=36 protocol=2). It's running a custom compiled 2.2.17 kernel. If I do an "isdnctrl dial ippp0" it dials up and negotiates the IP address, etc. However, I can't transmit any data across the syncppp link -

[PATCH] Scsi scanning fixes

2000-09-20 Thread Torben Mathiasen
Linus and others, Patch attached that should fix some of the problems with the new scsi scanning: devfs registration should be ok now with both builtin and module. link order changed to reflect hosts.c + minor additions. minor cleanups. First of all, please don't yell to

linux-kernel-digest ?

2000-09-20 Thread Robert Greimel
Hi, I am just wondering if linux-kernel-digest is going to come back. Greetings Robert - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: Given an image, how can show its config?

2000-09-20 Thread Timur Tabi
** Reply to message from [EMAIL PROTECTED] on Wed, 20 Sep 2000 17:09:27 +0800 (CST) > I would like to upgrade my kernel which is bundled with Red Hat. However, > I don't want to lose modules/functions it has complied. How can I do > it? Is there any command to check the current config and how ca

Question about signals

2000-09-20 Thread Adam Watson
I am working to get Diald up and running and with both 2.2.16 and the 2.4.0 series kernels I have been getting SIOCSIFMETRIC Operation not supported. I've looked through the kernel docs and include files but couldn't find a reference to that operation. Is there another name for that operation

l-k archive at tux.org vanishes?

2000-09-20 Thread Dan Kegel
http://boudicca.tux.org/hypermail/linux-kernel/ is gone. I was linking to individual posts there in my pages about kernel enhancements. What happened? Must I now laboriously link to some other archive? :-( And what linux-kernel archive is likely to be around long enough to be worth linking to? G

Re: Very aggressive swapping after 2 hours rest

2000-09-20 Thread Rik van Riel
On Tue, 19 Sep 2000, Andrea Arcangeli wrote: > On Tue, Sep 19, 2000 at 05:29:29AM -0300, Rik van Riel wrote: > > what I wanted to do in the new VM, except that I didn't > > see why we would want to restrict it to swap pages only? > > You _must_ do that _only_ for the swap_cache, that's a specific

Oops: Unable to handle kernel null pointer

2000-09-20 Thread Sebastian Willing
Hi! When I boot by server (Siemens Primergy 500 / 4xPPro 200 / aic7xxx / Mylex DAC 960PD(not used) / 256MB RAM) using the kernel (2.4.0-test8 or 2.3.9) from sda1, it boots up correctly, telling me that runlevel 2 has been reached and starts reporting: Unable to handle kernel NULL pointer dereferen

Re: Linux-2.4.0-test9-pre2

2000-09-20 Thread Rik van Riel
On Tue, 19 Sep 2000, Andrea Arcangeli wrote: > On Tue, Sep 19, 2000 at 05:58:48AM -0300, Rik van Riel wrote: > > One of the issues which seems to be affecting performance > > is the elevator starvation bug, though, so I'm not sure how > > You are contraddicting yourself. If you decrease the laten

Re: Linux-2.4.0-test9-pre2

2000-09-20 Thread Dr. Kelsey Hudson
On Tue, 19 Sep 2000, Andrea Arcangeli wrote: > I'm tired of you screwing up the VM and then complaining the elevator. At least > try to vary and choose something else to complain. At test1 time you may been > right, but now we're so permissive in the default settings exactly to be sure > the elev

Re: Very aggressive swapping after 2 hours rest

2000-09-20 Thread Andrea Arcangeli
On Wed, Sep 20, 2000 at 12:53:18PM -0300, Rik van Riel wrote: > On Tue, 19 Sep 2000, Andrea Arcangeli wrote: > > On Tue, Sep 19, 2000 at 05:29:29AM -0300, Rik van Riel wrote: > > > what I wanted to do in the new VM, except that I didn't > > > see why we would want to restrict it to swap pages only

Re: Question about signals

2000-09-20 Thread Chris Meadors
On Wed, 20 Sep 2000, Adam Watson wrote: > I am working to get Diald up and running and with both 2.2.16 and the 2.4.0 > series kernels I have been getting SIOCSIFMETRIC Operation not supported. > I've looked through the kernel docs and include files but couldn't find a > reference to that ope

Re: Question: Using floating point in the kernel

2000-09-20 Thread Timur Tabi
** Reply to message from "Lyle Coder" <[EMAIL PROTECTED]> on Wed, 20 Sep 2000 01:50:05 GMT > You cannot use MMX registers in the kernel either, since the kernel doesen't > save and restore FX state (fxsave, fxrstor) either (just like > (fsave/frstor). But what about these source files: inclu

Re: cPCI development

2000-09-20 Thread Vitaly Luban
Ondrej Feela Filip wrote: > On Wed, 20 Sep 2000 [EMAIL PROTECTED] wrote: > > > Am I right in assumming that 2.2.14 (as from RH6.2) supports cPCI? Or do I > > need to start developing on 2.4? > > ? I believe, that PCI and cPCI are from SW view identical. I run linux > (2.2.13+) on many cPCI system

Re: Question: Using floating point in the kernel

2000-09-20 Thread Brian Gerst
Timur Tabi wrote: > > ** Reply to message from "Lyle Coder" <[EMAIL PROTECTED]> on Wed, 20 Sep 2000 > 01:50:05 GMT > > > You cannot use MMX registers in the kernel either, since the kernel doesen't > > save and restore FX state (fxsave, fxrstor) either (just like > > (fsave/frstor). > > But wha

RE: PERCRAID 3 drivers?

2000-09-20 Thread Bruce A. Locke
Thanks to everyone who responded. The aacard driver patches that were in the Redhat pinstripe kernel SRPM work fine with 2.2.17. The machine seems pretty stable and speed is about the same as with the binary driver. Thanks again... -

[IDE]2.4.0test9-pre1, CD drive on hpt366 not detected correctly and locking up when activated

2000-09-20 Thread FORT David
The subject says everything, while detecting the drive i got the following strange thing: [from dmesg] >PIIX4: chipset revision 1 >PIIX4: not 100% native mode: will probe irqs later >ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:pio >ide1: BM-DMA at 0xf008-0xf00f, BIOS sett

Re: [PATCH] Fix queued SIGIO

2000-09-20 Thread Robert H. de Vries
On Wed, 20 Sep 2000, Julian Anastasov wrote: >Hello, > >On Tue, 19 Sep 2000, Robert H. de Vries wrote: >> It would be better to change SI_SIGIO in all the >> include/asm-*/siginfo.h files from -5 to __SI_CODE(__SI_SIGIO, -5) >> __SI_SIGIO would become (6 << 16). > > This is not needed for SI

Re: cPCI development

2000-09-20 Thread Adrian Cox
[EMAIL PROTECTED] wrote: > Am I right in assumming that 2.2.14 (as from RH6.2) supports cPCI? Or do I > need to start developing on 2.4? > > I really do need to do some research into this, if I knew where to start. I > need some docs! (either paper, URL, or the straight-jacket kind) cPCI is PCI

2.2.17 crashes with RTL8139B and/or IPv6

2000-09-20 Thread Simon Richter
Hi, I just upgraded our server (486DX2/120, running 186 days`) with a 100MBit RTL8139B network card and moved from 2.2.14 to 2.2.17 in this process, using the same .config (oldconfig) with two differences: IPv6 and the RTL8139 drivers. After about 20k of network activity the machine crashes (I c

FWD: Re: Linux pipe question

2000-09-20 Thread Mike Panetta
Can anyone answer this? I am not sure if unnamed pipes in linux are pageable or not. If an unnamed pipe could be paged out what could be done to prevent that from happening? TIA, Mike - Forwarded message from AW <[EMAIL PROTECTED]> - Date: Wed, 20 Sep 2000 12:27:05 -0400 From: AW <[EM

Re: FWD: Re: Linux pipe question

2000-09-20 Thread Jakob Østergaard
On Wed, Sep 20, 2000 at 12:31:25PM -0400, Mike Panetta wrote: > Can anyone answer this? > I am not sure if unnamed pipes in linux > are pageable or not. If an unnamed pipe > could be paged out what could be done > to prevent that from happening? The pipe itself is not pageable, but the user prog

Strange virtual/physical address of global data

2000-09-20 Thread Timur Tabi
I wrote a little module to test virt_to_phys: unsigned long test_data; int init_module(void) { void *virt = &test_data; unsigned long phys = virt_to_phys(virt); When I run this and check the valur of virt and phys, it appears that phys is outside the range of physical memory! That is,

Re: Linux kernel 2.2.17 appears not support >512M RAM Disk

2000-09-20 Thread Andreas Dilger
Ryan Tokarek writes: > On Linux kernel 2.2.17 running on an intel PIII system with 1GB RAM I > cannot successfully create a ramdisk of greater than 512MB. It may be that there is a bug, but I would be interested to know what you are really trying to do. Usually bugs like this exist because nobo

Re: __ucmpdi2

2000-09-20 Thread Linus Torvalds
In article <[EMAIL PROTECTED]>, Jeremy Higdon <[EMAIL PROTECTED]> wrote: >> - Linux developers often do horribly stupid things, and use 64-bit >>division etc instead of using a simple shift. Again, not linking >>against libgcc finds those things early rather than late, because the >>h

Re: [PATCH] abuse of macros in swab.h

2000-09-20 Thread Andrzej Krzysztofowicz
> +static inline __u64 ___swab16(__u64 x) > +{ > + return (__u64)((x & (__u64)0x00ffULL) << 56) | > + (__u64)((x & (__u64)0xff00ULL) << 40) | > + (__u64)((x & (__u64)0x00ffULL) << 24) | > + (__u64)((x & (__u64)0xf

Re: linux-kernel-digest ?

2000-09-20 Thread Matti Aarnio
On Wed, Sep 20, 2000 at 04:38:45PM +0100, Robert Greimel wrote: > Hi, > I am just wondering if linux-kernel-digest is going to come back. > Greetings According to DaveM: No. (Sometimes he holds possibly bad opinnions as ferociously as Linus, but on the other hand, that Majordomo 1.x dig

Re: linux-kernel-digest ?

2000-09-20 Thread Dmitry Pogosyan
Matti Aarnio wrote: > On Wed, Sep 20, 2000 at 04:38:45PM +0100, Robert Greimel wrote: > > Hi, > > I am just wondering if linux-kernel-digest is going to come back. > > Greetings > > According to DaveM: No. > (Sometimes he holds possibly bad opinnions as ferociously as Linus, >but on th

Re: [IDE]2.4.0test9-pre1, CD drive on hpt366 not detected correctlyand locking up when activated

2000-09-20 Thread Andre Hedrick
The ATAPI-DMA code for the use of all addon cards is not native. You are not allowed to do ATAPI-DMA on these, yet. I do not care what the OEM claims with their drivers, Linux chipset code is not completed or started to do this in 95 % of the cases. Cheers, On Wed, 20 Sep 2000, FORT David wrot

Re: Question: Using floating point in the kernel

2000-09-20 Thread Richard B. Johnson
On Wed, 20 Sep 2000, Timur Tabi wrote: > ** Reply to message from "Lyle Coder" <[EMAIL PROTECTED]> on Wed, 20 Sep 2000 > 01:50:05 GMT > > > > You cannot use MMX registers in the kernel either, since the kernel doesen't > > save and restore FX state (fxsave, fxrstor) either (just like > > (fsa

Re: FWD: Re: Linux pipe question

2000-09-20 Thread Mike Panetta
Thanks for the reply! On Wed, Sep 20, 2000 at 07:29:06PM +0200, Jakob Østergaard wrote: > On Wed, Sep 20, 2000 at 12:31:25PM -0400, Mike Panetta wrote: > > Can anyone answer this? > > I am not sure if unnamed pipes in linux > > are pageable or not. If an unnamed pipe > > could be paged out wha

Re: uid

2000-09-20 Thread Chris Wing
Dan: GNU tar uses text usernames preferentially, otherwise it falls back upon numeric IDs. So if you had a user with the same user name as in the tar file, it would chown it to that user's ID, not the same id as 'tarabas'. This is true only for GNU format tar, however; SysV format tar files do n

Re: [PATCH] Fix queued SIGIO

2000-09-20 Thread Julian Anastasov
Hello, On Wed, 20 Sep 2000, Robert H. de Vries wrote: > > This is not needed for SI_SIGIO. It is not generated from > >the kernel. It seems this interface is already obsoleted. > > I think you are mistaking. The purpose of SIGIO is to notify user programs of > IO events detected by

Re: linux-kernel-digest ?

2000-09-20 Thread Matti Aarnio
I think DaveM also supplied an answer: "procmail" Select by header: X-Mailing-List: [EMAIL PROTECTED] Do note that TAB character, for some reason it really is not space.. Store into separate folder from your normal inbox. On Wed, Sep 20, 2000 at 02:26:33PM -0400, Dmitry Pogo

Re: 2.2.17 crashes with RTL8139B and/or IPv6

2000-09-20 Thread Marco Colombo
On Wed, 20 Sep 2000, Simon Richter wrote: > Hi, > > I just upgraded our server (486DX2/120, running 186 days`) with a 100MBit ^^ isn't it overclocked? .TM. -- / / / / / / Marco Colombo ___/ ___ / /

2.4.0-test9-pre4 VM unbalanced?

2000-09-20 Thread Richard Gooch
Hi, all. I've just brought up a 2.4.0-test kernel for the first time on this box (dual PIII with 1 GiB RAM), and I get the following message: Warning - running *really* short on DMA buffers With 1 GiB surely this shouldn't happen?!? This is 2.4.0-test9-pre4. Reg

Wait queues and a race condition on 2.2.x

2000-09-20 Thread Lee Cremeans
I'm working on a driver for the Hi/fn 7751 encryption chip, and I've run into a weird problem and I'm not entirely sure how to fix it. The driver was originally written for NT, but has been broken out into OS-specific and OS-independent parts, and the Linux-specific part calls code in the OS-i

Re: /proc/partitions is wrong

2000-09-20 Thread Andries Brouwer
On Wed, Sep 20, 2000 at 12:11:33PM +0200, Marko van Dooren wrote: > Hello, my /proc/partitions says I have 25 partitions while there are > only 21. Fdisk shows the right information, so there's nothing wrong > with my disk or so. > Kernel version 2.2.17 > Harddisk : Maxtor 54098U8 40GB 7200rpm i

Re: cPCI development

2000-09-20 Thread Dan Hollis
On Wed, 20 Sep 2000, Adrian Cox wrote: > cPCI is PCI + hotswap. Most people seem to ignore the hotswap, except at > tradeshows. ISPs certainly don't ignore hotswap. Unfortunately, Linux does. :) :( -Dan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a m

Re: cPCI development

2000-09-20 Thread Cort Dougan
} On Wed, 20 Sep 2000, Adrian Cox wrote: } > cPCI is PCI + hotswap. Most people seem to ignore the hotswap, except at } > tradeshows. } } ISPs certainly don't ignore hotswap. Unfortunately, Linux does. :) :( PowerPC has hotswap for Motorola boards thanks to Johnnie Peters and Matt Porter. - To u

Re: 2.2.17 crashes with RTL8139B and/or IPv6

2000-09-20 Thread James Sutherland
On Wed, 20 Sep 2000, Marco Colombo wrote: > On Wed, 20 Sep 2000, Simon Richter wrote: > > > Hi, > > > > I just upgraded our server (486DX2/120, running 186 days`) with a 100MBit > ^^ > isn't it overclocked? >From the CPU identification given later, it is sai

Re: NAT dropping packets

2000-09-20 Thread Henrik Størner
In <[EMAIL PROTECTED]> Russell King <[EMAIL PROTECTED]> writes: >NAT: 3 dropping untracked packet c065d3a0 1 192.168.0.1 -> 192.168.0.9 I see loads of these, in a firewall (state matching) and SNAT setup. When I send mail, I see them quite regularly. It is quite annoying, since they get dumped

Re: linux-kernel-digest ?

2000-09-20 Thread Rogier Wolff
Matti Aarnio wrote: > I think DaveM also supplied an answer: "procmail" > > Select by header: > > X-Mailing-List: [EMAIL PROTECTED] > > Do note that TAB character, for some reason it really is not space.. > Store into separate folder from your normal inbox. Ah!!! Thats why my

Re: Linux-2.4.0-test9-pre2 (version numbering)

2000-09-20 Thread Horst von Brand
"Barry K. Nathan" <[EMAIL PROTECTED]> said: [...] > In other words, if I understand things correctly, once we have Linux > 2.4.0-test4294967296 ;) and 2.4 is stable enough for the last phase of > testing before release, 2.4.0-pre1 will be next... That so? Must get Linus an Alpha or SPARC64 ASA

2.4.0-test9-pre4: __alloc_pages(...) try_again:

2000-09-20 Thread Roger Larsson
Hi, Trying to find out why test9-pre4 freezes with mmap002 I added a counter for try_again loops. ... __alloc_pages(...) int direct_reclaim = 0; unsigned int gfp_mask = zonelist->gfp_mask; struct page * page = NULL; + int try_again_loops = 0; - - - + pri

Re: [PATCH] Re: SCSI scanning

2000-09-20 Thread Eric Youngdale
- Original Message - From: "Linus Torvalds" <[EMAIL PROTECTED]> To: "Torben Mathiasen" <[EMAIL PROTECTED]> Cc: "Eric Youngdale" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, September 19, 2000 6:59 PM Subject: Re: [PATCH] Re: SCSI scanni

Re: missing symbols with depmod - how to solve this?

2000-09-20 Thread Keith Owens
On Wed, 20 Sep 2000 16:43:28 +0200, Graham Leggett <[EMAIL PROTECTED]> wrote: >[root@jolanda /root]# depmod -m /boot/System.map-2.2.17 -a 2.2.17 >/lib/modules/2.2.17/fs/nls_koi8-r.o: unresolved symbol(s) >/lib/modules/2.2.17/fs/nls_iso8859-15.o: unresolved symbol(s) Get the latest modutils and u

Re: [PATCH] Re: SCSI scanning

2000-09-20 Thread Linus Torvalds
On Wed, 20 Sep 2000, Eric Youngdale wrote: > > Some of problems that are forcing ordering requirements are better fixed > in 2.5. The cleanups to allow disk and cdrom drivers to dynamicly resize > are probably in this category. If you disagree, I can take a stab at it, > but some of the c

Re: PATCH 2.4.0.9.4: Fix Cardbus

2000-09-20 Thread Keith Owens
On Wed, 20 Sep 2000 10:22:50 -0400, Jeff Garzik <[EMAIL PROTECTED]> wrote: >Dag Bakke wrote: >> ROM image dump: >> cs: no valid ROM images found! >> >> Same problem, or different problem? This time, the card is not even >> detected... > >Look around for patches from Keith Owens relating to this,

PCMCIA: 2.4.0-test9pre4: PCI resource for 3CCFE575CT

2000-09-20 Thread Claude LeFrancois (LMC)
Hello, I just installed the latest kernel: 2.4.0-test9pre4. I have also installed the pcmcia-cs-3.1.20 package. I have a Compaq Armada 7400 with 128 MB RAM and a 4 GB disk running Mandrake 7.0. I want to report the following malfunction. There is something bad between the PCI, the 3c59x cardbus d

PCMCIA: 2.4.0-test9pre4: still reading only one socket

2000-09-20 Thread Claude LeFrancois (LMC)
Hello, With 2.4.0-test7, it was impossible for me to have my two PCMCIA sockets running (2.2.x was OK). Only the socket 0 was working fine. I have upgraded to 2.4.0-test9pre4 and pcmcia-cs-3.1.20 and I still have the same problem. From my /var/log/messages, I get: Sep 20 16:06:10 qwerty card

Re: Linux-2.4.0-test9-pre2 (version numbering)

2000-09-20 Thread Barry K. Nathan
> "Barry K. Nathan" <[EMAIL PROTECTED]> said: > > > In other words, if I understand things correctly, once we have Linux > > 2.4.0-test4294967296 ;) and 2.4 is stable enough for the last phase of > > testing before release, 2.4.0-pre1 will be next... > > That so? Must get Linus an Alpha or SPAR

Hang on 2.2.17 - serial/tty related?

2000-09-20 Thread Russell King
Hi, I just experianced a complete hang of one of my systems here after using the serial port a lot (ie, open, read/write, close). I was using minicom, and I started to notice that each time I quit minicom, it would not exit. ps alx revealed that it was waiting in tty_wait_until_sent, yet the se

Re: EXT2-fs error and geometry walk ... ???

2000-09-20 Thread Andre Hedrick
Andries, The crap out is between 2.4.0-test5 and 2.4.0-test6. It takes four drives that were single partitioned and rips the first 130 blocks out and creates 4 bogus partitions. Partition check: /dev/ide/host0/bus0/target0/lun0: p1 p2 p3 < p5 p6 p7 p8 p9 p10 > /dev/ide/host0/bus0/target1/lun

sigtimedwait with a zero timeout

2000-09-20 Thread Henrik Nordstrom
Hi. While playing with signal queues it was discovered that sigtimedwait with a zero timeout apparently does block somewhat even if it should not. Why: It forces a schedule() Also the actual delay seems to be at least 10msec more than requested, but I guess that is an effect of the schedule()?

Re: Software RAID

2000-09-20 Thread Jorge Nerin
Steve Hill wrote: > > Has anyone had any problems with software RAID causing high loadaverage > peaks? I've got a number of i586 boxes here, dual IDE controllers, one > drive on each controller. They're using RAID 1 across the two > drives. Every few hours, the load average peaks very high, an

test9-pre5

2000-09-20 Thread Linus Torvalds
- pre1: - USB: OHCI controller unlink and bandwidth reclamation fixes - USB: storage update - sparc64: register window race. Non-deadlock rwlocks. - name clash in hamradio/pi2.c and hamradio/pt.c - epic100 credits, 8139too driver update, sr.c initcalls - acenic update

Updated serial driver for 2.2.x

2000-09-20 Thread Lubomír Bulej
Hello, I'd like to ask if there exists a backport of 2.4 serial driver to 2.2.x. I've got to get one Oxford Semiconductor PCI serial board with UART 16950 on it running but fail to do so under 2.2.17. Lubomir - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

  1   2   >