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
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
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
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
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
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
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
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
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
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
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,
* 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
* 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)
>
> 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
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
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
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-
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
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
> 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
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
> 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
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.
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
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
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
[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
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
--- 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
> 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
> 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
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
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
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
> > * 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/
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?
--- 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
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
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,
> 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
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:
> >
>
> 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
"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
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
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,
>
>> 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
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
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
>> 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
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
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
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 (
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
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-
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,
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
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
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
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
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
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
> 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
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
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
> 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
> 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
> 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
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
>--- 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
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
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
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
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 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
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
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
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
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
> 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
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
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:
> >
>> 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
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
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
> 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
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
"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
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
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
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
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
"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
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
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
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
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
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
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
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
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 - 100 of 136 matches
Mail list logo