Bootp-Bug in 2.2.18 ?

2001-02-23 Thread Jörg Ziuber
Hi, to me it seems, there is a bug in 2.2.18 which does not allow remote booting. Situation: A diskless client shall be booted via bootp (where 'diskless' is not the problem). So a kernel is configured with the options: * Networking options/IP: kernel-level configuration support/BOOTP support a

Re: PCI oddities on Dell Inspiron 5000e w/ 2.4.x

2001-02-23 Thread Brad Douglas
On 22 Feb 2001 23:01:14 -0800, Barry K. Nathan wrote: > Tom Sightler wrote: > > What's strange is that I have the exact same type of machine and I don't see > > this problem, could you forward me your kernel config as well? I'll compare > > that, and your info from your previous message to mine a

Re: Newbie ask for help: cramfs port to isofs

2001-02-23 Thread Pavel Machek
Hi! > I've nearly no prior experience with kernel hacking (nor C if you have > to ask, haha), sorry in advance for the newbiesh looking. ;-) > > See attach for a rough try to port cramfs to isofs which gave me lots > of oops and reboots and fscks this week. Please if you have some spare > time t

Re: What does the linux kernel need?

2001-02-23 Thread Pavel Machek
Hi! > Hello, respected Linux kernel developers, > I am currently a university student taking a "Advanced design of > Operating Systems" class at > New York University. We are reviewing some basic and studying a few > advanced issues with regards > to kernel design, mostly multithreading, s

Re: [WISHLIST] Addition of suspend patch into 2.5?

2001-02-23 Thread Pavel Machek
Hi! > Any idea if suspend/hybernation will be in future kernels? I'd like it included, too. Some toshiba laptops support sleep but not suspend, and battery runs out within few hours if it was low before suspend. That's bad. And the patch was pretty clean last time I checked.

Re: Reiserfs, 3 Raid1 arrays, 2.4.1 machine locks up

2001-02-23 Thread Pavel Machek
Hi! > I partitioned the 2 drives (on 1st and 2nd controller, both 1.3 GB each) > into 4 total partitions. 1st is swap and then the next 3, 1 primary, 2 > extended are for raid 1 arrays. I've given 20 MB to /boot (md0), 650MB > to / (md1) and the rest (400+MB) to /var (md2). I format md0 as ext

Re: Newbie ask for help: cramfs port to isofs

2001-02-23 Thread Pavel Machek
Hi! > > --- vanilla-2.4.1/fs/isofs/dir.cSat Dec 30 01:13:45 2000 > > +++ cisofs/fs/isofs/dir.c Mon Feb 19 18:40:16 2001 > > @@ -108,8 +111,7 @@ > > unsigned int block, offset; > > int inode_number = 0; /* Quiet GCC */ > > struct buffer_head *bh = NULL; > > - int len; > > -

Re: Very high bandwith packet based interface and performance problems

2001-02-23 Thread Pavel Machek
Hi! > > This is NOT what I'm seeing at all.. the kernel load appears to be > > pegged at 100% (or very close to it), the user space app is getting > > enough cpu time to read out about 10-20Mbit, and FURTHERMORE the kernel > > appears to be ACKING ALL the traffic, which I don't understand at all

Re: Network console project (was: LILO and serial speeds over 9600)

2001-02-23 Thread Pavel Machek
Hi! > We have set up a network console project on sourceforge and are starting > to work on actual details. If you're interested in this subject please > do join that list. > > Please see: > > http://sourceforge.net/mail/?group_id=20426 Unfortunately maillist archives at sourceforge do

Re: PROBLEM: __buggy_fxsr_alignment error 2.4.1 and 2.4.2

2001-02-23 Thread J . A . Magallon
On 02.23 Kurt V. Hindenburg wrote: > asm-i386: > init/main.o(.text.init+0x63): undefined reference to `__buggy_fxsr_alignment' > > I don't recall this error in 2.4.0, but it is present in 2.4.1 and was not > fixed in 2.4.2. > > >sh scripts/ver_linux > -- Versions installed: (if some fields ar

Re: nfs_refresh_inode: inode number mismatch

2001-02-23 Thread Trond Myklebust
> " " == Russell King <[EMAIL PROTECTED]> writes: > Scott A McConnell writes: >> I am running RedHat Linux version 2.2.16-3 on my PC and Hardhat >> Linux version 2.4.0-test5 on my MIPS board. Any thoughts or >> suggestions? >> >> I saw a discussion start on the ARM li

Re: 2.4.2 OOPS on parport loading [pci_register_driver] // parport slow

2001-02-23 Thread Tim Waugh
On Fri, Feb 23, 2001 at 08:46:23AM +0100, Giacomo Catenazzi wrote: > After writing the report, I disabled parport resources in BIOS > and I maked: > > cate3:~# modprobe parport_pc > Unable to handle kernel paging request at virtual address > c3a5f640 > printing eip: > . > Segmentation fault

xkill and do_try_to_free_pages

2001-02-23 Thread Michael B. Allen
Does this have to do with the thing that kills off processes when memory is low? Feb 23 04:39:32 nano kernel: VM: do_try_to_free_pages failed for xkill Maybe xkill should be something allowed to run? The app that I ran freaked(slrnconf) and snarfed up all my memory rapidly. If I could have kille

[ANOMALIES]: 2.4.2 - __alloc_pages: failed & mount hanging with loop device issues

2001-02-23 Thread Shawn Starr
Feb 23 03:31:18 coredump kernel: __alloc_pages: 3-order allocation failed. Feb 23 03:31:18 coredump kernel: __alloc_pages: 3-order allocation failed. Feb 23 03:31:18 coredump kernel: __alloc_pages: 2-order allocation failed. Feb 23 03:31:18 coredump kernel: __alloc_pages: 3-order allocation failed

Re: [patch] VIA 4.2x driver for 2.2 kernels (fwd)

2001-02-23 Thread Vojtech Pavlik
On Thu, Feb 22, 2001 at 12:20:55PM -0300, Rogerio Brito wrote: > This message was apparently intended to be sent to the list. > > > []s, Roger... > > - Forwarded message from Pozsar Balazs <[EMAIL PROTECTED]> - > > From: Pozsar Balazs <[EMAIL PROTECTED]> > To: Rogerio Brit

Re: need to suggest a good FS:

2001-02-23 Thread Mike A. Harris
On Fri, 23 Feb 2001, root wrote: >Date: Fri, 23 Feb 2001 08:05:34 +0800 >From: root <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Content-Type: text/plain; charset=us-ascii >Subject: need to suggest a good FS: > >hey all, trouble again > >anyone can suggest some good FS that can install linux? >exc

Linux device driver writing

2001-02-23 Thread Rahul
Hi friends, I am new to this field of writing device drivers. I have done my course in Unix/C and presently working for a company in india in embedded systems. I am looking forward to write some device drivers in Linux/Unix/QNX can any one suggest me any good book which i can refer for my guidanc

Re: [ANNOUNCE] Boot log for Linux PPC64 on POWER3 hardware

2001-02-23 Thread Olaf Hering
On Fri, Feb 23, Peter Samuelson wrote: > > [Peter Bergner] > > The following is a boot log for a 64 bit port of Linux for IBM's 64 > > bit PowerPC processors. This log was made on a pSeries model 270 > > which uses a POWER3 microprocessor. > > Impressive. One question, though -- > > > starti

Buglet: Mount iso-9660 always have exec bit set (755)

2001-02-23 Thread Mircea Ciocan
For a while I'm annoyed by a buglet: When trying to mount an ordinary CD like (as root): mount /dev/cdrom /mnt/cdrom -o ro,noexec it works, but all files have the execute attribute set for all users, and that is annoying in MidnightCommander and other filemanagers that try execute th

thanks (Linux device drivers writing)

2001-02-23 Thread Rahul
Hi friends, Once again thx to all of you for quickly responding to my mail. Thanks for the support. rahul Do You Yahoo!? Get your free @yahoo.co.in address at http://mail.yahoo.co.in - To unsubscribe from this list: send the line "uns

Re: Buglet: Mount iso-9660 always have exec bit set (755)

2001-02-23 Thread Umbra
On Fri, 23 Feb 2001, Mircea Ciocan wrote: > > For a while I'm annoyed by a buglet: > > When trying to mount an ordinary CD like (as root): > > mount /dev/cdrom /mnt/cdrom -o ro,noexec Try mount /dev/cdrom /mnt/cdrom -o ro,noexec,mode=0444 > > it works, but all files have the execute attri

Re: CS4232 sound questions

2001-02-23 Thread Guennadi Liakhovetski
Hi ...maybe it is a bit off-topic here, sorry guys! Phil, you better asked this Q on comp.os.linux.hardware / setup / whatever, am I right? I got this card working fine with 2.4.x. Currently configured as modules, I even managed to get them to autoload. Looks like you (also) are using OSS. So, w

Read-Copy Update mutual exclusion for linux

2001-02-23 Thread Dipankar Sarma
Read-Copy Update is a two-phase mutual exclusion method that can be used to avoid overhead and code complexity of conventional methods that use spin-waiting. It uses the event-driven nature of operating systems to defer exceptional conditions until currently active code has completed allowing comm

Information about kernel threads

2001-02-23 Thread Juan Piernas Canovas
Hi all! I need some information about kernel threads, specifically about signal handling. Where can I get any documents about that? Thanks in advance. Juan. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majo

Re: cpu_has_fxsr or cpu_has_xmm?

2001-02-23 Thread Doug Ledford
"H. Peter Anvin" wrote: > > Followup to: <[EMAIL PROTECTED]> > By author:"Quim K Holland" <[EMAIL PROTECTED]> > In newsgroup: linux.dev.kernel > > > > I've been looking at various -ac patches for the last couple of > > weeks and have been wondering why only this piece of difference > > still

Re: [PATCH] drivers/char/serial.c unchecked ioremap() calls

2001-02-23 Thread Arnaldo Carvalho de Melo
Em Fri, Feb 23, 2001 at 10:53:59AM +0300, Andrey Panin escreveu: > > Hi all, > > 16x50 serial driver doesn't check ioremap() return value. > Atached patch should fix this it. humm, have not checked, but it seems as if you don't release the previous successful mappings on failure. Wipe out this

Select call for a device driver problem

2001-02-23 Thread Edgardo Hames - 98130730
Hello people out there, We are writing a driver for a device which can be read and written. When a process tries to read from it and there is nothing in its buffer, we tell it to sleep until another process writes to the device. When writing, if the buffer is full, we tell it to sleep until someth

Re: Linux stifles innovation...

2001-02-23 Thread Wakko Warner
> - Some architectures' ports of the Linux kernel, at least in their current > state (has anyone actually tried to *compile* the PPC kernel since > 2.4. besides me?) Have you tried comiling 2.2.x where x > 13 on an m68k mac or 2.4.x on an m68k mac? doesn't happen. The patches I found for 2.2 di

Re: [rfc] Near-constant time directory index for Ext2

2001-02-23 Thread Jonathan Morton
>Now that you provide source for r5 and dx_hack_hash, let me feed my >collections to them. >r5: catastrophic >dx_hack_hash: not bad, but the linear hash is better. So, not only does the linear hash normally provide a shorter worst-case chain, its' results are actually more consistent than the o

Re: Linux stifles innovation...

2001-02-23 Thread David Weinehall
On Fri, Feb 23, 2001 at 07:14:48AM -0500, Wakko Warner wrote: > > - Some architectures' ports of the Linux kernel, at least in their current > > state (has anyone actually tried to *compile* the PPC kernel since > > 2.4. besides me?) > > Have you tried comiling 2.2.x where x > 13 on an m68k mac o

Re: [rfc] Near-constant time directory index for Ext2

2001-02-23 Thread Andries . Brouwer
From [EMAIL PROTECTED] Fri Feb 23 04:43:23 2001 > Now that you provide source for r5 and dx_hack_hash, let me feed my > collections to them. > r5: catastrophic > dx_hack_hash: not bad, but the linear hash is better. I never expected dx_hack_hash to be particularly good at

[PATCH]: console, kernel 2.2.18

2001-02-23 Thread David Corbin
Attached is my first submitted patch, so please be gentle. It's actually made against the 2.2.18 kernel, but it should work fine against 2.4.2 from what I can tell. The patch is extremely simple, but I would welcome testing and feedback (I am not on the kernel mailing list). It provides an ioct

Re: 2.4.1 under heavy network load - more info

2001-02-23 Thread Chris Evans
On Wed, 21 Feb 2001, Rik van Riel wrote: > I'm really interested in things which make Linux 2.4 break > performance-wise since I'd like to have them fixed before the > distributions start shipping 2.4 as default. Hi Rik, With kernel 2.4.1, I found that caching is way too aggressive. I was runn

PROBLEM: mount -o loop of ISO image lockup

2001-02-23 Thread Fabrizio Ammollo
[1.] mount -o loop of ISO image lockup [2.] mount of an ISO image created with mkisofs and correctly read and verified by isoread and isovrfy locks ; nothing is reported my mount, and it is unkillable ; the line is reported by ps this way: root 4378 0.0 0.5 1508 1508 pts/12 DL 13:17

Re: random PID generation

2001-02-23 Thread Heusden, Folkert van
>> I wrote a patch against 2.2.18 and 2.4.1 to have the kernel generate >> random PIDs. You can find it at http://vanheusden.com/Linux/security.php3 >> (amongst other patches). Beware: pretty much experimental and likely to >> make your linux-pc perform like a win95 platform. > Well - I'm not

Re: random PID generation

2001-02-23 Thread bert hubert
On Fri, Feb 23, 2001 at 02:20:27PM +0100, Heusden, Folkert van wrote: > > With truly random PIDs, there is a much larger chance of a new process > > sitting on a recently used PID. > > My code runs trough the whole task_list to see if a chosen pid is already > in use or not. But it doesn't ch

Re: need to suggest a good FS:

2001-02-23 Thread David Weinehall
On Thu, Feb 22, 2001 at 10:35:06PM -0500, Carl D. Speare wrote: > HTFS, which is the default filesystem for SCO OpenServer 5, is pretty > rare. I didn't know there was HTFS support in the Linux-kernel?! Oh, btw, I think I just came up with the perfect file-system; CBMFS. Feel welcome to get patc

Re: need to suggest a good FS:

2001-02-23 Thread David Weinehall
On Thu, Feb 22, 2001 at 09:15:45PM -0500, Mike A. Harris wrote: > On Fri, 23 Feb 2001, root wrote: > > >Date: Fri, 23 Feb 2001 08:05:34 +0800 > >From: root <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Content-Type: text/plain; charset=us-ascii > >Subject: need to suggest a good FS: > > > >hey

Re: 2.4.1 under heavy network load - more info

2001-02-23 Thread Rik van Riel
On Fri, 23 Feb 2001, Chris Evans wrote: > On Wed, 21 Feb 2001, Rik van Riel wrote: > > > I'm really interested in things which make Linux 2.4 break > > performance-wise since I'd like to have them fixed before the > > distributions start shipping 2.4 as default. > > With kernel 2.4.1, I found that

USB and 2.4.2: "uhci: host system error, PCI problems?"

2001-02-23 Thread Felix von Leitner
This is the log. Feb 23 14:35:53 hellhound kernel: usb.c: registered new driver usb_mouse Feb 23 14:35:53 hellhound kernel: PCI: Found IRQ 12 for device 00:07.2 Feb 23 14:35:53 hellhound kernel: PCI: The same IRQ used for device 00:07.3 Feb 23 14:35:53 hellhound kernel: PCI: The same IRQ used for

Re: PROBLEM: mount -o loop of ISO image lockup

2001-02-23 Thread Mohammad A. Haque
Known problem. Fabrizio Ammollo wrote: > > [1.] mount -o loop of ISO image lockup > [2.] mount of an ISO image created with mkisofs and correctly read and > verified by isoread and isovrfy locks ; nothing is reported my mount, and it > is unkillable ; the line is reported by ps this way: -- =

OOPS with 2.4.2-ac2

2001-02-23 Thread Arnaud S . Launay
Hello, I'm experimenting a 100% reproducable oops, ksymoops filtered below, when trying to connect via ssh to the 2.4.2-ac2 machine. (openssh 2.1.1p1) ksymoops 2.3.7 on i686 2.4.2-ac2. Options used -V (default) -k /proc/ksyms (default) -l /proc/modules (default) -o /lib/mod

weird /proc/ide/hdx/settings

2001-02-23 Thread David Balazic
Running kernel 2.4.2 : cat /proc/ide/hdc/settings namevalue min max mode - --- --- bios_cyl89355 0 65535 rw bios_head

Re: A plea for help, forwarded message from postmaster@morotsmedia.se

2001-02-23 Thread Mohammad A. Haque
I hope I'm not pointing fingers at the wrong person but this is the closest match I get. >From autoreplay headers... Message-Id: <[EMAIL PROTECTED]> From: [EMAIL PROTECTED] Sender: [EMAIL PROTECTED] Other posts from jborg... From: Jakob Borg <[EMAIL PROTECTED

Re: OOPS with 2.4.2-ac2

2001-02-23 Thread Arnaud S . Launay
Le Fri, Feb 23, 2001 at 02:47:45PM +0100, Arnaud S . Launay a écrit: > I'm experimenting a 100% reproducable oops, ksymoops filtered > below, when trying to connect via ssh to the 2.4.2-ac2 machine. > (openssh 2.1.1p1) uhuh -- just seen I'm using a gcc snapshot of today. this should explain. (fun

Re: [PATCH] drivers/char/serial.c unchecked ioremap() calls

2001-02-23 Thread Jeff Garzik
Arnaldo Carvalho de Melo wrote: > > Em Fri, Feb 23, 2001 at 10:53:59AM +0300, Andrey Panin escreveu: > > > > Hi all, > > > > 16x50 serial driver doesn't check ioremap() return value. > > Atached patch should fix this it. > > humm, have not checked, but it seems as if you don't release the previo

[PATCH] (2.4.2) aci.c, radio-miropcm20.c for miroSOUND cards

2001-02-23 Thread Robert Siemer
Hello! The patch is for miroSOUND sound cards. The corresponding driver files are aci.c and radio-miropcm20.c The latest is for 2.4.2 and can be found on: http://www.uni-karlsruhe.de/~Robert.Siemer/Private/ http://www.uni-karlsruhe.de/~Robert.Siemer/Private/aci-2.4.2.patch (61kB) Changes: aci.

[PATCH] megaraid port from 2.2.19pre14 to 2.4.2

2001-02-23 Thread Robert Varga
Hi Attached is a patch to port of the megaraid driver from 2.2.19pre14 kernel to 2.4.2. It seems to be stable, but I have only one (production) machine for testing. The machine runs now about 4 hours with no glitches. Alan: could you please integrate this one into your tree? Anyone: could you co

Problems with reiserfs

2001-02-23 Thread Patrick Mackinlay
When 2.4.1 was released I reported a kernel oops with reiserfs, I got no response. The problem still persists with kernel 2.4.2. I am using mkreiserfs v2 (3.6.25) and tried on different ide hards disks as well as on a software raid 0 partition, I also tried with and without CONFIG_REISERFS_CHECK d

A plea for help, forwarded message from postmaster@morotsmedia.se

2001-02-23 Thread David S. Miller
Unless someone can tell me who is the recipient on the linux-kernel list generating these bogus virus bounces back to me, I am going to have no choice but to unsubscribe the entire *.se domain to try and get rid of this guy. Thanks. Your mail was recieved, but looked like it might contain a

Re: random PID generation

2001-02-23 Thread Heusden, Folkert van
>> My code runs trough the whole task_list to see if a chosen pid is already >> in use or not. > But it doesn't check for a recently used PID. Lets say your system is > exhausting 1000 PIDs/second, and that there is a window of 20ms between you > determining which PID to send to, and the recip

Re: PROBLEM: mount -o loop of ISO image lockup

2001-02-23 Thread William Stearns
Good morning, Mohammed, Fabrizio, On Fri, 23 Feb 2001, Mohammad A. Haque wrote: > Known problem. Then wouldn't it make sense to point Fabrizio at a known solution? ;-) Fabrizio: I'm going to guess that your problem might be the loop lockups that have been part of late 2.3 and al

RE:[PATCH] megaraid port from 2.2.19pre14 to 2.4.2

2001-02-23 Thread Venkatesh Ramamurthy
Hi, I have submitted the latest 1.14g driver patch for both 2.4.1pre and 2.2.19pre series. Hopefully waiting for Linus and Alan to integrate into the standard tree. Thanks Venkatesh - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECT

usb / hub / usb-storage problem with 2.4.2

2001-02-23 Thread Jon Evans
Hi, My Iomega Jaz USB drive has stopped working. I'm not sure when, I know it has worked since 2.4.0 but I haven't used it for a couple of weeks. The problem is: Feb 23 15:13:47 evansj kernel: hub.c: USB new device connect on bus1/2, assigned device number 5 Feb 23 15:13:47 evansj kernel: usb.

Re: random PID generation

2001-02-23 Thread Matt Johnston
OpenBSD has a working implementation, might be worth looking at??? Cheers, Matt Johnston. On Fri, 23 Feb 2001 23:34, Heusden, Folkert van wrote: > >> My code runs trough the whole task_list to see if a chosen pid is > >> already > >> > >> in use or not. > > > > But it doesn't check for a recentl

Re: Network console project (was: LILO and serial speeds over 9600)

2001-02-23 Thread Andreas Dilger
You write: > > We have set up a network console project on sourceforge and are starting > > to work on actual details. If you're interested in this subject please > > do join that list. > > > > Please see: > > > > http://sourceforge.net/mail/?group_id=20426 > > Unfortunately maillist archi

Re: Linux 2.4.1 network (socket) performance

2001-02-23 Thread Richard B. Johnson
Hello, The problem with awful socket performance on 2.4.1 has been discovered and fixed by Manfred Spraul. Here is some info, and his patch: On Fri, 23 Feb 2001, Manfred Spraul wrote: > Could you post your results to linux-kernel? > My mail from this morning wasn't accurate enough, you patched

2.4.1 bug in mkdir(2)

2001-02-23 Thread Mike Ashton
mkdir("file", 02750) does not create a file with the set group id bit set. chmod("file", 02750) does. Further more, mkdir(2) violates its man page specification by not creating set-gid directories if the parent directory has this bit set. I suspect these are related. Cheers, Mike. - To unsubs

Re: [UPDATE] zerocopy BETA 3

2001-02-23 Thread Jan Rekorajski
On Thu, 22 Feb 2001, David S. Miller wrote: > > Usual spot: > > ftp://ftp.kernel.org/pub/linux/kernel/people/davem/zerocopy-2.4.2-2.diff.gz > > Changes since last installment: > > 3) Workaround for win2000/95 VJ header compression bugs is >implemented. Could you please make a patch with

Alan, can you list 2.4.2pre bug and problem in here?

2001-02-23 Thread Thomas Lau
can you please list in mail list? so it can let people and me to consider to upgrade or not, Thanks - 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 rea

Re: PROBLEM: mount -o loop of ISO image lockup

2001-02-23 Thread Mohammad A. Haque
I didn't want to mention the patch because I was investigating my load hovering around 1.3 after mounting an image using the patch. I know I mentioned it to someone else before but I sent out the email before I noticed the load. On Fri, 23 Feb 2001, William Stearns wrote: > Good morning, Mohamme

reiserfs problem

2001-02-23 Thread Patrick Mackinlay
When 2.4.1 was released I reported a kernel oops with reiserfs, I got no response. The problem still persists with kernel 2.4.2. I am using mkreiserfs v2 (3.6.25) and tried on different ide hards disks as well as on a software raid 0 partition, I also tried with and without CONFIG_REISERFS_CHECK d

Re: [PATCH] new setprocuid syscall

2001-02-23 Thread Bernd Jendrissek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 (Please CC me - I am not subscribed) BERECZ Szabolcs ([EMAIL PROTECTED]) wrote: > Here is a new syscall. With this you can change the owner of a running > procces. Stupid question: why? Not so stupid: why, giving examples? Does the target proces

Re: random PID generation

2001-02-23 Thread Sean Hunter
I have already written a 2.2 implementation which does not suffer from these problems. It was rejected because Alan Cox (and others) felt it only provided security through obscurity. Sean On Fri, Feb 23, 2001 at 11:40:37PM +0800, Matt Johnston wrote: > OpenBSD has a working implementation, migh

Re: need to suggest a good FS:

2001-02-23 Thread Carl D. Speare
Actually there isn't. Hmmm, sounds like I'll have some hacking to do... But I have to ask if this is something that would actually be desirable. Given how rare it is, does the Linux community actually want to have YAFS (yet another file system) added to the list, especially for an even more rare

RE: 2.4.1 under heavy network load - more info

2001-02-23 Thread Magnus Walldal
> In that case, could I see some vmstat (and/or top) output of > when the kernel is no longer able to keep up, or maybe even > a way I could reproduce these things at the office ? Interactive response is actually pretty OK, the only thing I'm seeing is short (about 1 sec) pauses, they could be

isapnp question

2001-02-23 Thread Rolf Offermanns
Hi kernel developers! Can someone tell me how to find out the parameter i have to pass to the ISAPNP_FUNCTION(x)? This is my cat '/proc/isapnp' output: Card 1 'TER2111:TerraTec ActiveRadio' PnP version 1.0 Product version 1.1 Logical device 0 'TER2111:Unknown' Supported regis

Re: need to suggest a good FS:

2001-02-23 Thread David Weinehall
On Fri, Feb 23, 2001 at 12:20:34PM -0500, Carl D. Speare wrote: > Actually there isn't. Hmmm, sounds like I'll have some hacking to do... > > But I have to ask if this is something that would actually be desirable. > Given how rare it is, does the Linux community actually want to have YAFS > (yet

Re: A plea for help, forwarded message from postmaster@morotsmedia.se

2001-02-23 Thread David S. Miller
Mohammad A. Haque writes: > >From autoreplay headers... > Message-Id: <[EMAIL PROTECTED]> > From: [EMAIL PROTECTED] > Sender: [EMAIL PROTECTED] > > Other posts from jborg... > From: Jakob Borg <[EMAIL PROTECTED]> > .. > -- > Jakob Borg

Re: PCI oddities on Dell Inspiron 5000e w/ 2.4.x

2001-02-23 Thread Linus Torvalds
On Thu, 22 Feb 2001, Jeff Lessem wrote: > > In your message of: Thu, 22 Feb 2001 20:37:15 PST, you write: > >Hmm.. You shouldn't be loading any i82365 module at all. You should load > >the "yenta_socket" module. > > I had gone back to my old ways of useing the external PCMCIA stuff. > Here are

Re: random PID generation

2001-02-23 Thread Richard B. Johnson
On Fri, 23 Feb 2001, Sean Hunter wrote: > I have already written a 2.2 implementation which does not suffer from these > problems. It was rejected because Alan Cox (and others) felt it only provided > security through obscurity. > > Sean The following is a simple random generator that will nev

Re: need to suggest a good FS:

2001-02-23 Thread Carl D. Speare
On Fri, 23 Feb 2001, David Weinehall wrote: > Date: Fri, 23 Feb 2001 18:34:23 +0100 > From: David Weinehall <[EMAIL PROTECTED]> > To: Carl D. Speare <[EMAIL PROTECTED]> > Cc: Quim K Holland <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > Subject: Re: need to suggest a good FS: > On Fri, Feb 23, 2001 at

Re: Linux device driver writing

2001-02-23 Thread Marcus Ramos
Hello, For Linux you can use the good and complete "Linux Device Drivers" by Alessandro Rubini, O'Reilly, 1998. For other flavors of Unix, I am aware only of old text books of little interest for present systems. Good luck. Marcus. Rahul wrote: > Hi friends, > > I am new to this field of writi

PCMCIA CARDBUS detection incorrect.

2001-02-23 Thread Stephen Torri
using the following: kernel-2.4.2 (linus release - no patches added) kernel-2.2.17-4 (RedHat 7 release - no patches added) kgcc-2.96.66 (kernel config - see compressed text file) I have a Xircom Realport2 10/100 Card that uses the tulip_cb driver. In kernel-2.2.17-4 (from RedHat with pcmcia in

Re: Via UDMA5 3/4/5 is not functional!

2001-02-23 Thread Matthias Andree
On Thu, 22 Feb 2001, Mike Fedyk wrote: > Wasn't dma disabled on all VIA ide chipsets because of sporadic corruption? That's not the point, the quoted message shows up when you try -X67.. -X69 in hdparm; cable detection seems to not work out properly. -- Matthias Andree - To unsubscribe from th

Re: TESTERS PLEASE - improvements to knfsd for 2.4.2

2001-02-23 Thread Matthias Andree
On Thu, 22 Feb 2001, Henning P. Schmiedehausen wrote: > [EMAIL PROTECTED] (Neil Brown) writes: > > > I am looking forward to seeing lots of downloads and absolutely no > > problem reports but is seems unlikely. > > > Alan Cox has suggested that these changes may not be appropriate for > > 2

Re: TESTERS PLEASE - improvements to knfsd for 2.4.2

2001-02-23 Thread Alan Cox
> > Oh, please not again a stable kernel series with NFS problems, we're > > locked in for ages. 2.2 was bad enough up to 2.2.18. We have ReiserFS > > in 2.4.1 (and not in 2.4.0), could we _please_ get NFS-exportable > > ReiserFS in 2.4.4 or 2.4.5? > > 2.2.18 is still broken, won't play NFSv3 gam

Re: reiserfs problem

2001-02-23 Thread Chris Mason
On Friday, February 23, 2001 05:03:40 PM + Patrick Mackinlay <[EMAIL PROTECTED]> wrote: > When 2.4.1 was released I reported a kernel oops with reiserfs, I got no > response. Hmmm, don't seem to have any other reiserfs mail from you. Sorry I missed it. [ ...] > > kernel oops report: >>>

3c509 + sb16 bug

2001-02-23 Thread Steve
The evidence really speaks for itself: firstly, I have been running a 2.2.18 kernel system, with a 3c509b and a soundblaster 16 (and sundry other hardware). The soundblaster 16 is on 0x220, irq 5. Its a soundblaster 16 (vibra 16b, '94) The 3c509 is pnp and detects under 2.2.18 as the following:

Re: reiserfs problem

2001-02-23 Thread Patrick Mackinlay
Chris Mason wrote: > > On Friday, February 23, 2001 05:03:40 PM + Patrick Mackinlay > <[EMAIL PROTECTED]> wrote: > > > When 2.4.1 was released I reported a kernel oops with reiserfs, I got no > > response. > > Hmmm, don't seem to have any other reiserfs mail from you. Sorry I missed > it.

Re: Very high bandwith packet based interface and performance problems

2001-02-23 Thread kuznet
Hello! > > Yes its a SHOULD in RFC1122, but in any normal environment pretty much a > > must and I know of no stack significantly violating it. > > I didn't know there was such a thing as a normal environment :) Jokes apart, such "normal" environments are rare today. >From tcpdumps it is clear

loop-6 patch and 2.4.2

2001-02-23 Thread Mohammad A. Haque
Is anyone else using 2.4.2 patched with loop-6? Does load goto about 1 and stay there even though mounting things via loop seem to work fine? -- = Mohammad A. Haque http://www.haque.net/

Re: filesystem statistics

2001-02-23 Thread Andreas Dilger
Andries Brouwer writes: > Now that people are discussing the right hash function to use, > and the amount of space taken by filenames in various schemes, > I wondered how these things are on a random machine. > Here some statistics. Can you generate statistics on the number of files in each direc

Re: [rfc] Near-constant time directory index for Ext2

2001-02-23 Thread Andreas Dilger
Jonathan Morton writes: > Meanwhile, let's go back to Linus' comment on compatibility and so on. He > has a *very* good point, which I'll expand on slightly here: > > Suppose some stone-age Linux user, running 2.0.35 or something equally old > (which runs ext2), decides to finally bite the bulle

Re: 3c509 + sb16 bug

2001-02-23 Thread J Sloan
Perhaps it's cold comfort, but I found long ago that 3c509 and SB don't mix too well, at least in Linux. ISA devices are somewhat dumb, switching one of the cards for a PCI version does the trick here. SB128, SBlive work fine, or you might want to go to a 10/100 pci ethernet card. Just my $.02

Re: 3c509 + sb16 bug

2001-02-23 Thread Alan Cox
> Perhaps it's cold comfort, but I found long ago that > 3c509 and SB don't mix too well, at least in Linux. I've had them mixed ok before > ISA devices are somewhat dumb, switching one > of the cards for a PCI version does the trick here. I think the problem here thought isnt the 3c509 and SB

Re: EXT2-fs error

2001-02-23 Thread Ian Wehrman
Mohammad A. Haque <[EMAIL PROTECTED]> wrote: > I got the following after compiling/rebooting into 2.4.2 and forcing a > fsck. > > EXT2-fs error (device ide0(3,3)): ext2_readdir: bad entry in directory > #508411: rec_len is smaller than minimal - offset=0, inode=0, rec_len=0, > name_len=0 > EXT2-f

problem with mount -o loop

2001-02-23 Thread Tim Tim
I made iso-image from cd with dd if=/dev/hdd of=/image.iso and mount it with mount -o loop /image.iso /mnt/cdrom under Linux-2.4.2-pre1 it is working but under Linux-2.4.2 do not Please help me to understand why __ Do You Yahoo!? Yahoo! Aucti

Re: loop-6 patch and 2.4.2

2001-02-23 Thread Steven King
On Friday 23 February 2001 10:50, Mohammad A. Haque wrote: > Is anyone else using 2.4.2 patched with loop-6? Does load goto about 1 > and stay there even though mounting things via loop seem to work fine? Yes, and with 2 mounts the load avg goes ~2; after umounting, it goes back to norma

[FAQ] pls add migrate 2.2 -> 2.4 Re: 3c509 + sb16 bug

2001-02-23 Thread Rob Cermak
Alan, You've mentioned this before. I emailed Steve directly since I had the same sort of problem with a trio of ethernet cards. Hardware detection goes wacky when mixing isapnp userspace tools with the CONFIG_ISAPNP support in the kernel. Steve told me: "I'm running debian sid, with isapnptoo

Re: EXT2-fs error

2001-02-23 Thread Alan Cox
> > Possibly the result of the 'silent' bug in 2.4.1? > > you are not the only one who found this bug. immediately after booting 2.4.2 i > received dozens of these errors, resulting in _major_ filesystem corruption. > after a half hour of fsck'ing i managed to bring the machine back into a usable

Re: floppy linux installation

2001-02-23 Thread Erik Mouw
On Fri, Feb 23, 2001 at 12:19:05PM +0530, Srinivas Surabhi wrote: > I need help from somebody. > > Iwant to install Linux with just floppythrough FTP server. This is off topic for the linux kernel mailing list. > I am searching in net regarding How to make FTP installation floppy . > > can any

Re: problem with mount -o loop

2001-02-23 Thread J Sloan
Tim Tim wrote: > I made iso-image from cd with > dd if=/dev/hdd of=/image.iso > and mount it with > mount -o loop /image.iso /mnt/cdrom > under Linux-2.4.2-pre1 it is working > but under Linux-2.4.2 do not > Please help me to understand why If it was working it was by sheer luck - You need

Re: Linux device driver writing

2001-02-23 Thread Erik Mouw
On Fri, Feb 23, 2001 at 03:06:13PM -0200, Marcus Ramos wrote: > For Linux you can use the good and complete "Linux Device Drivers" by > Alessandro Rubini, O'Reilly, 1998. For other flavors of Unix, I am aware only > of old text books of little interest for present systems. Good luck. Problem with

regular lockup on 2.4.2 (w/oops)

2001-02-23 Thread Brendan Cully
Hi, Since running 2.4.2 I've been getting regular lockups, usually during the boot process but occasionally during regular usage too. I've copied down an oops by hand from the console (it seems to be always the same oops, except ESI varies). I wonder if it's related to ACPI and/or IDE - I seem t

Linux 2.4.2ac3

2001-02-23 Thread Alan Cox
Handle with care.. Its possible the ioremap debugging change might remove casts that hid older problems in a few drivers ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ 2.4.2-ac3 o Add documentation for the fb interfaces (Brad Douglas) o Work

Re: EXT2-fs error

2001-02-23 Thread John Heil
On Fri, 23 Feb 2001, Ian Wehrman wrote: > Date: Fri, 23 Feb 2001 13:12:05 -0600 > From: Ian Wehrman <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: EXT2-fs error > > Mohammad A. Haque <[EMAIL PROTECTED]> wrote: > > I got the following after compil

Re: regular lockup on 2.4.2 (w/oops)

2001-02-23 Thread Alan Cox
> I wonder if it's related to ACPI and/or IDE - I seem to get on > occasion one ide_dmaproc: lost interrupt message during fsck - after a > few seconds it recovers only to hang for good some 10-15 seconds > later. Turn off ACPI and try that kernel. If that one also causes problems then it helps a

Re: Trying to fix 3dfx.o + question about char drivers..

2001-02-23 Thread Alexander V. Lukyanov
Michael Bacarella wrote: > So, I upgrade to 2.4.0 and it's cool, except that I can't do > anything neat with my voodoo3 anymore. I've been looking > for a solution for weeks but to no avail. 3dfx's web site > looks like it's gone and nothing on lk about it. > > The process calls ioctl() after ope

Re: Via UDMA5 3/4/5 is not functional!

2001-02-23 Thread Jasmeet Sidhu
CRC errors are due to faulty cables. Go buy some cables that are good. I've had this problem and the only fix is to use better cables. Infact, If you get really bad cables, on lets say hdc which is on the same controller as hda, then when the kernel resets the harddrive giving crc errors hd

  1   2   >