Displaying 20 results from an estimated 20000 matches similar to: "[ANNOUNCE] 2.4.5 ac17 - ext3 0.0.8 kernel rpms"
2001 Jun 26
2
Re: Ext3 kernel RPMS (2.4.5 & 2.2.19)
hi,
is this rpms differ from redhat's rawhide 2.4.5 kernel which seems to
contain ext3. so my question that your rpm contain different ext3
than rh's rpm? or I can simple use rh's rawhide rpms?
thanks.
yours.
ps. please reply to my private address to since I'm not on the list.
thanks.
> Hi,
>
> Mostly for my own use, I prepared two kernel RPM's with Ext3 in them.
2001 Jun 26
0
ext3-2.4-0.0.8
ext3 patches against kernels 2.4.5, 2.4.6-pre5 and 2.4.5-ac17 are
available at http://www.uow.edu.au/~andrewm/linux/ext3/
Almost all testing thus far has been against 2.4.5. Known
problems in 0.0.8 are:
- A theoretical deadlock with quotas in -ac. This is proving
impossible to demonstrate, and will be fixed in 0.0.9.
- A fairly straightforward deadlock with quotas in 2.4.5[-pre].
This
2001 May 17
0
Fwd: ext3 for 2.4
---------- Forwarded Message ----------
Subject: ext3 for 2.4
Date: Thu, 17 May 2001 21:20:38 +1000
From: Andrew Morton <andrewm@uow.edu.au>
To: ext2-devel@lists.sourceforge.net, "Peter J. Braam"
<braam@mountainviewdata.com>, Andreas Dilger <adilger@turbolinux.com>,
"Stephen C. Tweedie" <sct@redhat.com>
Cc: linux-fsdevel@vger.kernel.org
Summary:
2007 Apr 18
0
Ext3-users Digest, Vol 38, Issue 10
Hi,
my program works well with fedora-2 .with fedora-5 it's gives following
errors..
get_it_i_say.c:549: warning: implicit declaration of function 'strcmp'
cc -o giis dir.o file.o get_it_i_say.o group.o init.o inode.o main.o
searchnupdate.o uninit.o
inode.o: In function `read_inode':inode.c:(.text+0x202): undefined reference
to `S_ISDIR'
inode.o: In function
2001 May 27
1
Kernel 2.4.5 and gkernel/ext3 CVS: cannot compile
Hi,
I've tried to compile an ext3 extended 2.4.5 kernel but I got no
luck. After applying the ext3 patch from the gkernel/ext3 (download
today) (symlinks are created) I run into following problem:
gcc -D__KERNEL__ -I/usr/local/src/kernel/linux-2.4.5-ext3cvs/include
-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
-fno-strict-aliasing -pipe -march=i686
-DEXPORT_SYMTAB -c ksyms.c
2001 Jun 01
2
ext3 and 2.4.5: OK, but how to convert / ?
Hi. I just installed ext3 for 2.4.5 from
http://www.uow.edu.au/~andrewm/linux/ext3/ but couldn't find
anything about converting my root partition to ext3. 2
partitions are now ext3 after I umount and tune2fs, but what
should I do with / ? I tried init 1 and umount, but tune2fs
would fail because it was on read-only fs.
Another question is if I can now build ext2 as a module, and
if it's
2001 Jun 08
1
VALinux's 2.4.5 beta kernel with Ext3
Anyone try this yet?
ftp://ftp.valinux.com/pub/software/kernel/beta/2.4.5-beta2va3.11/
List of SRPM contents follows.
-- TheBS
atomic-lookup.patch
atomicalloc.patch
byteprofiling.patch
comtrol-1.23.patch
configs-2.4.5.tar.gz
copy-user-reschedule.patch
dac960-enclosure-quiet.patch
dma-livelock-fix.patch
e100-1.5.5.tar.gz
e1000-3.0.7.tar.gz
eepro100-speedo-1.patch
emu10k1-tone.patch
2003 Mar 04
2
ext3 htree brelse problems look to be fixed!
I just booted 2.5-bk current as of last night with the below patch¹
(which was recently posted to ext3-users) that un-static-ifies a
struct dx_frame in namei.c.
I then did my best torture test for the brelse bug: starting gnus
(3600+ nnmh folders² with a total of XXX messages; it does a readdir
on each of those folders) while doing bk consistancy checks in 2.5
and/or 2.4 kernel trees. All
2002 Dec 04
0
[Fwd: [RESEND] 2.4.20: ext3: Assertion failure in journal_forget()/Oops on another system]
Just to make sure somebody reacts (please) I'm forwarding this. Please
cc me on replies as I'm not subscribed to this list.
-------- Original Message --------
Subject: [RESEND] 2.4.20: ext3: Assertion failure in
journal_forget()/Oops on another system
Date: Wed, 04 Dec 2002 21:27:31 +0100
From: Andreas Steinmetz <ast@domdv.de>
To: Linux Kernel Mailing List
2001 Jul 04
1
ext3 breaks 2.4.5
ext3 broke kernel 2.4.5 that was working just great before
gives "kernel panic: Attempt to kill init" and a bunch of registers on booting
$ kgcc -v
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release / Linux-Mandrake
8.0)
kernel configuration attached
Good luck,
Andriy
2001 Jul 09
1
ext3 and kernel 2.4.5
Hallo!
Is it possible to use ext3 with kernel 2.4.5? If so where can I find the sources? On redhat´s site I can only find souces for kernel 2.2.x.
Bye
Markus
networks & security
StairWeb GmbH
Markus Eckerl
Markus Eckerl
ME5810-RIPE
ME5810-RIPE
Dr.-Ernst-Derra-Str. 4
Dr.-Ernst-Derra-Str. 4
94036 Passau
94036
2001 Apr 29
1
freeing, allocating and free blocks in Ext3
Hi,
We hit an interesting issue with Ext3 in ordered data mode. A large file
was truncated (open with O_TRUNC) and immediately over-written with a
single write call. The write call returned ENOSPACE, but a check for
space (using essentially statfs) promised that there would be plenty of
space.
The reason turned out to be that the blocks freed by the truncation were
not yet available to the
2001 Jun 10
1
compile error ext3-2.4-0.0.6 on
Hi all,
I followed the instructions on
http://www.uow.edu.au/~andrewm/linux/ext3/ext3-usage.html, and
make bzImage gave the following:
.....
make[1]: Leaving directory `/usr/src/linux-2.4.5/arch/i386/lib'
ld -m elf_i386 -T /usr/src/linux-2.4.5/arch/i386/vmlinux.lds -e stext
arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o
init/version.o \
--start-group \
2011 Sep 23
0
Fwd: Re: ext3 with maildir++ = huge disk latency and high load
23.09.2011 11:31, Janne Pikkarainen ?????:
Thank you for reply,
BTW, other webserver has almost the same bonnie results (10283ms and
5884ms) on ext3 partition with 45GB of data (1.5 millions of files)?!
Hardware and RAID5(also hardware) are the same: HP Proliant DL380 G4
with SmartArray 6i controller (as I see it comes with 128MB BBWC enabler
but not kit).
I did not tried to mount fs with
2001 Aug 07
1
ext3fs for 2.4.5
Hi,
I have ext3 installed against the 2.2.19 kernel. I am able to make
the ext3 file system and mount it.
I am not able to install the ext3fs for kernel-2.4.5 . I am unable
to add the ext3 patch to the kernel. In the directory
~andrewm/linux/ext3/,
which is the patch for 2.4.5 kernel.
( I can only see the patches for 2.4.6 and 2.4.7 ).
Also, is there any prescribed pattern for
2001 Jun 12
1
Mounting / as ext3 when ext3 is modularized in 2.4
Hello,
I recently switched from 2.2 to 2.4 kernel. Each partition already contains
a journal. I tried kernel-2.4.5-0.2.9 from RedHat Rawhide, where ext3/jbd is
modularized. For the people who want to try this kernel, you first need to
rebuild it, and enable CONFIG_JBD_DEBUG. This solves an unresolved symbol
in jbd.o which prevents ext3 to load. (This issue will be solved in next
RawHide)
My
2001 Feb 08
1
Ext3 & InterMezzo issue
Hi Stephen,
We had some starvation/locks happening to us under very heavy load
in two cases:
- InterMezzo asked ext3 to do a journaled file write (for 1 block)
essentially using
ext3_write
- similarly for truncate.
These lockups went away when we started the transaction in
InterMezzo and reserved somewhat
more space than ext3 does.
Any clues as to what this might be? Are the ext3
2001 Jun 18
3
ext3 and 2.4.x-smp
I am running a RH6/7ish system on an abit bp6 with 2.4-test12 -smp
running rock solid. I have a new drive that I want to use to test out a
journa;ing file system on, and thus far have not been happy with
reiserfs and have been waiting for ext3 on 2.4 (I had been considering
xfs as an alternative but from what i've read it's a little too robust
for my needs).
Anyway, I guess I am
2001 Jul 06
1
ext3-2.4-0.9.0
An update of the ext3 journalling filesystem for 2.4 kernels
is available at
http://www.uow.edu.au/~andrewm/linux/ext3/
Patches are against 2.4.6-ac1 and 2.4.6.
Changes since 0.0.8 include:
- Multiplied the version numbering by ten to cater for bugfix
releases against the 0.9.0 stream.
- The main thrust has been the removal of a number of changes in
the core kernel which were required
2001 Jun 16
1
mount problem with ext3,ext2
I have compiled 2.4.5 and patched the src rpms for e2fsprogs01.20 and
util-linux 2.11b. I can boot with ext3 as my filesystem type in fstab and
fsck doesn't seem to mind it or ext3,ext2 but mount from util-linux chokes on
having ext3,ext2 in fstab during bootup or later manually.
Anyone have any ideas?
I am running RedHat 7.1
Thanks,
Bill
--
Bill Vinson
<billvinson@nc.rr.com>