Re: Linux-2.4.5 and Reiserfs, oops!

2001-05-27 Thread Chris Rankin
I have now reproduced the lockup in 2.4.4, having passed the additional boot parameters "nmi_watchdog=1 noapic". To be more specific, it happens when switching from a vc running a text console to the vc running X. I'm thinking that maybe the umount NFS is a coincidence / red herring. Chris My v

Re: Please help me fill in the blanks.

2001-05-27 Thread James Sutherland
On Sat, 26 May 2001, Jeff Garzik wrote: > Cesar Da Silva wrote: > > The features that I'm wondering about are: > > * Dynamic Processor Resilience > > is this fault tolerance? I think if a CPU croaks, you are dead. > > There are patches for hot swap cpu support, but I haven't seen any CPU > fault

Re: Linux 2.4.4-ac17

2001-05-27 Thread Mike Galbraith
On Sun, 27 May 2001, Jaswinder Singh wrote: > > Does it hang if you are doing other things than creating/destroying > > tiny files (with unique names) as rapidly as possible?.. ie did you > > start doing that to troubleshoot because it was hanging over a long > > period of time? > > > > If i crea

Re: Please help me fill in the blanks.

2001-05-27 Thread Ingo Oeser
On Sat, May 26, 2001 at 10:27:09PM -0400, Jeff Garzik wrote: > > * Service Location Protocol (SLP) www.openslp.org Regards Ingo Oeser -- To the systems programmer, users and applications serve only to provide a test load. - To unsubscribe from this list: send the line "unsubscribe linux-kernel

[newbie question] disk reads for a process

2001-05-27 Thread Zou Min
Dear all, I am doing a research on an analytical model that describes how memory size affects disk reads. We have done intensive measurement to validate the model. Now, we are intereseted in another intepretation of this model as relating memory allocation to disk reads for a process. To validat

OV511 in 2.4.5 doesn't compile

2001-05-27 Thread Fritz Ganter
Hello! The file ov511 in 2.4.5 doesn't compile because there is an undefined variable "version" in line 340. I replaced this with the #defined DRIVER_VERSION. -- Fritz "der mit dem Linux tanzt" Ganter http://www.kraftvoll.at Linux Consulting & Training http://www.linux

Solved ?: IDE Performance lack !

2001-05-27 Thread Guido Stepken
Hi ! My performance problemes have disappeared. I recompiled the kernel with: (Direct) PCI access mode APIC and IOApic == OFF SCSI competely == OFF NE1000/2000 Modules compiled in as Module (directly compiled in did not work) Changed BIOS PCI Mode to AUTO (perhaps useless) Now my performance

ov511 in 2.4.5 doesn't compile

2001-05-27 Thread Fritz Ganter
Hello! The file ov511 in 2.4.5 doesn't compile because there is an undefined variable "version" in line 340. I replaced this with the #defined DRIVER_VERSION. -- Fritz "der mit dem Linux tanzt" Ganter http://www.kraftvoll.at Linux Consulting & Training http://www.linux

[PATCH] net/wanrouter/wanmain.c

2001-05-27 Thread Akash Jain
Hey All, Here are a few bug fixes in net/wanrouter/wanmain.c line 765: use var conf of size 1272 bytes on the stack line 617: use freed ptr conf line 803: forget to free pppdev before aborting during another null check Thanks! -aki- --- net/wanrouter/wanmain.c.origThu Apr 12 12:11:39

[PATCH] fs/devfs/base.c

2001-05-27 Thread Akash Jain
hello, in fs/devfs/base.c, the struct devfsd_notify_struct is approx 1056 bytes, allocating it on a stack of 8k seems unreasonable. here we simply move it to the heap, i don't think it is a _must_ be on stack type thing -aki- --- fs/devfs/base.c.origTue Apr 17 15:04:10 2001 +++ fs/dev

VIA IDE no go with 2.4.5-ac1

2001-05-27 Thread Oleg Drokin
Hello! I decided to try 2.4.5-ac1 on this box and it failed miserably. This is what I have: 00:07.1 IDE interface: VIA Technologies, Inc. Bus Master IDE (rev 06) (prog-if 8a [Master SecP PriP]) Subsystem: VIA Technologies, Inc. Bus Master IDE Flags: bus master, medium devsel,

Re: new aic7xxx oopses with AHA2940

2001-05-27 Thread Marc Schiffbauer
* Jeff Garzik schrieb am 27.05.01 um 04:36 Uhr: > > I'm curious what happens with the attached patch? > > It adds some debugging checks which will halt your kernel with "BUG! at > :line"... > [patch] I got your PM. How did you make it? I updated ksymoops to 2.4.1, applied the patch and traced

Re: Solved ?: IDE Performance lack !

2001-05-27 Thread Marc Schiffbauer
* Guido Stepken schrieb am 27.05.01 um 12:06 Uhr: > Hi ! > > My performance problemes have disappeared. I recompiled the kernel with: > > (Direct) PCI access mode > APIC and IOApic == OFF > SCSI competely == OFF > NE1000/2000 Modules compiled in as Module (directly compiled in did not work) >

Re: [Linux-ntfs] Re: [Linux-NTFS-Dev] Re: ANN: NTFS new release available(1.1.15)

2001-05-27 Thread Martin von Loewis
> I would love to move inode metadata to the page cache. That would simplify > so much in the NTFS driver and would result in an incredible speed boost > due to getting rid of all the silly copying of data back and forth inside > the driver as we could just pass pointers around instead (to lock

Some warnings at tdfxfb.c

2001-05-27 Thread David =?ISO-8859-1?Q?G=F3mez
This is on kernel 2.4.5. It's look like a long time has passed since this driver was modified. Haven't tested if works, but things like using char *name in tdfxb_init without initializing needs some fix. Is enough to do a kmalloc to get some free space? gcc -D__KERNEL__ -I/usr/src/linux-2.4.5/in

Re: [Linux-ntfs] Re: [Linux-NTFS-Dev] Re: ANN: NTFS new release available (1.1.15)

2001-05-27 Thread Anton Altaparmakov
At 12:23 27/05/2001, Martin von Loewis wrote: > > I would love to move inode metadata to the page cache. That would simplify > > so much in the NTFS driver and would result in an incredible speed boost > > due to getting rid of all the silly copying of data back and forth inside > > the driver as

Problem compiling kernel 2.4.5 with gcc 2.96

2001-05-27 Thread Peter Klotz
Hi folks When creating the modules (make modules) for my 2.4.5 kernel the compilation aborts with the following error messages. The problem seems to be related with Video for Linux and the Iomega Buz Driver. gcc -D__KERNEL__ -I/usr/src/linux-2.4.5/include -Wall -Wstrict-prototypes -O2 -fomit-

[PATCH][2.4.5] buz.c compile errors

2001-05-27 Thread Jan Sembera
Hi, I have written a patch for buz.c for 2.4.5, it should be solution, but i don't know it really works, I don't have such hardware available. Jan Sembera --- linux/drivers/media/video/buz.c.origSat May 26 23:56:26 2001 +++ linux/drivers/media/video/buz.c Sun May 27 00:02:09 2001

Re: Problem compiling kernel 2.4.5 with gcc 2.96

2001-05-27 Thread Erik Mouw
On Sun, May 27, 2001 at 01:53:03PM +0200, Peter Klotz wrote: > When creating the modules (make modules) for my 2.4.5 kernel the compilation > aborts with the following error messages. The problem seems to be related > with Video for Linux and the Iomega Buz Driver. buz.c is broken, you need 2.4

Re: 2.4.4 kernel freeze

2001-05-27 Thread Stephan Brauss
> Any other hints are welcome (other than the noapic, which didn't help). My system is always completely dead as soon as I start a larger (interrupt driven?) data transfer to/from any (? I tested with two different NICs and a Promise Ultra100) PCI card in slot 4 or 5. And it seems that it really o

KERNEL: assertion (tp->copied_seq == tp->rcv_nxt || (flags&MSG_PEEK|MSG_TRUNC))) failed at tcp.c(1279):tcp_recvmsg ...

2001-05-27 Thread David Flynn
To all the kernel people, To say i have a minor problem is a slight understatement, i have two problems. The first happens about 10 minutes into a fairly heavy load test, where i have several loadtesting clients running on an NT5 box, sending alot of queries a second to the GNU-linux box (over

Re: [Linux-ntfs] Re: [Linux-NTFS-Dev] Re: ANN: NTFS new release available (1.1.15)

2001-05-27 Thread Martin von Loewis
> Yes and no. They will be uncompressed but not when opening the inode. It > will be "uncompress required extent's run list on demand". Are you sure this can work? Initially, I thought I could use the attribute list to only uncompress the extend that has the VCN I'm interested in. That would no

Report several problem with kernel 2.4.5-ac1 ....

2001-05-27 Thread Steve Kieu
Hi everyone.. 1. I got the kernel hang when I tried to run pppd without any argument on the console (tty1 or tty2...); just try to run pppd Sorry I can not copy all text here but this problem is re-producible and wont happen if I run on pts/1 (for example on xterm or rxvt ) pppd version 2.4.

2.4.5-ac1 hard disk corruption... acpi responsible?

2001-05-27 Thread Cody Gould
Debian, Intel 440BX2 Seattle, 2x Fujitsu UDMA33 IDE hard drives. In my bootscripts, hdparm enables DMA. I tried most all 2.4.0-acx up to 2.4.4-ac9, and then plain 2.4.5 today, over the past few months, with no corruption or instability. Today I moved to 2.4.5-ac1, the only different thing than

Problems with ac12 kernels and up

2001-05-27 Thread John Chris Wren
I have been running 2.4.4-ac11 for a few weeks, and decided to upgrade to 2.4.4-ac18. I applied the patches, compiled, and installed (all per usual), and when booting, get a kernel panic at the point VFS is trying to mount the root file system. I started working backwards to find the last kernel t

Re: Please help me fill in the blanks.

2001-05-27 Thread Rik van Riel
On Sun, 27 May 2001, [iso-8859-1] Cesar Da Silva wrote: > I am doing a thesis about comparing the Linux kernel > against HP-UX, AIX, Tru64 UNIX, and Solaris (as you > probably alredy know). > I'm stuck now (and the thesis has to bee ready until > tomorow) Aren't you the same guy who posted this

Re: vm in 2.4.5 (fwd)

2001-05-27 Thread Rik van Riel
[Oh, and please don't let UUCP addresses get out] On Sat, 26 May 2001, Andrzej Krzysztofowicz wrote: > Am I right ? No. And not only that, you also snipped the part of my email which explains what is happening. Rik -- Virtual memory is like a game you can't win; However, without VM there's tru

Re: 2.4.5aa1

2001-05-27 Thread Andrea Arcangeli
On Sat, May 26, 2001 at 10:15:48PM -0700, Phil Oester wrote: > Works for me. Running cerberus on a machine w/2gb RAM - deadlocks on 2.4.5 > vanilla, keeps running on 2.4.5aa1. great. That was the interesting test to try. Andrea - To unsubscribe from this list: send the line "unsubscribe linux-k

Re: Please help me fill in the blanks.

2001-05-27 Thread Cesar Da Silva
--- Rik van Riel <[EMAIL PROTECTED]> skrev: > On Sun, 27 May 2001, [iso-8859-1] Cesar Da Silva > wrote: > > > I am doing a thesis about comparing the Linux > kernel > > against HP-UX, AIX, Tru64 UNIX, and Solaris (as > you > > probably alredy know). > > I'm stuck now (and the thesis has to bee

Re: VIA IDE no go with 2.4.5-ac1

2001-05-27 Thread Alan Cox
> Vanilla 2.4.5 boots ok, but 2.4.5-ac1 finishes kernel initialisation and > starts to print "hda: lost interrupt", I guess this is related to VIA IDE > updates in AC kernels. Config for vanilla and AC kernel is the same. > Here are the kernel logs from 2.4.5 and 2.4.5-ac1 (collected with

Re: [PATCH][2.4.5] buz.c compile errors

2001-05-27 Thread Alan Cox
> I have written a patch for buz.c for 2.4.5, it should be solution, but i > don't know it really works, I don't have such hardware available. It doesnt work. The entire buz driver is totally broken and to be discarded - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

[OOPS] Re: Linux 2.4.5-ac1

2001-05-27 Thread Ville Herva
On Sat, May 26, 2001 at 10:58:25PM +0100, you [Alan Cox] claimed: > > o Free the initial ramdisk correctly Who made this fix, or who can I contact? I have a reproducible oops on 2.4.4ac17 (see http://marc.theaimsgroup.com/?l=linux-kernel&m=99079948404775&w=2 for details) that seems to be re

Re: IDE Performance lack !

2001-05-27 Thread Jakob Østergaard
On Sat, May 26, 2001 at 05:16:42PM -0700, Jaswinder Singh wrote: > > > > RedHat 7.1 - IDE IBM 41.1 GIG > > Update to 2.4.5 -> noticed, that hdparm -t /dev/hda went down from 10 > > MByte/sec to 1.9 MByte/sec > > Any special Options, beside ide-scsi driver activated .. > > > > Anybody noticed the s

BUG?: 2.4.5 breaks reiserfs (kernel BUG)

2001-05-27 Thread Bjerkeset, Svein Olav
Hi, Today I downloaded kernel 2.4.5 and compiled it. The kernel worked fine until I tried to halt the computer. When trying to unmount the reiserfs filesystems, the system freezes with the following output: journal_begin called without kernel lock held kernel BUG at journal.c:423! inva

Re: Please help me fill in the blanks.

2001-05-27 Thread Ville Herva
> > * Dynamic Memory Resilience > > RAM fault tolerance? There was a patch a long time ago which detected > bad ram, and would mark those memory clusters as unuseable at boot. > However that is clearly not dynamic. If you are referring to Badram patch by Rick van Rein (http://rick.vanrein.org/

Inconsistent "#ifdef __KERNEL__" on different architectures

2001-05-27 Thread Adrian Bunk
Hi, while looking for the reason of a build failure of the ALSA libraries on ARM [1] I discovered the following strange thing: On some architectures a function is inside an "#ifdef __KERNEL__" in the header file and on others not. Is there a reason for this or is this inconsistency simply a bug?

Re: Please help me fill in the blanks.

2001-05-27 Thread Cesar Da Silva
--- Ville Herva <[EMAIL PROTECTED]> skrev: > > > * Dynamic Memory Resilience > > > > RAM fault tolerance? There was a patch a long > time ago which detected > > bad ram, and would mark those memory clusters as > unuseable at boot. > > However that is clearly not dynamic. > > If you are refer

insl/outsl in parport_pc and !CONFIG_PCI

2001-05-27 Thread Richard Zidlicky
Hi, How is that supposed to work on systems without PCI? For now I have defined #define insl(port,buf,len) isa_insb(port,buf,(len)<<2) #define outsl(port,buf,len) isa_outsb(port,buf,(len)<<2) in asm-m68k/parport.h. Bye Richard - To unsubscribe from this list: send the line "unsubscribe li

Re: Please help me fill in the blanks.

2001-05-27 Thread Cesar Da Silva
Thank you Jeff for your very helpfull answer. --- Jeff Garzik <[EMAIL PROTECTED]> skrev: > Cesar Da Silva wrote: > > * Alternative I/O Pathing > > be less vague What I mean with the above (my defenition) is: [Alternative I/O Pathing allows the operating system to re-route the I/O of devices,

Re: Inconsistent "#ifdef __KERNEL__" on different architectures

2001-05-27 Thread Alan Cox
> On some architectures a function is inside an "#ifdef __KERNEL__" in the > header file and on others not. Is there a reason for this or is this > inconsistency simply a bug? Its probably a bug - primarily it depends if the function is useful when exported to non kernel code - To unsubscribe fro

Re: 2.4.5 + ReiserFS + SMP + umount = oops

2001-05-27 Thread Ed Tomlinson
Hi, This was reported on the reiserfs list yesterday. Seems that the cleanup applied late in 2.4.5-pre affected the locking of the umount process. This was posted to fix the problem. Ed Tomlinson --- "Vladimir V. Saveliev" wrote: > > Hi > > Gergely Tamas wrote: > > >

Re: IDE Performance lack !

2001-05-27 Thread francois . cami
> The answer for both of you is: > > hdparm -d1 /dev/hd{whatever} > > Without DMA enabled, performance is going to suck. 1.9 MB/sec is actually pretty > good without DMA ;) I agree. I get around 4MB/s without and 35.75MB/s with... hdparm -c3 -d1 -m16 /dev/hda on a KT133 (A7V) and 45GB IB

Re: IDE Performance lack !

2001-05-27 Thread Jaswinder Singh
"Chris Wedgwood" <[EMAIL PROTECTED]> wrote: > On Sat, May 26, 2001 at 05:16:42PM -0700, Jaswinder Singh wrote: > > When ever i copy big data (around 400 to 700 MB ) from one > partion to another my machine do not response at all (i can not > work on another shell) during data transfer

usb-ohci module from 2.4.5 kernel refuses to load on alpha, usb-ohci in a monolithic kernel refuses to recognize devices

2001-05-27 Thread Pieter Barrezeele
Hello, I'm having the following problem, when trying to load usb-ohci as a module: firmin:/usr/src/linux/drivers/usb# modprobe usb-ohci /lib/modules/2.4.5/kernel/drivers/usb/usb-ohci.o: init_module: No such device Hint: insmod errors can be caused by incorrect module para

Re: IDE Performance lack !

2001-05-27 Thread Jaswinder Singh
From: "Jakob Østergaard" <[EMAIL PROTECTED]> wrote : > > The answer for both of you is: > > hdparm -d1 /dev/hd{whatever} > > Without DMA enabled, performance is going to suck. 1.9 MB/sec is actually pretty > good without DMA ;) > i think DMA or PCI is not my solution , atleast :) Thank you,

RE: Problems with ac12 kernels and up

2001-05-27 Thread John Chris Wren
> >> Checking root filesystem. /dev/hde13 is mounted. >> Cannot continue, aboorting. >> *** An error occurred during the file system check. >> *** Dropping you to a shell; the system will reboot >> *** when you leave the shell. > >That means the file system was mounted read/write at boot time. Tha

2.4.4-ac17-2.4.5-ac1 oops in swapper process

2001-05-27 Thread [EMAIL PROTECTED]
All, I have been getting a oops ever since 2.4.4-ac17 right after the kernel loads the sym53c895 driver. I hand copied part of the oops before rebooting. This happens in every kernel since 2.4.4-ac17. I have changed my compiler from gcc-2.96 to egcs-1.12, thinking that the Mandrake gcc was ba

Re: 2.4.4-ac17-2.4.5-ac1 oops in swapper process

2001-05-27 Thread Ville Herva
On Sun, May 27, 2001 at 02:18:57PM -0400, you [[EMAIL PROTECTED]] claimed: > All, > > I have been getting a oops ever since 2.4.4-ac17 right after the kernel loads > the sym53c895 driver. I hand copied part of the oops before rebooting. This > happens in every kernel since 2.4.4-ac17. I have ch

RE: problems with ac12 kernels and up

2001-05-27 Thread John Chris Wren
>> http://jcwren.com/linux/ac18.txt - ac18 dmesg dump >> http://jcwren.com/linux/build.txt - sequence I'm using to build >> >> The apparent interleaved garbage closer to the bottom is exactly what came >> out on the console. (Is linking to the dumps perferred over including it in >> the mail, or

Console display in portrait mode with unusual dpi resolution

2001-05-27 Thread Otto Wyss
Overview: At business I just got a brand new EIZO 18" LCD display L675 to test its usability for working in portrait mode to show a full A4 page. These test were done on Windows NT4 but I'd really like to know how well Linux would have done. I'm going to describe all the obstacles I encountered on

Re: Inconsistent "#ifdef __KERNEL__" on different architectures

2001-05-27 Thread Abramo Bagnara
Adrian Bunk wrote: > > Hi, > > while looking for the reason of a build failure of the ALSA libraries on > ARM [1] I discovered the following strange thing: > > On some architectures a function is inside an "#ifdef __KERNEL__" in the > header file and on others not. Is there a reason for this or

Re: 2.4.5 does not link on Ruffian (alpha)

2001-05-27 Thread Andrea Arcangeli
On Sun, May 27, 2001 at 06:41:23PM +0200, Andrea Arcangeli wrote: > On Sun, May 27, 2001 at 04:49:24AM +0200, Andrea Arcangeli wrote: > > caused me to write the posted patch to get all compilations right. > > The reason I needed that patch is that I was not using 2.4.5aa1 but a > corrupted tree (

[PATCH] fix for buggy variable reuse in riotable.c (244ac18)

2001-05-27 Thread Rasmus Andersen
Forgot l-k when sending this off... - Forwarded message from Rasmus Andersen <[EMAIL PROTECTED]> - Hi. The following patch fixes a buggy variable reuse i drivers/char/ rio/riotable.c (244-ac18) as reported by the stanford team way back. --- linux-244-ac18-clean/drivers/char/rio/riotab

[PATCH] missing rio_spin_unlock_irqrestore in rioroute.c (244ac18)

2001-05-27 Thread Rasmus Andersen
Forgot l-k when sending this off.. - Forwarded message from Rasmus Andersen <[EMAIL PROTECTED]> - Hi. The following patch fixes a missing rio_spin_unlock_irqrestore in drivers/char/rio/rioroute.c as per the stanford team's report a way back. It applies against 244ac18. --- linux-244-

Overkeen CDROM disk-change messages

2001-05-27 Thread Chris Rankin
Hi, It looks like my CDROM driver had a busy night last night ... ;-). This was with Linux 2.4.5, dual Pentium III, devfs, < 1GB memory. There was no CDROM in the drive, but I had kept the CD player running anyway. Cheers, Chris May 27 02:10:03 twopit kernel: hdc: ATAPI 32X CD-ROM CD-R/RW drive,

[PATCH] Add missing restore_flags to sm_wss.c (244-ac18)

2001-05-27 Thread Rasmus Andersen
Hi. The following patch adds a missing restore_flags as per the stanford team's report way back. Applies against 244ac18. --- linux-244-ac18-clean/drivers/net/hamradio/soundmodem/sm_wss.c Wed Jul 19 01:55:19 2000 +++ linux-244-ac18/drivers/net/hamradio/soundmodem/sm_wss.c Sun May 27

2.4.5-ac1 won't boot with 4GB bigmem option

2001-05-27 Thread Ben Twijnstra
Hi, I compiled and booted the 2.4.5-ac1 kernel with the CONFIG_HIGHMEM4G=y option and got an oops in __alloc_pages() (called by alloc_bounce() called by schedule()). Everything works fine if I turn the 4GB mode off. Machine is a Dell Precision with 2 Xeons and 2GB of RAM. 2.4.5 works fine wit

Re: Overkeen CDROM disk-change messages

2001-05-27 Thread Harald Dunkel
Maybe thats related to the problems with my CDROM drives (SCSI or IDE SCSI emulation). I cannot mount any CD with 2.4.5. kern.log says: May 26 15:31:17 bilbo kernel: Detected scsi CD-ROM sr0 at scsi0, channel 0, id 2, lun 0 May 26 15:31:17 bilbo kernel: Detected scsi CD-ROM sr1 at scsi0, channel

Re: 2.4.5-ac1 won't boot with 4GB bigmem option

2001-05-27 Thread Fabio Riccardi
Same here, I have a dual 1GHz PIII with 4G, I don't get an oops but an infinite loop of: > mm: critical shortage of bounce buffers. Indeed this message has been pestering me in all the recent .4-acx kernels when the machine is under heavy FS pressure. In these kernels I observe a significative

Re: Inconsistent "#ifdef __KERNEL__" on different architectures

2001-05-27 Thread Adrian Bunk
On Sun, 27 May 2001, Abramo Bagnara wrote: > Adrian Bunk wrote: > > > > while looking for the reason of a build failure of the ALSA libraries on > > ARM [1] I discovered the following strange thing: > > > > On some architectures a function is inside an "#ifdef __KERNEL__" in the > > header file a

initrd oops [was Re: Linux 2.4.5-ac1]

2001-05-27 Thread Ville Herva
On Sun, May 27, 2001 at 07:26:50PM +0300, you [Ville Herva] claimed: > On Sat, May 26, 2001 at 10:58:25PM +0100, you [Alan Cox] claimed: > > > > o Free the initial ramdisk correctly > > Who made this fix, or who can I contact? > > I have a reproducible oops on 2.4.4ac17 (see > http://marc.the

Re: 2.4.5-ac1 won't boot with 4GB bigmem option

2001-05-27 Thread Alan Cox
> I compiled and booted the 2.4.5-ac1 kernel with the CONFIG_HIGHMEM4G=y option > and got an oops in __alloc_pages() (called by alloc_bounce() called by > schedule()). Everything works fine if I turn the 4GB mode off. > Machine is a Dell Precision with 2 Xeons and 2GB of RAM. > > 2.4.5 works fi

Re: Inconsistent "#ifdef __KERNEL__" on different architectures

2001-05-27 Thread Russell King - ARM Linux
On Sun, May 27, 2001 at 11:07:38PM +0200, Adrian Bunk wrote: > I do also explicitely send this mail to the people that seem to be > responsible for the pieces of code I touch. > > I'm not sure whether the compete removal of the "#ifdef __KERNEL__"'s is > too rude but there are already other archi

Hard lockup switching to X from vc; Matrox G400 AGP

2001-05-27 Thread Chris Rankin
REF: Linux 2.4.5, 2.4.4, 2.4.3 (and probably earlier); devfs; SMP (dual PIII); < 1GB main memory Hi, Has anyone noticed their Linux box lock up hard (as in cannot even be pinged from the local network) when switching from a text vc to a vc running X? This has happened for me even

Re: Overkeen CDROM disk-change messages

2001-05-27 Thread Alan Cox
> What's "magicdev"? I am not running GNOME or KDE. In fact, I wasn't > even running X at the time but had xmcd putting its display on another > machine over the local network. Then I guess it was xmcd continually opening/failing - To unsubscribe from this list: send the line "unsubscribe linux-k

Re: Problems with ac12 kernels and up

2001-05-27 Thread Alan Cox
> I looked at the root_mountflags usage and it looks ok, so I put it in > the "figure out later" pile. > > Haven't yet verified if this 'ac' only problem Think I have it sussed. Time for -ac2 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message t

Re: Hard lockup switching to X from vc; Matrox G400 AGP

2001-05-27 Thread Alan Cox
> out the Matrox-supplied mga_drv.o and mga_hal_drv.o modules and > replace them with the ones from the standard X 4.03 distribution, but > these are userspace objects and shouldn't be capable of bringing the > kernel down. (Like I said, the machine can't even be pinged.) Not really. The matrox c

Re: IDE Performance lack !

2001-05-27 Thread Miquel van Smoorenburg
In article <00c701c0e6d8$2b28ea40$4aa6b3d0@Toshiba>, Jaswinder Singh <[EMAIL PROTECTED]> wrote: >I am not able to understand why Linux read and/or write harddisk after some >time (after few hours ) , harddisk read/write leds keep on glowing for few >minutes , even though nobody working on it and m

Re: Inconsistent "#ifdef __KERNEL__" on different architectures

2001-05-27 Thread Philip Blundell
>--- include/asm-arm/atomic.h.old Sun May 27 22:30:58 2001 >+++ include/asm-arm/atomic.h Sun May 27 22:58:20 2001 >@@ -12,6 +12,7 @@ > * 13-04-1997 RMK Made functions atomic! > * 07-12-1997 RMK Upgraded for v2.1. > * 26-08-1998 PJB Added #ifdef __KERN

Re: Hard lockup switching to X from vc; Matrox G400 AGP

2001-05-27 Thread Ben Twijnstra
Hi Chris, Seen the same behaviour; you're not alone. I'm running XF86 4.0.3 with a G400. My guess is that mga_drv goes into some local loop while trying to restore the display. mga_drv at that moment has I/O privileges and if it hangs, Linux hangs too. Grtz, Ben - To unsubscribe from this

Re: [Linux-ntfs] Re: [Linux-NTFS-Dev] Re: ANN: NTFS new release available (1.1.15)

2001-05-27 Thread Anton Altaparmakov
At 13:53 27/05/2001, Martin von Loewis wrote: > > Yes and no. They will be uncompressed but not when opening the inode. It > > will be "uncompress required extent's run list on demand". > >Are you sure this can work? No. >Initially, I thought I could use the attribute list to only uncompress the

Matrox G400 Dualhead

2001-05-27 Thread mythos
I have a serious problem when usind the second head of my Matrox with the matroxfb driver.If I login to /dev/tty0 (fb0) and then to /dev/tty6(fb1) and make fb1 to scroll,if I switch back to /dev/tty0 and make fb0 to scroll while fb1 is still scrolling I get a segmentation fault.Also sometimes I ge

2.4.5 alpha rawhide interrupt fix

2001-05-27 Thread Richard Henderson
PALcode will ack the interrupt in the normal interrupt return path, but 2.4 re-enables interrupts before that. This means we re-enable interrupts without the hardware being acked, which results in nasty interrupt storms. Fixed thus. r~ --- linux/arch/alpha/kernel/sys_rawhide.c.orig Sun May

cross compile alpha make bootpfile fails

2001-05-27 Thread Duane Ellis
Cross compiling kernel (any recent version) on any non-64bit host (ie: x86) to ALPHA the "make bootpfile" step fails. The problem is localized to arch/alpha/boot/tools/objstrip.c Various 'elf' structure members are 64 bit, not 32bit and the wrong version of the structure is being choosen. (To b

Re: vm in 2.4.5

2001-05-27 Thread J . A . Magallon
On 05.26 Rik van Riel wrote: > On Sat, 26 May 2001, J . A . Magallon wrote: > > > It does not begin to use swap in a growing fashion, it just appears > > full in a moment. > > It gets _allocated_ in a moment, but things don't actually get > swapped out. This isn't a problem. > > The real probl

[patch][rfc]: highmem block support

2001-05-27 Thread Jens Axboe
Hi, Given the recent talk about highmem deadlocking x86 machines, I decided to backport my 2.5 stuff to be somewhat non-intrusive and apply to recent 2.4 kernel. It enables x86 machines to do I/O on highmem pages, typically this means up to 4GB. There are two parts: - zone-dma32-4. Add extra me

Linux 2.4.5-ac2

2001-05-27 Thread Alan Cox
ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ Intermediate diffs are available from http://www.bzimage.org In terms of going through the code audit almost all the sound drivers still need fixing to lock against format changes during a r

Re: [PATCH] Re: 2.4.5 does not link on Ruffian (alpha)

2001-05-27 Thread Richard Henderson
On Sun, May 27, 2001 at 07:54:17PM -0400, Jeff Garzik wrote: > FWIW the documentation seems to imply that the option is necessary only > when directly booting from SRM, i.e.. no bootloader is involved at all. Err, well, you can't have _no_ bootloader. > It uses the example of MILO's presence or

Re: [kbuild-devel] Configure.help entries wanted

2001-05-27 Thread Alan Cox
> Their co-operation came not from a spirit of enlightment but > because this was a commercial venture to port Linux to the box > to replace WinCE. You can buy these with Linux now. Including open source drivers for their touchscreen ? - To unsubscribe from this list: send the line "unsubscrib

Re: Why side-effects on open(2) are evil. (was Re: [RFD w/info-PATCH]device arguments from lookup)

2001-05-27 Thread Edgar Toernig
Daniel Phillips wrote: > > It won't, the open for "." is handled in the VFS, not the filesystem - > it will open the directory. (Without needing to be told it's a > directory via O_DIRECTORY.) If you do open("magicdev") you'll get the > device, because that's handled by magicdevfs. You really

Re: Hard lockup switching to X from vc; Matrox G400 AGP

2001-05-27 Thread Chris Rankin
Hi, thanks for confirming this. But if it's Matrox's code (we are talking about the mga_hal_drv.o module for X, correct?) then the ball is in their court. Has anyone reported this to them so that they can fix it? Cheers, Chris > On Mon, May 28, 2001 at 12:24:50AM +0200, Ben Twijnstra wrote: > >

RE: Problems with ac12 kernels and up

2001-05-27 Thread John Chris Wren
>> I looked at the root_mountflags usage and it looks ok, so I put it in >> the "figure out later" pile. >> >> Haven't yet verified if this 'ac' only problem > >Think I have it sussed. Time for -ac2 I took down my Jerry Garcia poster, and put up an Alan Cox poster. 2.4.5-ac2 boots like a cham

Re: Fwd: Copyright infringement in linux/drivers/usb/serial/keys

2001-05-27 Thread Hugh Blemings
Hi Greg, On 25-May-2001 Greg KH wrote: > On Thu, May 24, 2001 at 09:34:04PM -0700, Aaron Lehmann wrote: >> This message sparked a long thread on the debian-legal mailing list, >> which is long since dead. I am personally very curious about whether >> this has been resolved upstream. I consider it

Problems Configurating NFS

2001-05-27 Thread antonpoon
I am trying to config my RedHat7.0 computer to run NFS server, I have edited the exports file, and turned on portmap and NFS, but there were some problems as follows, how can I fix it? Starting system logger: [ OK ] Starting kernel logger: [ OK ] Starting portmapper: [ OK ] Starting NFS file lo

Re: CPU Dedicated Interrupts

2001-05-27 Thread Jaswinder Singh
> What is the easiest way to tell a CPU to ignore certain interrupts from > module? > Is there an IRQ mask for each processor? Is that symbol exported? > I also what to know this :) Please help us . Thank you. Jaswinder. -- These are my opinions not 3Di. - To unsubscribe from this list: s

License Clarification [X15 beta 1 - source release]

2001-05-27 Thread Fabio Riccardi
Some people pointed out that I misused the term "Open Source" wrt our Source License. Our license doesn't meet the required criteria of the OSI since we restrict the usage of our sources for personal use only. As was already pointed out in my previous message people will have to buy a license for

Re: [kbuild-devel] Configure.help entries wanted

2001-05-27 Thread Jaswinder Singh
"Greg Banks" <[EMAIL PROTECTED]> wrote: > > Manufacturer = DataMyte, a division of Rockwell. > Machine = DataMyte Industrial Digital Assistant 4000 > (aka DMIDA, www.dmida.com) > What is the companion chip in DMIDA ? IrDA and USB are working properly in linux ? Thank you, Be

Re: [kbuild-devel] Configure.help entries wanted

2001-05-27 Thread Greg Banks
Jaswinder Singh wrote: > > What is the companion chip in DMIDA ? HD64465. > IrDA and USB are working properly in linux ? No. IrDA seems easy, just haven't got around to it. USB is a major pain on the HD64465 because of the way it deals with "host" memory. I had a driver which initialised

Re: Problems with ac12 kernels and up

2001-05-27 Thread Jeff Garzik
Alan Cox wrote: > > > Checking root filesystem. /dev/hde13 is mounted. > > Cannot continue, aboorting. > > *** An error occurred during the file system check. > > *** Dropping you to a shell; the system will reboot > > *** when you leave the shell. > > That means the file system was mounted read

Re: Matrox G400 Dualhead

2001-05-27 Thread Rafael Herrera
It would help if you reported which version of kernel and XF86 you are using. I had problems using the framebuffer in the console awhile back. Currently, running 2.4.4+ and XFree86 4.0.3 + Matrox's drivers (http://matrox.com/mga/support/drivers/files/linux_06.cfm) give me no problem. I don't run

Re: Hard lockup switching to X from vc; Matrox G400 AGP

2001-05-27 Thread Rafael Herrera
I experienced lost of the signal when switching from X to the console when booting with vga=ext or some of the graphic modes. It was reported here that the problem was the Matrox drivers. Recently, with kernel 2.4.4+ and XFree 4.0.3 (@1280x1024/head)+ Matrox drivers (http://matrox.com/mga/support

Re: IDE Performance lack !

2001-05-27 Thread Jaswinder Singh
"Miquel van Smoorenburg" <[EMAIL PROTECTED]> wrote: > > Are you sure it is idle. It might be running something from cron- > say 'updatedb' or similar. That will cause a lot of disk i/o, > and _ofcourse_ performance will be bad then - the machine is > doing a lot of other things. > I am the only

Re: Linux 2.4.5-ac2

2001-05-27 Thread Tom Vier
i haven't had any reiserfs crashes on my alpha, but restoring a backup of a debian installation to a reiserfs partition doesn't quite work. untarring a linux kernel tarball to the fs works, does work though. i get these kernel messages: May 27 23:28:47 zero kernel: is_leaf: free space seems wrong

Re: Linux 2.4.5-ac2

2001-05-27 Thread Fabio Riccardi
Ok, things are fast again now! :)) Performance is back to that of 2.4.2-ac26, and stability is a lot better. Under heavy FS pressure 2.4.5-ac2 is about 5-10% faster than vanilla 2.4.5, the aa1,2 kernels have the same performance of vanilla 2.4.5. Which one of your changes affected performance so

Abysmal RECV network performance

2001-05-27 Thread John William
Can someone please help me troubleshoot this problem - I am getting abysmal (see numbers below) network performance on my system, but the poor performance seems limited to receiving data. Transmission is OK. The computer in question is a dual Pentium 90 machine. The machine has RedHat 7.0 (ker

Re: Console display in portrait mode with unusual dpi resolution

2001-05-27 Thread Andreas Dilger
O Wyss writes: > [Running flatscreen in portrait mode] > > The portrait mode software starts working just about before the logon > screen is shown. All the BIOS and system messages are shown in landscape > mode. From the nature of a software solution I guess this can't be > changed neither of Wind

Re: VIA IDE no go with 2.4.5-ac1

2001-05-27 Thread Oleg Drokin
Hello! On Sun, May 27, 2001 at 05:18:20PM +0100, Alan Cox wrote: > > Vanilla 2.4.5 boots ok, but 2.4.5-ac1 finishes kernel initialisation and > > starts to print "hda: lost interrupt", I guess this is related to VIA IDE > > updates in AC kernels. Config for vanilla and AC kernel is the same

Re: [patch] softirq-2.4.5-B0

2001-05-27 Thread Ingo Molnar
On Sun, 27 May 2001, David S. Miller wrote: > Hooray, some sanity in this thread finally :-) [ finally i had some sleep after a really long debugging session :-| ] > > the attached softirq-2.4.5-B0 patch fixes this problem by calling > > do_softirq() from local_bh_enable() [if the bh count

Re: BUG?: 2.4.5 breaks reiserfs (kernel BUG)

2001-05-27 Thread Alexander Viro
On Sun, 27 May 2001, Bjerkeset, Svein Olav wrote: > Hi, > > Today I downloaded kernel 2.4.5 and compiled it. The kernel worked fine > until > I tried to halt the computer. When trying to unmount the reiserfs > filesystems, > the system freezes with the following output: > > journal_begin call

[PATCH]initrd unmount problem

2001-05-27 Thread Go Taniguchi
Hi, It seems that ioctl_by_bdev() in fs/block_dev.c has a problem. When initrd is unmounted it can cause OOPS. This problem occurs in recent ac patches. May be vanilla too. change_root() in fs/super.c calls ioctl_by_bdev() in fs/block_dev.c which does not set inode_fake.i_bdev. But ioctl of ram

  1   2   >