Re: "Why I get no more linux-kernel traffic ?"

2001-04-17 Thread Gunnar Ahlberg
Just a another FAQ entry based on my experience I've found that home.com and home.se are messing with MAPI extensions. At home, you are able to setup your own rules, just like any reasonable MAPI server, but I guess they are doing it wrong, or, I'm getting it wrong. This is what I did, I set up

Re: How do I make a circular pipe?

2001-04-17 Thread johan . adolfsson
Can't you do it like this? # mkfifo fifo # pppd notty < fifo | pppoe -I eth1 >fifo /Johan - Original Message - From: Rob Landley <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 14, 2001 3:05 AM Subject: How do I make a circular pipe? > How do I do the following: > > #

Re: PATCH(?): linux-2.4.4-pre2: fork should run child first

2001-04-17 Thread Éric Brunet
>"Adam J. Richter" <[EMAIL PROTECTED]> said: > >> I suppose that running the child first also has a minor >> advantage for clone() in that it should make programs that spawn lots >> of threads to do little bits of work behave better on machines with a There is another issue with this proposi

Re: [RFC][PATCH] Scalable FD Management using Read-Copy-Update

2001-04-17 Thread Dipankar Sarma
Hi Mike, [I am not sure if my earlier mail from lycos went out or not, if it did, I apologize] On Mon, Apr 16, 2001 at 12:16:25PM -0400, Mark Hahn wrote: > > The improvement in performance while runnig "chat" benchmark > > (from http://lbs.sourceforge.net/) is about 30% in average throughput. >

Re: Let init know user wants to shutdown

2001-04-17 Thread Andreas Ferber
On Tue, Apr 17, 2001 at 08:16:00AM +0200, Simon Richter wrote: > > > Extending SIGPWR will break inits not yet supporting the extensions, > > so this is IMO not an option. There should be used some other signal > > which is simply ignored by an old init. > Make it a config option then; the short

Re: Ide performance (was RAID0 Performance problems)

2001-04-17 Thread Philippe Amelant
Hi I have the same problem, but i think it 's a BX chipset related problem. I Have a BP6 whit a BX chipset and a htp 366 chipset. on a single device, hdparm report ~ 18/19 MB/s with 2 devices on the same chipset (hda/hdc) hdparm report ~ 9 MB/s each with 2 devices not on the same chipset (hda

Re: Still cannot compile

2001-04-17 Thread Andrzej Krzysztofowicz
"Alan Cox wrote:" > > But we _do need_ a working current-kernel. > > Use gcc 2.95/2.96 Is 2.91.66 already obsolete ? Documentation/Changes does not suggest this ... Andrzej -- === Andrzej M. Krzysztofowicz [EMA

Re: [Lse-tech] Re: [PATCH for 2.5] preemptible kernel

2001-04-17 Thread Rusty Russell
In message you write: > > Already preempted tasks. > > But if you are suppressing preemption in all read-side critical sections, > then wouldn't any already-preempted tasks be guaranteed to -not- be in > a read-side critical section, and there

Re: [PATCH] Process pinning

2001-04-17 Thread Rusty Russell
In message <[EMAIL PROTECTED]> you write: > Changes to array.c expose cpus_allowed in proc/pid/stat. Call me old fashioned, but I prefer my bitmasks in hex. Please also consider changing: still_running: c = goodness(prev, this_cpu, prev->active_mm); next = prev; to: still_ru

Re: Linux 2.4.3-ac7

2001-04-17 Thread Martin Hamilton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Content-Type: text/plain; charset=us-ascii Alan Cox writes: | Adding a bloated interpreter for an obscure, misdesigned bios hardware | description language is simply not my idea of progress. Pardon me for butting in, but perhaps this is relevant..

Re: Scalable FD Management ....

2001-04-17 Thread Maneesh Soni
On Thu, Apr 12, 2001 at 08:51:18AM -0700, Anton Blanchard wrote: > > Hi, > > > Base (2.4.2) - > > 100 Average Throughput = 39.628 MB/sec > > 200 Average Throughput = 22.792 MB/sec > > > > Base + files_struct patch - > > 100 Average Throughput = 39.874 MB/sec > >

Re: CML2 1.1.3 is available

2001-04-17 Thread Olaf Titz
> > telling us the Tk library, which for 8 or 10 years has been pretty much > > *the* X toolkit/widget set for scripting, does not include an interface > > to X resources? Of course it does; in an idiosyncratic way (not directly using X resources) but it does use the X resource file syntax. > If

Re: IP Acounting Idea for 2.5

2001-04-17 Thread Olaf Titz
> Similarly, if my InPackets are at 102345 at one read, and 2345 the > next read, and I know that my counter is 32 bits, then I know i've > wrapped and can do my own math. No. When you have resettable counters, you don't know if the counter has wrapped or been reset. Either you have received 2345

Re: IP Acounting Idea for 2.5

2001-04-17 Thread Olaf Titz
> Umm, no. Counters can be resetable - you just specify that accounting > programs should not reset them, ever. > > The ability to reset counters is extremely useful if you're a human > looking at the output of iptables -L -v. (I thus far know of no one > who can memorise the counter values for

Re: Let init know user wants to shutdown

2001-04-17 Thread Pavel Machek
Hi! > > There are 32 signals, and signals can carry more information, if > > required. I really think doing it way UPS-es are done is right > > approach. > > I would think that it would make sense to keep shutdown with all the other > power management events. Perhaps it will makes more sense to

Mylex DAC vs RAM disk in 2.4.2 devfs

2001-04-17 Thread Russell Coker
I have just upgraded a machine with a Mylex DAC hardware RAID controller to kernel 2.4.2 with devfs. It seems that /dev/rd is used by both the RAM disk in the kernel and the Mylex controller! This is wrong of course, there are two problems, one is the situation of what happens if you need bot

Re: PROBLEM: Slowdown for ATA/100 drive on PCI card, after 2.4.3 upgrade.

2001-04-17 Thread Alan Cox
> [1.] One line summary of the problem: > > ATA/100 drive on PCI ATA/100 controller was very fast under 2.4.0 and > 2.4.2, but becomes *very* slow under 2.4.3 Known problem with the VIA cipset setups. We turn a lot of features off to try and avoid a hardware problem. VIA have finally released an

Re: [kbuild-devel] CML2 1.1.3 is available

2001-04-17 Thread John Cowan
Eric S. Raymond scripsit: > That way lies featuritis, IMO. Only if you let it. > If there were already a library in ths stock Python distribution to digest > .Xdefaults files I might consider this. Perhaps I'll write one. But I'm > not going to bulk up the CML2 code with this marginal feature

Re: CML2 1.1.3 is available

2001-04-17 Thread Andrew Pimlott
On Mon, Apr 16, 2001 at 11:20:48PM -0400, Eric S. Raymond wrote: > Peter Samuelson <[EMAIL PROTECTED]>: > > Wait ... I thought you were just using Python bindings to Tk. Are you > > telling us the Tk library, which for 8 or 10 years has been pretty much > > *the* X toolkit/widget set for scriptin

Re: fsck, raid reconstruction & bad bad 2.4.3

2001-04-17 Thread Ookhoi
Hi Linas Vepstas, (nice name ;-) > First problem: In kernel-2.4.2 and earlier, if the machine is not cleanly > shut down, then upon reboot, RAID reconstruction is automatically started. > (For RAID-1, this more-or-less ammounts to copying the entire contents > of one disk partition on one disk

Re: Help with Fasttrack/100 Raid on Linux

2001-04-17 Thread Wilfried Weissmann
Andre Hedrick wrote: > > Wilfried, > > Why a module? The idea behind that was that, if it is a seperate module, then it would be easier to maintain for me. I am a guy that always needs the newest and greatest, so I expected that I would have to port my stuff to newer kernels frequently. (I st

Re: amiga affs support broken in 2.4.x kernels??

2001-04-17 Thread Mark Hounschell
Roman Zippel wrote: > > Hi, > > Mark Hounschell wrote: > > > Thanks, I can now mount affs filesystems. However when I try to write > > to it via "cp somefile /amiga/somefile" I get a segmentation fault. If > > I then do a "df -h" it hangs the system very much like the mount command > > did befo

Re: Linux 2.4.3-ac7

2001-04-17 Thread Alan Cox
> > | that is intentional - first things first. > > Probably that's why drivers/media/video/Makefile contains references to > zoran.o, while zoran.c was ditched? zoran.c moved, because zoran.o is the output name of the module itself - To unsubscribe from this list: send the line "unsubscribe

Re: OOM killer *WORKS* for a change!

2001-04-17 Thread Szabolcs Szakacsits
On Fri, 13 Apr 2001, Mike A. Harris wrote: > I just ran netscape which for some reason or another went totally > whacky and gobbled RAM. It has done this before and made the box > totally unuseable in 2.2.17-2.2.19 befor the kernel killed 90% of > my running apps before getting the right one.

Re: PROBLEM: Slowdown for ATA/100 drive on PCI card, after 2.4.3upgrade.

2001-04-17 Thread Dennis Bjorklund
On Tue, 17 Apr 2001, Alan Cox wrote: > try and avoid a hardware problem. VIA have finally released an 'official' > fix which seems to be a lot less damaging to performance on the whole. That > I hope will be in 2.4.4 What is this official fix? I've only seen unofficial ones (like the one in your

willing to test ext3 fs

2001-04-17 Thread Heusden, Folkert van
Hi, I have a dec alpha 300 with a scsi disk which is doing nothing 100% of the time. Actually; nothing usefull, apart from the seti@home process :o) I like to do a continues stress-test of the ext3 filesystem which aborts when something fails. Am I helping anyone with that? In that case: what app

Re: Still cannot compile

2001-04-17 Thread Alan Cox
> "Alan Cox wrote:" > > > But we _do need_ a working current-kernel. > > > > Use gcc 2.95/2.96 > > Is 2.91.66 already obsolete ? > Documentation/Changes does not suggest this ... Its 'temporarily not working'. The rwsem stuff needs cleaning up or ifdeffing a bit to handle egcs thats all - To un

Re: No 100 HZ timer!

2001-04-17 Thread Mark Salisbury
On Mon, 16 Apr 2001, you wrote: > Mark Salisbury wrote: > > > > > Given a system speed, there is a repeating timer rate which will consume > > > 100% of the system in handling the timer interrupts. An attempt will > > > be made to detect this rate and adjust the timer to prevent system > > > loc

Problems with Toshiba SD-W2002 DVD-RAM drive (IDE)

2001-04-17 Thread Stefan Jaschke
Judging from the thread started Jan 1, 2001, by Andre Hedrick, I thought IDE DVD-RAM just works out of the box and got a Toshiba SD-W2002. Problem: /dev/hdc cannot be read or written to when the drive contains DVD-RAM media. The behavior is the same for the stock 2.4.3 kernel and the SuSE-2

RE: IP Acounting Idea for 2.5

2001-04-17 Thread Jesse Pollard
Leif Sawyer <[EMAIL PROTECTED]>: > > From: Ian Stirling [mailto:[EMAIL PROTECTED]] > > > Manfred Bartz responded to > > > > Russell King <[EMAIL PROTECTED]> who writes: > > > > > > You just illustrated my point. While there is a reset capability > > > > people will use it and accounting/logging

Re: Mylex DAC vs RAM disk in 2.4.2 devfs

2001-04-17 Thread Andreas Ferber
Hi, On Tue, Apr 17, 2001 at 01:22:01PM +0200, Russell Coker wrote: > Mylex controllers for a long time. I am willing to submit patches to the > kernel and to devfsd if this suggestion is accepted and someone can suggest a > good directory name for ram-disks (I don't want to have the same prob

Re: kernel space getcwd()? (using current() to find out cwd)

2001-04-17 Thread Christoph Hellwig
In article <[EMAIL PROTECTED]> you wrote: > So, a little ignorance being a dangerous thing, I thought I'd be clever > and manually reconstruct the full path by walking up > current->fs->pwd->d_parent and padding d_name to the filename until it > hits root. > > Unfortunatly, this approach causes ke

change_mtu boundary checking error

2001-04-17 Thread Hen, Shmulik
Hello, Going through the change_mtu() code in the kernel, I came across the default function supplied when calling ether_setup(). I could see that eth_change_mtu() (drivers/net/net_init.c) does the following: if( (new_mtu < 68) || (new_mtu > 1500) ) return -EINVAL; Looki

Re: Is printing broke on sparc ?

2001-04-17 Thread Jesse Pollard
"Mr. James W. Laferriere" <[EMAIL PROTECTED]>: [snip] > .. ie: cat /etc/printcap > /dev/lp0(or /dev/par0) > gets me : > > /c#eodiecnyotai rhernili s to rpaemn > s eehpo o-.ROLPR0 roif{\=sl:x >

Re: change_mtu boundary checking error

2001-04-17 Thread Alan Cox
> Now, the high boundary seemed reasonable (ETH_FRAME_LEN - ETH_HLEN = > ETH_DATA_LEN) which gives 1500, but why is the low boundary set to 68 ? > According to my calculations, it should have been ETH_ZLEN - ETH_HLEN which > gives 46. The IPv4 minimum MTU is 68 bytes. Below that not all frames ca

Re: PROBLEM: Slowdown for ATA/100 drive on PCI card, after 2.4.3upgrade.

2001-04-17 Thread Bobby D. Bryant
Dennis Bjorklund wrote: > On Tue, 17 Apr 2001, Alan Cox wrote: > > > try and avoid a hardware problem. VIA have finally released an 'official' > > fix which seems to be a lot less damaging to performance on the whole. That > > I hope will be in 2.4.4 > > What is this official fix? I've only seen

Re: Is printing broke on sparc ?

2001-04-17 Thread Tim Waugh
On Mon, Apr 16, 2001 at 05:54:41PM -0700, Mr. James W. Laferriere wrote: > # /etc/printcap > # > # Please don't edit this file directly unless you know what you are doing! > # Be warned that the control-panel printtool requires a very strict format! > # Look at the printcap(5) man page for more i

Re: DPT PM3755F Fibrechannel Host Adapter

2001-04-17 Thread cacook
So no one is willing or able to help me with this problem? I have invested much time and effort toward switching from Win2k to Linux, but if I can't get fibrechannel working it's not going to happen. Applying the patch & compiling went fine. But the new kernel doesn't recognize the FC host a

Re: Kernel 2.5 Workshop RealVideo streams -- next time, please get better audio.

2001-04-17 Thread Mike A. Harris
On Mon, 16 Apr 2001, Miles Lane wrote: >> hand someone a mike. > >I like this idea quite a bit. It would probably not >be terribly expensive to rent/buy the required equipment, >it would be easy to use and would not be terribly disruptive >to the preceedings. > >I'm curious, didn't you find that

Possible problem with zero-copy TCP and sendfile()

2001-04-17 Thread Jan Kasprzak
Hello, I have discovered a possible problem on my host. The short story is: When downloading ISO images from this host (which runs 2.4.3 + zerocopy and ProFTPd with sendfile()), the image is sometimes corrupted (MD5 checksum of the downloaded file does not match). The lon

Re: generic_osync_inode/ext2_fsync_inode still not safe

2001-04-17 Thread Stephen C. Tweedie
Hi, On Sat, Apr 14, 2001 at 07:24:42AM -0300, Marcelo Tosatti wrote: > > As described earlier, code which wants to write an inode cannot rely on > the I_DIRTY bits (on inode->i_state) being clean to guarantee that the > inode and its dirty pages, if any, are safely synced on disk. Indeed --- fo

No Subject

2001-04-17 Thread Lee Leahu
does the latest development kernle support sun sparc workstations? if it does, where can i get it from? i want to do testing for the linux comm. -- [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majo

2.4.3 Linux kernel crash: `Unable to handle kernel paging request at virtual address 189d4d44'

2001-04-17 Thread mcrogan
I am running the unpatched Linux-2.4.3, under Debian GNU/Linux. I was simply running XEmacs, zsh, screen in a tty and then I started to get many problems at the same time. If I can provide more information, please let me know. Output of ver_linux: If some fields are empty or look unusual you m

Re: 2.4 raw devices don't do 64bit offset?

2001-04-17 Thread k . lichtenwalder
Well, I looked a bit deeper into it. The limiting factor is the s_maxbytes value from the superblock. (If the offset is larger than s_maxbytes, default_llseek will return EINVAL, what I'm seeing), So, where does it inherit this value from? My fs is reiserfs, so there's a 4GB limit. But the raw dev

[PATCH] drivers/net/at1700.c: missing __init and __initdata

2001-04-17 Thread Andrey Panin
Hi all, this patch (2.4.3-ac7) adds some missing __init and __initdata into at1700.c NIC driver. Best regards. -- Andrey Panin| Embedded systems software engineer [EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc diff -ur linux.vanilla/drivers/net/a

Re: ARP responses broken!

2001-04-17 Thread Eric Weigle
> oh great, now I wont be able to upgrade our kernels to 2.4 unless I find a > utility to filter out the ARP requests? "There's more than one way to do it" (see below) > Why was this ability removed? Apparently the decision was made to do it this way because it simplified the fast path of the cod

Re: CML2 1.1.3 release announcement

2001-04-17 Thread Eric S. Raymond
Leif Sawyer <[EMAIL PROTECTED]>: > It also appears that upon a re-configuration of 2.4.3 from 2.2.17: > > > cd /usr/src/linux > > cp ../linux-2.2.17/.config . > > make oldconfig > > where the old configuration did not include FrameBuffer support, > then performing an Xconfig to tweak some settin

[PATCH] emu10k1/audio un reserve

2001-04-17 Thread Hugh Dickins
The code for mem_map_reserving has been copied a little too faithfully to the places where it wants to mem_map_unreserve. Hugh --- 2.4.3-ac7/drivers/sound/emu10k1/audio.c Tue Apr 17 14:43:09 2001 +++ linux/drivers/sound/emu10k1/audio.c Tue Apr 17 14:46:20 2001 @@ -272,7 +272,7 @@

Re: Let init know user wants to shutdown

2001-04-17 Thread Simon Richter
On Tue, 17 Apr 2001, Andreas Ferber wrote: [Extending the current signalling mechanism] > The problem with this is that there is no single init. Most > distribution run the same SysV init, but there are quite a few init > replacements around. Should we really break all of them? We don't break a

[PATCH] scripts/ver_linux not working on Debian

2001-04-17 Thread Andreas Ferber
Hi, scripts/ver_linux uses fdformat to determine the version of util-linux used on the system. However, on Debian GNU/Linux: -- snip -- % fdformat --version Note: /usr/bin/fdformat is obsolete and is no longer available. Please use /usr/bin/superformat instead (make sure you hav

Broken ARP (was Re: ARP responses broken!)

2001-04-17 Thread Sampsa Ranta
On Mon, 16 Apr 2001, Eric Weigle wrote: > Hello- > > This is a known 'feature' of the Linux kernel, and can help with load sharing > and fault tolerance. However, it can also cause problems (such as when one nic > in a multi-nic machine fails and you don't know right away). I tought this for a w

Re: ARP responses broken!

2001-04-17 Thread Andi Kleen
On Mon, Apr 16, 2001 at 03:26:19PM -0600, Eric Weigle wrote: > Hello- > > This is a known 'feature' of the Linux kernel, and can help with load sharing > and fault tolerance. However, it can also cause problems (such as when one nic > in a multi-nic machine fails and you don't know right away). >

Re: comments on CML 1.1.0

2001-04-17 Thread Eric S. Raymond
Harald Welte <[EMAIL PROTECTED]>: > Unfortunately I don't know too much about CML2, so I cannot provide you with > a straightforward ruleset, only with a description: : > I'm asking myself if we now should be proud of having the most complicated > dependencies of the whole kernel ;) That's

Re: ARP responses broken!

2001-04-17 Thread Christopher Friesen
Sampsa Ranta wrote: > I have two interfaces that share same subnet, I call eth0 194.29.192.37 > and eth1 194.29.192.38. I have forwarding turned on, proxy arp is not > neighter are redirects. > > When I flush local neighbor table in other machine I use to observe the > response and ping the rout

Re: PATCH(?): linux-2.4.4-pre2: fork should run child first

2001-04-17 Thread Jesse Pollard
Brunet <[EMAIL PROTECTED]>: > >"Adam J. Richter" <[EMAIL PROTECTED]> said: > > > >>I suppose that running the child first also has a minor > >> advantage for clone() in that it should make programs that spawn lots > >> of threads to do little bits of work behave better on machines with a > >

icmp and port

2001-04-17 Thread gis88530
Hello, I have study the code in ip_masq.c, and I found that icmp packet use source address, destination address, source port and destination port to hash into masquerade table. Do icmp packets have port information? I have print the port information with printk, but I can't find out the answer

Re: ARP responses broken!

2001-04-17 Thread Bernd Eckenfels
> but why would you want it to reply for the IP of the other interface even if > it was NOT on the same subnet? Because Linux is always answering to all its local IP addresses, regardless of the Network interface. Even if you tun off the IP Forwarding. This is by Designs, there are situation whe

Re: Scalable FD Management ....

2001-04-17 Thread Andi Kleen
On Tue, Apr 17, 2001 at 04:19:16PM +0530, Maneesh Soni wrote: > But still the throughput improvement is not there for my patch. the reason, I > think, is that I didnot get too many hits to fget() routine. It will be helpful > if you can tell how you got fget() chewing up more than its fair share

Re: DPT PM3755F Fibrechannel Host Adapter

2001-04-17 Thread Alan Cox
> Applying the patch & compiling went fine. But the new kernel doesn't recognize the >FC host adapter (though the bios does) and there is no dpt_i20 module so I can't >insmod. I don't know how to tell whether the driver is in the kernel. Maybe I'm >just not smart enough for Linux. > No its

Re: No 100 HZ timer!

2001-04-17 Thread Mark Salisbury
> Functional Specification for the high-res-timers project. > > In addition we expect that we will provide a high resolution timer for > kernel use (heck, we may provide several). what we do here determines what we can do for the user.. > We will provide several "clocks" as defined by the stan

Re: Kernel 2.5 Workshop RealVideo streams -- next time, pleaseget better audio.

2001-04-17 Thread Jonathan Morton
>>I like this idea quite a bit. It would probably not >>be terribly expensive to rent/buy the required equipment, >>it would be easy to use and would not be terribly disruptive >>to the preceedings. > >Just to keep this on topic... the real question is what would be >the best way to interface thi

Re: icmp and port

2001-04-17 Thread Andreas Ferber
Hi, On Tue, Apr 17, 2001 at 10:28:53PM +0800, gis88530 wrote: > > Do icmp packets have port information? ICMP packets quote part of the original packet that triggered the ICMP message. From this quoted part, information can be extracted about the connection the ICMP packet belongs to. Andreas

Re: Possible problem with zero-copy TCP and sendfile()

2001-04-17 Thread Andi Kleen
On Tue, Apr 17, 2001 at 03:10:07PM +0200, Jan Kasprzak wrote: > 00:0c.0 Ethernet controller: 3Com Corporation 3c905C-TX [Fast Etherlink] (rev 74) IIRC the problem came up earlier. Some versions of 3com NICs seem to make problems with the hardware checksum. There were some fixes in the driver la

Re: Possible problem with zero-copy TCP and sendfile()

2001-04-17 Thread Alan Cox
> The long story: My server is Athlon 850 on ASUS A7V, 256M RAM. > Seven IDE discs, one SCSI disc. The controllers and NIC are as follows > (output of lspci): See the VIA chipset report on www.theregister.co.uk about corruption problems with VIA chipsets. The cases seen on Linux included sh

Re: Kernel 2.5 Workshop RealVideo streams -- next time, please

2001-04-17 Thread Alan Cox
> Not a problem. :) Simply fit a machine with several ALSA-compatible > soundcards with mic-level inputs and use it as the recording medium. > Actually, I forget - do OSS-type soundcard drivers handle multiple cards > sensibly too? Yes. Have done since 2.2. - To unsubscribe from this list: sen

Re: Oscillations in disk write compaction, poor interactive performance

2001-04-17 Thread SodaPop
On Mon, 16 Apr 2001, Pavel Machek wrote: > Hi! > > > It also seems that in the 2.4 kernels, we can get into a sort of > > oscillation mode, where we can have long periods of disk activity > > where nothing can get done - the low points, where only 2-3 writes > > per second can occur, so completel

generic rwsem [Re: Alpha "process table hang"]

2001-04-17 Thread Andrea Arcangeli
On Fri, Apr 13, 2001 at 08:48:05AM -0500, Bob McElrath wrote: > Alan Cox [[EMAIL PROTECTED]] wrote: > > > (But since the X server shouldn't have the ability to corrupt the > > > kernel's process list, there has to be a problem in the kernel > > > somewhere) > > > > The X server has enough privile

Re: ARP responses broken!

2001-04-17 Thread Martin Josefsson
On Tue, 17 Apr 2001, Andi Kleen wrote: > On Mon, Apr 16, 2001 at 03:26:19PM -0600, Eric Weigle wrote: > > Hello- > > > > This is a known 'feature' of the Linux kernel, and can help with load sharing > > and fault tolerance. However, it can also cause problems (such as when one nic > > in a multi

Re: ARP responses broken!

2001-04-17 Thread Andi Kleen
On Tue, Apr 17, 2001 at 04:53:01PM +0200, Martin Josefsson wrote: > On Tue, 17 Apr 2001, Andi Kleen wrote: > > > On Mon, Apr 16, 2001 at 03:26:19PM -0600, Eric Weigle wrote: > > > Hello- > > > > > > This is a known 'feature' of the Linux kernel, and can help with load sharing > > > and fault tol

Re: Possible problem with zero-copy TCP and sendfile()

2001-04-17 Thread Jan Kasprzak
Alan Cox wrote: : > The long story: My server is Athlon 850 on ASUS A7V, 256M RAM. : > Seven IDE discs, one SCSI disc. The controllers and NIC are as follows : > (output of lspci): : : See the VIA chipset report on www.theregister.co.uk about corruption problems : with VIA chipsets. The cases

Re: ARP responses broken!

2001-04-17 Thread Martin Josefsson
On Tue, 17 Apr 2001, Andi Kleen wrote: [snip] > > Does arpfilter exist in 2.4 kernels? > > Not yet, will be merged very soon. I can send you a patch if you need it urgently. No I don't need it urgently. I was asking because I had this problem before (router with two cards against one physical s

[PATCH][crapectomy] death of filesystem_setup()

2001-04-17 Thread Alexander Viro
Patch below switches the last 3 filesystems that are initialized from filesystem_setup() to module_init/module_exit. Result: filesystem_setup() is no more. Linus, could you apply it? Al diff -urN S4-pre3/fs/devfs/bas

Could hd-drivers and buffer algorithm be hardware?

2001-04-17 Thread John Nilsson
The idea is as follows. Design a hardisk controller that would take care of all harddrive and block device managment and provide a virtual storage area to the OS. This way all the kernel would have to worry about is a virtual harddrive and how to fech and write data from and to it. Buffering,

CMLConfigurator skins (was: CML2 1.1.3 is available)

2001-04-17 Thread John Cowan
Eric S. Raymond wrote: > Other possibility: support only the 16 EGA colors by name. Excellent idea! > But if I do that, > some of the X colors are just *wrong* on standard gray background > (cyan is a good example). So let the user set the background color too. I find gray backgrounds a m

Re: Broken ARP (was Re: ARP responses broken!)

2001-04-17 Thread Eric Weigle
Ok, I was ignorant of the arp filter functionality in 2.2. I found an old (probably painfully out-of-date) posting the patch Andi Kleen was referring to in the archive, but I've not used it. http://www.uwsg.indiana.edu/hypermail/linux/kernel/0101.2/1198.html > I tought this for a while and this d

Re: generic rwsem [Re: Alpha "process table hang"]

2001-04-17 Thread Bob McElrath
Andrea Arcangeli [[EMAIL PROTECTED]] wrote: > > So please try to reproduce the hang with 2.4.4pre3 with those two > patches applied: > > >ftp://ftp.us.kernel.org/pub/linux/kernel/people/andrea/kernels/v2.4/2.4.4pre3aa3/00_alpha-numa-3 > >ftp://ftp.us.kernel.org/pub/linux/kernel/peop

Re: Broken ARP (was Re: ARP responses broken!)

2001-04-17 Thread dean gaudet
On Tue, 17 Apr 2001, Eric Weigle wrote: > Ok, I was ignorant of the arp filter functionality in 2.2. I found an old > (probably painfully out-of-date) posting the patch Andi Kleen was referring to > in the archive, but I've not used it. > http://www.uwsg.indiana.edu/hypermail/linux/kernel/0101.2/

Re: [kbuild-devel] CML2 1.1.3 is available

2001-04-17 Thread Mike A. Harris
On Mon, 16 Apr 2001, Eric S. Raymond wrote: >Date: Mon, 16 Apr 2001 20:55:56 -0400 >From: Eric S. Raymond <[EMAIL PROTECTED]> >To: james rich <[EMAIL PROTECTED]> >Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] >Content-Type: text/plain; charset=us-ascii >Subject: Re: [kbuild-devel] CML2 1.1.3 is availa

Re: [kbuild-devel] CML2 1.1.3 is available

2001-04-17 Thread Eric S. Raymond
John Cowan <[EMAIL PROTECTED]>: > > If there were already a library in ths stock Python distribution to digest > > .Xdefaults files I might consider this. Perhaps I'll write one. But I'm > > not going to bulk up the CML2 code with this marginal feature. > > Then support a private mechanism if y

Re: PATCH(?): linux-2.4.4-pre2: fork should run child first

2001-04-17 Thread Éric Brunet
In ens.mailing-lists.linux-kernel, you wrote: > >I believe it allows the debugger to start the process to be debugged. > Well, the debugger simply needs to do something like pid_t child = fork(); if (child == 0) { ptrace(PTRACE_TRACEME,0,0,0); execv

active after unmount?

2001-04-17 Thread Matthew Jacob
Unmounting a SCSI disk device succeeded, and yielded: Red Hat Linux release 6.2 (Zoot) Kernel 2.4.3 on a 2-processor i686 chico login: VFS: Busy inodes after unmount. Self-destruct in 5 seconds. Have a nice day... - To unsubscribe from this list: send the line "unsubscribe linux-kernel" i

Re: generic rwsem [Re: Alpha "process table hang"]

2001-04-17 Thread Christoph Hellwig
In article <[EMAIL PROTECTED]> you wrote: > My generic rwsem should be also cleaner and faster than the generic ones in > 2.4.4pre3 and they can be turned off completly so an architecture can really > takeover with its own asm implementation (while with the 2.4.4pre3 design this > is obviously not

Re: Possible problem with zero-copy TCP and sendfile()

2001-04-17 Thread Jan Kasprzak
Andi Kleen wrote: : On Tue, Apr 17, 2001 at 03:10:07PM +0200, Jan Kasprzak wrote: : > 00:0c.0 Ethernet controller: 3Com Corporation 3c905C-TX [Fast Etherlink] (rev 74) : : IIRC the problem came up earlier. Some versions of 3com NICs seem to make : problems with the hardware checksum. There were s

Parport fifo stuck when printer out of paper

2001-04-17 Thread Udo A. Steinberg
Hi, When my parport printer runs out of paper and there are still pending print jobs, the kernel will constantly log the following: DMA write timed out parport0: FIFO is stuck parport0: BUSY timeout (1) in compat_write_block_pio To me it's pretty pointless to fill dmesg and the logfiles with t

Fix for Donald Becker's DP83815 network driver (v1.07)

2001-04-17 Thread Steve Hill
The attached patch fixes the following problems with the DP83815 driver (natsemi.c): 1. When compiled into the kernel, the cards would be registered multiple times. 2. Autonegotiation code was buggy, causing the card to stop working after autonegotiation. -- - Steve Hill System Administrator

RFC: pageable kernel-segments

2001-04-17 Thread Heusden, Folkert van
Would anyone be intrested (besides me) in a kernel which can page out certain parts of itself? The kernel should be in some kind of vmlinux-ish (as in: uncompressed) format on disk for on-demand re-loading of pages which are discarded. Certain parts of drivers could get the __pageable prefix or so

Re: Possible problem with zero-copy TCP and sendfile()

2001-04-17 Thread Alan Cox
> : but once a fixed BIOS is out for your board that would be a good first step. > : If it still does it then, its worth digging for kernel naughties > : > I don't think I have 686b southbridge. I have 686 (without "b"): Ok. What revision of 3c90x card do you have ? - To unsubscribe from

Re: generic rwsem

2001-04-17 Thread Thorsten Glaser Geuer
Thanks a lot, andrea, this patch (I only applied the rwsem one) finally fixes the rwsem compile problem with gcc-3.0-20010417. Now I can get a working kernel ;-) -mirabilos - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: 8139too.c and 2.4.4-pre1 kernel burp

2001-04-17 Thread Jörn Nettingsmeier
hello jeff ! with the 8139too v. 0.9.16 from http://sourceforge.net/projects/gkernel/ and kernel 2.4.4-pre3, i see no more errors of the "too much work at interrupt" type. i used to see the errors even under normal load, starting immediately after booting. so far, i did some nfs and flood-pingin

Re: ARP responses broken!

2001-04-17 Thread Alan Cox
> I was asking because I had this problem before (router with two cards > against one physical subnet) and arpwatch complained that the router kept > switching MACaddresses all the time. That sounds like a bug in arpwatch. A box can have multiple mac addresses. Its probably a tricky one to handle

Re: RFC: pageable kernel-segments

2001-04-17 Thread Disconnect
On Tue, 17 Apr 2001, Heusden, Folkert van did have cause to say: > I would think is usable (for example) for my 8MB ram laptop. > Anyone any thoughts on this? I'm not a kernel hacker, but I've got some thoughts on this: 1> Modules (with the autoloader) can do that for anything not necessary to

Re: Possible problem with zero-copy TCP and sendfile()

2001-04-17 Thread Jan Kasprzak
Alan Cox wrote: : > : but once a fixed BIOS is out for your board that would be a good first step. : > : If it still does it then, its worth digging for kernel naughties : > : : > I don't think I have 686b southbridge. I have 686 (without "b"): : : Ok. What revision of 3c90x card do you have

Re: Fix for Donald Becker's DP83815 network driver (v1.07)

2001-04-17 Thread Roberto Nibali
Steve Hill wrote: > > The attached patch fixes the following problems with the DP83815 driver > (natsemi.c): > > 1. When compiled into the kernel, the cards would be registered multiple > times. I assume this code fragment fixes this: + static int done = 0; + + if (done) return -E

Re: USB with 2.4.3-ac{1,3,7} without devfs-> aic7xxx ?

2001-04-17 Thread FAVRE Gregoire
Thus spake Johannes Erdfelt ([EMAIL PROTECTED]): > You should probably bring up things like this on the Linux USB list. Well, where is that mailing list? > What does /proc/interrupts show for the 2.4.3-ac7 case? Exactly the same as the one from 2.4.3: CPU0 0:

Re: Documentation of module parameters.

2001-04-17 Thread coop
You can use the "modinfo" utility (Do "man modinfo".) In particular modinfo -p driver.o will give any parameters that can be set in driver.o. If the module author has used the MODULE_PARM_DESC() macro, more documentation can be found.

Re: Mylex DAC vs RAM disk in 2.4.2 devfs

2001-04-17 Thread H. Peter Anvin
Followup to: <[EMAIL PROTECTED]> By author:Andreas Ferber <[EMAIL PROTECTED]> In newsgroup: linux.dev.kernel > > Hi, > > On Tue, Apr 17, 2001 at 01:22:01PM +0200, Russell Coker wrote: > > > Mylex controllers for a long time. I am willing to submit patches to the > > kernel and to devfsd i

Re: Fix for Donald Becker's DP83815 network driver (v1.07)

2001-04-17 Thread Steve Hill
On Tue, 17 Apr 2001, RobertoNibali wrote: > My 2 questions are: > Is this an acceptable fix for Donald? Because if so, I'd like to submit it > for the starfire quardboard driver. I have no idea - I haven't been able to get in touch with him :( (The fix was urgently required, and this did the jo

Re: USB with 2.4.3-ac{1,3,7} without devfs-> aic7xxx ?

2001-04-17 Thread Johannes Erdfelt
On Tue, Apr 17, 2001, FAVRE Gregoire <[EMAIL PROTECTED]> wrote: > Thus spake Johannes Erdfelt ([EMAIL PROTECTED]): > > > You should probably bring up things like this on the Linux USB list. > > Well, where is that mailing list? http://www.linux-usb.org > > What does /proc/interrupts show for t

crashing in module unload

2001-04-17 Thread ernte23
"Stephen C. Tweedie" wrote: > It's crashing in module unload, and it appears that the module is > freeing things which were not allocated (or freeing something twice). > It's a module bug --- report it on linux-kernel. This does not look > like a mm bug. I was using 2.4.4-pre1 when this happened

block devices don't work without plugging in 2.4.3

2001-04-17 Thread Peter T. Breuer
Well, anyway, as far as I can tell, the following has been lost from __make_request() in ll_rw_blk.c since the 2.4.0 days: out: - if (!q->plugged) - (q->request_fn)(q); if (freereq) The result appears to be that if a block device has called blk_queue_pluggable() to r

  1   2   3   >