John Plate <[EMAIL PROTECTED]> écrit :
[do_try_to_free_pages]
Known issue on < 2.2.19pre kernels (do a search for "do_try_to_free_pages"
on the ML archive). It doesn't require RAID btw. Upgrade to 2.2.19prexx, it
performs better.
--
Ueimor
-
To unsubscribe from this list: send the line "unsubsc
> plus i took to opportunity to reduce the allocation size of PAE-pgds.
> Their size is only 32 bytes, and we allocated a full page. Now the code
> kmalloc()s a 32 byte cacheline for the pgd. (there is a hardware
> constraint on alignment: this cacheline must be at least 16-byte aligned,
> whi
Hi,
I have this problem on kernel 2.4.2, various ac
patches, including latest ac24.
When requesting a slot change, most of the time I get
a
>hdc: irq timeout: status=0xd0 { Busy }
>hdc: ATAPI reset complete
and the drive switches me back to the first slot.
I have tried w/ an w/o DMA , no su
Try this:
--- es1370.orig Mon Mar 26 18:15:06 2001
+++ es1370.cMon Mar 26 17:47:54 2001
@@ -170,6 +170,8 @@
struct gameport {
int io;
int size;
+ void (*trigger)(struct gameport *);
+ unsigned char (*read)(struct gamepo
I got the following compilation error with aic7xxx (sorry, $LANGUAGE=german
:-)
make[5]: Entering directory
`/usr/src/linux-2.4.2-ac25/drivers/scsi/aic7xxx/aicasm'
if [ -e "/usr/include/db3/db_185.h" ]; then \
echo "#include " > aicdb.h; \
elif [ -e "/usr/include/db_18
Gerhard Mack wrote:
>
> This sounds very nice.. can such a thing be done with the reset switch as
> well?
Don't think so.
I'm not sure , but I think that the reset button is directly connected
to the reset pin of most chips and can not be overrided.
Off course this is the first candidate for a "
Jonathan Morton <[EMAIL PROTECTED]> said:
> I'm currently investigating the old non-overcommit patch, which (apart from
> needing manual applying to recent kernels) appears to be rather broken in a
> trivial way. It prevents allocation if total reserved memory is greater
> than the total unalloca
Hi,
According to http://www.kernel.org, the latest stable kernel version is
2.4.2. The latest prepatch version is 2.4.3-pre3.
In order to get a full 2.4.3-pre8 kernel do I have to:
A. download linux-2.4.2.tar.gz and all the patch-2.4.3-preX.gz and apply
them in succession or,
B. download linux-
"[EMAIL PROTECTED] wrote:"
> msdos.c MINI_PARTITION underclared (first use in this function)
> msdos.c MINI_NR_SUBPARTITIONS' undeclared (first use in this function)
> check msdos.c msdos.h
> can not find MINI_PARTITION/MINI_NR_SUBPARTITIONS
Do you mean MINIX_PARTITION ?
^ !!!
1
OK, since peoples' territorial instincts have started to lather up,
I guess I'm going to have to do this the hard way...
This file is a patch expressed in two ways. First, procedurally, as a
way to duplicate its effects on any kernel source tree. Secondly, as
an explicit patch against 2.4.3-pre
[EMAIL PROTECTED] said:
> Intended behaviour. This is because of the access checks done in the
> netlink code. Misleading, yes.
I fixed the netlink code so it allowed this to work at one point. Search
l-k archives for it.
--
dwmw2
-
To unsubscribe from this list: send the line "unsubscribe
>> I'm currently investigating the old non-overcommit patch, which (apart from
>> needing manual applying to recent kernels) appears to be rather broken in a
>> trivial way. It prevents allocation if total reserved memory is greater
>> than the total unallocated memory. Let me say that again, a
On 03.26 Alan Cox wrote:
>
> 2.4.2-ac25
It just hangs when init scripts try to activate swap. I will look at
what is init trying to mount and decode the info that Sysrq-P gives,
but if this suggests somebody anything already known...
Sysrq-p gives different info as time goes, so perhaps it is n
Hi,
This very small patches re-orders 2 if-statements so that in the
most common case 1 less if-statement is executed, in the worst
case the same number of if-statements is executed (doesn't matter
though: it's would be the fault-situation anyway).
diff -ur --minimal linux-vanilla/kernel/exit.c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Content-Type: text/plain; charset=us-ascii
Another small collection of bug fixes. No new facilities.
ftp://ftp..kernel.org/pub/linux/utils/kernel/modutils/v2.4
modutils-2.4.4.tar.gz Source tarball, includes RPM spec file
modutils-2.4.4-1
Hello,
[dmesg, /proc/cpuinfo, /proc/interrupt, mount, ... at end of mail]
Mar 25 06:53:10 gip2 kernel: scsi1: PCI error Interrupt at seqaddr = 0x8
Mar 25 06:53:10 gip2 kernel: scsi1: Data Parity Error Detected during address or write
data phase
Mar 25 06:53:55 gip2 kernel: scsi1: PCI error Int
Otto Wyss wrote:
>
> > I had a similar experience:
> > X crashed , hosing the console , so I could not initiate
> > a proper shutdown.
> >
> > Here I must note that the response you got on linux-kernel is
> > shameful.
> >
> Thanks, but I expected it a little bit. All around Linux is centered
> a
sorry...
Try this:
--- es1370.orig Mon Mar 26 18:15:06 2001
+++ es1370.cMon Mar 26 17:47:54 2001
@@ -170,6 +170,8 @@
struct gameport {
int io;
int size;
+ void (*trigger)(struct gameport *);
+ unsigned char (*read)(struct gameport *);
};
extern inline void gam
David ( Ford ) , I think you are misunderstanding a bit here.
The problem here is not that a fsck is needed after an unclean umount,
but that users are forced to corrupt ( by unclean umount due to reset or
poweroff ) their perfectly good file system on a "perfectly" working
system, when their keyb
*** please Cc to [EMAIL PROTECTED] when replying ***
Hi, I sent a similar report a couple of weeks ago but got no
response. Can Someone Who Knows (TM) please have a look at it and tell
me what's wrong with this Olivetti Netstrada? It works with 2.2.18 but
all the 2.4.x kernels didn't work so far
FROM : MRS ELIZABETH NKEIRU-MANI
RE : MONEY TRANSFER.
Dear Sir,
I know my message will come to you as a surprise.
Dont worry I was totally convinced to write you in
reference of the transfer of US$23 M to your account
for onward investment (hotel industries) in your
country. I am Mrs ELIZABET
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Content-Type: text/plain; charset=us-ascii
http://oss.sgi.com/projects/kdb/download/ix86/ contains patches for kdb
v1.8 against 2.4.3-pre8 and 2.4.2-ac25.
This update is just to sync with the current kernels. No new
facilities.
I will not be suppo
Hi !
I am Bharath . I am using Red Hat 2.2
I am looking for reasons rather than solution to my question.
Is it possible to intercept the key press so that you can execute
your own routine than a default routine for key press .
For Eg : It is possible for you send what ever you type o
Wonder if the spam program's running on Linux...?
mani elisabeth wrote:
>
> FROM : MRS ELIZABETH NKEIRU-MANI
>
> RE : MONEY TRANSFER.
>
> Dear Sir,
>
> I know my message will come to you as a surprise.
> Dont worry I was totally convinced to write you in
> reference of the transfer of US$2
> Can anybody help me with the exact utility of the fn
>
> rdtsc( ) ??
>
>
> Thx
>
> Regards
> Sujit Kumar
>
> DCM Technologies
> 125, Udyog Vihar, Phase - I
> Gurgaon.
> Phone: 91-6398001-08
>
> Remember it was Amateurs who built the Ar
This is a variant on the Nigerian Scam... avoid at all cost.
:: -Original Message-
:: From: [EMAIL PROTECTED]
:: [mailto:[EMAIL PROTECTED]]On Behalf Of mani elisabeth
:: Sent: Monday, March 26, 2001 10:24 PM
:: To: [EMAIL PROTECTED]
:: Subject: ASSISTANCE
::
::
:: FROM : MRS ELIZABETH N
I am processing sound data on /dev/dsp. Generally the ~61k devive buffer
is enough to keep the device satiated && gives the program time to fill
up the device buffer when there is 16k of buffer space that needs to be
filled.
But on occasion the /dev/dsp device "slurrs" ( sounds like what happens
vmalloc_area_pages() in 2.4.2-ac25 seems to be broken. It calls
spin_lock(&init_mm.page_table_lock) twice and causes system hang.
inline int vmalloc_area_pages (unsigned long address, unsigned long size,
int gfp_mask, pgprot_t prot)
{
pgd_t * dir;
Apparently net_init.o is missing from export-objs in
drivers/net/Makefile in kernel 2.4.3.pre8, which causes network modules
to fail to load.
Additionally, trying to compile IPX in 2.4.3pre8 results in the
following errors:
make[2]: Entering directory `/mdk/src/linux-2.4.3/net/ipx'
gcc -D__KERNE
On Sun, Mar 25, 2001 at 09:13:20PM -0500, Matthew Chappee wrote:
> The point being, my database shouldn't be selected for
> termination. Nobody ever got fired for kill -9'ing netscape,
> but Oracle is a different story. I urge you, consider the
> patch.
No, you got fired for not setting ulimits
On Mon, Mar 26, 2001 at 01:33:05PM +0200, Ingo Oeser wrote:
> > The point being, my database shouldn't be selected for
> > termination. Nobody ever got fired for kill -9'ing netscape,
> > but Oracle is a different story. I urge you, consider the
> > patch.
>
> No, you got fired for not setting
esr scripsit:
> I could have done this, allowing tokens to be recognized as numeric only
> if all chars are digits. I didn't, for two reasons: (1) Lexical analysis
> is, as it turns out, a hotspot in the CML2 compiler code -- the last thing
> it needs is more overhead, and (2) interpreting symbo
Tachino Nobuhiro wrote:
>
> vmalloc_area_pages() in 2.4.2-ac25 seems to be broken. It calls
> spin_lock(&init_mm.page_table_lock) twice and causes system hang.
>
Yes, it would. Delete the innermost lock and unlock.
--- linux-2.4.2-ac25/mm/vmalloc.c Mon Mar 26 21:38:38 2001
+++ ac/mm/
Hello Hen, Shmulik,
Once you wrote about "Q: How do I get from the latest stable kernel version to the
late st prepatch version ?":
HS> According to http://www.kernel.org, the latest stable kernel version is
HS> 2.4.2. The latest prepatch version is 2.4.3-pre3.
HS>
HS> In order to get a full 2.
Hi all,
this patch (against 2.4.2-ac25) removes many static zero initializers from
various parts of kernel.
Best regards.
--
Andrey Panin| Embedded systems software engineer
[EMAIL PROTECTED]| PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc
patch-zeroinit.bz2
PGP si
Andrew Morton wrote:
>
> Tachino Nobuhiro wrote:
> >
> > vmalloc_area_pages() in 2.4.2-ac25 seems to be broken. It calls
> > spin_lock(&init_mm.page_table_lock) twice and causes system hang.
> >
>
> Yes, it would. Delete the innermost lock and unlock.
>
And the other one.
--- linux-2.4.2-a
On Mon, 26 Mar 2001, Eric S. Raymond wrote:
> (2) Fix up 20 cris-architecture configuration symbols lacking a CONFIG_
> prefix, so they obey CML1/CML2 conventions and can be detected by
> `make dep', also static-analysis tools and consistency checkers.
> This is a BUG FIX in CML1.
No
Bjorn Wesen <[EMAIL PROTECTED]>:
> On Mon, 26 Mar 2001, Eric S. Raymond wrote:
> > (2) Fix up 20 cris-architecture configuration symbols lacking a CONFIG_
> > prefix, so they obey CML1/CML2 conventions and can be detected by
> > `make dep', also static-analysis tools and consistency checke
Hi,
1st :
# depmod -a 2.4.3-pre8
depmod: *** Unresolved symbols in /lib/modules/2.4.3-pre8/kernel/drivers/net/dummy.o
depmod: *** Unresolved symbols in /lib/modules/2.4.3-pre8/kernel/drivers/net/eepro100.o
the rest :
it's Compaq PL 6500 with 4 penguins and 2 gig RAM
Compaq SMART2 hardware RAID
Something has changed regarding the 8139too driver in pre8.
I worked on it all morning long trying to resolve why the sucker
failed to load. There are new configuration options that need to
be addressed. As you recall there were zippo options in the pre7.
There are now:
RealTek RTL-8139 PCI Fas
Mario Mikocevic wrote:
>
> Hi,
>
> 1st :
>
> # depmod -a 2.4.3-pre8
> depmod: *** Unresolved symbols in /lib/modules/2.4.3-pre8/kernel/drivers/net/dummy.o
> depmod: *** Unresolved symbols in
>/lib/modules/2.4.3-pre8/kernel/drivers/net/eepro100.o
What are the unresolved symbols?
--
Jeff Garz
On Fri, Mar 23, 2001 at 05:16:26PM -0800, Stephen Satchell wrote:
[...]
> Really? I have a "cleanup" function that can be called during failure
> cases (and success cases -- but you didn't mention that) so that the cost
> is very low and I don't have to code ANY labels.
>
> But then again, I'm
Thanks.
It just struck me odd that the latest is 2.4.2 while the prepatches were
2.4.3 so I figured there must be something I missed in between (my logic
told me that a 2.4.3 patch would be against a 2.4.3 something ;-).
BTW, I haven't seen any announcements from Linus in this mailing list
regard
Frank Jacobberger wrote:
>
> Something has changed regarding the 8139too driver in pre8.
>
> I worked on it all morning long trying to resolve why the sucker
> failed to load. There are new configuration options that need to
> be addressed. As you recall there were zippo options in the pre7.
>
"Hen, Shmulik" wrote:
>
> Hi,
>
> According to http://www.kernel.org, the latest stable kernel version is
> 2.4.2. The latest prepatch version is 2.4.3-pre3.
>
> In order to get a full 2.4.3-pre8 kernel do I have to:
>
> A. download linux-2.4.2.tar.gz and all the patch-2.4.3-preX.gz and apply
> I hope you will reconsider after you've seen the reasons I posted in a later
> message, Alan. You're one of the people I'm tring to save a lot of hassle
> for later on. In fact, you are likely to be the largest beneficiary of
> this change.
Near term - no. I have much larger problems to worry
Jamie Lokier wrote:
> The automounter could indeed chase those symlinks.
>
> Also, if the automounter creates a symlink in /opt anyway, and the link
> subsequently works (as you said), then it shouldn't be returning "No
> such file or directory" the first time.
>
> In other words the latter beha
esr wrote:
> OK, since peoples' territorial instincts have started to lather up,
> I guess I'm going to have to do this the hard way...
"Split up your patch" still apparently hasn't filtered into your head.
Since that is more difficult than posting a single patch, I would say
you are doing it th
> It just hangs when init scripts try to activate swap. I will look at
> what is init trying to mount and decode the info that Sysrq-P gives,
> but if this suggests somebody anything already known...
PAE or non PAE
> Sysrq-p gives different info as time goes, so perhaps it is not stuck
> but cau
On Fri, Mar 23, 2001 at 07:34:07PM +0100, Manfred Spraul wrote:
> > consumer()
>
> > /* Let's wait for 10 items */
> > atomic_set(&sem->count, -10);
>
> That doesn't work, at least the i386 semaphore implementation doesn't
> support semaphore counts < 0.
Does that m
On Fri, Mar 23, 2001 at 03:52:54PM -0800, Nigel Gamble wrote:
> For the producer/consumer case, you want to initialize the semaphore to
> 0, not 1 which DECLARE_MUTEX(sem) does. So I would use
>
> __DECLARE_SEMAPHORE_GENERIC(sem, 0)
You're right that the DECLARE_MUTEX does not (entirely) do th
On Fri, 23 Mar 2001, Gerhard Mack wrote:
> On Fri, 23 Mar 2001, Bob Lorenzini wrote:
>
> > I'm annoyed when persons post virus alerts to unrelated lists but this
> > is a serious threat. If your offended flame away.
>
> This should be a wake up call... distributions need to stop using product
>
Running into a problem with one of our Dell PowerEdge 1400 servers.
We see these messages very rarely, but after they show up the machine
goes into a really odd state:
Mar 26 09:37:27 maul kernel: spurious APIC interrupt on CPU#1, should never happen.
Mar 26 09:37:27 maul kernel: unexpected IRQ v
On Mon, Mar 26, 2001 at 09:50:53AM -0500, Jeff Garzik wrote:
> esr wrote:
> > (3) Fix up 10 configuration symbols of the form CONFIG_[0-9]*; specific
> > changes are those suggested 8 Jan 2001 by PPC port maintainer Tom Rini.
> > This change has been APPROVED by an authorized maintainer.
On Mon, Mar 26, 2001 at 10:07:22AM -0500, Richard B. Johnson wrote:
[snip]
> I have just received notice that my machines will no longer be
> provided access to "The Internet".
>
> "Effective on or before 16:00:00 local time, the only personal
> computers that will be allowed Internet access are
On Mon, 26 Mar 2001, Jeff Garzik wrote:
> Well, bummer. I can't seem to find Eric's message archived anywhere.
>
> FWIW I am opposed to any large-scale cleanup of the configuration
> language and/or identifiers in -any- 2.4.x series kernel.
Seconded, this is a 2.5 issue... (IMHO, at least)
R
Hi,
I'm trying to do some vm tuning for diskless (and therefore swapless)
devices. (I'm working on a distro that tftp's packages and runs
entirely in RAM)
Even on an X terminal with 64MB RAM, badly behaved apps can use lots of
ram in the Xserver, and what I'm seeing is a hang. The box is usual
On Mon, 26 Mar 2001, Jonathan Morton wrote:
> I have, however, found a bug in the non-overcommit patch - it seems to
> be capable of double-freeing (and then some) - starting 4 Java VMs and
> then closing them causes VMReserved to go negative on my system.
*grin*
It's nice to see the non-overco
On Mon, 26 Mar 2001, John Cowan wrote:
> esr scripsit:
>
> > it needs is more overhead, and (2) interpreting symbols with leading digits
> > as nonnumeric tokens is just *wrong*. Ugh. Violates the Principle of Least
> > Surprise big-time.
>
> In fact this has come up before: in Usenet softwar
Hello. I've got a dual PPro machine running 2.4.2, and Debian (stable + a
little bit of "testing".) This machine is heavily loaded about 3/4 of the
time, doing a daily regression test on a project we're working on.
Bascially, the machine runs g++ about 18 hours a day on machine generated
code.
On Mon, Mar 26, 2001 at 10:07:22AM -0500, Richard B. Johnson wrote:
> On Fri, 23 Mar 2001, Gerhard Mack wrote:
>
> > On Fri, 23 Mar 2001, Bob Lorenzini wrote:
> >
> > > I'm annoyed when persons post virus alerts to unrelated lists but this
> > > is a serious threat. If your offended flame away.
Hello,
I have a problem with compiling kernel-2.4.2. When I want to make a bzImage
on a RedHat Linux 5.2 box,
then I get this error-message:
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -02
-fomit-frame-pointer -fno-strict-aliasing -pipe -march=i486 -c -o init/main.o
ini
Gregory Maxwell wrote:
> On Mon, Mar 26, 2001 at 10:07:22AM -0500, Richard B. Johnson wrote:
> [snip]
> > I have just received notice that my machines will no longer be
> > provided access to "The Internet".
>
> It's sad that people like the one who sent out messages like that can stay
> employed
On Mon, 26 Mar 2001, Theodoor Scholte wrote:
> Hello,
>
> I have a problem with compiling kernel-2.4.2. When I want to make a bzImage
> on a RedHat Linux 5.2 box,
> then I get this error-message:
> [...]
> cpp: /usr/src/linux/include/linux/compile.h: Input/output error
Disk full? Bad disk?
/
On Mon, 26 Mar 2001, Bob_Tracy wrote:
> So let's quit covering for 'em. Let's have the name(s) behind that
> idiotic policy letter, because I would not knowingly allow any company
> I work for to hire such people.
In this case, the person(s) making the policy seem to be short on clue,
and long
I have seen a more complete driver but I haven't tested it since I don't
have this video card. It is at http://www.visuelle-maschinen.de/ctfb/
MS: (n) 1. A debilitating and surprisingly widespread affliction that
renders the sufferer barely able to perform the simplest task. 2. A disease.
James
>
> Mar 25 06:56:50 gip2 kernel: journal_begin called without kernel lock held
> Mar 25 06:56:50 gip2 kernel: kernel BUG at journal.c:423!
>
Ok, this BUG is there to catch people trying to use the reiserfs journal
without the BKL held. Older ac series kernel had a bug where vmtruncate
would t
I vaguely remember a discussion about this a few months back.
If I remember, the reasoning was it would unnecessarily slow
down smaller systems that would never have block devices in
the 4-28T range attached.
However, isn't it possible there will continue to be a series
of P-IV,V,VI,VII ...etc,
Uh... and aside from init, mission critical stuff... crond should never
get killed, it runs mission critical cleanup tasks..
If crond dies, might as well make the machine die in a lot of cases.. I
hate to miss my nightly database exports...
Getting to look more and more like we need some way to c
> > Hello,
> >
> > I have a problem with compiling kernel-2.4.2. When I want to make a bzImage
> > on a RedHat Linux 5.2 box,
> > then I get this error-message:
>
> > [...]
>
> >> cpp: /usr/src/linux/include/linux/compile.h: Input/output error
>
>Disk full? Bad disk?
No, that is not the problem
On Mon, Mar 26, 2001 at 09:08:46AM +0200, Manfred Spraul wrote:
> > [Kernel 2.4.2,
>
> the -ac kernels contain a patch that automatically resets the nic if it
> dies. I've attached my old patch, it applies to 2.4.2.
Your patch works fine for resetting the NIC. There are some a one or two
log me
On Mon, Mar 26, 2001 at 07:34:26AM +0100, Alan Cox wrote:
> Alpha has probably been broken by the pre8 merge.
Yep, but not too much. This "unbreaks" it.
Ivan.
--- 2.4.2-ac25/include/asm-alpha/pgalloc.h Mon Mar 26 17:59:22 2001
+++ linux/include/asm-alpha/pgalloc.h Mon Mar 26 19:58:19 200
wing tung Leung wrote:
> It doesn't solve the (less urgent) problem of not being able the use the
> NIC after a warm boot in M$ Windows. As I said, pulling the power cord from
> the ATX power supply and reinserting it, makes it go away.
Would it be possible for you to re-run your tests against ke
[EMAIL PROTECTED] (Richard B. Johnson) writes:
>I have just received notice that my machines will no longer be
>provided access to "The Internet".
>"Effective on or before 16:00:00 local time, the only personal
>computers that will be allowed Internet access are those administered
>by a Microsof
On Mon, Mar 26, 2001 at 05:14:13PM +1000, Keith Owens wrote:
> 2.2.19 Documentation/Changes says pcmcia-cs 3.0.14. I am using 3.1.21
> and it breaks if you compile the kernel with scsi support then try to
> compile pcmcia. clients/apa1480_stub.c in 3.1.21 has
> #include <../drivers/scsi/aic7xx
On Mon, 26 Mar 2001, Richard B. Johnson wrote:
>
> "Effective on or before 16:00:00 local time, the only personal
> computers that will be allowed Internet access are those administered
> by a Microsoft Certified Network Administrator. This means that
> no Unix or Linux machines will be provided
On 03.26 "Hen, Shmulik" wrote:
> Thanks.
> It just struck me odd that the latest is 2.4.2 while the prepatches were
> 2.4.3 so I figured there must be something I missed in between (my logic
> told me that a 2.4.3 patch would be against a 2.4.3 something ;-).
>
It all depends on the name of the
I'll take a look at merging the drivers/net part of this patch, except
for where it touches drivers/net/wan.
Andrey -- for maintainers at least, it might be nice to split these up
via subsystem -- one patch for drivers/isdn, one patch for drivers/char,
etc.
--
Jeff Garzik | May you have w
From: "Stelian Pop" <[EMAIL PROTECTED]>
> >
> > That doesn't work, at least the i386 semaphore implementation
doesn't
> > support semaphore counts < 0.
>
> Does that mean that kernel semaphore can not be used for something
> else than mutual exclusion ?
>
It's a bit better: counts >= 0 are support
This had hit me a few times with ac18 (I'm not sure it was the same
crash though) and just hit me again with ac24.
Alan cced due to it being in the ac kernels, Andre because the trace
seems to point to the IDE code.
Thanks.
Zephaniah E. Hull.
--
PGP EA5198D1-Zephaniah E. Hull <[EMAIL PROTECT
On 03.26 Alan Cox wrote:
>
> See what it is looping through if you can
>
Well, my mail took a hundred years to get to the list, and in the meanwhile
I read the posts on the bugs in vmalloc.c. That solved my boot, now I'm
running ac25.
--
J.A. Magallon
I appear to have found a problem reading from paride hard disks under
2.4.2
Reading from the raw block devices seems to be fine.
# dd if=/dev/pd/disc0/disc of=/dev/null
works.
However, accessing partitions on the device through VFS by mounting them
hangs the machine.
With vfat and msdos parti
Hi all,
Does anyone know how to configure this controller (chipset AAA-133U2 aka
AIC-78xx)
with one RAID5 hardware volume ? The kernel 2.2.16 see all the disks
(4x18Gb) but
don't see the unique volume.
Thanks in advance.
Roberto Fichera.
-
To unsubscribe from this list: send the line "unsubs
I found this one out while trying to back up an old win95 system ;)
[1.] One line summary of the problem:
paride and/or devfs bork up and OOPS
[2.] Full description of the problem/report:
When releasing and re-loading the 'pd' module, swapping drives on the
parport box hardware, the devfs e
> Dale,
> Alan Cox has reported the following:
>
> > 2.4.2-ac19
> > ...
> > o Hopefully fix the buslogic corruptions (me)
>
> Alan's ac tree also contains a consolidated set of
> patches from Eric Youngdale for the SCSI midlevel.
> Alan's latest is ac25 and may be worth trying
On Mon, Mar 26, 2001 at 08:39:21AM -0800, LA Walsh wrote:
> I vaguely remember a discussion about this a few months back.
> If I remember, the reasoning was it would unnecessarily slow
> down smaller systems that would never have block devices in
> the 4-28T range attached.
4k page size * 2GB =
> After scanning the mailing list archives, I was under the impression that
> this Buslogic issue was an AC series problem. Is there a known problem
> with Buslogic controllers in 2.4.2?
It seems there is. The changes in -ac and in 2.4.3pre limit the max blocks
per request which seems to make
Dale E Martin wrote:
> [snip]
> I had had good luck with 2.4.x on other boxes, so I put it
> on this machine as well. Several times now I've seen ext2
> corruption with no other noteworthy logs.
> .
> The machine is a dual PPro, it has a Buslogic BT958 with a
> single 9G scsi/wide drive in
Matthew Wilcox wrote:
>
> On Mon, Mar 26, 2001 at 08:39:21AM -0800, LA Walsh wrote:
> > I vaguely remember a discussion about this a few months back.
> > If I remember, the reasoning was it would unnecessarily slow
> > down smaller systems that would never have block devices in
> > the 4-28T ran
Zephaniah,
Does this happen in a non-ac kernel?
I have not updated code since around 2.4.0, but other have.
You point ot a few times w/ ac18, but is there one before that which does
not cause this to happen?
The question is to gain isolation of the changes.
On Mon, 26 Mar 2001, Zephaniah E. Hu
Hello GAT,
Can you be more specific? I need a kernel and hardware info and generally
more info than what is given. Is this a PIO/DMA process is it a laptop or
unsupported hardware?
On Mon, 26 Mar 2001, Uncle George wrote:
> I am processing sound data on /dev/dsp. Generally the ~61k devive bu
On Sun, 25 Mar 2001, LA Walsh wrote:
> Here is the 'alternate' output when the ncr53c8xx driver is
> compiled in:
>
> SCSI subsystem driver Revision: 1.00
> scsi-ncr53c7,8xx : at PCI bus 0, device 8, function 0
> scsi-ncr53c7,8xx : warning : revision of 35 is greater than 2.
> scsi-ncr53c7,8xx
Rik van Riel <[EMAIL PROTECTED]>:
> What's wrong with using the _file type_ for these things ?
I don't understand that.
> Conversely, why can't CML2 use the CONFIG_ prefix to
> determine if a symbol is a configuration option, like
> we're doing now?
I do understand this. Greg Banks pointed it
>Hi all,
>
>Does anyone know how to configure this controller (chipset AAA-133U2
>aka AIC-78xx) with one RAID5 hardware volume ? The kernel 2.2.16 see
>all the disks (4x18Gb) but don't see the unique volume.
These boards are not currently supported in RAID mode. Your
best bet is Linux MD.
--
Ju
On Thursday, March 22, 2001 01:42:15 PM -0500 Jan Harkes
<[EMAIL PROTECTED]> wrote:
>
> I found some code that seems wrong and didn't even match it's comment.
> Patch is against 2.4.2, but should go cleanly against 2.4.3-pre6 as well.
>
Ok, this looks correct, makes reiserfs faster, and surv
>> I vaguely remember a discussion about this a few months back.
>> If I remember, the reasoning was it would unnecessarily slow
>> down smaller systems that would never have block devices in
>> the 4-28T range attached.
>
>4k page size * 2GB = 8TB.
Try it.
If your drive (array) is larger than 51
On Sun, Mar 25, 2001 at 09:37:38PM -0800, [EMAIL PROTECTED] wrote:
> do_pd_read_drq: status = 0x10050 = SEEK READY TMO
Please try a recent -ac kernel and let me know if the problem persists
or goes away.
Tim.
*/
PGP signature
The following patch enables the toshiba module to compile correctly on
2.2.19.
thanks,
greg k-h
--
greg@(kroah|wirex).com
http://immunix.org/~greg
diff -Naur -X /home/greg/linux/dontdiff linux-2.2.19/drivers/char/toshiba.c
linux-2.2.19-greg/drivers/char/toshiba.c
--- linux-2.2.19/drivers/c
On Mon, Mar 26, 2001 at 08:01:21PM +0200, Manfred Spraul wrote:
> drivers/block/ll_rw_blk.c, in submit_bh()
> >bh->b_rsector = bh->b_blocknr * (bh->b_size >> 9);
>
> But it shouldn't cause data corruptions:
> It was discussed a few months ago, and iirc LVM refuses to create too
> large volume
At 10.51 26/03/01 -0700, Justin T. Gibbs wrote:
> >Hi all,
> >
> >Does anyone know how to configure this controller (chipset AAA-133U2
> >aka AIC-78xx) with one RAID5 hardware volume ? The kernel 2.2.16 see
> >all the disks (4x18Gb) but don't see the unique volume.
>
>These boards are not current
1 - 100 of 192 matches
Mail list logo