Re: Even slower NFS mounting with 2.4.0

2001-01-06 Thread Christian Ullrich
* Christian Ullrich wrote on Saturday, 2000-01-06: Using 2.2.18, every [NFS] mount took about 15 seconds, now, using 2.4.0, every mount takes exactly five minutes, which is way too long. Ok, it's fixed now. Thanks to all of you, and especially the (right now) three people who gave me the

[PATCH] svgalib error in mmap documentation

2001-01-06 Thread Matan Ziv-Av
Hi, svgalib needs to be compiled without background support in order to run under kernl 2.4.0 or newer. Here's a patch to Documentation/Changes that says this. --- /usr/src/linux.b/Documentation/ChangesTue Dec 12 18:43:22 2000 +++ linux/Documentation/Changes Sat Jan 6 10:28:20

ixj.o vs ixj_cs.o

2001-01-06 Thread James H. Cloos Jr.
If CONFIG_PCMCIA=y, CONFIG_PHONE!=n and CONFIG_IXJ=m, the resultant ixj.o will support the (PCMCIA) internet phonecard, provided it is insmod(8)ed as ixj_cs.o. As such, were make modules_install (iff the above config) to: mkdir $(MODDIR)/kernel/drivers/telephony/pcmcia ln -s ../ixj.o

Re: Kernel halts rock solid on assigning ip (ne2k-pci)

2001-01-06 Thread Paul Gortmaker
Aschwin van der Woude wrote: I have a problem with a network-driver. The ne2k-pci modules loads fine, no problem at all. Everything works like a sunshine. But as soon as I try to assign an IP-adress the whole system halts rock-solid, the magic sysrq combinations don't even work anymore.

Re: Change of policy for future 2.2 driver submissions

2001-01-06 Thread Nick Holloway
In [EMAIL PROTECTED] [EMAIL PROTECTED] writes: Either I'm blind, or especially dense today, or both (quite possible :-) but I don't see any reference in patch-kernel to the extra version information. EXTRAVERSION is defined in the kernel Makefile, and I tried using the script found in the

Re: Even slower NFS mounting with 2.4.0

2001-01-06 Thread Russell King
Christian Ullrich writes: About three weeks ago, I complained loudly about very slow NFS mounts involving a 2.2.17 server and a 2.2.18 client. Today, I complain loudly about *extremely* slow NFS mounts with the very same server and the same client now running 2.4.0. In all cases, you need

Re: [PATCH] VESA framebuffer w/ MTRR locks 2.4.0 on init

2001-01-06 Thread Gerd Knorr
last 2 lines in dmesg output: mtrr: 0xd800,0x200 overlaps existing 0xd800,0x100 mtrr: 0xd800,0x200 overlaps existing 0xd800,0x100 both *fb fbcon drivers and xfree 4 try to setup mtrr ranges, which are the same for the video card = mtrr complains because the

Re: modprobe ipv6 gives -1 usage count was [ramfs problem...]

2001-01-06 Thread Matti Aarnio
Yes, it does same with 2.2. Nothing new here. It just tells to the system that that module CAN NOT BE UNLOADED. On Sat, Jan 06, 2001 at 06:24:48AM +0100, Stefan Traby wrote: Sure, especially considering the fact that patch was sent to Linus about a month ago (several times,

Re: Network Performance?

2001-01-06 Thread Andrew Morton
Tim Sailer wrote: On Thu, Jan 04, 2001 at 01:33:40AM -0500, Tim Sailer wrote: This may not be the right forum to ask this. If not, please let me know where to ask. I have a Debian box with 2 NICs. Both 100/full duplex. This machine is running as a ftp proxy (T.Rex suite). As part of

2.4.0: apache doesn't start

2001-01-06 Thread Pierfrancesco Caci
I have 2.4.0 running, with devfs enabled and devfsd providing compatibility. I've tried to clean-up as much as possible in the process of activating devfsd, but something escapes my knowledge: it seems that shm is now mounted by devfs in /dev/shm, instead of being mounted by means of /etc/fstab

Re: 2.4.0: apache doesn't start

2001-01-06 Thread Manfred
I found this in another mail: Kevin Fenzi wrote: Duh. I figured out the problem. In 2.4.0-test13-pre3 is the introduction of the shmall sysctl. I had installed a package called powertweak a while back. It looks like powertweak sets any sysctl it doesn't know to 0. So, the problem

Bug in vfat-module in all kernel versions 2.4.0-testx and 2.4.0-prerelease

2001-01-06 Thread Thomas Fuhrich
Hi, there seems to be a bug in the vfat-module. When I mount my SCSI MO drive with a 512 bytes/block disk, everything works fine. If I do the same thing with a disks with 2kB/block I can mount it and read the directory. Once I try to run a programm from the disk or try to edit or copy a file in

msg : cannot create ksymoops/nnnnn.ksyms

2001-01-06 Thread f5ibh
Hi, With all the kernel 2.2.xx, 2.4.0-testxx, I have the following message at boot time : VFS: Mounted root (ext2 filesystem) readonly. Freeing unused kernel memory: 56k freed INIT: version 2.78 booting NET4: Unix domain sockets 1.0 for Linux NET4.0. insmod: /lib/modules/2.2.19pre6/misc/unix.o:

Re: 2.4.0 TCP SYN problem

2001-01-06 Thread Lukasz Trabinski
In article [EMAIL PROTECTED] you wrote: When I initiate connection from Solaris machine everything goes OK. TCP/SYN,ACK segments are OK. Can anyone help me? Does: bash# echo "0" /proc/sys/net/ipv4/tcp_ecn Or maybe it? echo "1" /proc/sys/net/ipv4/ip_no_pmtu_disc -- *[ ukasz

Re: 3c59x problems on all 2.4 Kernels?

2001-01-06 Thread Andrew Morton
Daniel Chemko wrote: I am using a 3Com 905C Tornado Vortex Driver and the official 2.4.0, and the driver does not start up. I think I had the same problem with this driver in the 2.2 kernel, which forced me to use 3com's 3c90x, which is not available for 2.4. Below are the specs:

APIC-ERROR-Messages -

2001-01-06 Thread Norbert Breun
Hallo, sorry if this is a silly question... as far as I understood my smp-board seem not well designed - so I get APIC error messages nearly every 1-3 seconds. These mmessages do not help me because -so I was told - it is not possible to fix the problem. Is it possible to eliminate these error

[patch] drivers/net/359x.c

2001-01-06 Thread Andrew Morton
Alan, could you please give this a whizz in the 2.4.0-ac tree? - Call pci_enable_device before we request our IRQ (Tobias Ringstrom) - Added a hack to override the PCI latency timer for 3c590's (merge from Donald's drivers) - Added (vastly) extended busywait for command completion for the

Re: Bug reporting script? (was: removal of redundant line indocumentation)

2001-01-06 Thread Matthias Juchem
On Sat, 6 Jan 2001, Jeremy M. Dolan wrote: If ver_linux can take off one of those steps, why not include a script which takes care of ALL the leg work? All of the files it asks the reporter to include are o+r... If have started a script that produces the following output. ( some fields need

Re: msg : cannot create ksymoops/nnnnn.ksyms

2001-01-06 Thread Keith Owens
On Sat, 6 Jan 2001 12:43:24 +0100, f5ibh [EMAIL PROTECTED] wrote: NET4: Unix domain sockets 1.0 for Linux NET4.0. insmod: /lib/modules/2.2.19pre6/misc/unix.o: cannot create /var/log/ksymoops/20010106112242.ksyms Read-only file system man insmod, look for /var/log/ksymoops. If you define this

Re: And oh, btw..

2001-01-06 Thread Matthias Andree
On Thu, 04 Jan 2001, Jordan Mendelson wrote: Everyone who has ever been the press spotlight knows that most of it is inaccurate, rushed and written to bring in readers rather than to report well thought out stories. Money rules the world, not truth. -- Matthias Andree - To unsubscribe from

Re: And oh, btw..

2001-01-06 Thread Matthias Andree
On Thu, 04 Jan 2001, Linus Torvalds wrote: - Amiga Y2K fixes (a bit late, wouldn't you say?) Might relabeling them 3rd Millennium fixes do any good? :-) Anyhow, thanks. -- Matthias Andree - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: 2.2.18 and Maxtor 96147H6 (61 GB)

2001-01-06 Thread Matthias Andree
On Thu, 04 Jan 2001, Igmar Palsenberg wrote: Sven, how did you kill the clipping ?? Or in generic, how do I kill the clipping ? Go set the jumpers right. (anyhow, IBM drives are delivered unclipped, not sure why Maxtors seem to be) -- Matthias Andree - To unsubscribe from this list: send

Re: ext3fs 0.0.5d and reiserfs 3.5.2x mutually exclusive

2001-01-06 Thread Matthias Andree
On Thu, 04 Jan 2001, Chris Mason wrote: I keep saying I'm going to do this, and keep dropping it. Your changes for reiserfs_journal_release and reiserfs_buffer_journaled are going into my tree right now. Are there any others? Yes, in buffer.c at least. I will publish a list later today

Re: 2.2.18 and Maxtor 96147H6 (61 GB)

2001-01-06 Thread Matthias Andree
On Thu, 04 Jan 2001, Igmar Palsenberg wrote: Ah.. This is a i386 machine, UDMA33 capable, and the bloody thing won't boot with the clipping removed, and with clipping I can use only 32 GB :(( BIOS update or manual configuration in Standard BIOS configuration required? -- Matthias Andree -

devfs breakage in 2.4.0 release

2001-01-06 Thread Andris Pavenis
Noticed following devfs related problems with kernel version 2.4.0 on one Pentium 200MMX box (the same problem with 2.4.0-ac2, but earlier 2.4.0-test10 doesn't have this problem) I was able to reproduce it reliably by following steps: - booted machine in runlevel 3 - logged

[PATCH] Fix compile warnings in 2.4.0

2001-01-06 Thread Rich Baum
Here is a patch against 2.4.0 that fixes compile warnings with the 20001225 gcc snapshot. This patch fixes more warnings of the type that my patches for 2.4.0-prerelease. diff -urN -X dontdiff linux/drivers/cdrom/cm207.c rb/drivers/cdrom/cm206.c --- linux/drivers/cdrom/cm206.c Fri Oct 27

[PATCH] Documentation/*/00-INDEX files

2001-01-06 Thread Paul Gortmaker
Hi, Patch to Documentation/00-INDEX files - also did networking and filesystems subdir index files (which might even be ones I originally started...) - other subdirs can be dealt with by their respective maintainers or whoever is bored enough. Paul. --- 2400/linux/Documentation/00-INDEX.orig

Console logging

2001-01-06 Thread Mike
Hi! I am getting getting "/var/log/messages" on my console. It doesn't save it in /var/log. I have checked entries in /etc/syslog.conf file. Its correct. Can someone help me. Regards, Mike - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: 2.2.18 and Maxtor 96147H6 (61 GB)

2001-01-06 Thread Igmar Palsenberg
Sven, how did you kill the clipping ?? Or in generic, how do I kill the clipping ? Go set the jumpers right. (anyhow, IBM drives are delivered unclipped, not sure why Maxtors seem to be) It's not that simple.. The maxtor comes clipped,. but Linux can't kill the clip. So it sticks with

Re: Even slower NFS mounting with 2.4.0

2001-01-06 Thread Alan Cox
I called the mount command five minutes before the final message above. I tried NFS with and without NFSv3 code, with no change at all. This is caused by 2.3/2.4 changes in the network code error reporting of unreachables with UDP I suspect. It looks like the NFS code hasn't yet caught up with

Re: ramfs problem... (unlink of sparse file in D state)

2001-01-06 Thread Alan Cox
Add UnlockPage(page) at the end of ramfs_writepage(). Shit. You are quite fast. Works. Sure, especially considering the fact that patch was sent to Linus about a month ago (several times, actually)... ;-/ Its in all the -ac trees 8) BTW Al: We have another general vfs/fs problem

Re: modprobe ipv6 gives -1 usage count was [ramfs problem...]

2001-01-06 Thread Alan Cox
I bet that a fix for the following exists, too: :) [0]--(06:19:49)-(root@stefan)-(~)- lsmod |grep -i ipv6 [1]--(06:22:33)-(root@stefan)-(~)- modprobe ipv6 [0]--(06:22:38)-(root@stefan)-(~)- lsmod |grep -i ipv6 ipv6 117424 -1 [0]--(06:22:46)-(root@stefan)-(~)- usage

ip_conntrack locks up hard on 2.4.0 after about 10 hours

2001-01-06 Thread safemode
It seems that for one reason or another, ip_conntrack totally locks (not removeable) after about 10 hours of continued use. All i found were these messages in my dmesg output Jan 6 06:18:10 icebox kernel: reset_xmit_timer sk=c17fd040 1 when=0x5d9e, caller=c01a6bf1 Jan 6 06:18:10 icebox kernel:

Re: Promise Ultra66 DMA problems.

2001-01-06 Thread Rick Haines
On Sat, Jan 06, 2001 at 12:05:07AM -0500, Adrian Chung wrote: On Fri, Jan 05, 2001 at 05:08:38PM -0500, Adrian Chung wrote: hde: Maxtor 91024U3, ATA DISK drive hdf: Maxtor 94098U8, ATA DISK drive hdg: QUANTUM FIREBALLP LM15, ATA DISK drive hdh: QUANTUM FIREBALLP LM30, ATA DISK drive I

Re: [PATCH] svgalib error in mmap documentation

2001-01-06 Thread Alan Cox
+If you want svgalib programs to run with kernel 2.4.0 or newer, svgalib +needs to be compiled without background support (BACKGROUND not defined in +Makefile.cfg). This is relevant to any svgalib version. +This is because svgalib uses mmap of /proc/mem to emulate vga's memory bank

Re: APIC-ERROR-Messages -

2001-01-06 Thread Alan Cox
as far as I understood my smp-board seem not well designed - so I get APIC error messages nearly every 1-3 seconds. These mmessages do not help me because -so I was told - it is not possible to fix the problem. They are a warning that your box isnt going to be happy long term.; Eventually a

Re: Network Performance?

2001-01-06 Thread Alan Cox
The conclusion was "The problem is also fixed with 2.4.0-test12pre3". Dunno about kernel 2.2 though. DaveM sent me a patch to address the problem its in 2.2.19pre3 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please

Re: ip_conntrack locks up hard on 2.4.0 after about 10 hours

2001-01-06 Thread safemode
Setiathome 3.03 and 3.x most likely causes the ip_conntrack errors which quickly brings the system to a screetching network halt. I suggest nobody run setiathome on their firewall/gateway/router if they're using iptables with 2.4.x. Not sure how it causes this error nor would it matter to me

Re: [patch] drivers/net/359x.c

2001-01-06 Thread Alan Cox
- Added a hack to override the PCI latency timer for 3c590's (merge from Donald's drivers) I suppose I should sort the pci quirk for that one out too some day. Some chipsets (SIS5598 and some other onboard pci video stuff) sulk with a large pci latency - Added (vastly) extended busywait

Re: ramfs problem... (unlink of sparse file in D state)

2001-01-06 Thread Alan Cox
Which filesystems have limits other than 2^31 bytes? Ext2 handles large files almost properly. (properly on 2.2 + patches) NFSv3 handles large files but might be missing the O_LARGEFILE check. I believe reiserfs went to at least 4Gig. O_LARGEFILE at present (well, their is perhaps good reason

[non-kernel patch] Re: bug of Nvidia (0.9.5) Drivers in 2.4 Kernel Enviroment

2001-01-06 Thread Jared Sulem
(replies - cc: [EMAIL PROTECTED]) Driver should work after applying the following patch. I'm not a kernel hacker so I don't know how good a solution this is (especially suspicious of the work around in os-interface.c) but X works on my machine and it has not crashed (yet) - have not tried any

Re: Console logging

2001-01-06 Thread Igmar Palsenberg
On Sat, 6 Jan 2001, Mike wrote: Hi! I am getting getting "/var/log/messages" on my console. It doesn't save it in /var/log. I have checked entries in /etc/syslog.conf file. Its correct. Can someone help me. Syslog isn't running Regards, Mike Igmar - To unsubscribe from

Re: Console logging

2001-01-06 Thread Mr. James W. Laferriere
Hello Mike , On Sat, 6 Jan 2001, Igmar Palsenberg wrote: On Sat, 6 Jan 2001, Mike wrote: Hi! I am getting getting "/var/log/messages" on my console. It doesn't save it in /var/log. I have checked entries in /etc/syslog.conf file. Its correct. Can someone help me. Syslog

Re: 2.2.18 and Maxtor 96147H6 (61 GB)

2001-01-06 Thread Andries . Brouwer
It's not that simple.. The maxtor comes clipped,. but Linux can't kill the clip. So it sticks with 32 MB ibmsetmax.c does a software clip, but that bugs a bit. Sometimes even Linux doesn't see 61 GB, but only 32, sometimes the full capacity. Please don't talk vague useless garbage. There is

Re: 2.4.0 Module compile error

2001-01-06 Thread George R . Kasica
You have a broken modules.conf that tells depmod to scan _all_ of /lib/modules or you have an old version of modules or you have some weird symlinks in /lib/modules. It looks like you have some dangling symlinks, although I cannot be certain about that. Keith: Here it iswhat do I need to

Re: [reiserfs-list] reiserfs patch for 2.4.0-prerelease (dbench runs)

2001-01-06 Thread Ed Tomlinson
Hi, I ran a few more benchmarks on 2.4.0 final with 3.6.24. The results were a little susprising (all on the same box, just after boot, no X): MB/susersystem cpu time 3.6.24 7.154.0177,6 25% 14:57.5 3.6.24 14.553.2152.4 47% 7:15.7 3.6.24

Re: 2.4.0 Module compile error

2001-01-06 Thread George R . Kasica
You have a broken modules.conf that tells depmod to scan _all_ of /lib/modules or you have an old version of modules or you have some weird symlinks in /lib/modules. It looks like you have some dangling symlinks, although I cannot be certain about that. Keith: Here it iswhat do I need to

Re: [PATCH] VESA framebuffer w/MTRR locks 2.4.0 on init

2001-01-06 Thread Bryan Mayland
David Wragg wrote: Something like this would be better: if (mtrr_add(video_base, temp_size, MTRR_TYPE_WRCOMB, 1) == -EINVAL) { /* Find the largest power-of-two */ while (temp_size (temp_size - 1)) temp_sze = (temp_size - 1); mtrr_add(video_base,

Re: [non-kernel patch] Re: bug of Nvidia (0.9.5) Drivers in 2.4 Kernel Enviroment

2001-01-06 Thread Daniel Phillips
Jared Sulem wrote: Driver should work after applying the following patch. I'm not a kernel hacker so I don't know how good a solution this is (especially suspicious of the work around in os-interface.c) but X works on my machine and it has not crashed (yet) - have not tried any OpenGL

Re: Framebuffer as a module

2001-01-06 Thread Bryan Mayland
I used to compile-in my framebuffer-device in the kernel then i just appended "video=tdfxfb:1024x768-32@70" in lilo.conf and it worked.. now i compiled it as a module, and want modprobe to start it up for me.. how can this be done? modprobe tdfxfb 1024x768-32@70 That's a very good

Re: APIC-ERROR-Messages -

2001-01-06 Thread Douglas Gilbert
Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Alan Cox wrote: as far as I understood my smp-board seem not well designed - so I get APIC error messages nearly every 1-3 seconds. These mmessages do not help me because -so I was told - it is not possible to

[PATCH] USB Mass Storage and SCSI

2001-01-06 Thread Nicolas Mailhot
Hi, Here is a patchlet to stop people searching for the mysteriously hidden USB Mass Storage driver (in case they didn't make the connection with SCSI at once like me). Seems to work, and anyway I don't see how I could have messed up this one:) -- Nicolas Mailhot USBMassStorageConfig.patch

2.2.19pre6 change in /proc behavior

2001-01-06 Thread TenThumbs
Let's say a normal user has started a process with pid = 12345. /proc/12345 owner and group is the same as the user but /proc/12345/* are all owned by root so the normal user can't read most of the entries there. In 2.2.18 everything is owned by the user. Is this supposed to be happening?

Re: Bug reporting script? (was: removal of redundant line in documentation)

2001-01-06 Thread Augusto César Radtke
Jeremy M. Dolan wrote: If ver_linux can take off one of those steps, why not include a script which takes care of ALL the leg work? All of the files it asks the reporter to include are o+r... I can whip up a bug_report script to walk the user though all of the steps in REPORTING-BUGS, if

Linux-2.4.x patch submission policy

2001-01-06 Thread Linus Torvalds
I thought I'd mention the policy for 2.4.x patches so that nobody gets confused about these things. In some cases people seem to think that "since 2.4.x is out now, we can relax, go party, and generally goof off". Not so. The linux kernel has had an interesting release pattern: usually the .0

ENSONIQ SoundScape PNP - small patch

2001-01-06 Thread Chris Rankin
Hi, I have made further tweaks to the sscape module: - removed two redundant calls to release_region() - set the default MIDI volume(s?) to 100. These volume settings aren't accessible from any mixer I have. Therefore set them to "maximum" and use the volume control on the speaker instead.

Re: 2.2.19pre6 change in /proc behavior

2001-01-06 Thread Thiago Rondon
At 2.4 too, but the status of file is o+r. Do see any problem about this? -Thiago Rondon On Sat, 6 Jan 2001, TenThumbs wrote: Let's say a normal user has started a process with pid = 12345. /proc/12345 owner and group is the same as the user but /proc/12345/* are all owned by root so the

Re: Linux-2.4.x patch submission policy (what about the -AC series?)

2001-01-06 Thread Ben Greear
Linus Torvalds wrote: I thought I'd mention the policy for 2.4.x patches so that nobody gets confused about these things. In some cases people seem to think that "since 2.4.x is out now, we can relax, go party, and generally goof off". Not so. Sounds like a perfectly valid argument to

Screen blanking with 2.4 and vfat

2001-01-06 Thread Rodney M. Jokerst
Hello, I have been using linux for a while now and I have noticed, over the past few months, that with the 2.4 test series and 2.3 series of kernels, that I have been having problems with what may be the vfat file system driver. Whenever I am running one of these kernels and I do some sort of

Re: Linux 2.4.0-ac2

2001-01-06 Thread octave klaba
Hello Alan, right now and in the futur, will you patch 2.2.X or 2.4.X ? Do you think 2.2.19 will be out one day or it is really stopped ? Thanks Octave Alan Cox wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ 2.4.0-ac2 o Clean up strip driver

Re: [PATCH] VESA framebuffer w/MTRR locks 2.4.0 on init

2001-01-06 Thread Alan Cox
an MTRR more than once. The restrictions on MTRR size and alignment are too numerous to attempt a logical resizing in a small amount of code-- especially since the retrictions are different depending on the processor. Might I suggest that the looping code be taken out entirely, perhaps

Re: Bugs in knfsd -- Problem re-exporting an NFS share

2001-01-06 Thread Jorge L. deLyra
From [EMAIL PROTECTED] Sat Jan 6 16:36:57 2001 Date: Sat, 6 Jan 2001 00:52:21 -0500 From: Chris Siebenmann [EMAIL PROTECTED] To: "Jorge L. deLyra" [EMAIL PROTECTED] Subject: Re: Bugs in knfsd -- Problem re-exporting an NFS share You write: [about re-exporting NFS mounts via NFS:] |

Cannot compile 2.2.18

2001-01-06 Thread George R . Kasica
Hello: Since 2.4.0 is being a pig here I thought I'd go back and recompile 2.2.18 and place the whole tree someplace safe (ie burn a CD)well...now I can't compile 2.2.18 (did a tar xvf so I have a fresh source tree) eitherhere's what I get with a make mrproper make dep make config make

500 ms offset in i386 Real Time Clock setting

2001-01-06 Thread BJerrick
Neither hwclock nor the /dev/rtc driver takes the following comment from set_rtc_mmss() in arch/i386/kernel/time.c into account. As a result, using hwclock --systohc or --adjust always leaves the Hardware Clock 500 ms ahead of the System Clock: * In order to set the CMOS clock

New features in Linux 2.4 - Wonderful World of Linux 2.4

2001-01-06 Thread Joe Pranevich
Hello, This document has already been picked up by some Linux news sites, but it really belongs here. This is my list of new features since Linux 2.2, gathered by reading this list, playing with patches, and getting input from people. Parts of it are non-technical, but there is some good info

How to make VFAT work right in 2.4.0-prerelease

2001-01-06 Thread Ivan Baldo
Hello. HOWTO: - edit file fs/fat/inode.c, look in the function named "fat_notify_change" (at about line 901), where it says:" /* FAT cannot truncate to a longer file */ if (attr-ia_valid ATTR_SIZE) { if (attr-ia_size inode-i_size)

Re: How to make VFAT work right in 2.4.0-prereleaseu

2001-01-06 Thread Alan Cox
- edit file fs/fat/inode.c, look in the function named "fat_notify_change" (at about line 901), where it says:" /* FAT cannot truncate to a longer file */ if (attr-ia_valid ATTR_SIZE) { if (attr-ia_size inode-i_size) return -EPERM;

[PATCH] PCI device IDs for Intel i815E chipset (2.4.0)

2001-01-06 Thread Peter Denison
Description: Includes new PCI device IDs for the Intel i815E chipset, and corrects some of the names for the associated parts of the chipset. This has effects in the EEPro100 network driver and the PCI IDE driver. Detail Justification: The Intel ICH2 (I/O Controller Hub 2) is used in several

[PATCH] Cleanup of PCI device reporting in IDE driver (2.4.0)

2001-01-06 Thread Peter Denison
Description: Cleans up the reporting of PCI device numbers when they are printed out by the PCI IDE driver. The dev-devfn value holds both the device number and the function number, so it's nicer if they are split out and displayed separately to the user. Applies against 2.4.0 ---

asm/ vs linux/delay.h (was: Re: 2.4.0)

2001-01-06 Thread Geert Uytterhoeven
On Sat, 6 Jan 2001, Christian T. Steigies wrote: [ Compiling on m68k ] How about this one, 2.4.0 (release) with your new patch. make works fine, make modules fails with this: In file included from emd.c:20: /build/kernel-image/2.4.0/linux/include/asm/delay.h: In function `__const_udelay':

Re: Journaling: Surviving or allowing unclean shutdown?

2001-01-06 Thread Marc Lehmann
On Fri, Jan 05, 2001 at 11:58:56AM +, David Woodhouse [EMAIL PROTECTED] wrote: You mount it read-only, recover as much as possible from it, and bin it. You _don't_ want the fs code to ignore your explicit instructions not to write to the medium, and to destroy whatever data were left.

Re: Framebuffer as a module

2001-01-06 Thread Bryan Mayland
-=da TRoXX=- wrote: and i don't get it, who accepts these parameters in the kernel then? i mean if i put them in lilo.conf at least SOME thing uses them to set the framebuffer right... The tdfxfb code does. When compiled into the kernel, there is a function (tdfxfb_setup) which the

2.4.0 link error with modular PCMCIA

2001-01-06 Thread Jochen Friedrich
Hi, problem is that CONFIG_PCMCIA_NETCARD=y, although all drivers are compiled as modules, so there's no drivers/net/pcmcia/pcmcia_net.o... Cheers, Jochen make[1]: Leaving directory `/usr/src/linux/arch/i386/lib' ld -m elf_i386 -T /usr/src/linux/arch/i386/vmlinux.lds -e stext

Re: Journaling: Surviving or allowing unclean shutdown?

2001-01-06 Thread Stefan Traby
On Sat, Jan 06, 2001 at 08:57:26PM +0100, Marc Lehmann wrote: reply. Sure, you can do virtual log replays, but for example the reiserfs log is currently 32mb. Pinning down that much memory for a virtual log reply is not possible on low-memory machines. Nobody with working brain would read it

Re: 500 ms offset in i386 Real Time Clock setting

2001-01-06 Thread Kurt Roeckx
On Sat, Jan 06, 2001 at 11:35:52AM -0800, [EMAIL PROTECTED] wrote: Neither hwclock nor the /dev/rtc driver takes the following comment from set_rtc_mmss() in arch/i386/kernel/time.c into account. As a result, using hwclock --systohc or --adjust always leaves the Hardware Clock 500 ms

[PATCH] hashed device lookup (Does NOT meet Linus' sumission policy!)

2001-01-06 Thread Ben Greear
I'm hoping that I can get a few comments on this code. It was added to (significantly) speed up things like 'ifconfig -a' when running with 4000 or so VLAN devices. It should also help other instances with lots of (virtual) devices, like FrameRelay, ATM, and possibly virtual IP interfaces. It

Re: Journaling: Surviving or allowing unclean shutdown?

2001-01-06 Thread Chris Mason
On Saturday, January 06, 2001 09:09:51 PM +0100 Stefan Traby [EMAIL PROTECTED] wrote: On Sat, Jan 06, 2001 at 08:57:26PM +0100, Marc Lehmann wrote: reply. Sure, you can do virtual log replays, but for example the reiserfs log is currently 32mb. Pinning down that much memory for a virtual

Re: [PATCH] PCI device IDs for Intel i815E chipset (2.4.0)

2001-01-06 Thread Andre Hedrick
I gave it a label based on the stamp on the chips, and "Intel Secret" was above that label. Cheers, On Sat, 6 Jan 2001, Peter Denison wrote: Description: Includes new PCI device IDs for the Intel i815E chipset, and corrects some of the names for the associated parts of the chipset. This

Re: New features in Linux 2.4 - Wonderful World of Linux 2.4

2001-01-06 Thread Jean-Christian de Rivaz
Joe Pranevich wrote: Networking and Protocols ... It should also be mentioned at this point that Linux is still the only operating system completely compatible with the letter of the IPv4 specification ... I am very interesting about the proof of

Linux 2.4.0 make bzImage failure

2001-01-06 Thread George R . Kasica
Wellgot 2.2.18 to work again here but now when I try to make 2.4.0 I get drivers/block/block.o drivers/char/char.o drivers/misc/misc.o drivers/ne t/net.o drivers/media/media.o drivers/parport/driver.o drivers/scsi/scsidrv.o d rivers/cdrom/driver.o drivers/pci/driver.o

Linux 2.4.0 make bzImage failure - Followup

2001-01-06 Thread George R . Kasica
Wellgot 2.2.18 to work again here but now when I try to make 2.4.0 I get drivers/block/block.o drivers/char/char.o drivers/misc/misc.o drivers/ne t/net.o drivers/media/media.o drivers/parport/driver.o drivers/scsi/scsidrv.o d rivers/cdrom/driver.o drivers/pci/driver.o

Re: 2.4.0 Module compile error

2001-01-06 Thread J . A . Magallon
On 2001.01.06 George R . Kasica wrote: Here it iswhat do I need to fix on it: [root@eagle 2.4.0]# cd /etc [root@eagle /etc]# more modules.conf keep path[usb]=/lib/modules/`uname -r`/`uname -v` ^ ?? $ uname -v #6 SMP Sat Jan 6

3com mini pci card 3cn3ac556

2001-01-06 Thread Philipp Schmid
hi, are there any drivers for "3Com mini pci card 3cn3ac556", shipped with my dell latitude c600 ? greets philipp - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

neither 2.2.18 nor 2.4.0 boot on my Cyrix III

2001-01-06 Thread Martin Hammerschmid
I'm not subscribed to the list but I want to report this problem: I found this in the kernel mailing list archive : The cyrixIII chips by via have the centaur vendor id which causes the identify_cpu call in arch/i386/kernel/setup.c to fail. It is probably reasonable for it to have the

Re: [PATCH] svgalib error in mmap documentation

2001-01-06 Thread Matan Ziv-Av
On Sat, 6 Jan 2001, Alan Cox wrote: +If you want svgalib programs to run with kernel 2.4.0 or newer, svgalib +needs to be compiled without background support (BACKGROUND not defined in +Makefile.cfg). This is relevant to any svgalib version. +This is because svgalib uses mmap of/proc/mem

Re: Major Failure 2.4.0-test12 Alpha

2001-01-06 Thread Gregory McLean
On Thu, 14 Dec 2000, Leslie Donaldson wrote: Hello, Just writing in to report a bug in 2.4.0-test12. Hardware: PCI-Matrox_Mill PCI-Adaptec 39160 / 160M scsi card PCI-Generic TNT-2 card PCI-Sound blaster -128 (es1370) CPU 21164a - Alpha I'm also seeing this on 2.4.0 proper

PROBLEM: SCSI hangs with aic7xxx in 2.4.0 SMP

2001-01-06 Thread Craig Freeze
[1.] One line summary of the problem: SCSI hangs with aic7xxx in 2.4.0 SMP [2.] Full description of the problem/report: SCSI device errors and bus resets observed in 2.4.0 that do not occur in 2.2.13. Sysrq keys have no effect (ie hard reset required to recover) [3.] Keywords (i.e., modules,

Re: Crypto in 2.4

2001-01-06 Thread Marc Mutz
Jon Masters wrote: Hello, I am aware of work being done to create crypto patches for 2.4 however I am wondering what kind of time scale is likely to be involved before a patch for 2.4.0 becomes available and, more importantly, when such a patch will be suitable for daily use (disclaimers

Re: [PATCH] svgalib error in mmap documentation

2001-01-06 Thread Alan Cox
I hope it is reasonable to ask, how? POSIX shared memory calls or sys5 shm - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: Journaling: Surviving or allowing unclean shutdown?

2001-01-06 Thread Marc Lehmann
On Sat, Jan 06, 2001 at 03:35:02PM -0500, Chris Mason [EMAIL PROTECTED] wrote: Nobody with working brain would read it completely into memory. Instead everybody with a working brain would introduce another hashing layer for every block access? I don't think the reiserfs code (e.g.) would cope

Re: 500 ms offset in i386 Real Time Clock setting

2001-01-06 Thread Andries . Brouwer
Neither hwclock nor the /dev/rtc driver takes the following comment from set_rtc_mmss() in arch/i386/kernel/time.c into account. As a result, using hwclock --systohc or --adjust always leaves the Hardware Clock 500 ms ahead of the System Clock By pure coincidence [EMAIL PROTECTED] sent me

re: [PATCH] up to 50% faster sys_poll()

2001-01-06 Thread Dan Kegel
Manfred ([EMAIL PROTECTED]) wrote: sys_poll spends around 1/2 of the execution time allocating / freeing a few bytes temporary memory. The attached patch tries to avoid these allocation by using the stack - usually only a few bytes are needed, kmalloc is used for the rest. The result:

Re: Bug reporting script? (was: removal of redundant line in documentation)

2001-01-06 Thread db
[...] About bug reports, isn't a good thing introduce the sgi's lkcd (linux kernel crash dump) into the main stream of 2.5? The main problem of lkcd in 2.2 was the lack of kiobufs. I think it as a good thing, for distributions, the distribution guys have the vmlinuz image of the distro, so

Re: 2.4.0 link error with modular PCMCIA

2001-01-06 Thread Kai Germaschewski
On Sat, 6 Jan 2001, Jochen Friedrich wrote: Hi, problem is that CONFIG_PCMCIA_NETCARD=y, although all drivers are compiled as modules, so there's no drivers/net/pcmcia/pcmcia_net.o... This should fix it. --- drivers/net/Makefile% Fri Jan 5 15:10:11 2001 +++ drivers/net/Makefile

Re: 2.4.0 link error with modular PCMCIA

2001-01-06 Thread jochen
Hi Kai, This should fix it. This did fix it :) Thanks, Jochen - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: Crypto in 2.4

2001-01-06 Thread Jon Masters
Marc Mutz wrote: A 2.4.0.1 should be on ftp.kernel.org/pub/linux/kernel/crypto/v2.4/. But it has been heavily re-worked. I haven't got my hands on that one and will keep quiet as to what extend that patch is produiction-ready, but I remember that the loop driver in 2.4.0 still can stall your

[PATCH] bagetlance using freed skb

2001-01-06 Thread Arnaldo Carvalho de Melo
Alan, Paul Gortmaker found a similar one for lance, so I'm looking at some other drivers to see if this happens, bagetlance has it as well, here is the patch. - Arnaldo --- linux-2.4.0-ac2/drivers/net/bagetlance.cTue Dec 19 11:25:40 2000 +++

[patch] single copy pipe rewrite

2001-01-06 Thread Manfred
(Linus, look away, I'll resubmit it for 2.5.0) The Linux pipe implementation is extremely inefficient for long, blocking data transfers with pipes (e.g. what gcc -pipe does): * 2 memcopies: user space-kernel buffer-user space * 2 context switches for each transfered page. Last march David

Re: [PATCH] hashed device lookup (Does NOT meet Linus' sumission policy!)

2001-01-06 Thread David S. Miller
Unified diffs only please... Thanks. Later, David S. Miller [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

SCSI scanner problem with all kernels since 2.3.42

2001-01-06 Thread Tim Waugh
I'm having problems with using xsane to acquire a preview from an HP ScanJet 5P connected to an AHA-2940. 2.3.42 is the last kernel that works right for me. The symptom is that the scanner starts to make scanning sounds, then stops, and xsane says 'Error during read: Error during device I/O'.

  1   2   3   4   >