Hi,
to me it seems, there is a bug in 2.2.18 which does not allow remote
booting.
Situation:
A diskless client shall be booted via bootp (where 'diskless' is not the
problem). So a kernel is configured with the options:
* Networking options/IP: kernel-level configuration support/BOOTP
support a
On 22 Feb 2001 23:01:14 -0800, Barry K. Nathan wrote:
> Tom Sightler wrote:
> > What's strange is that I have the exact same type of machine and I don't see
> > this problem, could you forward me your kernel config as well? I'll compare
> > that, and your info from your previous message to mine a
Hi!
> I've nearly no prior experience with kernel hacking (nor C if you have
> to ask, haha), sorry in advance for the newbiesh looking. ;-)
>
> See attach for a rough try to port cramfs to isofs which gave me lots
> of oops and reboots and fscks this week. Please if you have some spare
> time t
Hi!
> Hello, respected Linux kernel developers,
> I am currently a university student taking a "Advanced design of
> Operating Systems" class at
> New York University. We are reviewing some basic and studying a few
> advanced issues with regards
> to kernel design, mostly multithreading, s
Hi!
> Any idea if suspend/hybernation will be in future kernels?
I'd like it included, too. Some toshiba laptops support sleep but not
suspend, and battery runs out within few hours if it was low before
suspend. That's bad.
And the patch was pretty clean last time I checked.
Hi!
> I partitioned the 2 drives (on 1st and 2nd controller, both 1.3 GB each)
> into 4 total partitions. 1st is swap and then the next 3, 1 primary, 2
> extended are for raid 1 arrays. I've given 20 MB to /boot (md0), 650MB
> to / (md1) and the rest (400+MB) to /var (md2). I format md0 as ext
Hi!
> > --- vanilla-2.4.1/fs/isofs/dir.cSat Dec 30 01:13:45 2000
> > +++ cisofs/fs/isofs/dir.c Mon Feb 19 18:40:16 2001
> > @@ -108,8 +111,7 @@
> > unsigned int block, offset;
> > int inode_number = 0; /* Quiet GCC */
> > struct buffer_head *bh = NULL;
> > - int len;
> > -
Hi!
> > This is NOT what I'm seeing at all.. the kernel load appears to be
> > pegged at 100% (or very close to it), the user space app is getting
> > enough cpu time to read out about 10-20Mbit, and FURTHERMORE the kernel
> > appears to be ACKING ALL the traffic, which I don't understand at all
Hi!
> We have set up a network console project on sourceforge and are starting
> to work on actual details. If you're interested in this subject please
> do join that list.
>
> Please see:
>
> http://sourceforge.net/mail/?group_id=20426
Unfortunately maillist archives at sourceforge do
On 02.23 Kurt V. Hindenburg wrote:
> asm-i386:
> init/main.o(.text.init+0x63): undefined reference to `__buggy_fxsr_alignment'
>
> I don't recall this error in 2.4.0, but it is present in 2.4.1 and was not
> fixed in 2.4.2.
>
> >sh scripts/ver_linux
> -- Versions installed: (if some fields ar
> " " == Russell King <[EMAIL PROTECTED]> writes:
> Scott A McConnell writes:
>> I am running RedHat Linux version 2.2.16-3 on my PC and Hardhat
>> Linux version 2.4.0-test5 on my MIPS board. Any thoughts or
>> suggestions?
>>
>> I saw a discussion start on the ARM li
On Fri, Feb 23, 2001 at 08:46:23AM +0100, Giacomo Catenazzi wrote:
> After writing the report, I disabled parport resources in BIOS
> and I maked:
>
> cate3:~# modprobe parport_pc
> Unable to handle kernel paging request at virtual address
> c3a5f640
> printing eip:
> .
> Segmentation fault
Does this have to do with the thing that kills off processes when memory
is low?
Feb 23 04:39:32 nano kernel: VM: do_try_to_free_pages failed for xkill
Maybe xkill should be something allowed to run? The app that I ran
freaked(slrnconf) and snarfed up all my memory rapidly. If I could have
kille
Feb 23 03:31:18 coredump kernel: __alloc_pages: 3-order allocation
failed.
Feb 23 03:31:18 coredump kernel: __alloc_pages: 3-order allocation
failed.
Feb 23 03:31:18 coredump kernel: __alloc_pages: 2-order allocation
failed.
Feb 23 03:31:18 coredump kernel: __alloc_pages: 3-order allocation
failed
On Thu, Feb 22, 2001 at 12:20:55PM -0300, Rogerio Brito wrote:
> This message was apparently intended to be sent to the list.
>
>
> []s, Roger...
>
> - Forwarded message from Pozsar Balazs <[EMAIL PROTECTED]> -
>
> From: Pozsar Balazs <[EMAIL PROTECTED]>
> To: Rogerio Brit
On Fri, 23 Feb 2001, root wrote:
>Date: Fri, 23 Feb 2001 08:05:34 +0800
>From: root <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Content-Type: text/plain; charset=us-ascii
>Subject: need to suggest a good FS:
>
>hey all, trouble again
>
>anyone can suggest some good FS that can install linux?
>exc
Hi friends,
I am new to this field of writing device drivers. I
have done my course in Unix/C and presently working
for a company in india in embedded systems. I am
looking forward to write some device drivers in
Linux/Unix/QNX can any one suggest me any good book
which i can refer for my guidanc
On Fri, Feb 23, Peter Samuelson wrote:
>
> [Peter Bergner]
> > The following is a boot log for a 64 bit port of Linux for IBM's 64
> > bit PowerPC processors. This log was made on a pSeries model 270
> > which uses a POWER3 microprocessor.
>
> Impressive. One question, though --
>
> > starti
For a while I'm annoyed by a buglet:
When trying to mount an ordinary CD like (as root):
mount /dev/cdrom /mnt/cdrom -o ro,noexec
it works, but all files have the execute attribute set for all users,
and that is annoying in
MidnightCommander and other filemanagers that try execute th
Hi friends,
Once again thx to all of you for quickly responding to
my mail. Thanks for the support.
rahul
Do You Yahoo!?
Get your free @yahoo.co.in address at http://mail.yahoo.co.in
-
To unsubscribe from this list: send the line "uns
On Fri, 23 Feb 2001, Mircea Ciocan wrote:
>
> For a while I'm annoyed by a buglet:
>
> When trying to mount an ordinary CD like (as root):
>
> mount /dev/cdrom /mnt/cdrom -o ro,noexec
Try mount /dev/cdrom /mnt/cdrom -o ro,noexec,mode=0444
>
> it works, but all files have the execute attri
Hi
...maybe it is a bit off-topic here, sorry guys! Phil, you better asked
this Q on comp.os.linux.hardware / setup / whatever, am I right?
I got this card working fine with 2.4.x. Currently configured as modules,
I even managed to get them to autoload. Looks like you (also) are using
OSS. So, w
Read-Copy Update is a two-phase mutual exclusion method that can be
used to avoid overhead and code complexity of conventional methods
that use spin-waiting. It uses the event-driven nature of operating
systems to defer exceptional conditions until currently active code
has completed allowing comm
Hi all!
I need some information about kernel threads, specifically about signal
handling. Where can I get any documents about that?
Thanks in advance.
Juan.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majo
"H. Peter Anvin" wrote:
>
> Followup to: <[EMAIL PROTECTED]>
> By author:"Quim K Holland" <[EMAIL PROTECTED]>
> In newsgroup: linux.dev.kernel
> >
> > I've been looking at various -ac patches for the last couple of
> > weeks and have been wondering why only this piece of difference
> > still
Em Fri, Feb 23, 2001 at 10:53:59AM +0300, Andrey Panin escreveu:
>
> Hi all,
>
> 16x50 serial driver doesn't check ioremap() return value.
> Atached patch should fix this it.
humm, have not checked, but it seems as if you don't release the previous
successful mappings on failure. Wipe out this
Hello people out there,
We are writing a driver for a device which can be read and written. When a
process tries to read from it and there is nothing in its buffer, we tell
it
to sleep until another process writes to the device. When writing, if the
buffer is full, we tell it to sleep until someth
> - Some architectures' ports of the Linux kernel, at least in their current
> state (has anyone actually tried to *compile* the PPC kernel since
> 2.4. besides me?)
Have you tried comiling 2.2.x where x > 13 on an m68k mac or 2.4.x on an
m68k mac? doesn't happen. The patches I found for 2.2 di
>Now that you provide source for r5 and dx_hack_hash, let me feed my
>collections to them.
>r5: catastrophic
>dx_hack_hash: not bad, but the linear hash is better.
So, not only does the linear hash normally provide a shorter worst-case
chain, its' results are actually more consistent than the o
On Fri, Feb 23, 2001 at 07:14:48AM -0500, Wakko Warner wrote:
> > - Some architectures' ports of the Linux kernel, at least in their current
> > state (has anyone actually tried to *compile* the PPC kernel since
> > 2.4. besides me?)
>
> Have you tried comiling 2.2.x where x > 13 on an m68k mac o
From [EMAIL PROTECTED] Fri Feb 23 04:43:23 2001
> Now that you provide source for r5 and dx_hack_hash, let me feed my
> collections to them.
> r5: catastrophic
> dx_hack_hash: not bad, but the linear hash is better.
I never expected dx_hack_hash to be particularly good at
Attached is my first submitted patch, so please be gentle. It's
actually made against the 2.2.18 kernel, but it should work fine against
2.4.2 from what I can tell.
The patch is extremely simple, but I would welcome testing and feedback
(I am not on the kernel mailing list).
It provides an ioct
On Wed, 21 Feb 2001, Rik van Riel wrote:
> I'm really interested in things which make Linux 2.4 break
> performance-wise since I'd like to have them fixed before the
> distributions start shipping 2.4 as default.
Hi Rik,
With kernel 2.4.1, I found that caching is way too aggressive. I was
runn
[1.] mount -o loop of ISO image lockup
[2.] mount of an ISO image created with mkisofs and correctly read and
verified by isoread and isovrfy locks ; nothing is reported my mount, and it
is unkillable ; the line is reported by ps this way:
root 4378 0.0 0.5 1508 1508 pts/12 DL 13:17
>> I wrote a patch against 2.2.18 and 2.4.1 to have the kernel generate
>> random PIDs. You can find it at http://vanheusden.com/Linux/security.php3
>> (amongst other patches). Beware: pretty much experimental and likely to
>> make your linux-pc perform like a win95 platform.
> Well - I'm not
On Fri, Feb 23, 2001 at 02:20:27PM +0100, Heusden, Folkert van wrote:
> > With truly random PIDs, there is a much larger chance of a new process
> > sitting on a recently used PID.
>
> My code runs trough the whole task_list to see if a chosen pid is already
> in use or not.
But it doesn't ch
On Thu, Feb 22, 2001 at 10:35:06PM -0500, Carl D. Speare wrote:
> HTFS, which is the default filesystem for SCO OpenServer 5, is pretty
> rare.
I didn't know there was HTFS support in the Linux-kernel?!
Oh, btw, I think I just came up with the perfect file-system; CBMFS.
Feel welcome to get patc
On Thu, Feb 22, 2001 at 09:15:45PM -0500, Mike A. Harris wrote:
> On Fri, 23 Feb 2001, root wrote:
>
> >Date: Fri, 23 Feb 2001 08:05:34 +0800
> >From: root <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Content-Type: text/plain; charset=us-ascii
> >Subject: need to suggest a good FS:
> >
> >hey
On Fri, 23 Feb 2001, Chris Evans wrote:
> On Wed, 21 Feb 2001, Rik van Riel wrote:
>
> > I'm really interested in things which make Linux 2.4 break
> > performance-wise since I'd like to have them fixed before the
> > distributions start shipping 2.4 as default.
>
> With kernel 2.4.1, I found that
This is the log.
Feb 23 14:35:53 hellhound kernel: usb.c: registered new driver usb_mouse
Feb 23 14:35:53 hellhound kernel: PCI: Found IRQ 12 for device 00:07.2
Feb 23 14:35:53 hellhound kernel: PCI: The same IRQ used for device 00:07.3
Feb 23 14:35:53 hellhound kernel: PCI: The same IRQ used for
Known problem.
Fabrizio Ammollo wrote:
>
> [1.] mount -o loop of ISO image lockup
> [2.] mount of an ISO image created with mkisofs and correctly read and
> verified by isoread and isovrfy locks ; nothing is reported my mount, and it
> is unkillable ; the line is reported by ps this way:
--
=
Hello,
I'm experimenting a 100% reproducable oops, ksymoops filtered
below, when trying to connect via ssh to the 2.4.2-ac2 machine.
(openssh 2.1.1p1)
ksymoops 2.3.7 on i686 2.4.2-ac2. Options used
-V (default)
-k /proc/ksyms (default)
-l /proc/modules (default)
-o /lib/mod
Running kernel 2.4.2 :
cat /proc/ide/hdc/settings
namevalue min max mode
- --- ---
bios_cyl89355 0 65535 rw
bios_head
I hope I'm not pointing fingers at the wrong person but this is the
closest match I get.
>From autoreplay headers...
Message-Id: <[EMAIL PROTECTED]>
From: [EMAIL PROTECTED]
Sender: [EMAIL PROTECTED]
Other posts from jborg...
From: Jakob Borg <[EMAIL PROTECTED
Le Fri, Feb 23, 2001 at 02:47:45PM +0100, Arnaud S . Launay a écrit:
> I'm experimenting a 100% reproducable oops, ksymoops filtered
> below, when trying to connect via ssh to the 2.4.2-ac2 machine.
> (openssh 2.1.1p1)
uhuh -- just seen I'm using a gcc snapshot of today. this should
explain. (fun
Arnaldo Carvalho de Melo wrote:
>
> Em Fri, Feb 23, 2001 at 10:53:59AM +0300, Andrey Panin escreveu:
> >
> > Hi all,
> >
> > 16x50 serial driver doesn't check ioremap() return value.
> > Atached patch should fix this it.
>
> humm, have not checked, but it seems as if you don't release the previo
Hello!
The patch is for miroSOUND sound cards. The corresponding driver files
are aci.c and radio-miropcm20.c
The latest is for 2.4.2 and can be found on:
http://www.uni-karlsruhe.de/~Robert.Siemer/Private/
http://www.uni-karlsruhe.de/~Robert.Siemer/Private/aci-2.4.2.patch
(61kB)
Changes:
aci.
Hi
Attached is a patch to port of the megaraid driver from 2.2.19pre14 kernel
to 2.4.2. It seems to be stable, but I have only one (production) machine
for testing. The machine runs now about 4 hours with no glitches.
Alan: could you please integrate this one into your tree?
Anyone: could you co
When 2.4.1 was released I reported a kernel oops with reiserfs, I got no
response.
The problem still persists with kernel 2.4.2. I am using mkreiserfs v2
(3.6.25) and tried on different ide hards disks as well as on a software
raid 0 partition, I also tried with and without CONFIG_REISERFS_CHECK
d
Unless someone can tell me who is the recipient on the linux-kernel
list generating these bogus virus bounces back to me, I am going
to have no choice but to unsubscribe the entire *.se domain to
try and get rid of this guy.
Thanks.
Your mail was recieved, but looked like it might contain a
>> My code runs trough the whole task_list to see if a chosen pid is already
>> in use or not.
> But it doesn't check for a recently used PID. Lets say your system is
> exhausting 1000 PIDs/second, and that there is a window of 20ms between
you
> determining which PID to send to, and the recip
Good morning, Mohammed, Fabrizio,
On Fri, 23 Feb 2001, Mohammad A. Haque wrote:
> Known problem.
Then wouldn't it make sense to point Fabrizio at a known solution?
;-)
Fabrizio: I'm going to guess that your problem might be the loop
lockups that have been part of late 2.3 and al
Hi,
I have submitted the latest 1.14g driver patch for both 2.4.1pre and
2.2.19pre series. Hopefully waiting for Linus and Alan to integrate into the
standard tree.
Thanks
Venkatesh
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECT
Hi,
My Iomega Jaz USB drive has stopped working. I'm not sure when, I know it
has worked since 2.4.0 but I haven't used it for a couple of weeks.
The problem is:
Feb 23 15:13:47 evansj kernel: hub.c: USB new device connect on bus1/2,
assigned device number 5
Feb 23 15:13:47 evansj kernel: usb.
OpenBSD has a working implementation, might be worth looking at???
Cheers,
Matt Johnston.
On Fri, 23 Feb 2001 23:34, Heusden, Folkert van wrote:
> >> My code runs trough the whole task_list to see if a chosen pid is
> >> already
> >>
> >> in use or not.
> >
> > But it doesn't check for a recentl
You write:
> > We have set up a network console project on sourceforge and are starting
> > to work on actual details. If you're interested in this subject please
> > do join that list.
> >
> > Please see:
> >
> > http://sourceforge.net/mail/?group_id=20426
>
> Unfortunately maillist archi
Hello,
The problem with awful socket performance on 2.4.1 has been discovered
and fixed by Manfred Spraul. Here is some info, and his patch:
On Fri, 23 Feb 2001, Manfred Spraul wrote:
> Could you post your results to linux-kernel?
> My mail from this morning wasn't accurate enough, you patched
mkdir("file", 02750) does not create a file with the set group id bit
set. chmod("file", 02750) does. Further more, mkdir(2) violates its
man page specification by not creating set-gid directories if the
parent directory has this bit set.
I suspect these are related.
Cheers,
Mike.
-
To unsubs
On Thu, 22 Feb 2001, David S. Miller wrote:
>
> Usual spot:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/davem/zerocopy-2.4.2-2.diff.gz
>
> Changes since last installment:
>
> 3) Workaround for win2000/95 VJ header compression bugs is
>implemented.
Could you please make a patch with
can you please list in mail list?
so it can let people and me to consider to upgrade or not, Thanks
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please rea
I didn't want to mention the patch because I was investigating my load
hovering around 1.3 after mounting an image using the patch. I know I
mentioned it to someone else before but I sent out the email before I
noticed the load.
On Fri, 23 Feb 2001, William Stearns wrote:
> Good morning, Mohamme
When 2.4.1 was released I reported a kernel oops with reiserfs, I got no
response.
The problem still persists with kernel 2.4.2. I am using mkreiserfs v2
(3.6.25) and tried on different ide hards disks as well as on a software
raid 0 partition, I also tried with and without CONFIG_REISERFS_CHECK
d
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
(Please CC me - I am not subscribed)
BERECZ Szabolcs ([EMAIL PROTECTED]) wrote:
> Here is a new syscall. With this you can change the owner of a running
> procces.
Stupid question: why? Not so stupid: why, giving examples? Does the
target proces
I have already written a 2.2 implementation which does not suffer from these
problems. It was rejected because Alan Cox (and others) felt it only provided
security through obscurity.
Sean
On Fri, Feb 23, 2001 at 11:40:37PM +0800, Matt Johnston wrote:
> OpenBSD has a working implementation, migh
Actually there isn't. Hmmm, sounds like I'll have some hacking to do...
But I have to ask if this is something that would actually be desirable.
Given how rare it is, does the Linux community actually want to have YAFS
(yet another file system) added to the list, especially for an even more
rare
> In that case, could I see some vmstat (and/or top) output of
> when the kernel is no longer able to keep up, or maybe even
> a way I could reproduce these things at the office ?
Interactive response is actually pretty OK, the only thing I'm seeing is
short (about 1 sec) pauses, they could be
Hi kernel developers!
Can someone tell me how to find out the parameter i have to pass to the
ISAPNP_FUNCTION(x)?
This is my cat '/proc/isapnp' output:
Card 1 'TER2111:TerraTec ActiveRadio' PnP version 1.0 Product version 1.1
Logical device 0 'TER2111:Unknown'
Supported regis
On Fri, Feb 23, 2001 at 12:20:34PM -0500, Carl D. Speare wrote:
> Actually there isn't. Hmmm, sounds like I'll have some hacking to do...
>
> But I have to ask if this is something that would actually be desirable.
> Given how rare it is, does the Linux community actually want to have YAFS
> (yet
Mohammad A. Haque writes:
> >From autoreplay headers...
> Message-Id: <[EMAIL PROTECTED]>
> From: [EMAIL PROTECTED]
> Sender: [EMAIL PROTECTED]
>
> Other posts from jborg...
> From: Jakob Borg <[EMAIL PROTECTED]>
> ..
> --
> Jakob Borg
On Thu, 22 Feb 2001, Jeff Lessem wrote:
>
> In your message of: Thu, 22 Feb 2001 20:37:15 PST, you write:
> >Hmm.. You shouldn't be loading any i82365 module at all. You should load
> >the "yenta_socket" module.
>
> I had gone back to my old ways of useing the external PCMCIA stuff.
> Here are
On Fri, 23 Feb 2001, Sean Hunter wrote:
> I have already written a 2.2 implementation which does not suffer from these
> problems. It was rejected because Alan Cox (and others) felt it only provided
> security through obscurity.
>
> Sean
The following is a simple random generator that will nev
On Fri, 23 Feb 2001, David Weinehall wrote:
> Date: Fri, 23 Feb 2001 18:34:23 +0100
> From: David Weinehall <[EMAIL PROTECTED]>
> To: Carl D. Speare <[EMAIL PROTECTED]>
> Cc: Quim K Holland <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> Subject: Re: need to suggest a good FS:
> On Fri, Feb 23, 2001 at
Hello,
For Linux you can use the good and complete "Linux Device Drivers" by
Alessandro Rubini, O'Reilly, 1998. For other flavors of Unix, I am aware only
of old text books of little interest for present systems. Good luck.
Marcus.
Rahul wrote:
> Hi friends,
>
> I am new to this field of writi
using the following:
kernel-2.4.2 (linus release - no patches added)
kernel-2.2.17-4 (RedHat 7 release - no patches added)
kgcc-2.96.66
(kernel config - see compressed text file)
I have a Xircom Realport2 10/100 Card that uses the tulip_cb driver.
In kernel-2.2.17-4 (from RedHat with pcmcia in
On Thu, 22 Feb 2001, Mike Fedyk wrote:
> Wasn't dma disabled on all VIA ide chipsets because of sporadic corruption?
That's not the point, the quoted message shows up when you try -X67..
-X69 in hdparm; cable detection seems to not work out properly.
--
Matthias Andree
-
To unsubscribe from th
On Thu, 22 Feb 2001, Henning P. Schmiedehausen wrote:
> [EMAIL PROTECTED] (Neil Brown) writes:
>
> > I am looking forward to seeing lots of downloads and absolutely no
> > problem reports but is seems unlikely.
>
> > Alan Cox has suggested that these changes may not be appropriate for
> > 2
> > Oh, please not again a stable kernel series with NFS problems, we're
> > locked in for ages. 2.2 was bad enough up to 2.2.18. We have ReiserFS
> > in 2.4.1 (and not in 2.4.0), could we _please_ get NFS-exportable
> > ReiserFS in 2.4.4 or 2.4.5?
>
> 2.2.18 is still broken, won't play NFSv3 gam
On Friday, February 23, 2001 05:03:40 PM + Patrick Mackinlay
<[EMAIL PROTECTED]> wrote:
> When 2.4.1 was released I reported a kernel oops with reiserfs, I got no
> response.
Hmmm, don't seem to have any other reiserfs mail from you. Sorry I missed
it.
[ ...]
>
> kernel oops report:
>>>
The evidence really speaks for itself:
firstly, I have been running a 2.2.18 kernel system, with a 3c509b and a
soundblaster 16 (and sundry other hardware).
The soundblaster 16 is on 0x220, irq 5. Its a soundblaster 16 (vibra 16b, '94)
The 3c509 is pnp and detects under 2.2.18 as the following:
Chris Mason wrote:
>
> On Friday, February 23, 2001 05:03:40 PM + Patrick Mackinlay
> <[EMAIL PROTECTED]> wrote:
>
> > When 2.4.1 was released I reported a kernel oops with reiserfs, I got no
> > response.
>
> Hmmm, don't seem to have any other reiserfs mail from you. Sorry I missed
> it.
Hello!
> > Yes its a SHOULD in RFC1122, but in any normal environment pretty much a
> > must and I know of no stack significantly violating it.
>
> I didn't know there was such a thing as a normal environment :)
Jokes apart, such "normal" environments are rare today.
>From tcpdumps it is clear
Is anyone else using 2.4.2 patched with loop-6? Does load goto about 1
and stay there even though mounting things via loop seem to work fine?
--
=
Mohammad A. Haque http://www.haque.net/
Andries Brouwer writes:
> Now that people are discussing the right hash function to use,
> and the amount of space taken by filenames in various schemes,
> I wondered how these things are on a random machine.
> Here some statistics.
Can you generate statistics on the number of files in each direc
Jonathan Morton writes:
> Meanwhile, let's go back to Linus' comment on compatibility and so on. He
> has a *very* good point, which I'll expand on slightly here:
>
> Suppose some stone-age Linux user, running 2.0.35 or something equally old
> (which runs ext2), decides to finally bite the bulle
Perhaps it's cold comfort, but I found long ago that
3c509 and SB don't mix too well, at least in Linux.
ISA devices are somewhat dumb, switching one
of the cards for a PCI version does the trick here.
SB128, SBlive work fine, or you might want to go
to a 10/100 pci ethernet card.
Just my $.02
> Perhaps it's cold comfort, but I found long ago that
> 3c509 and SB don't mix too well, at least in Linux.
I've had them mixed ok before
> ISA devices are somewhat dumb, switching one
> of the cards for a PCI version does the trick here.
I think the problem here thought isnt the 3c509 and SB
Mohammad A. Haque <[EMAIL PROTECTED]> wrote:
> I got the following after compiling/rebooting into 2.4.2 and forcing a
> fsck.
>
> EXT2-fs error (device ide0(3,3)): ext2_readdir: bad entry in directory
> #508411: rec_len is smaller than minimal - offset=0, inode=0, rec_len=0,
> name_len=0
> EXT2-f
I made iso-image from cd with
dd if=/dev/hdd of=/image.iso
and mount it with
mount -o loop /image.iso /mnt/cdrom
under Linux-2.4.2-pre1 it is working
but under Linux-2.4.2 do not
Please help me to understand why
__
Do You Yahoo!?
Yahoo! Aucti
On Friday 23 February 2001 10:50, Mohammad A. Haque wrote:
> Is anyone else using 2.4.2 patched with loop-6? Does load goto about 1
> and stay there even though mounting things via loop seem to work fine?
Yes, and with 2 mounts the load avg goes ~2; after umounting, it goes back
to norma
Alan,
You've mentioned this before. I emailed Steve directly since I had the
same sort of problem with a trio of ethernet cards. Hardware detection
goes wacky when mixing isapnp userspace tools with the CONFIG_ISAPNP
support in the kernel. Steve told me: "I'm running debian sid, with
isapnptoo
> > Possibly the result of the 'silent' bug in 2.4.1?
>
> you are not the only one who found this bug. immediately after booting 2.4.2 i
> received dozens of these errors, resulting in _major_ filesystem corruption.
> after a half hour of fsck'ing i managed to bring the machine back into a usable
On Fri, Feb 23, 2001 at 12:19:05PM +0530, Srinivas Surabhi wrote:
> I need help from somebody.
>
> Iwant to install Linux with just floppythrough FTP server.
This is off topic for the linux kernel mailing list.
> I am searching in net regarding How to make FTP installation floppy .
>
> can any
Tim Tim wrote:
> I made iso-image from cd with
> dd if=/dev/hdd of=/image.iso
> and mount it with
> mount -o loop /image.iso /mnt/cdrom
> under Linux-2.4.2-pre1 it is working
> but under Linux-2.4.2 do not
> Please help me to understand why
If it was working it was by sheer luck -
You need
On Fri, Feb 23, 2001 at 03:06:13PM -0200, Marcus Ramos wrote:
> For Linux you can use the good and complete "Linux Device Drivers" by
> Alessandro Rubini, O'Reilly, 1998. For other flavors of Unix, I am aware only
> of old text books of little interest for present systems. Good luck.
Problem with
Hi,
Since running 2.4.2 I've been getting regular lockups, usually during
the boot process but occasionally during regular usage too. I've
copied down an oops by hand from the console (it seems to be always
the same oops, except ESI varies).
I wonder if it's related to ACPI and/or IDE - I seem t
Handle with care.. Its possible the ioremap debugging change
might remove casts that hid older problems in a few drivers
ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/
2.4.2-ac3
o Add documentation for the fb interfaces (Brad Douglas)
o Work
On Fri, 23 Feb 2001, Ian Wehrman wrote:
> Date: Fri, 23 Feb 2001 13:12:05 -0600
> From: Ian Wehrman <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
> Subject: Re: EXT2-fs error
>
> Mohammad A. Haque <[EMAIL PROTECTED]> wrote:
> > I got the following after compil
> I wonder if it's related to ACPI and/or IDE - I seem to get on
> occasion one ide_dmaproc: lost interrupt message during fsck - after a
> few seconds it recovers only to hang for good some 10-15 seconds
> later.
Turn off ACPI and try that kernel. If that one also causes problems then it
helps a
Michael Bacarella wrote:
> So, I upgrade to 2.4.0 and it's cool, except that I can't do
> anything neat with my voodoo3 anymore. I've been looking
> for a solution for weeks but to no avail. 3dfx's web site
> looks like it's gone and nothing on lk about it.
>
> The process calls ioctl() after ope
CRC errors are due to faulty cables. Go buy some cables that are
good. I've had this problem and the only fix is to use better
cables. Infact, If you get really bad cables, on lets say hdc which is on
the same controller as hda, then when the kernel resets the harddrive
giving crc errors hd
1 - 100 of 182 matches
Mail list logo