Re: Break 2.4 VM in five easy steps

2001-06-07 Thread C. Martins
In my everyday desktop workstation (PII 350) I have 64MB of RAM and use 300MB of swap, 150MB on each hard disk. After upgrading to 2.4, and maintaining the same set of applications (KDE, Netscape & friends), the machine performance is _definitely_ much worse, in terms of responsiveness and

Re: missing sysrq

2001-06-07 Thread D. Stimits
"Mike A. Harris" wrote: > > On Fri, 1 Jun 2001, Dieter Nützel wrote: > > >> > In article <[EMAIL PROTECTED]> you wrote: > >> > > However, if I go to /proc/sys/kernel/sysrq does not exist. > >> > > >> > It is a compile time option, so the person who compiled your kernel > >> > left it out. > >> >

rdev command

2001-06-07 Thread kpraveen
Hi, I am using yellow dog linux on Apple, I am not finding "rdev" command here. Is there any equivalent command or replacement is present in Apple?. Thanks in advance, Praveen K - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL P

what's up with IRQ routing in 2.4.x ?

2001-06-07 Thread Aaron Krowne
Greetings. I've been wondering about the behavior of linux IRQ routing on certain systems running 2.4.x kernels (particularly .3 and above). I have an AMD KT133A system. I have two friends with PIII-based laptops (one toshiba, one thinkpad.) We have all noticed the exact same strange behavio

Re: scsi disk defect or kernel driver defect ?

2001-06-07 Thread Johan Kullstam
"J . A . Magallon" <[EMAIL PROTECTED]> writes: > On 06.07 Nico Schottelius wrote: > > > > > > Based upon the lspci output you posted earlier, aic7880 has a single > > > SCSI bus. > > > > Oh. That could really be a problem.. I though having two different > > connectors on the board would make two

Re: missing sysrq

2001-06-07 Thread Mike A. Harris
On Fri, 1 Jun 2001, Dieter Nützel wrote: >> > In article <[EMAIL PROTECTED]> you wrote: >> > > However, if I go to /proc/sys/kernel/sysrq does not exist. >> > >> > It is a compile time option, so the person who compiled your kernel >> > left it out. >> >> I compiled it, and the sysrq is definitel

Re: temperature standard - global config option?

2001-06-07 Thread Michael H. Warfield
On Thu, Jun 07, 2001 at 08:03:58PM -0400, Albert D. Cahalan wrote: > Chris Boot writes: > > Kelvins good idea in general - it is always positive ;-) > > 0.01*K fits in 16 bits and gives reasonable range. > ... > > OK, I think by now we've all agreed the following: > > - The issue

oops in 2.4.2: in d_instantiate(), inode->i_dentry.next was 0

2001-06-07 Thread Michael Walfish
Received an oops in the 2.4.2 kernel on an x86 SMP system, 640 MB RAM (Compaq DL380 Server). The line of code this crashed on is in fs/dcache.c: void d_instantiate(struct dentry *entry, struct inode * inode) [snip] -->list_add(&entry->d_alias, &inode->i_dentry); Believe inode->i_dentry.n

Re: temperature standard - global config option?

2001-06-07 Thread Michael H. Warfield
On Thu, Jun 07, 2001 at 09:30:54PM +, mirabilos {Thorsten Glaser} wrote: > It was posted by L. K. where I now add my 0.02 EUR... > > On Thu, 7 Jun 2001, Albert D. Cahalan wrote: > > > Negative temperatures do not really exist. > > Are you really sure about this ? > I am. I made Abitur (german

Re: missing sysrq

2001-06-07 Thread Mike A. Harris
On Thu, 31 May 2001, D. Stimits wrote: >Date: Thu, 31 May 2001 17:48:34 -0600 >From: D. Stimits <[EMAIL PROTECTED]> >To: unlisted-recipients:;;@timpanogas.com (no To-header on input) >Cc: [EMAIL PROTECTED] >Content-Type: text/plain; charset=us-ascii >Subject: Re: missing sysrq > >Bernd Eckenfels

Re: [patch] 32-bit dma memory zone

2001-06-07 Thread David S. Miller
Richard Henderson writes: > On most alphas we use only one zone -- ZONE_DMA. The iommu makes it > possible to do 32-bit pci to the entire memory space. > > For those alphas without an iommu, we also set up ZONE_NORMAL. And on sparc64 since all machines have an iommu, we use just ZONE_DMA f

Re: VM Report was:Re: Break 2.4 VM in five easy steps

2001-06-07 Thread Jonathan Morton
At 12:29 am +0100 8/6/2001, Shane Nay wrote: >(VM report at Marcelo Tosatti's request. He has mentioned that rather than >complaining about the VM that people mention what there experiences were. I >have tried to do so in the way that he asked.) >> By performance you mean interactivity or throu

Re: VM suggestion...

2001-06-07 Thread Marcelo Tosatti
On Fri, 8 Jun 2001, Erik Mouw wrote: > On Thu, Jun 07, 2001 at 04:36:05PM -0300, Marcelo Tosatti wrote: > > On Thu, 7 Jun 2001, Jeff Garzik wrote: > > > Statistics like this are cheap to use in runtime and should provide > > > concrete information rather than guesses and estimations... > > > >

Re: temperature standard - global config option?

2001-06-07 Thread Albert D. Cahalan
Chris Boot writes: Kelvins good idea in general - it is always positive ;-) 0.01*K fits in 16 bits and gives reasonable range. ... > OK, I think by now we've all agreed the following: > - The issue is NOT displaying temperatures to the user, but a userspace >program reading th

Re: VM suggestion...

2001-06-07 Thread Erik Mouw
On Thu, Jun 07, 2001 at 04:36:05PM -0300, Marcelo Tosatti wrote: > On Thu, 7 Jun 2001, Jeff Garzik wrote: > > Statistics like this are cheap to use in runtime and should provide > > concrete information rather than guesses and estimations... > > I've been using LTT (Linux Trace Toolkit) to do sim

Re: Large ramdisk crashes system

2001-06-07 Thread David Woodhouse
[EMAIL PROTECTED] said: > the kernel is 2.4.5 with 'Simple RAM-based file system support' turned on. > I issued the following commands. > mkfs /dev/ram0 40 > mount /dev/ram0 /mnt > dd if=/dev/zero of=/mnt/junk bs=1024 count=50 Why turn on ramfs if you're not going to use it? mount

VM Report was:Re: Break 2.4 VM in five easy steps

2001-06-07 Thread Shane Nay
(VM report at Marcelo Tosatti's request. He has mentioned that rather than complaining about the VM that people mention what there experiences were. I have tried to do so in the way that he asked.) > 1) Describe what you're running. (your workload) A lot of daemons, all on a private network

Re: Large ramdisk crashes system

2001-06-07 Thread Marcelo Tosatti
On Thu, 7 Jun 2001, Paul Buder wrote: > I am trying to create a system which boots off of a cd and has no hard > disks. So it needs ramdisks. But I haven't had much luck creating > large ones. > > I tried on two different boxes. In both cases the kernel is 2.4.5 with > 'Simple RAM-based fil

Re: Linux support for PDC20268

2001-06-07 Thread Andre Hedrick
Frank, "Frank Tiernan" does not exist at Promise anymore, and that company is HOSTILE towards Linux Now. On Tue, 5 Jun 2001, Frank Neuber wrote: > Hi Andre, > I try to set up IDE-Support for ARM-Integrator with an PDC20268. > This controller is currently not supported in > linux/drivers/ide/p

Large ramdisk crashes system

2001-06-07 Thread Paul Buder
I am trying to create a system which boots off of a cd and has no hard disks. So it needs ramdisks. But I haven't had much luck creating large ones. I tried on two different boxes. In both cases the kernel is 2.4.5 with 'Simple RAM-based file system support' turned on. One box is a dual Penti

Re: scsi disk defect or kernel driver defect ?

2001-06-07 Thread J . A . Magallon
On 06.07 Nico Schottelius wrote: > > > > Based upon the lspci output you posted earlier, aic7880 has a single > > SCSI bus. > > Oh. That could really be a problem.. I though having two different > connectors on the board would make two different buses.. > I must have been wrong. > > > So you mu

Re: CacheFS

2001-06-07 Thread Albert D. Cahalan
Jan Kasprzak writes: > Another goal is to use the Linux filesystem > as a backing store (as opposed to the block device or single large file > used by CODA). ... > - kernel module, implementing the filesystem of the type "cachefs" > and a character device /dev/ca

Re: temperature standard - global config option?

2001-06-07 Thread Chris Adams
Once upon a time, L. K. <[EMAIL PROTECTED]> said: >On Thu, 7 Jun 2001, Albert D. Cahalan wrote: >> Negative temperatures do not really exist. > >Are you really sure about this ? He's positive! -- Chris Adams <[EMAIL PROTECTED]> Systems and Network Administrator - HiWAAY Internet Services I don

Re: VM suggestion...

2001-06-07 Thread Marcelo Tosatti
On Thu, 7 Jun 2001, Stuart MacDonald wrote: > From: "Marcelo Tosatti" <[EMAIL PROTECTED]> > > The problem is that we _cannot_ base ourselves simply on practical results > > from a _limited_ amount of workloads. Also remember the tests we (at least > > I do) are benchmarks which try to use all re

RE: PROBLEM: I/O system call never returns if file desc is closed in the

2001-06-07 Thread David Schwartz
> At 22:35 +0100 2001-06-06, Alan Cox wrote: > > > This report describes a problem in the usage of file > > > descriptors across > >> multiple threads. When one thread closes a file descriptor, another > >> thread which waits for an I/O on that file descriptor is not notified > >> and bloc

Re: temperature standard - global config option?

2001-06-07 Thread Chris Boot
Hi, >>> Kelvins good idea in general - it is always positive ;-) >>> >>> 0.01*K fits in 16 bits and gives reasonable range. >>> >>> but may be something like K<<6 could be a option? (to allow use of shifts >>> instead of muls/divs). It would be much more easier to extract int part. >>> >>> jus

Re: Break 2.4 VM in five easy steps

2001-06-07 Thread Marcelo Tosatti
On Thu, 7 Jun 2001, Shane Nay wrote: > On Thursday 07 June 2001 13:00, Marcelo Tosatti wrote: > > On Thu, 7 Jun 2001, Shane Nay wrote: > > > (Oh, BTW, I really appreciate the work that people have done on the VM, > > > but folks that are just talking..., well, think clearly before you impact >

Re: Configure.help i18n system

2001-06-07 Thread Andries . Brouwer
> I wonder if the Configure.help text should not possibly be even _more_ > distributed than just splitting it up into different files. It might very > well be acceptable to actually distribute it over the net (and have just > a mapping of config options into www-addresses or something). I think t

Re: temperature standard - global config option?

2001-06-07 Thread mirabilos {Thorsten Glaser}
It was posted by L. K. where I now add my 0.02 EUR... > On Thu, 7 Jun 2001, Albert D. Cahalan wrote: > > Negative temperatures do not really exist. > Are you really sure about this ? I am. I made Abitur (german degree after 13yrs of school) with physics being an important course, and there can no

Re: [patch] 32-bit dma memory zone

2001-06-07 Thread Linus Torvalds
On Thu, 7 Jun 2001, Jens Axboe wrote: > > I'd like to push this patch from the block highmem patch set, to prune > it down and make it easier to include it later on :-) > > This patch implements a new memory zone, ZONE_DMA32. It holds highmem > pages that are below 4GB, as we can do I/O on thos

Re: Please test: workaround to help swapoff behaviour

2001-06-07 Thread Marcelo Tosatti
On Thu, 7 Jun 2001, Bulent Abali wrote: > > I tested your patch against 2.4.5. It works. No more lockups. Without > the > patch it took 14 minutes 51 seconds to complete swapoff (this is to recover > 1.5GB of > swap space). During this time the system was frozen. No keyboard, no > screen,

Re: Background scanning change on 2.4.6-pre1

2001-06-07 Thread Andreas Dilger
Linus writes: > On Thu, 7 Jun 2001, Marcelo Tosatti wrote: > > Who did this change to refill_inactive_scan() in 2.4.6-pre1 ? > > I think it was Andreas Dilger.. Definitely NOT. I don't touch MM stuff. I do filesystems and LVM only. Cheers, Andreas -- Andreas Dilger \ "If a man ate a pound

Re: Break 2.4 VM in five easy steps

2001-06-07 Thread LA Walsh
"Eric W. Biederman" wrote: > LA Walsh <[EMAIL PROTECTED]> writes: > > > Now for whatever reason, since 2.4, I consistently use at least > > a few Mb of swap -- stands at 5Meg now. Weird -- but I notice things > > like nscd running 7 copies that take 72M. Seems like overkill for > > a laptop

Re: Break 2.4 VM in five easy steps

2001-06-07 Thread Shane Nay
Uh, last I checked on my linux based embedded device I didn't want to swap to flash. Hmm.., now why was that..., oh, that's right, it's *much* more expensive than memory, oh yes, and it actually gets FRIED when you write to a block more than 100k times. Oh, what was that other thing..., oh ye

Re: Break 2.4 VM in five easy steps

2001-06-07 Thread Shane Nay
On Thursday 07 June 2001 13:00, Marcelo Tosatti wrote: > On Thu, 7 Jun 2001, Shane Nay wrote: > > (Oh, BTW, I really appreciate the work that people have done on the VM, > > but folks that are just talking..., well, think clearly before you impact > > other people that are writing code.) > > If al

Re: BUG: race-cond with partition-check and ll_rw_blk (all platforms, 2.4.*!)

2001-06-07 Thread Andries . Brouwer
From: [EMAIL PROTECTED] We just had a problem when running some formatting-utils on a large amount of disks synchronously: We got a NULL-pointer violation when accessig blk_size[major] for our major number. Further research showed, that grok_partitions was running at that

Re: Background scanning change on 2.4.6-pre1

2001-06-07 Thread Linus Torvalds
On Thu, 7 Jun 2001, Marcelo Tosatti wrote: > > Who did this change to refill_inactive_scan() in 2.4.6-pre1 ? I think it was Andreas Dilger.. > /* > * When we are background aging, we try to increase the page aging > * information in the system. > */ >

Re: temperature standard - global config option?

2001-06-07 Thread Albert D. Cahalan
L. K. writes: > Why not make it in Celsius ? Is more easy to read it this way. No, because then the software must handle negative numbers for cooled computers. CentiKelvin is fine. Do C=cK/100-273.15 if you really must... but you still have a number that is useless to a human. Humans need a seco

Re: Background scanning change on 2.4.6-pre1

2001-06-07 Thread Andreas Dilger
Marcello writes: > Who did this change to refill_inactive_scan() in 2.4.6-pre1 ? > > /* > * When we are background aging, we try to increase the page aging > * information in the system. > */ > if (!target) > maxscan = nr_active_pages >>

Re: Break 2.4 VM in five easy steps

2001-06-07 Thread Marcelo Tosatti
On Thu, 7 Jun 2001, Shane Nay wrote: > (Oh, BTW, I really appreciate the work that people have done on the VM, but > folks that are just talking..., well, think clearly before you impact other > people that are writing code.) If all the people talking were reporting results we would be reall

Re: Background scanning change on 2.4.6-pre1

2001-06-07 Thread Jonathan Morton
>> > This is going to make all pages have age 0 on an idle system after some >> > time (the old code from Rik which has been replaced by this code tried to >> > avoid that) > >There's another reason why I think the patch may be ok even without any >added logic: not only does it simplify the code a

Re: VM suggestion...

2001-06-07 Thread Marcelo Tosatti
On Thu, 7 Jun 2001, Jeff Garzik wrote: > While you guys are in there hacking, perhaps consider adding metrics > which allows you to tell exactly when certain cases and conditions are > hit. > page_aged_while_sleeping_in_page_lauder++ > > Statistics like this are cheap to use in runtime a

VM suggestion...

2001-06-07 Thread Jeff Garzik
While you guys are in there hacking, perhaps consider adding metrics which allows you to tell exactly when certain cases and conditions are hit. page_aged_while_sleeping_in_page_lauder++ Statistics like this are cheap to use in runtime and should provide concrete information rather than g

Re: Background scanning change on 2.4.6-pre1

2001-06-07 Thread Linus Torvalds
Forgot one comment.. > > This is going to make all pages have age 0 on an idle system after some > > time (the old code from Rik which has been replaced by this code tried to > > avoid that) There's another reason why I think the patch may be ok even without any added logic: not only does it s

Re: Background scanning change on 2.4.6-pre1

2001-06-07 Thread Marcelo Tosatti
On Thu, 7 Jun 2001, Linus Torvalds wrote: > > Forgot one comment.. > > > > This is going to make all pages have age 0 on an idle system after some > > > time (the old code from Rik which has been replaced by this code tried to > > > avoid that) > > There's another reason why I think the pat

Re: temperature standard - global config option?

2001-06-07 Thread L. K.
On Thu, 7 Jun 2001, Albert D. Cahalan wrote: > Negative temperatures do not really exist. > Are you really sure about this ? > > > > > - 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:

Re: VM suggestion...

2001-06-07 Thread Stuart MacDonald
From: "Marcelo Tosatti" <[EMAIL PROTECTED]> > The problem is that we _cannot_ base ourselves simply on practical results > from a _limited_ amount of workloads. Also remember the tests we (at least > I do) are benchmarks which try to use all resources all the time upon > completion. Isn't this th

PTRACE_ATTACH breaks wait4()

2001-06-07 Thread Pavel Kankovsky
Let A be a process and B its child. When another process, let's call it C, does ptrace(PTRACE_ATTACH) on B, wait4(pid of B, ...) will always return ECHILD when invoked from A after B has been attached to C because wait4() does not take children traced by other processes into account. The problem w

Re: Please test: workaround to help swapoff behaviour

2001-06-07 Thread Bulent Abali
>This is for the people who has been experiencing the lockups while running >swapoff. > >Please test. (against 2.4.6-pre1) > > >--- linux.orig/mm/swapfile.c Wed Jun 6 18:16:45 2001 >+++ linux/mm/swapfile.c Thu Jun 7 16:06:11 2001 >@@ -345,6 +345,8 @@ > /* > * Find a swap pag

Re: xircom_cb problems

2001-06-07 Thread Ion Badulescu
On Thu, 7 Jun 2001, Tom Sightler wrote: > Transferring files between the eepro100 machine running 2.4.2-ac11 and my > laptop produced a result of 2.24MB/s for sending and 2.13MB/s recieving the > file. > > Transfering files between the Alteon Gigabit machine running 2.2.19 and my > laptop res

Background scanning change on 2.4.6-pre1

2001-06-07 Thread Marcelo Tosatti
Hi Linus, Who did this change to refill_inactive_scan() in 2.4.6-pre1 ? /* * When we are background aging, we try to increase the page aging * information in the system. */ if (!target) maxscan = nr_active_pages >> 4; This is going

PATCH: via audio 1.1.15-pre1

2001-06-07 Thread Jeff Garzik
Attached is a patch against kernel 2.4.6-pre1 which includes fixes for via audio. It -should- patch against kernel 2.4.3 or later, though. I'm interested in feedback from people having via audio problems, if this patch fixes them. I am of course also interested in general testing, to ensure I d

Re: scsi disk defect or kernel driver defect ?

2001-06-07 Thread Nico Schottelius
Khalid Aziz wrote: > Nico Schottelius wrote: > > > > Hi all! > > > > The problem is solved, if I disconnect the hp streamer > > from the bus. I wonder why there is a problem. > > The aic7880 has two busses: > > > > ultra/ ultrawide. > > > > The ibm hard disk is connected to the uw port and is ter

Re: scsi disk defect or kernel driver defect ?

2001-06-07 Thread Khalid Aziz
Nico Schottelius wrote: > > Hi all! > > The problem is solved, if I disconnect the hp streamer > from the bus. I wonder why there is a problem. > The aic7880 has two busses: > > ultra/ ultrawide. > > The ibm hard disk is connected to the uw port and is terminated. > No other uw device is attac

Re: pset patch??

2001-06-07 Thread Mark Hounschell
Tim Hockin wrote: > > Khalid Aziz wrote: > > > > Try > > . > > It may do what you want. > > > > I see references to this site http://isunix.it.ilstu.edu/~thockin/pset/. > > try http://www.hockin.org/~thockin/pset > > unfortu

Re: 2.4.6 pre1 and 2.4.5 CONFIG_IP_NF_COMPAT_IPCHAINS missing?

2001-06-07 Thread D. Stimits
"D. Stimits" wrote: > > I know somewhere there is a menuconfig item corresponding to > CONFIG_IP_NF_COMPAT_IPCHAINS, and that selecting various other iptables > options can make this item disappear and no longer be selectable. But I > have fished all over, have set config to give devel and incomp

Re: scsi disk defect or kernel driver defect ?

2001-06-07 Thread Nico Schottelius
Hi all! The problem is solved, if I disconnect the hp streamer from the bus. I wonder why there is a problem. The aic7880 has two busses: ultra/ ultrawide. The ibm hard disk is connected to the uw port and is terminated. No other uw device is attached. The hp streamer is also lonely on the ult

Re: [PATCH] Reap dead swap cache earlier v2

2001-06-07 Thread Jonathan Morton
>> >As suggested by Linus, I've cleaned the reapswap code to be contained >> >inside an inline function. (yes, the if statement is really ugly) >> >> I can't seem to find the patch which adds this behaviour to the background >> scanning. > >I've just sent Linus a patch to free swap cache pages at

Re: [PATCH] sockreg2.4.5-05 inet[6]_create() register/unregistertable

2001-06-07 Thread Matthias Urlichs
Ahem... David S. Miller wrote: >This allows people to make proprietary implementations of TCP under >Linux. And we don't want this just as we don't want to add a way to >allow someone to do a proprietary Linux VM. *Sigh* and thence begin the proprietary-vs-OpenSource flame wars again. _Any_ op

Please test: workaround to help swapoff behaviour

2001-06-07 Thread Marcelo Tosatti
On Thu, 7 Jun 2001, Marcelo Tosatti wrote: > > On Thu, 7 Jun 2001, Mike Galbraith wrote: > > > On 6 Jun 2001, Eric W. Biederman wrote: > > > > > Mike Galbraith <[EMAIL PROTECTED]> writes: > > > > > > > > If you could confirm this by calling swapoff sometime other than at > > > > > reboot tim

2.4.6 pre1 and 2.4.5 CONFIG_IP_NF_COMPAT_IPCHAINS missing?

2001-06-07 Thread D. Stimits
I know somewhere there is a menuconfig item corresponding to CONFIG_IP_NF_COMPAT_IPCHAINS, and that selecting various other iptables options can make this item disappear and no longer be selectable. But I have fished all over, have set config to give devel and incomplete items, tried turning on or

Re: [PATCH] Reap dead swap cache earlier v2

2001-06-07 Thread Marcelo Tosatti
On Thu, 7 Jun 2001, Jonathan Morton wrote: > >As suggested by Linus, I've cleaned the reapswap code to be contained > >inside an inline function. (yes, the if statement is really ugly) > > I can't seem to find the patch which adds this behaviour to the background > scanning. I've just sent

Re: [PATCH] Reap dead swap cache earlier v2

2001-06-07 Thread Jonathan Morton
>As suggested by Linus, I've cleaned the reapswap code to be contained >inside an inline function. (yes, the if statement is really ugly) I can't seem to find the patch which adds this behaviour to the background scanning. Can someone point me to it?

Re: Break 2.4 VM in five easy steps

2001-06-07 Thread Miles Lane
On 07 Jun 2001 11:49:47 -0400, Derek Glidden wrote: > Miles Lane wrote: > > > > So please, if you have new facts that you want to offer that > > will help us characterize and understand these VM issues better > > or discover new problems, feel free to share them. But if you > > just want to rant

Busy buffers and try_to_free_pages

2001-06-07 Thread Steve Lord
I am chasing around in circles with an issue where buffers pointing at highmem pages are getting put onto the buffer free list, and later on causing oops in ext2 when it gets assigned them for metadata via getblk. Say one thread is performing a truncate on an inode and is currently in truncate_i

Re: Break 2.4 VM in five easy steps

2001-06-07 Thread Marcelo Tosatti
On Thu, 7 Jun 2001, Mike Galbraith wrote: > On 6 Jun 2001, Eric W. Biederman wrote: > > > Mike Galbraith <[EMAIL PROTECTED]> writes: > > > > > > If you could confirm this by calling swapoff sometime other than at > > > > reboot time. That might help. Say by running top on the console. > > >

Re: xircom_cb problems

2001-06-07 Thread Tom Sightler
Quoting Ion Badulescu <[EMAIL PROTECTED]>: > > 2.4.4-ac11 -- mostly works fine -- minor problems awaking from sleep > > Can you run some performance testing with this driver, though? The > speed > of ftp transfers in both directions would be a good measure. The > reason > I'm asking is because w

Re: scsi disk defect or kernel driver defect ?

2001-06-07 Thread Khalid Aziz
Nico Schottelius wrote: > There is in fact no terminator, the scsi disc should terminate the bus > itself. It is directly connected to the onboard aix7880 scsi controller. > I will use another cable in about half an hour (when my friend arrives..) > > Thanks for the hint! > > Nico > I would su

Re: Break 2.4 VM in five easy steps

2001-06-07 Thread José Luis Domingo López
On Thursday, 07 June 2001, at 09:23:42 +0200, Helge Hafting wrote: > Derek Glidden wrote: > > > > Helge Hafting wrote: > [...] > The machine froze 10 seconds or so at the end of the minute, I can > imagine that biting with bigger swap. > Same behavior here with a Pentium III 600, 128 MB RAM and

Re: scsi disk defect or kernel driver defect ?

2001-06-07 Thread Nico Schottelius
> > 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 > > I/O error: dev 08:01, sector 127304 > > SCSI disk error : host 0 channel 0 id 0 lun 0 return code = 802 > > [valid=0] Info fld=0x0, Current sd08:01: sns = 70 b > > ASC=47 ASCQ= 0 > > Raw sense data:0x70

Re: scsi disk defect or kernel driver defect ?

2001-06-07 Thread Nico Schottelius
Guest section DW wrote: > On Thu, Jun 07, 2001 at 06:22:59PM +0200, Nico Schottelius wrote: > > > 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 > > I/O error: dev 08:01, sector 127304 > > SCSI disk error : host 0 channel 0 id 0 lun 0 return code = 802 > > [

random failures with megaraid driver on 2.4.4 SMP

2001-06-07 Thread Kelly Martin
I have an HP Netserver 1000r (dual Pentium 3) with a HP NetRAID-1M card running Linux 2.4.4 with the megaraid driver included in 2.4.4 that has twice now experienced kernel panics related to file system damage which appear to be caused by the megaraid driver going mad and scribbling randomly on th

Re: ftape and kernel 2.4 problem

2001-06-07 Thread Steven Walter
Here's a patch I wrote to allow ftape to compile against 2.4.something. It still works with 2.4.5. I'm not sure if it works entirely (it seems to), but it compiles and seems to work. Enjoy! On Thu, Jun 07, 2001 at 05:12:31PM +0200, Friedrich Lobenstock wrote: > Hi! > > As the linux-ftape maili

Re: pset patch??

2001-06-07 Thread Tim Hockin
Khalid Aziz wrote: > > Try > . > It may do what you want. > > I see references to this site http://isunix.it.ilstu.edu/~thockin/pset/. try http://www.hockin.org/~thockin/pset unfortunately, not ported to 2.4.x yet - should

Re: NULL characters in file on ReiserFS again.

2001-06-07 Thread Eric W. Biederman
"Stephen C. Tweedie" <[EMAIL PROTECTED]> writes: > Hi, > > On Thu, May 31, 2001 at 09:57:51AM -0700, Hans Reiser wrote: > > > > /etc/hosts (or anywhere). As a tesult, startx hung starting X server; it was > > > > not possible to switch to alpha console or kill X server. I pressed reset > > > a

Re: 2.4.5-ac9 console NULL pointer pointer dereference

2001-06-07 Thread James Simmons
> this happend with 2.4.5-ac9 with serial console on i386. > > Full boot log and config can be found here: > http://www.penguinppc.org/~olaf/bugs/245-ac9/ I can't seem to download those files. It complains they are not gz files. Could you send me those files. Thanks! - To unsubscribe from this

Re: scsi disk defect or kernel driver defect ?

2001-06-07 Thread Guest section DW
On Thu, Jun 07, 2001 at 06:22:59PM +0200, Nico Schottelius wrote: > 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 > I/O error: dev 08:01, sector 127304 > SCSI disk error : host 0 channel 0 id 0 lun 0 return code = 802 > [valid=0] Info fld=0x0, Current sd08

[PATCH] 2.4.5 ISA DMA hang on ALI 15x3

2001-06-07 Thread Andreas Tscharner
Hello World, This little patch enables the workaround for the ISA DMA bug on ALi15x3 chipsets with the PCI-ISA bridge. CHANGES: Changed file: $KERNELROOT/drivers/pci/quirks.c There is a DMA bug in the PCI-ISA host bridge of the ALi15x3 chipset. The use of this DMA causes a hang. The OSS and AL

Re: [driver] New life for Serial mice

2001-06-07 Thread James Simmons
> > I ported it over to my tree. I will have to figure out how to incorporate > > the input serial stuff without breaking all the input drivers we have. In > > CVS we have alot of them. This will make life so much easier since all I > > will have to do is change one file for changes I make to the

Re: Break 2.4 VM in five easy steps

2001-06-07 Thread Eric W. Biederman
Helge Hafting <[EMAIL PROTECTED]> writes: > A problem with this is that normal paging-in is allowed to page other > things out as well. But you can't have that when swap is about to > be turned off. My guess is that swapoff functionality was perceived to > be so seldom used that they didn't bot

Re: pset patch??

2001-06-07 Thread Khalid Aziz
Try . It may do what you want. -- Khalid Mark Hounschell wrote: > > Sorry if this is off topic. I've searched the archives and found > references to > what I'm looking for but the URL's take me nowhere. The references I'm >

Re: Break 2.4 VM in five easy steps

2001-06-07 Thread Eric W. Biederman
LA Walsh <[EMAIL PROTECTED]> writes: > Now for whatever reason, since 2.4, I consistently use at least > a few Mb of swap -- stands at 5Meg now. Weird -- but I notice things > like nscd running 7 copies that take 72M. Seems like overkill for > a laptop. So the question becomes why you are

Re: scsi disk defect or kernel driver defect ?

2001-06-07 Thread Khalid Aziz
Nico Schottelius wrote: > > Hello guys! > > Currently my scsi disc is only reporting errors! > In the adaptect scsi bios I tried the verify media > option and it worked fine. The output from the Linux > kernel is more than worse! > > Can you tell me what's wrong in my system ? > > I will monit

Re: temperature standard - global config option?

2001-06-07 Thread David Rees
On Thu, Jun 07, 2001 at 03:20:03PM +0300, L. K. wrote: > On Thu, 7 Jun 2001, Philips wrote: > > > Kelvins good idea in general - it is always positive ;-) > > > > 0.01*K fits in 16 bits and gives reasonable range. > > > > but may be something like K<<6 could be a option? (to allow u

Re: NULL characters in file on ReiserFS again.

2001-06-07 Thread Tor Arntsen
On Thu, May 31, 2001 at 09:57:51AM -0700, Hans Reiser wrote: >Andrej Borsenkow wrote: > > /etc/hosts (or anywhere). As a tesult, startx hung starting X server; it was > > not possible to switch to alpha console or kill X server. I pressed reset > > and after reboot looked into /var/log/XFree86*log

2.4.5: extreme sluggishness/strange OOM

2001-06-07 Thread Frank van Maarseveen
A PIII with 64MB ram, 256MB swap became extremely sluggish. While still inside X11 the caps-lock LED responded only after about 10 seconds. Disk LED was continuously on. Impossible to connect from another system (just too slow) but the box still responded to ICMP echo. I played a bit with magic s

scsi disk defect or kernel driver defect ?

2001-06-07 Thread Nico Schottelius
Hello guys! Currently my scsi disc is only reporting errors! In the adaptect scsi bios I tried the verify media option and it worked fine. The output from the Linux kernel is more than worse! Can you tell me what's wrong in my system ? I will monitor the mailing list the next hours, if the hard

ipv6: can't connect to myself?!

2001-06-07 Thread Felix von Leitner
I can't connect() to my own link-local address. connect just hangs. Before some wise guy now tells me I should be connecting to ::1 instead: "oh, really!" ;) The application is npush/npoll from my ncp program suite, which can be found at http://www.fefe.de/ncp/. Basically, the sender sends UDP

Re: [PATCH] sockreg2.4.5-05 inet[6]_create() register/unregistertable

2001-06-07 Thread Mike Galbraith
On Thu, 7 Jun 2001, watermodem wrote: > "David S. Miller" wrote: > > > > George Bonser writes: > > > There is, of course, one basic problem with that argument. While you can say > > > (and probably rightly so) that such a change would not be included in Linus' > > > kernel, I think anyone is a

Re: Break 2.4 VM in five easy steps

2001-06-07 Thread Derek Glidden
Miles Lane wrote: > > So please, if you have new facts that you want to offer that > will help us characterize and understand these VM issues better > or discover new problems, feel free to share them. But if you > just want to rant, I, for one, would rather you didn't. *sigh* Not to prolong a

Re: CacheFS

2001-06-07 Thread Jan Harkes
On Thu, Jun 07, 2001 at 01:37:50PM +0200, Jan Kasprzak wrote: > The goal is to speed-up reading of potentially slow filesystems > (NFS, maybe even CD-based ones) by the local on-disk cache in the same way > IRIX or Solaris CacheFS works. I would expect this to be used on clusters > of comput

Re: [PATCH] Reap dead swap cache earlier v2

2001-06-07 Thread Hugh Dickins
On Thu, 7 Jun 2001, John Stoffel wrote: > Shouldn't the "swap_count(page) == 1" check be earlier in the if > statement, so we can fall through more quickly if there is no work to > be done? A small optimization, but putting the common cases first > will help. I don't think so: the out-of-line sw

Re: Break 2.4 VM in five easy steps

2001-06-07 Thread Mike Galbraith
On Thu, 7 Jun 2001, Bulent Abali wrote: > I happened to saw this one with debugger attached serial port. > The system was alive. I think I was watching the free page count and > it was decreasing very slowly may be couple pages per second. Bigger > the swap usage longer it takes to do swapoff.

Re: PROBLEM: I/O system call never returns if file desc is closedin the

2001-06-07 Thread Alexander Viro
On 7 Jun 2001, Florian Weimer wrote: > There's a subtle difference: For malloc(), libc has a mutex (or > whatever), but for open(), socket() etc., no locking is performed, and > many libc functions create (and destroy) descriptors imlicitely. So? You don't have to close() descriptors you had

Re: Break 2.4 VM in five easy steps

2001-06-07 Thread LA Walsh
"Eric W. Biederman" wrote: > There are cetain scenario's where you can't avoid virtual mem = > min(RAM,swap). Which is what I was trying to say, (bad formula). What > happens is that pages get referenced evenly enough and quickly enough > that you simply cannot reuse the on disk pages. Basical

Re: es1371 compile issue in 2.4.5-ac9

2001-06-07 Thread Keith Owens
On Wed, 6 Jun 2001 14:45:10 -0700 (PDT), Alan Olsen <[EMAIL PROTECTED]> wrote: >I rebuilt from clean source and patch for 2.4.5-ac9 and neglected to add >in anything using the joystick. > >ld -m elf_i386 -T /usr/src/linux/arch/i386/vmlinux.lds -e stext ... > -o vmlinux >drivers/sound/soundd

ftape and kernel 2.4 problem

2001-06-07 Thread Friedrich Lobenstock
Hi! As the linux-ftape mailing list is gone I'm asking you guys. Can someone tell me how to adapt the ftape driver that I can use it under kernel 2.4.x (x >= 5)? I'm not that into kernel hacking that I know what changed from 2.2.x to 2.4.x. Below is the output of make. BTW why wasn't the newer

BUG: race-cond with partition-check and ll_rw_blk (all platforms, 2.4.*!)

2001-06-07 Thread COTTE
Hi kernel-list-readers! We just had a problem when running some formatting-utils on a large amount of disks synchronously: We got a NULL-pointer violation when accessig blk_size[major] for our major number. Further research showed, that grok_partitions was running at that time, which has been c

Re: temperature standard - global config option?

2001-06-07 Thread L. K.
Why not make it in Celsius ? Is more easy to read it this way. On Thu, 7 Jun 2001, Philips wrote: > Hello All! > > Kelvins good idea in general - it is always positive ;-) > > 0.01*K fits in 16 bits and gives reasonable range. > > but may be something like K<<6 could be a

Re: [PATCH] Reap dead swap cache earlier v2

2001-06-07 Thread John Stoffel
Marcelo> As suggested by Linus, I've cleaned the reapswap code to be Marcelo> contained inside an inline function. (yes, the if statement Marcelo> is really ugly) Shouldn't the "swap_count(page) == 1" check be earlier in the if statement, so we can fall through more quickly if there is no work t

  1   2   >