Re: Dying disk and filesystem choice.

2001-05-23 Thread Hans Reiser
monkeyiq wrote: > > Hi, > Could I please be CC'd replies. > > To keep it short and sweet, I have a 45Gb IBM drive that > is slowly dying by getting more bad sectors. I have already > returned my first one to get the current disk, so would like > to use the current one for a while before

Re: [Re: no ntfs support]

2001-05-23 Thread Blesson Paul
Hi srikanth and all I really want to help u. I think u are also in the way of constructing a new file system. If so we can work together. I tried to compile the files in the fs/ntfs directory. But it shows the errors. The errors is because each file includes many files in the

Re: [Re: no ntfs support]

2001-05-23 Thread Blesson Paul
Hi srikanth and all I really want to help u. I think u are also in the way of constructing a new file system. If so we can work together. I tried to compile the files in the fs/ntfs directory. But it shows the errors. The errors is because each file includes many files in the

Re: bdflush/mm performance drop-out defect (more info)

2001-05-23 Thread Rik van Riel
On Tue, 22 May 2001, null wrote: > Here is some additional info about the 2.4 performance defect. > > Only one person offered a suggestion about the use of HIGHMEM. > I tried with and without HIGHMEM enabled with the same results. > However, it does appear to take a bit longer to reach >

Re: no ntfs support

2001-05-23 Thread Alexander V. Bilichenko
Recompile new kernel (2.4.4 +) but write support for NTFS 5.0 is still down. - Original Message - From: "Blesson Paul" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 24, 2001 8:55 AM Subject: no ntfs support > Hi all > Thanks for the reply David. I

no ntfs support

2001-05-23 Thread Blesson Paul
Hi all Thanks for the reply David. I have done the full installation of redhat6.2. But there is no support for mounting for ntfs file system. When ever we write mount -t ntfs /dev. it shows "ntfs not supported by kernel". But when I went through the kernel source codes,

Re: problem using make...

2001-05-23 Thread Amarendra GODBOLE
On Thu, May 24, 2001 at 09:44:32AM +0530, SRIKANTH CHOWDARY M. K. G wrote: > I tried this on various make files under the filesystem (fs) > subdirectory of the source code. > Are there any settings to be done before running this command?? > Kindly send me a CC of ur replies. Hello S,

Re: PATCH: New iSeries Device Drivers (small update)

2001-05-23 Thread Paul Mackerras
Alan Cox writes: > I was ignoring them because I think they should come via the PPC maintainers It's OK Alan, Tom is one of the maintainers for Linux on i-Series (AS/400) machines (we just haven't got around to sending the patch to the MAINTAINERS file yet). Cort and Tom and I are discussing

problem using make...

2001-05-23 Thread SRIKANTH CHOWDARY M. K. G
Hi all, I am using Red Hat 6.2. I am getting a lot of errors when i use make command. Is it becoz of some improper environmental variable settings?? What should they be set to??? I tried this on various make files under the filesystem (fs) subdirectory of the source code. Are there

Re: [PATCH] drivers/net/others

2001-05-23 Thread Jeff Garzik
These two patches look generally ok. However, I'm going to hold them in my mailbox for a little while, until two 8139 bug fixes and a tulip bug fix are sent to Linus/Alan. -- Jeff Garzik | "Are you the police?" Building 1024| "No, ma'am. We're musicians." MandrakeSoft | - To

Dying disk and filesystem choice.

2001-05-23 Thread monkeyiq
Hi, Could I please be CC'd replies. To keep it short and sweet, I have a 45Gb IBM drive that is slowly dying by getting more bad sectors. I have already returned my first one to get the current disk, so would like to use the current one for a while before returning it for another disk that

Re: tulip driver BROKEN in 2.4.5-pre4

2001-05-23 Thread Johan Kullstam
Studierende der Universitaet des Saarlandes <[EMAIL PROTECTED]> writes: > Could you post the output of > > #tulip-diag -mm -aa -f > > with the broken driver? > Some code that's required for Linksys Tulip clones was moved from pnic > specific part into the generic part, perhaps that causes

Re: Boot Problem

2001-05-23 Thread Brent D. Norris
> > sometimes one of my servers doesn't boot correctly. Lilo reads the > > kernel-image, but doesn't decompress it. So the system won't > > continue booting. > > > > Looks like: > > Loading linux... > > (at this point the machine freezes) > > Our experience of this has been with

Re: Loopback, unable to release

2001-05-23 Thread Jeff Chua
I'm using 2.4.5-pre5 and before on 2.4.x (without -ac) and don't have such problem. boston:root:/tmp> mount -o loop ram /mnt boston:root:/tmp> umount /mnt boston:root:/tmp> strace losetup -d /dev/loop0 execve("/sbin/losetup", ["losetup", "-d", "/dev/loop0"], [/* 47 vars */]) = 0 brk(0)

Re: Ext2, fsync() and MTA's?

2001-05-23 Thread Marco d'Itri
On May 21, "Stephen C. Tweedie" <[EMAIL PROTECTED]> wrote: >Just set chattr +S on the spool dir. That's what the flag is for. >The biggest problem with that is that it propagates to subdirectories >and files --- would a version of the flag which applied only to >directories be a help here?

Update of Request for comments on: Linux vs. Solaris, AIX, HP-UX, IRIX, and Tru64 UNIX.

2001-05-23 Thread Cesar Da Silva
There's a new update of the above thesis on the link: http://www.student.hig.se/~na98csa/linux/ and a postscript file at: http://www.student.hig.se/~na98csa/linux/xjobb.ps I would appreciate help on filling in the empty spaces on Linux and IRIX. Do also please provide a reference to where the

[PATCH] drivers/net/others

2001-05-23 Thread Andrzej Krzysztofowicz
And the next (unfinished) part of net drivers cleaning. Except previously mentioned - __init fixes - version fixes - added MODULE_PARM_DESC - removed unnecessary zero initializers it also contains - mbps -> Mbps (8139too) - warning fixes (unused variables) (8139too) - aironet config fixes - PCI

[PATCH] for drivers/net/3com -ac15

2001-05-23 Thread Andrzej Krzysztofowicz
>From kufel!ankry Thu May 24 02:57:39 2001 Return-Path: Received: from kufel.UUCP (uucp@localhost) by green.mif.pg.gda.pl (8.9.3/8.9.3) with UUCP id CAA27068 for green.mif.pg.gda.pl!ankry; Thu, 24 May 2001 02:57:39 +0200 Received: (from ankry@localhost) by kufel.dom

Re: Why side-effects on open(2) are evil. (was Re: [RFD w/info-PATCH]device arguments from lookup)

2001-05-23 Thread Edgar Toernig
Daniel Phillips wrote: > On Wednesday 23 May 2001 06:19, Edgar Toernig wrote: > > Daniel Phillips wrote: > > > On Tuesday 22 May 2001 17:24, Oliver Xymoron wrote: > > > > On Mon, 21 May 2001, Daniel Phillips wrote: > > > > > On Monday 21 May 2001 19:16, Oliver Xymoron wrote: > > > > > > What I'd

Re: IPv6 implementation in kernel 2.4.4 oopses

2001-05-23 Thread David S. Miller
Andi Kleen writes: > A coding mistake was fixed. > > Here is the patch if you're interested (cut'n'pasted so not applicable) That's not the final fix Andi. The final fix was to add this chunk about the send_llinfo test: if (saddr == NULL) { if (ipv6_get_lladdr(dev,

[PATCH] remove deadlocks __alloc_pages()

2001-05-23 Thread Rik van Riel
Hi, the following patch to page_alloc.c: - removes 2 possible deadlocks from __alloc_pages() - cleans up the code in __alloc_pages(), moving some "eat free pages first" code from __alloc_pages_limit() directly into __alloc_pages() - fixes a minor balancing issue with dirty pages

information on zerocopy

2001-05-23 Thread Andy Tai
Hi, I wonder where can I find documentation or information on how Linux's zerocopy works. Specifically on what conditions does data copy get eliminated? Also does it speed up all read and write operations on sockets? Or it just works for certain drivers or network interface cards? I went

Re: Busy on BLKFLSBUF w/initrd

2001-05-23 Thread Maciek Nowacki
On Wed, May 23, 2001 at 07:28:14PM -0400, Alexander Viro wrote: > > > On Wed, 23 May 2001, Maciek Nowacki wrote: > > > On Wed, May 23, 2001 at 06:21:23PM -0400, Alexander Viro wrote: > > I wrote out the contents of /dev/rd/0 a few times and diff'ed with the > > uncompressed image of the initrd

Re: add page argument to copy/clear_user_page

2001-05-23 Thread Paul Mackerras
Linus Torvalds writes: > > As for the `to' argument, yes it is redundant since it is just kmap(page). > > And why not let "clear_page()" just do that itself? OK, here's a patch that does that. > The thing is, copy/clear_page shouldn't exist at all (or rather, the > "highpage" versions should

Re: 2.4.4 kernel freeze

2001-05-23 Thread Jens Gecius
Stephan Brauss <[EMAIL PROTECTED]> writes: > > what do you mean by freeze? in theory, the fact that the irq > I cannot ping the machine anymore, no Ooops, no kernel messages, the > attached screen is freezed (which implies that no more interrupts > are handled, right?) Excuse me

Re: PATCH: New iSeries Device Drivers (small update)

2001-05-23 Thread Alan Cox
> Rather than spam the list the patch is at > ftp://ftp.kernel.org/pub/linux/kernel/people/tgall/patch-lpar-dev-vs-2.4.4-ac15.gz > > The major / minor numbers in the patch were approved by hpa before the freeze > so hopefully there isn't an issue with these drivers going in on that account.

Re: Busy on BLKFLSBUF w/initrd

2001-05-23 Thread Alexander Viro
On Wed, 23 May 2001, Maciek Nowacki wrote: > On Wed, May 23, 2001 at 06:21:23PM -0400, Alexander Viro wrote: > I wrote out the contents of /dev/rd/0 a few times and diff'ed with the > uncompressed image of the initrd on the server. No difference each time. The > same after digging into swap,

Re: Busy on BLKFLSBUF w/initrd

2001-05-23 Thread Maciek Nowacki
On Wed, May 23, 2001 at 06:21:23PM -0400, Alexander Viro wrote: > > > On Wed, 23 May 2001, Maciek Nowacki wrote: > > > > If you want to keep it until later (i.e. want to destiry it by hands) > > > mkdir /initrd on your final root and old one will be remounted there. > > > Again, "Trying to

PATCH: New iSeries Device Drivers (small update)

2001-05-23 Thread Tom Gall
Hi All, Please Apply. I've updated the patch that I had posted on Monday so it applies against 2.4.4-ac15, with -p1. Rather than spam the list the patch is at ftp://ftp.kernel.org/pub/linux/kernel/people/tgall/patch-lpar-dev-vs-2.4.4-ac15.gz The major / minor numbers in the patch

PS/2 Esdi patch #8

2001-05-23 Thread Hal Duston
Get soft reset at initialization working again. Remove reset_time code. (Re-add timeouts some time later.) Eliminate remaining sleep_on() calls. Encapsulate access to esdi attention register. Correct some formatting in config display. Correct soft reset logic. Also...

PS/2 Esdi Patch #6

2001-05-23 Thread Hal Duston
Use information from ADF file to update/correct the driver. Save POS data. Rewrite /proc entry based on POS data only. (Gleaned from the ADF file.) Correct the I/O region requested. (Also gleaned from the ADF file.) Also available etc... at

PS/2 Esdi patch #7

2001-05-23 Thread Hal Duston
Remove (incorrect) drive count detection stuff. For now hard-code the drive count as 1 for integrated, and 2 for normal. The second drive will error out if it isn't there. (Which is what it did before anyway.) If the second drive isn't really there back it out from the drive count. The original

PS/2 Esdi patch #5

2001-05-23 Thread Hal Duston
All, Here is another patch for ps2esdi. Get rid of pausing inb and outb. What documentatino I have seems to indicate it isn't necessary, and it works on my Thinkpad. The patch is also available at the following address incase my emailer mangles it.

Re: rwsems and asm-constraint gcc bug

2001-05-23 Thread Andrea Arcangeli
On Wed, May 23, 2001 at 01:27:19PM +0100, David Howells wrote: > > The bug in gcc 3.0 that stopped the inline asm constraints being interpreted > properly, and thus prevented linux from compiling is now fixed. I'm writing this on top of 2.4.5pre5aa3 compiled with gcc-3_0-branch and binutils cvs

Re: Swap strangeness using 2.4.5pre2aa1

2001-05-23 Thread Rik van Riel
On Thu, 24 May 2001, G. Hugh Song wrote: > My Alpha/LInux UP2000 SMP with 1GB memory is running kernel > The following is the output from "free" > = > total used free sharedbuffers

Re: DVD blockdevice buffers

2001-05-23 Thread Andrea Arcangeli
On Wed, May 23, 2001 at 04:40:14PM -0400, Jeff Garzik wrote: > Linus Torvalds wrote: > > Now, it may be that the preliminary patches from Andrea do not work this > > way. I didn't look at them too closely, and I assume that Andrea basically > > made the block-size be the same as the page size.

Re: Loopback, unable to release

2001-05-23 Thread Jens Axboe
On Wed, May 23 2001, Adam Schrotenboer wrote: > Using 2.4.4-ac3 (as well as in 2.4.3*) I have found it impossible to > unmap a loopback > > strace losetup -d /dev/loop0 (relevant portion) > > open("/dev/loop0", O_RDONLY)= 3 > ioctl(3, LOOP_CLR_FD, 0)= -1 EBUSY

Re: DVD blockdevice buffers

2001-05-23 Thread Andrea Arcangeli
On Wed, May 23, 2001 at 06:13:13PM -0400, Alexander Viro wrote: > Uh-oh... After you solved what? The superblock is pinned by the kernel in buffercache while you fsck a ro mounted ext2, so I must somehow uptodate this superblock in the buffercache before collecting away the pagecache containing

Re: Busy on BLKFLSBUF w/initrd

2001-05-23 Thread Alexander Viro
On Wed, 23 May 2001, Maciek Nowacki wrote: > > If you want to keep it until later (i.e. want to destiry it by hands) > > mkdir /initrd on your final root and old one will be remounted there. > > Again, "Trying to unmount old root ... okay" means that it already got > > an equivalent of

Re: DVD blockdevice buffers

2001-05-23 Thread Andrea Arcangeli
On Wed, May 23, 2001 at 01:01:56PM -0700, Linus Torvalds wrote: > [..] I assume that Andrea basically > made the block-size be the same as the page size. That's how I would have exactly (softblocksize is 4k fixed, regardless of the page cache size to avoid confusing device drivers). > done it

Re: [PATCH] big-sector support with FAT

2001-05-23 Thread Alan Cox
> I fixed it to dynamically change block size with logical_sector_size > of FAT. The device of bigger sector-size than 512 can be handled by > this change. I am so glad someone did that. > Please apply. Gladly - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: nfs mount by label not working.

2001-05-23 Thread Guest section DW
On Wed, May 23, 2001 at 05:34:22PM -0400, Dave Mielke wrote: > I presume that you're assuming that my /proc/partitions is empty because its > size shows as 0: > > ls -l /proc/partitions > -r--r--r-- 1 root root0 May 23 17:31 /proc/partitions Ah, yes, sorry - I was too

Re: DVD blockdevice buffers

2001-05-23 Thread Alexander Viro
On Thu, 24 May 2001, Andrea Arcangeli wrote: > prefer to think about it after I solved the coherency issues between > pinned buffer cache and filesystem, so after the showstoppers are solved Uh-oh... After you solved what? - To unsubscribe from this list: send the line "unsubscribe

Re: Busy on BLKFLSBUF w/initrd

2001-05-23 Thread Maciek Nowacki
On Wed, May 23, 2001 at 06:05:52PM -0400, Alexander Viro wrote: > > > On Wed, 23 May 2001, Maciek Nowacki wrote: > > > May 22 09:14:31 wintermute kernel: RAMDISK: romfs filesystem found at block 0 > > May 22 09:14:31 wintermute kernel: RAMDISK: Loading 28216 blocks [1 disk] into ram >disk...

Re: Busy on BLKFLSBUF w/initrd

2001-05-23 Thread Alexander Viro
On Wed, 23 May 2001, Maciek Nowacki wrote: > May 22 09:14:31 wintermute kernel: RAMDISK: romfs filesystem found at block 0 > May 22 09:14:31 wintermute kernel: RAMDISK: Loading 28216 blocks [1 disk] into ram >disk... done. > May 22 09:14:31 wintermute kernel: Freeing initrd memory: 28216k

Busy on BLKFLSBUF w/initrd

2001-05-23 Thread Maciek Nowacki
Hi, I have continuing problems with getting the initrd ramdisk out of memory once bootup is complete. This is with recent -ac kernels which have the fix-up posted a few months ago applied. The sequence is roughly: - boot via pxelinux, loads up bzImage <1MB and root.romfs.gz ~7MB, expands to

Re: tulip driver BROKEN in 2.4.5-pre4

2001-05-23 Thread Lukasz Trabinski
In article <[EMAIL PROTECTED]> you wrote: > Okay, so Jeff Garzik already knows about this - I told him last week - > but seeing as how the code has made it to a Linus pre-release without > a fix I thought I'd better post the breakage description to l-k! Try drivers from

Re: nfs mount by label not working.

2001-05-23 Thread Dave Mielke
[quoted lines by Guest section DW on May 23, 2001, at 23:12] >(i) Your version is ancient, but it might be good enough. mount -V mount: mount-2.9u >(ii) Labels as used in "mount -L label" are ext2 labels only >(well, xfs also works if I recall correctly) I set the labels with e2label.

Re: Boot Problem

2001-05-23 Thread Jeff Golds
"David N. Lombard" wrote: > > Patric Mrawek wrote: > > > > Hi, > > > > sometimes one of my servers doesn't boot correctly. Lilo reads the > > kernel-image, but doesn't decompress it. So the system won't > > continue booting. > > > > Looks like: > > Loading linux... > > (at this

Re: nfs mount by label not working.

2001-05-23 Thread Guest section DW
On Wed, May 23, 2001 at 03:11:41PM -0400, Dave Mielke wrote: > Using kernel 2.2.17-14 as supplied by RedHat, and using mount from > mount-2.9u-4, mounting by label using the -L option does not work. > > mount -L backup1 /a > mount: no such partition found > > The mount man page says

Re: HUGE contiguous mem space with 2.4

2001-05-23 Thread Jeff Hartmann
Christophe Beaumont wrote: > Hi... > > I am facing an odd problem here. I have an application here > that requires a HUGE physically contiguous memory area to > be locked (yes, I have hardware DMA'ing in and out of that > area, over the PCI bus). HUGE being like one Gig (could be > more if

Re: Boot Problem

2001-05-23 Thread David N. Lombard
Patric Mrawek wrote: > > Hi, > > sometimes one of my servers doesn't boot correctly. Lilo reads the > kernel-image, but doesn't decompress it. So the system won't > continue booting. > > Looks like: > Loading linux... > (at this point the machine freezes) Our experience of

[PATCH] hga depmod fix

2001-05-23 Thread Juan Quintela
Hi if you compile hga as a module, you get unresolved symbols, you need the following patch for it. The patch is trivial. Apply, please. Later, Juan. --- linux/drivers/video/hgafb.c.~1~ Mon May 21 08:56:08 2001 +++ linux/drivers/video/hgafb.c Mon May 21 09:04:00

Re: DVD blockdevice buffers

2001-05-23 Thread Jeff Garzik
Linus Torvalds wrote: > Now, it may be that the preliminary patches from Andrea do not work this > way. I didn't look at them too closely, and I assume that Andrea basically > made the block-size be the same as the page size. That's how I would have > done it (and then waited for people to find

Re: IPv6 implementation in kernel 2.4.4 oopses

2001-05-23 Thread Andi Kleen
On Wed, May 23, 2001 at 03:56:35PM -0400, David Gordon (LMC) wrote: > >>EIP; c0237bc4 <= > > What exactly was the problem that was fixed in the latest pre kernel ? A coding mistake was fixed. Here is the patch if you're interested (cut'n'pasted so not applicable) RCS file:

Re: nfs mount by label not working.

2001-05-23 Thread Tim Moore
v2.10r works. [tim@abit tim]# mount -V mount: mount-2.10r [tim@abit tim]# tune2fs -L spare /dev/hda10 tune2fs 1.19, 13-Jul-2000 for EXT2 FS 0.5b, 95/08/09 [tim@abit tim]# mount -L spare /mnt [tim@abit tim]# df /mnt Filesystem 1k-blocks Used Available Use% Mounted on /dev/hda10

Re: DVD blockdevice buffers

2001-05-23 Thread Linus Torvalds
On Wed, 23 May 2001, Stephen C. Tweedie wrote: > > that the filesystems already do. And you can do it a lot _better_ than the > > current buffer-cache-based approach. Done right, you can actually do all > > IO in page-sized chunks, BUT fall down on sector-sized things for the > > cases where

Re: [PATCH] struct char_device

2001-05-23 Thread Andries . Brouwer
> Besides, just on general principles, we'd better have clean interface > for changing partitioning It is not quite clear to me what you are arguing for or against. But never mind - I'll leave few hours from now. When the time is there I'll show you an implementation, and if you don't like it,

Re: DVD blockdevice buffers

2001-05-23 Thread Stephen C. Tweedie
Hi, On Wed, May 23, 2001 at 11:12:00AM -0700, Linus Torvalds wrote: > > On Wed, 23 May 2001, Stephen C. Tweedie wrote: > No, you can actually do all the "prepare_write()"/"commit_write()" stuff > that the filesystems already do. And you can do it a lot _better_ than the > current

Re: IPv6 implementation in kernel 2.4.4 oopses

2001-05-23 Thread David Gordon (LMC)
>>EIP; c0237bc4 <= What exactly was the problem that was fixed in the latest pre kernel ? David - 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

Re: IPv6 implementation in kernel 2.4.4 oopses

2001-05-23 Thread Andi Kleen
> >>EIP; c0237bc4<= Problem is already fixed in the latest pre kernels. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

IPv6 implementation in kernel 2.4.4 oopses

2001-05-23 Thread David Gordon (LMC)
Hi, Can I be cc'ed at [EMAIL PROTECTED] (as per a normal reply) ? Thank you. Included at the end is the ksymoops output after the crash (one of them anyhow :-) My setup involves 2 PII installed with Linux RedHat 7.0 and 2.4.4 kernel with IPv6 enabled: CONFIG_EXPERIMENTAL=y CONFIG_IPV6=y

nfs mount by label not working.

2001-05-23 Thread Dave Mielke
Using kernel 2.2.17-14 as supplied by RedHat, and using mount from mount-2.9u-4, mounting by label using the -L option does not work. mount -L backup1 /a mount: no such partition found The mount man page says that "/proc/partitions" must exist. ls -l /proc/partitions -r--r--r--

Re: Swap strangeness using 2.4.5pre2aa1

2001-05-23 Thread Andrea Arcangeli
On Thu, May 24, 2001 at 03:16:48AM +0900, G. Hugh Song wrote: > The following is the output from "free" > = > total used free sharedbuffers > cached > Mem: 10231281015640

Linux 2.4.4-ac15

2001-05-23 Thread Alan Cox
ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ Intermediate diffs are available from http://www.bzimage.org 2.4.4-ac15 o Merge Linus 2.4.5pre5 | Also fixes a dumb bug in my mmx fixups I | managed to forget to test

Re: lot's of oops's on 2.4.4 in d_lookup/cached_lookup

2001-05-23 Thread Alexander Viro
On Wed, 23 May 2001, Neulinger, Nathan wrote: > I've got a system monitoring box, running 2.4.4 with a few patches (ide, > inode-nr_unused, max-readahead, knfsd, and a couple of basic tuning opts w/o > code changes). Basically, the server runs anywhere from a few hours to a few > days, but

Re: [PATCH] struct char_device

2001-05-23 Thread Alexander Viro
On Wed, 23 May 2001 [EMAIL PROTECTED] wrote: > > Andries, initrd code is _sick_. > > Oh, but the fact that there exists a bad implementation > does not mean the idea is wrong. It is really easy to > make an elegant implementation. Andries, I've been doing cleanups of that logics (see

RE: lot's of oops's on 2.4.4 in d_lookup/cached_lookup

2001-05-23 Thread Neulinger, Nathan
I'm trying a build of 2.4.5pre5 without the knfsd or the ide patches and will see if this still happens. My only other local changes should all be innocuous: --- drivers/char/console.c.orig Sat Apr 7 13:40:41 2001 +++ drivers/char/console.c Sat Apr 7 13:41:27 2001 @@ -2678,7 +2678,9 @@

Re: [PATCH] struct char_device

2001-05-23 Thread Andries . Brouwer
> Andries, initrd code is _sick_. Oh, but the fact that there exists a bad implementation does not mean the idea is wrong. It is really easy to make an elegant implementation. Andries - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: Selectively refusing TCP connections

2001-05-23 Thread Andi Kleen
On Wed, May 23, 2001 at 06:59:02PM +0100, Ben Mansell wrote: > Hi all, > > Is there any mechanism in Linux for refusing incoming TCP connections? > I'd like to be able to fetch the next incoming connection on a listen > queue, and selectively accept or reject it based on the IP address of the >

Swap strangeness using 2.4.5pre2aa1

2001-05-23 Thread G. Hugh Song
My Alpha/LInux UP2000 SMP with 1GB memory is running kernel 2.4.5pre2aa1. I have been observing some strangeness with Swap usage quite recently (in fact since 2.4.4). Unfortunately, the kernel was made using gcc-2.95.2-136.alpha.rpm provided by SuSE-7.0. The following is the output from

Re: 2.4.4 kernel freeze

2001-05-23 Thread Stephan Brauss
Hello, > what do you mean by freeze? in theory, the fact that the irq I cannot ping the machine anymore, no Ooops, no kernel messages, the attached screen is freezed (which implies that no more interrupts are handled, right?) > for those slots is shared with arbitrary onboard peripherals >

Re: DVD blockdevice buffers

2001-05-23 Thread Linus Torvalds
On Wed, 23 May 2001, Stephen C. Tweedie wrote: > > Right. I'd like to see buffered IO able to work well --- apart from > the VM issues, it's the easiest way to allow the application to take > advantage of readahead. However, there's one sticking point we > encountered, which is applications

Re: DVD blockdevice buffers

2001-05-23 Thread Stephen C. Tweedie
Hi, On Sat, May 19, 2001 at 07:36:07PM -0700, Linus Torvalds wrote: > Right now we don't try to aggressively drop streaming pages, but it's > possible. Using raw devices is a silly work-around that should not be > needed, and this load shows a real problem in current Linux (one soon to > be

Selectively refusing TCP connections

2001-05-23 Thread Ben Mansell
Hi all, Is there any mechanism in Linux for refusing incoming TCP connections? I'd like to be able to fetch the next incoming connection on a listen queue, and selectively accept or reject it based on the IP address of the client. I know this could be done via firewall rules, but for this case,

Re: [PATCH] struct char_device

2001-05-23 Thread Wayne . Brown
[EMAIL PROTECTED] on 05/23/2001 08:34:44 AM To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] cc:(bcc: Wayne Brown/Corporate/Altec) Subject: Re: [PATCH] struct char_device >> But I don't want an initrd. > >Don't be afraid of words. You wouldnt notice - it would do its

Re: [PATCH] struct char_device

2001-05-23 Thread Alexander Viro
On Wed, 23 May 2001 [EMAIL PROTECTED] wrote: > > But I don't want an initrd. > > Don't be afraid of words. You wouldnt notice - it would do its > job and disappear just like piggyback today. Andries, initrd code is _sick_. Our boot sequence is not a wonder of elegance, but that crap is the

Re: [RFC][PATCH] Re: Linux 2.4.4-ac10

2001-05-23 Thread Scott Anderson
David Weinehall wrote: > IMVHO every developer involved in memory-management (and indeed, any > software development; the authors of ntpd comes in mind here) should > have a 386 with 4MB of RAM and some 16MB of swap. Nowadays I have the > luxury of a 486 with 8MB of RAM and 32MB of swap as a

Re: What's up with GT96100 in the MIPS config file?

2001-05-23 Thread Adrian Bunk
On Wed, 23 May 2001, Eric S. Raymond wrote: > Near line 55 of drivers/net/Config.in there is code that reads like this: > >if [ "$CONFIG_MIPS_GT96100" = "y" ]; then > bool ' MIPS GT96100 Ethernet support' CONFIG_MIPS_GT96100ETH >fi > > All very well except that CONFIG_MIPS_GT96100

Re: [RFC][PATCH] Re: Linux 2.4.4-ac10

2001-05-23 Thread Jonathan Morton
>Time to hunt around for a 386 or 486 which is limited to such >a small amount of RAM ;) I've got an old knackered 486DX/33 with 8Mb RAM (in 30-pin SIMMs, woohoo!), a flat CMOS battery, a 2Gb Maxtor HD that needs a low-level format every year, and no case. It isn't running anything right now...

What's up with GT96100 in the MIPS config file?

2001-05-23 Thread Eric S. Raymond
Near line 55 of drivers/net/Config.in there is code that reads like this: if [ "$CONFIG_MIPS_GT96100" = "y" ]; then bool ' MIPS GT96100 Ethernet support' CONFIG_MIPS_GT96100ETH fi All very well except that CONFIG_MIPS_GT96100 is never set (or even used) anywhere else. My

lot's of oops's on 2.4.4 in d_lookup/cached_lookup

2001-05-23 Thread Neulinger, Nathan
I've got a system monitoring box, running 2.4.4 with a few patches (ide, inode-nr_unused, max-readahead, knfsd, and a couple of basic tuning opts w/o code changes). Basically, the server runs anywhere from a few hours to a few days, but always seems to get to a point where it gets tons of the

bluetooth alternative

2001-05-23 Thread James Simmons
http://www.pbs.org/cringely/pulpit/pulpit20010517.html - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Linux 2.4.4-ac14

2001-05-23 Thread Geert Uytterhoeven
On Wed, 23 May 2001, Keith Owens wrote: > On Wed, 23 May 2001 05:36:20 -0400, > Olivier Galibert <[EMAIL PROTECTED]> wrote: > >On Wed, May 23, 2001 at 07:07:38PM +1000, Keith Owens wrote: > >> What is the point of including it in the kernel source tree without the > >> code to convert it to

Re: bdflush/mm performance drop-out defect (more info)

2001-05-23 Thread null
> post I quoted some conversation between Rick Van Riel and Alan Cox Oops. The least I can do is spell his name right. Sorry Rik. 8) Keep up the good work. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo

How to time in Kernel

2001-05-23 Thread Srinivasan Venkatraman
Hi, I am trying to time a portion of code inside the kernel. How do I do it? Can I use do_gettimeofday ? or do_getitimer ? Any leads will be appreciated. Thanks in advance, -Srini. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: debugging xterm.

2001-05-23 Thread Adam
> > gdb seems to get lost when calling getuid), any idea? > >Is there something special about getuid() I'm missing? > > > >(gdb) next > >1612uid_t ruid = getuid(); > >2: screen->respond = 1448543468 > >(gdb) next > >1613gid_t rgid = getgid(); > >2: screen->respond

Re: bdflush/mm performance drop-out defect (more info)

2001-05-23 Thread null
On Tue, 22 May 2001, Jeffrey W. Baker wrote: > In short, I'm not seeing this problem. I appreciate your attempt to duplicate the defect on your system. In my original post I quoted some conversation between Rick Van Riel and Alan Cox where they describe seeing the same symptoms under heavy

Re: Why side-effects on open(2) are evil. (was Re: [RFD w/info-PATCH]devicearguments from lookup)

2001-05-23 Thread Oliver Xymoron
On Wed, 23 May 2001, Daniel Phillips wrote: > > > > *boggle* > > > > > > > >[general sense of unease] > > > > I fully agree with Oliver. It's an abomination. > > We are, or at least, I am, investigating this question purely on > technical grounds - name calling is a noop. I'd be happy to find

Re: write drop behind effect on active scanning

2001-05-23 Thread Rik van Riel
On Wed, 23 May 2001, Marcelo Tosatti wrote: > I just noticed a "bad" effect of write drop behind yesterday during some > tests. > > The problem is that we deactivate written pages, thus making the inactive > list become pretty big (full of unfreeable pages) under write intensive IO > workloads.

Re: [RFC][PATCH] Re: Linux 2.4.4-ac10

2001-05-23 Thread Rik van Riel
On Mon, 21 May 2001, David Weinehall wrote: > IMVHO every developer involved in memory-management (and indeed, any > software development; the authors of ntpd comes in mind here) should > have a 386 with 4MB of RAM and some 16MB of swap. Nowadays I have the > luxury of a 486 with 8MB of RAM and

EFS problems?

2001-05-23 Thread Alexander Puchmayr
Hi List! I have a IRIX installation CD, which I want to export to some SGI workstation via NFS, using an SCSI-CDrom drive. When I try to access the data, i get several SCSI errors, IO-Errors and so on, regardless if via NFS or locally. Errors are: sym53c8xx_reset: pid=0 reset_flags=1

Loopback, unable to release

2001-05-23 Thread Adam Schrotenboer
Using 2.4.4-ac3 (as well as in 2.4.3*) I have found it impossible to unmap a loopback strace losetup -d /dev/loop0 (relevant portion) open("/dev/loop0", O_RDONLY)= 3 ioctl(3, LOOP_CLR_FD, 0)= -1 EBUSY (Device or resource busy)

Re: sk_buff destructor in 2.2.18

2001-05-23 Thread Andi Kleen
On Wed, May 23, 2001 at 05:02:15PM +0200, christophe barbé wrote: > I believe you and It's sure that I have not tested all cases. > So do you see a way to use a private data buffer ? The only way I know currently is to keep skb->users >= 1 and use a timer that collects such buffers from a global

Re: sk_buff destructor in 2.2.18

2001-05-23 Thread christophe barbé
I believe you and It's sure that I have not tested all cases. So do you see a way to use a private data buffer ? Christophe On Wed, 23 May 2001 16:55:57 Andi Kleen wrote: > On Wed, May 23, 2001 at 04:50:28PM +0200, christophe barbé wrote: > > I don't know about socket but I allocate myself the

Re: write drop behind effect on active scanning

2001-05-23 Thread Marcelo Tosatti
On Wed, 23 May 2001, Daniel Phillips wrote: > On Wednesday 23 May 2001 09:33, Marcelo Tosatti wrote: > > Hi, > > > > I just noticed a "bad" effect of write drop behind yesterday during > > some tests. > > > > The problem is that we deactivate written pages, thus making the > > inactive list

Re: [timer] max timeout

2001-05-23 Thread Andrzej Krzysztofowicz
"sebastien person wrote:" > Is it bad to do the following call ? > > mod_timer(, jiffies+(0.1*HZ)); Yes, it is bad. Don't use floating point in the kernel if you don't need. > that might fire the timer 1/10 second later. HZ/10 is much better ... --

Re: sk_buff destructor in 2.2.18

2001-05-23 Thread Andi Kleen
On Wed, May 23, 2001 at 04:50:28PM +0200, christophe barbé wrote: > I don't know about socket but I allocate myself the skbuff and I set the > destructor (and previously the pointer value is NULL). So I don't overwrite > a destructor. That just means you didn't test all cases; e.g. not TCP or

Re: sk_buff destructor in 2.2.18

2001-05-23 Thread christophe barbé
I don't know about socket but I allocate myself the skbuff and I set the destructor (and previously the pointer value is NULL). So I don't overwrite a destructor. I believe net/core/sock.c is not involved in my problem but I can be wrong. What is worrying me is that I don't know who clones my

2.4.4 kernel freeze

2001-05-23 Thread Stephan Brauss
Hello, I have an ASUS A7V133 (VIA VT8363A) with 5 PCI slots and I installed kernel 2.4.4. All runs fine when I only use PCI slots 1 to 3. When I use slots 4 or 5, the system freezes when data is passed to a device in one of these slots. I tested with a Promise Ultra100, an Intel Etherexpress Pro

  1   2   3   4   >