"H . J . Lu" <[EMAIL PROTECTED]> writes:
> On Sun, May 13, 2001 at 01:24:18PM -0600, Eric W. Biederman wrote:
> > "H . J . Lu" <[EMAIL PROTECTED]> writes:
> >
> > > It doesn't make any senses. When I specify CONFIG_IP_PNP and
> > > BOOTP/DHCP, I want a kernel with IP config using BOOTP/DHCP. I w
Pekka Savola writes:
> But it still looks dirty. Also, it's easier to add it many times by
> mistake; IPv4 addresses do not allow this. And as you have to remove them
> N times too, this may create even more confusion.
There is this growing (think growing as in "fungus") set of thinking
tha
[EMAIL PROTECTED] writes:
> > > Any suggestions on heuristics for this ?
>
> Not to set rcvbuf to ridiculously low values. The best variant is not
> to touch SO_*BUF options at all.
Hmmm... I don't see how not touching buffer values can solve his
problem at all. His MTU is really HUGE, a
Eric W. Biederman writes:
> Mostly I like the situation where I can compile it in and turn it on
> when I need it, instead of having to do thing differently if it is
> compiled in or not.
>
> ip=on is all it really takes.
This is the main reason I like the current 2.4.x behavior.
I hate c
On Sun, May 13, 2001 at 06:36:11PM +0100, David Woodhouse wrote:
> IMHO, no 64-bit architecture code should provide translation functions for
> ioctls from 32-bit binaries.
>
> This is now a sufficiently common requirement that it shouldn't be repeated
> by all architectures that require it - it
On Sun, 13 May 2001, David S. Miller wrote:
> Rik van Riel writes:
> > On Tue, 8 May 2001, David S. Miller wrote:
> > > Nice. Now the only bit left is moving the referenced bit
> > > checking and/or state into writepage as well. This is still
> > > part of the plan right?
> >
> > Why the
> > > + if (!dead_swap_page &&
> > > + (PageTestandClearReferenced(page) || page->age > 0 ||
> > > + (!page->buffers && page_count(page) > 1) ||
> > > + page_ramdisk(page))) {
> > ^^
> > > del_page_from
"H . J . Lu" <[EMAIL PROTECTED]> writes:
> It doesn't make any senses. When I specify CONFIG_IP_PNP and
> BOOTP/DHCP, I want a kernel with IP config using BOOTP/DHCP. I would
> expect IP config is turned for BOOTP/DHCP by default. You can turn
> it off by passing "ip=off" to kernel. Did I miss so
On Sun, 13 May 2001, Linus Torvalds wrote:
> On Sun, 13 May 2001, Rik van Riel wrote:
> >
> > Why the hell would we want this ?
> You've missed about half the discussion, it seems..
True, I was away at a conference ;)
> > If the page is referenced, it should be moved back to the
> > active list
Piotr Wysocki writes:
> ll_proto.c:36: `ETH_P_ECHO' undeclared here (not in a function)
> ll_proto.c:36: initializer element is not constant
> ll_proto.c:36: (near initialization for `llproto_names[1].id')
Just simply remove references to these (bogus, that's why they were
removed from the ke
Hello!
> > Any suggestions on heuristics for this ?
Not to set rcvbuf to ridiculously low values. The best variant is not
to touch SO_*BUF options at all.
Alexey
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majord
On Sun, May 13, 2001 at 07:24:31PM -0600, Eric W. Biederman wrote:
>
> I agree it isn't intuitive, and if nfsroot=xxx is specified it should
> probably turn on if there is missing information.
>
> But if you have to select the command line anyway
>
> Mostly I like the situation where I can
Rik van Riel writes:
> Then I'd rather check this in a visible place in page_launder()
> itself. Granted, this is a special case, but I don't think this
> one is worth obfuscating the code for...
I think Linus's scheme is just fine, controlling the new 'priority'
argument to writepage() using
Jes Sorensen <[EMAIL PROTECTED]>:
> Not all cards have all features, not all users wants to enable all
> features.
Yes, I understand that. You're not reading the derivations correctly.
Let's take an example:
derive MVME147_SCSI from MVME147 & SCSI
This doesn't turn on MVME147_SCSI on every MVM
H . J . Lu writes:
> Have you tried ramdisk on diskless ... sparc .. booting
> over network?
I know that sparc works fine, what is your point though?
All platforms ought to work with ramdisks just fine, in fact.
Later,
David S. Miller
[EMAIL PROTECTED]
-
To unsubscribe from this list: send
Since 2.2.19 I have a very poor NFS server performance on Linux
using 8139too driver (v0.9.14) while the driver v0.9.10 from 2.2.18
works fine (even with 2.2.19)
I have checked 2.2.20pre2 and 8139too project pages and found no patches
for the problem. Am I alone with that bad NFS performance h
ok, i screwed up and there went my 2 gigs of mp3's...i feel stupid, i
figure, what the heck, i can take this as the perfect oportunity to
leanr how to undelete stuff...lo and behold, i find tons of info on how
to undelete from a ext2 filesystem...nothing on reiser...pointers on
docs would be reall
Hello!
I'm Philip, from Professor Dawson Engler's Meta-Compilation Group at
Stanford University.
This simple and obvious bug fix makes sure that vmalloc() does not return
NULL. My addition of returning -1 is consistent with how the rest of the
code deals with allocation failures.
Warmly,
P
[EMAIL PROTECTED] (Alan Cox) wrote on 09.05.01 in
<[EMAIL PROTECTED]>:
> > you stand, it'll cost you around $15K and that, in my opinion, is fine.
> > If it isn't worth $15K to protect your code then it is worth so little to
> > you that there really is no good reason not to just GPL it from th
At 03:34 13/05/2001, Jeff V. Merkey wrote:
>On Sun, May 13, 2001 at 12:06:03AM +0100, Anton Altaparmakov wrote:
> > Is anyone working on supporting the dynamic disk format introduced with
> > Windows 2000? If not, does anyone have the specs / any detailed info on
> the
> > on disk structures invo
On Sat, May 12, 2001 at 08:34:45PM -0600, Jeff V. Merkey wrote:
> What is your specific question?
Well, my specific question would be: enough information to support
mounting filesystems that live on a dynamic disk.
Andries
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel
On Sun, May 13, 2001 at 01:07:03AM -0700, Philip Wang wrote:
> Hello!
>
> I'm Philip, from Professor Dawson Engler's Meta-Compilation Group at
> Stanford University.
>
> This simple and obvious bug fix makes sure that vmalloc() does not return
> NULL. My addition of returning -1 is consistent
At 11:46 13/05/2001, Guest section DW wrote:
>On Sat, May 12, 2001 at 08:34:45PM -0600, Jeff V. Merkey wrote:
>
> > What is your specific question?
>
>Well, my specific question would be: enough information to support
>mounting filesystems that live on a dynamic disk.
Ok, much nicer phrased than
On Sun, May 13, 2001 at 11:32:00AM +0400, Oleg Makarenko wrote:
> Beware that I am not a kernel hacker so the patch can be completely
> wrong. But I hope it still can provide some useful information to
> somebody who really knows what is going on here :)
The problem is that the netif_wake_queu
On 13 May 2001, Kai Henningsen wrote:
> [EMAIL PROTECTED] (Alan Cox) wrote on 09.05.01 in
><[EMAIL PROTECTED]>:
>
> > > you stand, it'll cost you around $15K and that, in my opinion, is fine.
> > > If it isn't worth $15K to protect your code then it is worth so little to
> > > you that there re
Hi,
so I removed the binary modules and one day got by without oops. So I inserted
my TV Card Askey CPH051 and tried to record a videostream with kwintv.
After a while I got an oops 0002 (prev was ) saying Unable to handle kernel
paging request at virtual address ... which I also found in the
> Linux needs to understand the LDM database in order to support
dual-boot
> Win2k (or XP) and Linux configurations where there are one or more
dynamic
> disks present in the system and the user wants to access their NTFS
> partitions residing on the dynamic disk(s) from Linux.
I had (on a 2G dis
On Sat, May 12, 2001 at 11:35:32PM -0700, Eric Olson wrote:
> I am having trouble with the 2.4.4 kernel using MSI 694D Pro AR dual
> PIII processor motherboard with onboard Promise ATA100.
>
> I have four nearly identically configured motherboards, two of which
> have the Promise ATA100 and two w
On Sun, May 13, 2001 at 03:39:46AM -0400, Gabriel Rocha wrote:
> ok, i screwed up and there went my 2 gigs of mp3's...i feel stupid, i
> figure, what the heck, i can take this as the perfect oportunity to
> leanr how to undelete stuff...lo and behold, i find tons of info on how
> to undelete from
On Sat, 12 May 2001, Alexander Viro wrote:
>On Sun, 13 May 2001, Alan Cox wrote:
>
>> > > root@kama3:/home/szabi# cat /proc/mounts
>> > > /dev/hdb2 /usr ext2 rw 0 0
>> > > root@kama3:/home/szabi# swapon /dev/hdb2
>> >
>> > - Doctor, it hurts when I do it!
>> > - Don't do it, then.
>> >
>> > Just
On Sunday 13 May 2001 03:15 pm, mirabilos wrote:
>
> I had (on a 2G disk) a NTFS, a FAT and some Linux partitions. It even
> refused
> to convert to dynamic disk. When it finally did, my Linux partitions
> vanished.
> You need this support to even be able to use linux on that dis
> I read net/ipv4/ipip.c. It seems to me that ipip_rcv() function after
> "unwrapping" tunelled IP packet creates "virtual Ethernet header" and submit
Does it? ipip_rcv() does this:
iph = skb->nh.iph;
skb->mac.raw = skb->nh.raw;
i.e. the "MAC header" pointer of the packet is the
Hello All , I see one very big gotcha here . M$ doesn't want you
to have a linux partition on the drive they fdo this by not
recognising your ext2/ext3/JFS/... partition .
The next real difficulty is going to be for those that already
have a linux system s
> "Olivier" == Olivier Galibert <[EMAIL PROTECTED]> writes:
Olivier> On Thu, May 10, 2001 at 08:59:24PM +0200, Jes Sorensen wrote:
>> Thanks, I'll put that in the next driver release as well.
Olivier> Good. The only bad thing is that even with this fix, the
Olivier> card doesn't work (recie
Hi All,
There is a nice feature (I saw it on 3Com EtherLink Server NIC cards)
called "TCP Segmentation Offload". Which means that the stack is presented
with a larger MTU than eth, and the NIC produces smaller tcp segments.
More info at M$
http://www.microsoft.com/HWDEV/network/taskoffload.htm#S
On Sat, 12 May 2001, Alexander Viro wrote:
>
>
> On Sun, 13 May 2001, BERECZ Szabolcs wrote:
>
> > On Sat, 12 May 2001, Alexander Viro wrote:
> >
> > > - Doctor, it hurts when I do it!
> > > - Don't do it, then.
> > >
> > > Just what behaviour had you expected?
> > maybe that I don't have to
Hi,
Linus was not too keen on the patches that circulated last week. In
his concept of shared mmap(), he wants it to ignore the usual
requirement we have on normal files whereby we flush out the pages on
file close. The problem is, though, that we need at least to schedule
the writes using the
Thanks both Christian Ehrhardt and Axel Thimm! The two-line patch
to drivers/ide/ide-pci.c (including comment) worked perfectly.
--Eric
-
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.k
At 3:27 PM -0700 2001-05-12, Shane Wegner wrote:
> >int err = dev->ioctlfunc(dev, op, arg);
>> if( err != -ENOIOCTLCMD)
>> return err;
>>
>> /* Driver specific code does not support this ioctl */
>
>I noticed this return coming out of the watchdog driver a
>while ago wh
At 5:43 PM +0100 2001-05-12, Alan Cox wrote:
> > That's what's confusing me: why the distinction? It's true that the
>> current scheme allows the dev->ioctlfunc() call below to force ENOTTY
>> to be returned, bypassing the switch, but presumably that's not what
>> one wants.
>
>It allows drive
Can't read the CDRW disc created in Windows.
If I use:
mount -t udf /dev/scd1 /mnt/cdrw
It will report:
mount: wrong fs type, bad option, bad superblock on /dev/scd1, or too
many mounted file systems
If I use:
mount -t auto /dev/scd1 /mnt/cdrw
Then I can success mount with type iso9660, but the
Jamie Lokier <[EMAIL PROTECTED]> writes:
> Richard B. Johnson wrote:
> > However, PCI to memory copying runs at about 300 megabytes per
> > second on modern PCs and memory to memory copying runs at over 1,000
> > megabytes per second. In the future, these speeds will increase.
>
> That would be
"Maciej W. Rozycki" <[EMAIL PROTECTED]> writes:
> On 4 May 2001, Eric W. Biederman wrote:
>
> > The example that sticks out in my head is we rely on the MP table to
> > tell us if the local apic is in pic_mode or in virtual wire mode.
> > When all we really have to do is ask it.
>
> You can't.
On Mon, 7 May 2001, Linus Torvalds wrote:
> Which you MUST NOT do without holding the page lock.
>
> Hint: it needs "page->index", and without holding the page lock you
> don't know what it could be.
Wouldn't that be the pagecache_lock ?
Remember that the semantics for find_swap_page() and
fri
On Tue, 8 May 2001, Mike Galbraith wrote:
> While running a ktrace enabled kernel (IKD), I noticed many useless
> context switches. The problem is that we continually pester kswapd/
> kflushd at times when they can't do anything other than go back to
> sleep. As you'll see below, we do this qui
> I am having trouble with the 2.4.4 kernel using MSI 694D Pro AR dual
> PIII processor motherboard with onboard Promise ATA100.
Fixed in 2.4.5pre1/2.4.4-ac
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info
> Erm... Let me restate: what did you expect to achieve with that?
> Swap on device means that all contents of that device is lost.
> Mounting fs from device generally means that you don't want the
> loss of contents. At least until you unmount the thing.
Actually no. There is no swap magic so th
> phonedev.diff is against 2.4.4 and brings the file phonedev.c up to date
> with respect to the Quicknet CVS. Changes are very minor, mostly #if
> LINUX_VERSION_CODE matching and structure updates. Small off by one
> fixes and file operation semantics updates.
I intentionally dont keep back
Eric S. Raymond wrote:
> Reasoned objections can change my behavior. Grunting territorial
> challenges at me will not. You have two options: (1) persuade Linus
> that the whole CML2 thing is a bad idea and should be dropped, or (2)
> work with me to correct any errors I have made and improve the s
> What I was arguing (conceptually) is that something like
> #define ENOIOCTLCMD ENOTTY
> or preferably but more invasively s/ENOIOCTLCMD/ENOTTY/ (mutatis mutandis)
>
> would result in no loss of function. I assert that ENOIOCTLCMD is
> redundant, pending a specific counterexample.
On the contr
I'm having some major headaches trying to get a timer working in my
driver.
The timer is started when the device node is opened, and deleted when it's
closed. The timer code itself calls mod_timer to add itself back in
again. At the moment, it runs every second and does nothing more than
issue a
Alrighty. That eliminates the patch. I'll rewrite the ixj.c according
to this. ixj.c will be a large patch due to the numerous revisions, I
don't know how well it can be broken up into small pieces. Do you want
small pieces still? The ChangeLog shows all the fixes for the
revisions. Ther
On Friday, May 11, 2001 04:00:20 AM -0700 Hans Reiser <[EMAIL PROTECTED]>
wrote:
> Alan Cox wrote:
>
>> > Are you referring to Neil Brown's nfs operations patch as being as
>> > ugly as hell, or something else? Just want to understand what you are
>> > saying before arguing.
>>
>> Andi h
"Albert D. Cahalan" wrote:
> Hans Reiser writes:
>
> > Tell us what to code for, and so long as it doesn't involve looking
> > up files by their 32 bit inode numbers we'll probably be happy to
> > code to it. The Neil Brown stuff is already coded for though.
>
> Next time around, when you update
On Sun, May 13, 2001 at 05:45:13PM +0100, Matt wrote:
> I'm having some major headaches trying to get a timer working in my
> driver.
>
> The timer is started when the device node is opened, and deleted when it's
> closed. The timer code itself calls mod_timer to add itself back in
> again. At th
For those of you with Via interrupting routing issues (or
interrupt-not-being-delivered issues, etc), please try out this patch
and let me know if it fixes things. It originates from a tip from
Adrian Cox... thanks Adrian!
--
Jeff Garzik | Game called on account of naked chick
Building 102
At 5:45 PM +0100 2001-05-13, Alan Cox wrote:
> > What I was arguing (conceptually) is that something like
>> #define ENOIOCTLCMD ENOTTY
>> or preferably but more invasively s/ENOIOCTLCMD/ENOTTY/ (mutatis mutandis)
>>
>> would result in no loss of function. I assert that ENOIOCTLCMD is
>> redu
Hello!
> It appears you can add _exactly_ same IPv6 address on an interface many
> times:
Yes. BTW, look here:
kuznet@dust:~ # ip -6 a ls sit0
7: sit0@NONE: mtu 1480 qdisc noqueue
inet6 ::127.0.0.1/96 scope host
inet6 ::193.233.7.100/96 scope global
inet6 ::193.233.7.100/96 scope g
[EMAIL PROTECTED] said:
> We've identified several unchecked pointers using the Stanford checker
> and have produced patches for them:
> FTL (a memory card driver)
Patch applied to the master CVS, along with a cleanup on the immediately
subsequent malloc check too. It'll be in my next merge to
Hello!
> I believe these events get sent to the cardmgr daemon and it does
> all the ifconf magic to change the device state.
Compare this also to the situation with netif_present().
After Linus said that it is called from thread context, I prepared
corresponding code for netif_present (and for
On Sunday 13 May 2001 02:46 pm, Guest section DW wrote:
> On Sat, May 12, 2001 at 08:34:45PM -0600, Jeff V. Merkey wrote:
> > What is your specific question?
>
> Well, my specific question would be: enough information to support
> mounting filesystems that live on a dynamic disk.
>
> Andries
Unde
Hi Mike,
On Sat, 12 May 2001, Mike Galbraith wrote:
> Why do I not see this behavior with a heavy swap throughput test
> load? It seems decidedly odd to me that swapspace should remain
> allocated on other folks lightly loaded boxen given that my heavily
> loaded box does release swapspace quite
At 19:15 13/05/2001, Art Boulatov wrote:
>On Sunday 13 May 2001 02:46 pm, Guest section DW wrote:
> > On Sat, May 12, 2001 at 08:34:45PM -0600, Jeff V. Merkey wrote:
> > > What is your specific question?
> >
> > Well, my specific question would be: enough information to support
> > mounting filesy
> +/* we will likely need a better ifdef, something like
> + * ifdef CONFIG_EXTERNAL_APIC
> + */
> +#ifdef CONFIG_X86_IO_APIC
I disagree. The IO-APIC is the chipset APIC. It is distinct from the APIC
on the processors.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> Alrighty. That eliminates the patch. I'll rewrite the ixj.c according
> to this. ixj.c will be a large patch due to the numerous revisions, I
Im much less worried about having 2.2/2.4 version code in the ixj driver
itself. Quicknet have to maintain that for 2.2/2.4 and I dont want to make
Alan Cox wrote:
>
> > +/* we will likely need a better ifdef, something like
> > + * ifdef CONFIG_EXTERNAL_APIC
> > + */
> > +#ifdef CONFIG_X86_IO_APIC
>
> I disagree. The IO-APIC is the chipset APIC. It is distinct from the APIC
> on the processors.
Disagree with which part? The fix, or likel
> > I disagree. The IO-APIC is the chipset APIC. It is distinct from the APIC
> > on the processors.
>
> Disagree with which part? The fix, or likely needing a better ifdef?
Needing a better ifdef
> >From the point of view of the Via southbridge chip, IO-APIC is
> external... The comment abov
On Sun, 13 May 2001, Rik van Riel wrote:
>
> This means that the swapin path (and the same path for
> other pagecache pages) doesn't take the page lock and
> the page lock doesn't protect us from other people using
> the page while we have it locked.
You can test for swap cache deadness without
Using 2.2.19 I discovered that running two simultaneous scp's (uses up whole
capacity in TCP traffic) on a 115200bps full duplex serial port nullmodem cable
causes the earlier started one to survive and the later to starve. Running bcp
instead of the second (which uses UDP) at 11000 bytes per seco
> causes the earlier started one to survive and the later to starve. Running bcp
> instead of the second (which uses UDP) at 11000 bytes per second caused the
> utilization in both directions to go up nearly to 100%.
>
> Is this a normal TCP stack behaviour?
Yes. TCP is not fair. Look up 'captur
On 05.13 Rik van Riel wrote:
> On Tue, 8 May 2001, Mike Galbraith wrote:
>
> > While running a ktrace enabled kernel (IKD), I noticed many useless
> > context switches. The problem is that we continually pester kswapd/
> > kflushd at times when they can't do anything other than go back to
> > s
On Sun, 13 May 2001 [EMAIL PROTECTED] wrote:
> Hello!
>
> > It appears you can add _exactly_ same IPv6 address on an interface many
> > times:
>
> Yes. BTW, look here:
>
> kuznet@dust:~ # ip -6 a ls sit0
> 7: sit0@NONE: mtu 1480 qdisc noqueue
> inet6 ::127.0.0.1/96 scope host
> inet6 ::19
Hi
I have a SparcStation 10 with dual SuperSparc processors (_not_
sparc64), and I am unable to compile the latest kernel from
vger.samba.org CVS. Standard Linus kernels neither work, but I figure
they aren't supposed to...
The reason seems to be that the functions pmd_alloc_one_fast,
pmd_alloc
Hi: Just tried to boot 2.4.4-ac8 on my thinkpad: I have an eepro100
ethernet card, which works fine under 2.4.3-ac14 and 2.4.4 - when I tried
2.4.4-ac8 things got as far as pump trying to bring up the eth0 interface,
and the machine locked up - this happened a few times [I have not enabled
CONFI
On Sun, May 13, 2001 at 09:38:53PM +0200, [EMAIL PROTECTED] wrote:
> Using 2.2.19 I discovered that running two simultaneous scp's (uses up whole
> capacity in TCP traffic) on a 115200bps full duplex serial port nullmodem cable
> causes the earlier started one to survive and the later to starve. R
Hi folks,
I just installed RedHat 7.1 on a dual P3-733 system with 1 GB RAM. The installation
went fine, but, after rebooting, the system fails to come up. The kernel loads but
then eventually halts at the "freeing unused kernel memory" message.
Does anyone have any ideas on what this means
Hi,
I'm using the 2.4.4-ac8 kernel and found that the pci_xircom_fn()
function in drivers/char/serial.c does not return a value even though it
is defined as returning int. I took a look at the other initializer
functions and they all return 0 (zero) on success, so I assumed that the
correct
Hi. I have an Compaq Armada M700 laptop and an ArmadaStation II
laptop. The laptop has a Maestro 2E sound chipset in it, and the
docking station has the matching ES978 chip which controls
speakers and handles volume up/down/mute buttons on the side of
the docking station. The maestro.c driver i
Description of the problem:
---
Whenever a hard disk access is attempted, I get the following messages:
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
This error did not appear under previous versions of the ker
> Whenever a hard disk access is attempted, I get the following messages:
>
> hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
> hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
That is a cable problem
> This error did not appear under previous versions of the kernel (2.2.x).
Interesting. This is a KA7 with all power management turned off in the
latest Abit BIOS.
> The kernel puts the timer back and life appears happy again
Ahhh. The kernel *is* god.
Alan Cox wrote:
>
> > Feb 26 00:19:52 abit kernel: probable hardware bug: clock timer
> > configuration lost - pr
> hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
read the fine faq.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www
On Thursday 10 May 2001 09:21, Andreas Dilger wrote:
> I previously wrote:
> > I was looking at the new patch, and I saw something that puzzles
> > me. Why do you set the EXT2_INDEX_FL on a new (empty) directory,
> > rather than only setting it when the dx_root index is created?
> >
> > Setting th
Hi all. First time writing to the kernel list, so let me know if I break
any conventions. This is long, so I thank you all for your help now :o)
Paul Dorman.
I have two CMD648 PCI ATA66 controllers - one generic and one by
Leadtek. At the moment the Leadtek is installed. I have a dual PII 450
ma
Hi,
I have an unusual problem with compiling iproute2 on 2.4.5-pre1, this
problem didn't occur on my previous kernel - 2.4.2-ac3..
root@tower:~/progs/server/iproute2# uname -a
Linux tower 2.4.5-pre1-xfs #5 Sat May 12 12:55:39 CEST 2001 i686 unknown
root@tower:~/progs/server/iproute2# make
...
make
[EMAIL PROTECTED] (Mike Galbraith) wrote on 13.05.01 in
<[EMAIL PROTECTED]>:
> On 13 May 2001, Kai Henningsen wrote:
>
> > [EMAIL PROTECTED] (Alan Cox) wrote on 09.05.01 in
> > <[EMAIL PROTECTED]>:
> >
> > > > you stand, it'll cost you around $15K and that, in my opinion, is
> > > > fine. If i
On Fri, 11 May 2001 [EMAIL PROTECTED] wrote:
>>Heaven help us when tradition is more important than clarity.
>>
>
>If clarity is the most important consideration, then other things should be
>changed as well. For instance, the command we use to search for text strings in
>files should be called
On Fri, 11 May 2001, Hacksaw wrote:
>Well, I can't disagree. Unix's biggest turn off was the stupid command names.
I agree partially with that, but as someone who's used DCL in
VMS, I can say meaningful names are no better. People don't want
to type SHOW DIRECTORY or CREATE /DIRECTORY /PERMISSI
ftp://ftp.linux.org.uk/pub/linux/alan/2.4-ac/
Intermediate diffs are available from
http://www.bzimage.org
Ok we are back on kernel.org
2.4.4-ac9
o Clean up x86isms from the UML code (Chris Emerson)
o Remove un-nee
hi,
I'm trying to make this card work under 2.4.4, but I couldn't find a patch
anywhere to get it working under 2.4.x nor on 2.2.x. I tried with the I2O
kernel support, but it didn't work, it only reported errors after a pretty
long waiting :)
The CDROM the card comes with brings a precompiled m
"Mike A. Harris" <[EMAIL PROTECTED]> said:
> On Fri, 11 May 2001 [EMAIL PROTECTED] wrote:
[...]
> >why creat doesn't end in an "e;" and so forth. I tell the
The old C compiler/old Unix linker guaranteed 6 chars in an external symbol
name only, and C functions got an underscore prepended: _crea
On Sun, May 13, 2001 at 01:24:18PM -0600, Eric W. Biederman wrote:
> "H . J . Lu" <[EMAIL PROTECTED]> writes:
>
> > It doesn't make any senses. When I specify CONFIG_IP_PNP and
> > BOOTP/DHCP, I want a kernel with IP config using BOOTP/DHCP. I would
> > expect IP config is turned for BOOTP/DHCP b
> I'm trying to make this card work under 2.4.4, but I couldn't find a patch
> anywhere to get it working under 2.4.x nor on 2.2.x. I tried with the I2O
> kernel support, but it didn't work, it only reported errors after a pretty
> long waiting :)
You need to 2.4.4ac8 or higher for dpt i2o_scsi a
To the best of my knowledge, dev_t number is still 16 bits with 8 most
significant bits being the major number and the other 8 bits being the
minor number; which of course means that minor numbers can only go up to
255. Has this limitation been some how addressed with 2.4? 256 devices
per module
>why creat doesn't end in an "e;" and so forth. I tell the
Some time back, Ken Thompson was asked, if he had it to do over
again, what changes he would make to Unix. The only thing he could
think of: spell it "create()".
--
/Jonathan Lundell.
-
To unsubscribe from this list: send the line "un
On Sun, 13 May 2001, Richard Gooch wrote:
>
> Hi, Linus. I've been thinking more about trying to warm the page
> cache with blocks needed by the bootup process. What is currently
> missing is (AFAIK) a mechanism to find out what inodes and blocks have
> been accessed. Sure, you can use bmap() t
On Sun, May 13, 2001 at 06:32:02PM -0700, Linus Torvalds wrote:
> > Hi, Linus. I've been thinking more about trying to warm the page
> > cache with blocks needed by the bootup process. What is currently
> > missing is (AFAIK) a mechanism to find out what inodes and blocks have
> > been accessed.
Linus Torvalds writes:
>
> On Sun, 13 May 2001, Richard Gooch wrote:
> >
> > Hi, Linus. I've been thinking more about trying to warm the page
> > cache with blocks needed by the bootup process. What is currently
> > missing is (AFAIK) a mechanism to find out what inodes and blocks have
> > been
Larry McVoy writes:
> On Sun, May 13, 2001 at 06:32:02PM -0700, Linus Torvalds wrote:
> > > Hi, Linus. I've been thinking more about trying to warm the page
> > > cache with blocks needed by the bootup process. What is currently
> > > missing is (AFAIK) a mechanism to find out what inodes and bl
On 05/13/2001 at 08:03:30 PM Horst von Brand <[EMAIL PROTECTED]>
wrote:
>The old C compiler/old Unix linker guaranteed 6 chars in an external symbol
>name only, and C functions got an underscore prepended: _creat. I guess
>this is the reason for this wart. As to why 6 chars only, I'd guess some
1 - 100 of 135 matches
Mail list logo