Second time around, I didn't evoke any interest the first time.
I reported it back on Mar/27. It is still an almost daily problem
requiring a reboot. Mozilla gets stuck in down_write_failed. This time
I'm sure it's not reiser's fault.
# uname -r
2.4.3-pre8
mozilla-bin D C781849C 0 21055
Recently, about test 12 I believe, I started experiencing stalls.
I believe it has to do with VM pressure but I'm not sure.
What happens: 5-60 second instant dead stall, nothing at all happens.
No sound/key/disk/anything activity, screen updates stop in the middle
of an update. Until recently I
The only way to _assume_ a printer is online is to attempt a dummy poll for
information. Again note that this is a strong assumption as only some new printers
return data for a poll, and legacy printers control of the data port are undefined.
The poll btw needs to be done in userspace because pr
On Sun, 7 Jan 2001, Chris Wedgwood wrote:
> Virtual IP interfaces in the form of ifname: (e.g. eth:1) IMO
> should be deprecated and removed completely in 2.5.x. It's an ugly
> external wart that should be removed.
>
> That said, if this was done -- how would things like routing daemons
> and bin
On Sun, 7 Jan 2001, Matthias Juchem wrote:
> I guess if you use a development version the above returns nothing. If I'm
> right, a pre-release libc was recommended for use with 2.2.0 (I'm not
> sure).
Here is a random idea.
get the pathname of the library(ies) then this sed expression:
sed \
'
On Sun, 7 Jan 2001, Keith Owens wrote:
> If the module controls its own unloading via a can_unload routine
> then the user count displayed by lsmod is always -1, irrespective of
> the real use count.
Maybe lsmod can show a blank for the field and (auto unload). That'd
probably draw a lot l
On Mon, 8 Jan 2001, Chris Wedgwood wrote:
> Bind knows about multiple virtual interfaces; but we can also have
> multiple addresses on a single interface and have no virtual
> interfaces at all.
>
> I doubt bind knows about this nor handles it.
>
>
>
> OK, I'm a liar -- bind does handle this.
Matthias Juchem wrote:
> Why can't I assume that perl is installed? It can be found on every
> standard Linux/Unix installation.
No it can't. Perl isn't on any of my distributions as part of the standard
installation.
> My script is intended for the one who likes to provide bug reports but is
Patrick Mau wrote:
[...]
> And here's the question:
> I would like to collect statistics for eth0:0 but obviously the
> pakets are only counted for the real interface. If I had enough time
> and knowledge, how should I implement paket counters for aliased
> interfaces ?
>
> PS: Am I right that it
Alan Cox wrote:
> > Um, what about people running their box as just a VLAN router/firewall?
> > That seems to be one of the principle uses so far. Actually, in that case
> > both VLAN and IP traffic would come through, so it would be a tie if VLAN
> > came first, but non-vlan traffic would suffe
Every once in a while I have a very frustrating problem develop. All tty
handling stops. Packets flow in and out of the machine fine, but anything
with a tty halts. I don't know exactly what is happening but I have found
that killing the last user that logged in (all his processes) usually fixe
On Mon, 8 Jan 2001, Andi Kleen wrote:
> Who says that it names a device? It names interfaces.
> There are good reasons to have names for ifas, and I see no really good
> convincing reasons not to put these names into the interface name space.
> (in addition it'll save a lot of people a lot of grie
On Mon, 8 Jan 2001, Andrew Morton wrote:
> Obviously, something changed between 2.2.14 and more current
> kernels which broke pump. I don't believe it's a driver change
> because it also affects the 3c90x driver. I don't have a theory
> as to why this affects the 3com NICs though. But I'm assum
Rik van Riel wrote:
> On Sun, 7 Jan 2001, John O'Donnell wrote:
>
> > Only on my company's e-mail server. My company typically gets "zero"
> > emails from outside the US. If I get a piece of spam (sorry they are
> > typically from outside the US), I just block the entire .com.br domain.
> > I g
Why not use the limits from instead?
-d
Chris Mason wrote:
> On Wednesday, January 10, 2001 02:32:09 AM +0100 Marc Lehmann <[EMAIL PROTECTED]> wrote:
>
> >>> EIP; c013f911<=
> > Trace; c013f706
> > Trace; c0136e01
>
> The buffer reiserfs is sending to filldir is big enough for
> the
Marcelo Tosatti wrote:
> > kernel BUG at vmscan.c:452!
> > invalid operand:
>
> Does reiserfs patch changes vmscan.c ?
>
> If so, whats in line 452 of mm/vmscan.c of 2.4.0 reiserfs tree?
reiserfs doesn't touch mm/vmscan.c.
the line is: del_page_from_inactive_clean_list(page);
-d
> -- -
Just a friendly reminder, the cs46xx driver only works if it's compiled
as a module. If it's static, it never gets activated on boot.
-d
begin:vcard
n:Ford;David
x-mozilla-html:TRUE
url:www.blue-labs.org
adr:;;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Blue Labs Developer
note;q
Matthias Juchem wrote:
> On Wed, 10 Jan 2001, Richard Torkar wrote:
>
> > I do not have any PPP, and no kdb installed on that machine, neither do I
> > have procinfo. Shouldn't it say N/A or not found instead of the above? The
> > ppp part is not true ;-).
>
> > Other thing I thought about was t
"Udo A. Steinberg" wrote:
> "Udo A. Steinberg" wrote:
> >
> > The very strange stuff is umount at reboot:
> >
> > umount: none busy - remounted read-only
> > umount: /: device is busy
> > Remounting root-filesystem read-only
> > mount: / is busy
> > Rebooting.
Are you using devfs and do kernel t
> pretty darned impressive :-). Another oddity that someone else
> already reported: the ipv6 module shows a reference count of -1.
a ref count of -1 means the module decides when to unload.
-d
begin:vcard
n:Ford;David
x-mozilla-html:TRUE
url:www.blue-labs.org
adr:;;
version:2.1
email;i
> > strangely, same thing with 2.4.0 this afternoon. it was not unlike
> > what we saw in test 12. /var/log/messages sheds no light, and BRB
>
> What's BRB?
big red button?
-d
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED
Rob Landley wrote:
> If I do the dd line in the title under 2.4.0 I get an
> out.txt file of 591 bytes.
It isn't broken, you have no more entropy. You must have some system
activity of various sorts before you regain some entropy. Moving the mouse
around, hitting keys, etc, will slowly add mor
Christoph Rohland wrote:
> Hi,
>
> The appended patch (additional to my read/write support patch) makes
> the shm filesystem configurable and renames it to the more sensible
> name swapfs. Since the fs type "shm" is quite established with 2.4 I
> register that name also.
Now...is this shared mem
> It is a filesystem which lives in RAM and can swap out. SYSV shm and
> shared anonymous maps are still build on top of this (The config
> option only disables the part not needed for this).
>
> I am quite open about naming, but "shm" is not appropriate any more
> since the fs does a lot more tha
Christoph Rohland wrote:
> What do you think about "vmfs"? This probably reflects its nature
> better than swapfs.
That sounds applicable and pretty good.
-d
-- ---NOTICE
-- fwd: fwd: fwd: type emails will be deleted automatically.
"There is a natural aristocracy among men. The grounds
David Santinoli wrote:
> On Fri, Jan 12, 2001 at 07:53:14PM -0800, Rob Landley wrote:
> > If I do the dd line in the title under 2.4.0 I get an
> > out.txt file of 591 bytes.
> And it's the same under 2.2.x, too.
>
> > dd says it completes happily even when copying from
> > random. 0+100 records
Has this issue been addressed? When I delete something large..say a
mozilla cvs tree, rm will stall for about 10-30 seconds every few
minutes in wait_on_buffer.
It's an IDE drive, nothing fancy on the system, it's a standard pII w/
256 megs, about 50megs free. 'sync' also stalls similarly.
Ide
[EMAIL PROTECTED] wrote:
> I can be a little more specific on this point. Netscape with
> kernel 2.4.0 _does_ connect/download at a few local (New Zealand)
> web sites (maybe 10% of those I've tried). I can't download
> from _any_ distant site. It doesn't die, it just doesn't function
> properly.
Bill Crawford wrote:
> In connection with connection failures using recent kernels, it often
> seems to be related to ECN being enabled.
>
> PIX firewalls seem to interpret the ECN option header as a source
> route header (that's what it's logged as).
>
> I got bitten by this at work ;·(
Cisc
Brad Felmey wrote:
> On Thu, 18 Jan 2001 18:19:31 -0500, you, "John O'Donnell"
> <[EMAIL PROTECTED]>, wrote:
>
> >Maybe you don't understand.
>
> No, John, it's quite obvious that it's _you_ who does not understand.
> You've saved yourself some spam and pissed off a good deal of the
> kernel list
dean gaudet wrote:
> the reason, gag puke, is for doing things such as sending "activity"
> progress -- like a line at a time or whatever to indicate that the CGI is
> there and still working.
I understand the gagging on this and generally I agree. I do appreciate having
the ability to do this
Brad Felmey wrote:
> On Fri, 19 Jan 2001 03:53:32 +, you, David Ford <[EMAIL PROTECTED]>,
> wrote:
>
> >So you can't fault John for personally effecting a policy similar to what
> >ORBS does en masse.
>
> Of course I can. A bad implementation is a bad
Mark I Manning IV wrote:
> Tabs are 8 characters so NO tabs should be used in ANY source file what
> so ever. There are some silly people that insist on hitting the tab key
> when they should really be hitting the SPACE key (and for your info Linus
> PI is EXACTLY 3... ish :)
If one is intellig
Rainer Mager wrote:
> > Would this be an SMP IA32 box with glibc 2.2? I have two such boxen
> > showing exactly the same behaviour, although I can't reproduce it at will.
>
> Close, it is actually an SMP IA32 box with glibc 2.1.3. But you've now
> convinced me to not upgrade glibc yet ;-)
Upgra
If it makes the kernel do Bad Things, the kernel needs to be fixed.
-d
Shawn Starr wrote:
> This is not a kernel bug, This is a bug in the XFree86 TrueType rendering
> extention. This has been discussed on the Xpert XFree86 mailing list. There
> is a fix in the works (depends on the TrueType fo
Linus Torvalds wrote:
> The ChangeLog may not be 100% complete. The physically big things are the
> PPC and ACPI updates, even if most people won't notice.
>
> Linus
>
>
>
> pre10:
> - got a few too-new R128 #defines in the Radeon merge. Fix.
> - tulip driver update from Je
> > Do the tulip driver updates address the increasingly common NETDEV timeout
> > repots?
>
> In general you can answer this yourself by reading
> drivers/net/tulip/ChangeLog.
>
> I don't see increasingly common timeout reports.. with which hardware?
> They are likely on the newer LinkSys 4.1 car
> > The mysterious lockups in test11-pre5 continue in test11-pre6. It is very
> > difficult because the lockups appear to be kdb-specific (and kdb itself
[...]
> It could be that -test5 and -test6 break some assumption kdb makes.
> It has been eminently stable here.
Whether or not the assumptio
Linus Torvalds wrote:
[...]
> If somebody still has a problem with the in-kernel stuff, speak up.
The kernel's irq detection for the card sockets doesn't work for me. It's the NEC
Versa LX story. The DH code also reports no IRQ found but still figures out a
working IRQ (normally 3) and assigns
Here's another one for the books. In the recent test11 series, timing
appears to be partially broken for dev addr assignments. If I'm lucky a
new usb device will answer back and get all the numbers set up
properly. Regularly however a new device gets plugged in and I get
several of the below wi
I've been trying [unsuccessfully :S] to get the kernel's pcmcia
working. I woke up this morning and found the following oops:
Unable to handle kernel NULL pointer dereference at virtual address
001b
c01d4dca
*pde =
Oops:
CPU:0
EIP:0010:[]
Using defaults from ksymoops -t
Johannes Erdfelt wrote:
> > # dmesg
> > hub.c: USB new device connect on bus1/1, assigned device number 6
> > usb-uhci.c: interrupt, status 2, frame# 121
> > usb.c: USB device not accepting new address=6 (error=-110)
> > hub.c: USB new device connect on bus1/1, assigned device number 7
>
> Status
Linus Torvalds wrote:
> Can you (you've probably done this before, but anyway) enable DEBUG in
> arch/i386/kernel/pci-i386.h? I wonder if the kernel for some strange
> reason doesn't find your router, even though "dump_pirq" obviously does..
> If there's something wrong with the checksumming for
3) block.
eth1: MII transceiver #0 config 3000 status 7809 advertising 01e1.
call_usermodehelper[/sbin/hotplug]: no root fs
Linus Torvalds wrote:
> On Sat, 18 Nov 2000, David Ford wrote:
> > Linus Torvalds wrote:
> >
> > > Can you (you've probably done this be
Andrew Park wrote:
> I get a message
>
> neighbour table overflow
>
> What does that mean? It seems that
>
> net/ipv4/route.c
>
> is the place where it prints this. But under what circumstances
> does this happen?
> Thanks
It means you set the link state of eth0 up before lo.
"Eric W. Biederman" wrote:
> > Be sure lo is established before eth0 and you won't see this message.
>
> Hmm. How does the interaction work. I've been meaning to track it for
> a while but haven't yet.
>
> >From the cases I have observed it seems to be connected with arp requests
> that aren't
Gerd Knorr wrote:
> Why? What is the point in compiling bttv statically into the kernel?
> Unlike filesystems/ide/scsi/... you don't need it to get the box up.
> No problem to compile the driver as module and configure it with
> /etc/modules.conf ...
Huh?
Some systems are built without module
> Why not? /me has nearly everything compiled as modules.
Some people have extensive sh, awk and sed scripts to manage their systems, some
have compiled programs.
> > There is an introduced security weakness by using kernels.
>
> ??? Guess you mean "by using modules"? Which weakness? Other
Christer Weinigel wrote:
> >Kernel on writeprotected floppy disk...
>
> So change the CMOS-settings so that the BIOS changes the boot order
> from A, C, CD-ROM to C first instead. *grin* How long do you want
> to keep playing Tic-Tac-Toe?
>
> Of course, using capabilities and totally disabling
My guess is that it's a plugin, the source for xmms doesn't have "cpuinfo" anywhere in
it.
-d
Gianluca Anzolin wrote:
> it seems there has been a change in the format of the /proc/cpuinfo file: infact
>'flags: ' became 'features: '
>
> This change broke xmms and could broke any other program
rpc.portmap isn't running, your login configuration/nss requires yp or something
provided ans an RPC.
-d
"M.H.VanLeeuwen" wrote:
> I had occasion to "telinit 1" today and found that it took a long time
> to login after root passwd was entered. this doesn't happen with 2.2.X
> kernels.
>
> Is
Something appears to be broken. One of my servers is going through
seemingly random spontaneous reboots with nothing to indicate why.
model name : Pentium III (Coppermine)
features: fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca
cmov pat pse36 mmx fxsr sse
It's a VIA Technolog
> > * Remove compile warnings in xstrcat.
> > * snprintf cleanups.
> > * Set safemode when uid != euid.
> > * Strip quotes from shell responses.
> + add RedHat ism's with a --rhc (red hat compatible) -i -m (-F)
>
> RedHat kind of is the standard in the commercial wo
Charles Peterman wrote:
> Thanks, I had to putz with the gain to get sound out of it without
> turning my amp to 11, but yes it works. Do you know if anyone is
> putting in the effort to make the six channel useful?
>
> Thanks again,
Dunno about that, I use gmix for my mixer and it sounds fine,
"Jeff V. Merkey" wrote:
> On Sun, Nov 26, 2000 at 10:46:35PM +, Alan Cox wrote:
> > > + {"ignore-versions", 0, 0, 'i'},
> >
> > I dont think we should encourage anyone to ignore symbol versions
>
> Anaconda will barf and require over 850+ changes to the scripts without
> it. If you
"Jeff V. Merkey" wrote:
> On Sun, Nov 26, 2000 at 06:02:35PM -0500, Mohammad A. Haque wrote:
> > I'd rather have Anaconda changed rather than special casing standard
> > utils to account for distro handling.
>
> Great. Then tell RedHat to rewrite it without the need for these switches.
> They wi
I can't say who's fault it is, but I suggest this test12-pre2 patch for clarity
--- fs/buffer.c~Tue Nov 28 05:11:56 2000
+++ fs/buffer.c Tue Nov 28 06:27:05 2000
@@ -1133,7 +1133,7 @@
atomic_dec(&buf->b_count);
return;
}
- printk("VFS: brelse:
Unable to handle kernel NULL pointer dereference at virtual address
00fc
c02b3527
*pde = 02253067
Oops:
CPU:0
EIP:0010:[]
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010293
eax: ebx: c90cb800 ecx: c03826a8 edx: 0001
esi: 0003 edi: c13a4400
> Seems to have broken my IntelliMouse Optical (logs from the third time
> I inserted usb-uhci):
>
> Nov 29 17:12:08 sasami kernel: usb-uhci.c: Detected 2 ports
> Nov 29 17:12:08 sasami kernel: usb.c: new USB bus registered, assigned bus number 1
> Nov 29 17:12:08 sasami kernel: hub.c: USB hub fou
yet another apm related bug. this one is the odd one, frequently i
update my kernel on this laptop. every once in a while, i'd say about
one out of five kernels..upon apm resume, the floppy drive motor will
start spinning. nothing stops it from spinning except i attempt to
mount a non-existing
usb-uhci.c: interrupt, status 2, frame# 532
usb-uhci.c: interrupt, status 2, frame# 546
usb.c: USB disconnect on device 6
usb-uhci.c: interrupt, status 2, frame# 569
hub.c: USB new device connect on bus1/1, assigned device number 7
usb_control/bulk_msg: timeout
usb.c: USB device not accepting new
Igmar Palsenberg wrote:
> > For a blocking fd, read(2) has always blocked until some data is
> > available. There has never been a guarantee, for any driver, that
> > a read(2) will return the full amount of bytes requested.
>
> I know. Still leaves lot's of people that assume that reading /dev/
> Making /dev/random block if the amount requirements aren't met makes sense
> to me. If I request x bytes of random stuff, and get less, I probably
> reread /dev/random. If it's entropy pool is exhausted it makes sense to be
> to block.
This is the job of the program accessing /dev/random. Open
Igmar Palsenberg wrote:
> > This is standard stuff... You are really pissing into the wind here ;)
>
> Guess I am. Still isn't an explaination why I see a lot of broken code out
> there regarding this issue.
>
> Igmar
Broken code due to broken programmers.
-d
begin:vcard
n:Ford;Dav
"David S. Miller" wrote:
>Date:Tue, 29 Aug 2000 17:35:59 +0200
>From: "Andi Kleen" <[EMAIL PROTECTED]>
>
>Try echo 0 > /proc/sys/net/ipv4/tcp_ecn
>
> And if this makes it work send a very large and loud complaint
> to [EMAIL PROTECTED] telling them to fix their firewalls not
>
So make noise. I tried a post at /. but it wasn't accepted. We have power
in our [tiny] voices when used enmasse.
-d
Graham Murray wrote:
> David Ford <[EMAIL PROTECTED]> writes:
>
> > There are a -lot- of large sites that give us issues like this.
>
> What is
It appears to be sending init a signal causes the oops. I have been mucking
with my inittab and trying to reload it, i.e. kill -1 1, and that causes the
kernel to oops and kills my bash.
Here is my oops output, note I also get the oops on reboot/halt are we off by
one somewhere?
ksymoops 2.3.4
Just set the advertised MSS to 1476, all will be well.
-d
Elmer Joandi wrote:
> Mark Hahn wrote:
>
> > I'm curious to know what you mean.
>
> That is your websurfing session.
> But try on some 100+ size network to set some
> hops go trough a tunnel... the variety of behaviour
> and reasons for
Would this be an ext2 thing? I'm using reiser and doing some pretty heaving
disk i/o and haven't seen any corruption on two machines.
-d
"Udo A. Steinberg" wrote:
> Tim Waugh wrote:
> >
> > The end of my inbox has turned to zeroes (everything from a few k off
> > the beginning to the end), whi
Was this an intentional change? Starting with the late test7 series,
waking up a sleeping laptop puts you on tty1 (vc/1 for us devfs peeps).
On a probably related note, X started crashing at resume at the exact
same time.
I'll be debugging X as soon as I get that annoying broken pcmcia working
Mike Galbraith wrote:
[...]
> Below is some additional info that I think you may find interesting.
>
> /etc/rc.d/nscd start
>
> FLAGS UID PID PPID PRI NI SIZE RSS WCHAN STA TTY TIME COMMAND
>40 0 371 370 9 0 11700 760 do_poll S? 0:00 /usr/sbin
>40
Rogier Wolff wrote:
> Hmm. Doesn't the spec say something about that you should preferrably
> use the "closest" IP number that you can find to communicate with a
> host?
>
> Yes, adding a route to "a.b.c.1 gw d.e.f.1" on the BSD box should
> work.
>
> But having a multi-homed host with a.b.c.1 on
tning.swansea.uk.linux.org
> Diagnostic-Code: SMTP; 550-Pajo networks. Spam source and haven netblock.
> Last-Attempt-Date: Mon, 4 Sep 2000 01:13:08 -0700
>
> --------
>
> Subject: Re: Linux 2.2 - BSD/OS 4.1 ARP incompatibility
> Date: Mo
Alan Cox wrote:
> > My server is in the tested/good list w/ orbs. Aren't you following your own advice
> > about properly setting up your MTA to allow good guys and stop bad guys in accord
> > with ORBS DNS?
>
> I get too much junk to care about it.
>
> Alan
How are we supposed to properly cont
Angel Luis Uruñuela wrote:
> Hello,
>
> Since upgrading from 2.4.0-test6 to 2.4.0-test7 I have noticed I can't
> connect to some webs, www.amazon.com, www.linuxtoday.com... (trying
> telnet www.linuxtoday.com 80 returns connection refused). It works with
> 2.2.X series, 2.4.0-test6 and be
Christoph Hellwig wrote:
> > > + lvm_devfs_handle = devfs_register(
> > > + 0 , "lvm", 0, 0, LVM_CHAR_MAJOR,
> >
> > Does this really have to go into /dev rather than a subdirectory?
>
> Yes. The userlevel tool can't handle other things without recompiling.
> I can't use /dev/lvm, too
# pse|grep defunct
7854 [gftp ] exit_notify
7855 [gftp ] exit_notify
31281 [xmms ] exit_notify
31282 [xmms ] exit_notify
31285 [xmms ] exit_notify
31717 [xmms ] exit_notify
test8-pre5
-d
--
"The difference between 'involvement' and 'commitment' is like an
eggs-and-ham breakfast: the chicken
Eric Buddington wrote:
> David Ford,
>
> I seek your help posting to linux-kernel. Would you kindly forward this if
> indeed [EMAIL PROTECTED] is still the right address?
>
> I am attempting to report a Linux bug, as you will see below. I get 'user
> unknown' wit
The ongoing saga of the machine that hates tuning being enabled;
2.4.0-test8-pre6
Boot message w/ PIIXn tuning enabled:
[...]
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz system bus speed for PIO modes; override with
idebus=xx
PIIX4: IDE controller on PCI bus 00 dev 39
P
Ok, more bothersome irk. =|
test8-pre4 was the last kernel the pegasus driver worked in. Since then
it refuses to go online. The code in the pegasus.c file hasn't changed,
so somebody in the middle broke. All the changes seem to have happened
in pre5. Here's what I've gleaned thusfar.
Message
[EMAIL PROTECTED] will reach us faster. i've cc: it
-d
[EMAIL PROTECTED] wrote:
> Connecting to 204.201.36.164...
> elijah.nodomainname.net FTP server (Version wu-2.5.0(1) Wed Aug 25
> 14:13:56 EDT
>
> has a /pub/linux/kernel/people/alan that is out of date (latest is
> 2.2.15pre)
>
> and,
>
>
Somewhere out of blue, this kernel is spontaneously rebooting, no OOPS,
no nothing.
It's on an AMD K6-III 450 using iptables, advanced routing, devfs,
hardly anything running.
# ps aux
USER PID %CPU %MEM SIZE RSS TTY STAT START TIME COMMAND
root 1 13.7 0.3 1036 472 ? S
narrowed it down significantly i think. copying large files via the
network (note: 100M FD) makes it explode. the network card this is
happening on is the 8139 driver.
8139too Fast Ethernet driver 0.9.8 loaded
eth2: SMC1211TX EZCard 10/100 (RealTek RTL8139) board found at
0xdd00, IRQ 5
eth2
itted'."
--- 8139too.c.old Thu Sep 7 23:50:14 2000
+++ 8139too.c Sat Sep 9 18:43:31 2000
@@ -25,6 +25,8 @@
posted MMIO write bugginess
Gerard Sharp - bug fix
+
+ David Ford - ring offset miscalculation
Ok, what is going around? Lately kernels have been OOPSing left and
right inside and out, up and down. Are people not checking initializers
and return values?
Apache is the victim of this particular oops on bootup. A quotacheck is
launched into the background just before services start up fo
On the recent test kernels, processes get stuck. A kill -9 results in
zombies.
# cat /tmp/ps.out
PID USER STAT WCHAN COMMAND
1 root Sfillon init [5]
2 root SW acpi_i [kapmd]
3 root SW swap_o [kswapd]
4 root SW brw_pa [kflushd]
5 root SW
Ulrich Drepper wrote:
> David Ford <[EMAIL PROTECTED]> writes:
>
> > On the recent test kernels, processes get stuck. A kill -9 results in
> > zombies.
>
> The thread group changes broke the signal handling in linuxthreads.
> The CLONE_SIGHAND is now also used
Ulrich Drepper wrote:
> Ray Bryant <[EMAIL PROTECTED]> writes:
>
> > Is there a succinct description of the the thread group changes
> > someplace? I'd be willing to take a look at fixing linuxthreads,
> > but haven't seen any description (other than the kernel source) of
> > what the changes ar
C program instructions are in ASCII, data certainly isn't restricted to that.
If you or your M*A can't or won't deal with anything but plain text, then
filter it. Plain text is clearly in the minority of emails throughout the
world and the people on LKML seem in general not to care about MIME and
"Theodore Y. Ts'o" wrote:
>Date:Mon, 11 Sep 2000 18:27:30 -0700
>From: David Ford <[EMAIL PROTECTED]>
>
>> I've told Linus several times about this problems but he puts out one
>> test release after the other without this f
[EMAIL PROTECTED] wrote:
>Date: Tue, 12 Sep 2000 07:28:22 -0700
>From: David Ford <[EMAIL PROTECTED]>
>
>Well, how about backing out the threads change until somebody is
>ready to fix everything involved. I haven't the time, depth of
>knowledge,
essy to issue resets to get out of the loop.
>
> > * PIIXn tuning can hang laptop (2.4.0-test8-pre6, David Ford)
>
> Need more details of how APM/ACPI is dorking with DMA settins by the OEM.
These two are both reported by me, are the same issue. The exact same kernel,
one
ptop (2.4.0-test8-pre6, David Ford)
Actually this bug applies to all kernels as far back as early 2.3 afair.
> * Oops in dquot_transfer (David Ford, Martin Diehl) (Jan Kara has a
>potential patch)
I believe this would be the referenced patch.
Please add 'APM resume returns
Mark Kettenis wrote:
>From: Ulrich Drepper <[EMAIL PROTECTED]>
>Date: 2000-09-13 6:35:16
>
>[EMAIL PROTECTED] writes:
>
>> I didn't realize things had changed that broke the old threading model.
>> Did Linus do more than add support for the new thread groups? I didn't
>>
"Theodore Y. Ts'o" wrote:
>Date: Tue, 12 Sep 2000 23:37:57 -0700
>From: David Ford <[EMAIL PROTECTED]>
>
>> > 4. Boot Time Failures
>> >
>> > * Use PCI DMA 'lost interrupt' problem with some hw [which
"Theodore Y. Ts'o" wrote:
>Date: Tue, 12 Sep 2000 23:55:55 -0700
>From: David Ford <[EMAIL PROTECTED]>
>
>Please add 'APM resume returns the machine to the first tty, crashes
>X' This appeared w/ test8. If this is intended, I'd
Summary:
Kernel pcmcia code doesn't work.
DHinds pcmcia code works only if kernel pcmcia code is completely
disabled.
USB Pegasus driver fails when kernel pcmcia code is enabled.
Attached is a text writeup of several tests.
-d
--
"The difference between 'involvement' and 'commitment' is like a
Alessandro Suardi wrote:
> Kernel pcmcia code works fine with 2.4.0-test8 and my Xircom RBEM56G100TX,
> in fact I am writing from my laptop connected through it. See lsmod output
> and relevant part of .config.
>
> [asuardi@princess asuardi]$ lsmod
> Module Size Used by
> seri
I hate to say it, but NFS on Linux has been the worst thing I've every had to
deal with since SLS was the only person on the hill. Every now and then I
give it a go and try to read through the v2/v3/v29384 tangle of packages and
documentation for building/using. Nobody has a usable set of docume
Steven Walter wrote:
> I posted a few days ago reporting that under normal load on 2.2.17final
> would crash under non-strenuous loads. One of the symptoms I reported
> was that the system speaker would beep. In fact, the beeps are coming
> from the speakers. My soundcard is a CM8738, and so u
1 - 100 of 282 matches
Mail list logo