All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux 2.4 -> 2.6 migration
@ 2003-11-07 13:39 Sebastian Kaps
  2003-11-07 15:29 ` Eric Whiting
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Sebastian Kaps @ 2003-11-07 13:39 UTC (permalink / raw)
  To: reiserfs-list

Hi!

Is there something concerning ReiserFS I should know when migrating from
Linux 2.4 to Linux 2.6?

I'm asking because a few days ago I downloaded and compiled 2.6.0-test9
just for curiosity. It booted fine and I went back to my "standard"
kernel, which was 2.4.23-pre5 at that time. Right after booting the
2.4.x kernel, I got lots of the following messages in my logs:
,----
| kernel: ide2(33,3):vs-4080: reiserfs_free_block: free_block (2103:463529)[dev:blocknr]: bit already cleared
`----
The block number always differed. Gladly, "reiserfsck --rebuild-tree"
helped to cure that, but there were lots of unusable files after that
(e.g. parts of files overwritten with parts of other files).

Is this suppose to happen? What caused this error?

Another thing: I had to "hard reboot" my system a few times in the last
few months. I also experienced that sometimes parts of files were
overwritten with 0x00s or parts of other files. Can someone explain to
me how this can happen?

-- 
Ciao, Sebastian

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Linux 2.4 -> 2.6 migration
  2003-11-07 13:39 Linux 2.4 -> 2.6 migration Sebastian Kaps
@ 2003-11-07 15:29 ` Eric Whiting
       [not found] ` <3FABA80A.1090608@gmx.net>
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 14+ messages in thread
From: Eric Whiting @ 2003-11-07 15:29 UTC (permalink / raw)
  To: Sebastian Kaps; +Cc: reiserfs-list

I was running 2.6.0test6 on my desktop. 

I installed suse9 and ran their 2.4.21-99 kernel and had a lot of reiserfs
corruption on a existing partition. I also had to --rebuild-tree on that
parition. I'm runnning 2.6.0-test9 right now.

2.6->2.4 was not a happy thing for my box..

I thought it was something in how I did the upgrade. But maybe something else is
happening here... Somewhere in my logs I see this:

eric




Nov  4 15:32:13 windriver kernel: vs-6030: check_internal_block_head: invalid
item number level=2, nr_items=
170, free_space=65520 rdkey kernel BUG at prints.c:334!
Nov  4 15:32:13 windriver kernel: invalid operand: 0000 2.4.21-99-athlon #1 Wed
Sep 24 13:34:32 UTC 2003
Nov  4 15:32:13 windriver kernel: CPU:    0
Nov  4 15:32:13 windriver kernel: EIP:   
0010:[st:__insmod_st_O/lib/modules/2.4.21-99-athlon/kernel/drivers
/s+4275657781/96]    Not tainted
Nov  4 15:32:13 windriver kernel: EIP:    0010:[<c1995c35>]    Not tainted
Nov  4 15:32:13 windriver kernel: EFLAGS: 00010292
Nov  4 15:32:13 windriver kernel: eax: 00000069   ebx: 00000000   ecx:
c037e4d0   edx: 00000001
Nov  4 15:32:13 windriver kernel: esi: cc018000   edi: c49d0b40   ebp:
cc018de0   esp: cd9f9a14
Nov  4 15:32:13 windriver kernel: ds: 0018   es: 0018   ss: 0018
Nov  4 15:32:13 windriver kernel: Process rm (pid: 2382, stackpage=cd9f9000)
Nov  4 15:32:13 windriver kernel: Stack: c19b2f1a c19b3960 00000000 000000aa
c199696e 00000000 c19afcc0 c49d
0b40
Nov  4 15:32:13 windriver kernel:        00000240 cd957188 cc018ab8 c199a2b3
c49d0b40 c192e000 c49d0b40 cc01
8000
Nov  4 15:32:13 windriver kernel:        cd957000 00000093 00000093 c49d0b40
00000018 c497be40 cd9f9adc 0000
0000
Nov  4 15:32:13 windriver kernel: Call Trace:   
[st:__insmod_st_O/lib/modules/2.4.21-99-athlon/kernel/drive
rs/s+4275777306/96]
[st:__insmod_st_O/lib/modules/2.4.21-99-athlon/kernel/drivers/s+4275779936/96]
[st:__ins
mod_st_O/lib/modules/2.4.21-99-athlon/kernel/drivers/s+4275661166/96]
[st:__insmod_st_O/lib/modules/2.4.21-9
9-athlon/kernel/drivers/s+4275764416/96]
[st:__insmod_st_O/lib/modules/2.4.21-99-athlon/kernel/drivers/s+427
5675827/96]
Nov  4 15:32:13 windriver kernel: Call Trace:    [<c19b2f1a>] [<c19b3960>]
[<c199696e>] [<c19afcc0>] [<c199a
2b3>]
Nov  4 15:32:13 windriver kernel:  
[st:__insmod_st_O/lib/modules/2.4.21-99-athlon/kernel/drivers/s+42756762
06/96]
[st:__insmod_st_O/lib/modules/2.4.21-99-athlon/kernel/drivers/s+4275676775/96]
[st:__insmod_st_O/lib/
modules/2.4.21-99-athlon/kernel/drivers/s+4275677974/96]
[st:__insmod_st_O/lib/modules/2.4.21-99-athlon/kern
el/drivers/s+4275680270/96]
[st:__insmod_st_O/lib/modules/2.4.21-99-athlon/kernel/drivers/s+4275634609/96] [
st:__insmod_st_O/lib/modules/2.4.21-99-athlon/kernel/drivers/s+4275639202/96]
Nov  4 15:32:13 windriver kernel:   [<c199a42e>] [<c199a667>] [<c199ab16>]
[<c199b40e>] [<c19901b1>] [<c1991
3a2>]


Sebastian Kaps wrote:
> 
> Hi!
> 
> Is there something concerning ReiserFS I should know when migrating from
> Linux 2.4 to Linux 2.6?
> 
> I'm asking because a few days ago I downloaded and compiled 2.6.0-test9
> just for curiosity. It booted fine and I went back to my "standard"
> kernel, which was 2.4.23-pre5 at that time. Right after booting the
> 2.4.x kernel, I got lots of the following messages in my logs:
> ,----
> | kernel: ide2(33,3):vs-4080: reiserfs_free_block: free_block (2103:463529)[dev:blocknr]: bit already cleared
> `----
> The block number always differed. Gladly, "reiserfsck --rebuild-tree"
> helped to cure that, but there were lots of unusable files after that
> (e.g. parts of files overwritten with parts of other files).
> 
> Is this suppose to happen? What caused this error?
> 
> Another thing: I had to "hard reboot" my system a few times in the last
> few months. I also experienced that sometimes parts of files were
> overwritten with 0x00s or parts of other files. Can someone explain to
> me how this can happen?
> 
> --
> Ciao, Sebastian

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Linux 2.4 -> 2.6 migration
       [not found] ` <3FABA80A.1090608@gmx.net>
@ 2003-11-07 16:30   ` Sebastian Kaps
  2003-11-07 17:10     ` Vince
  0 siblings, 1 reply; 14+ messages in thread
From: Sebastian Kaps @ 2003-11-07 16:30 UTC (permalink / raw)
  To: reiserfs-list

Hi Christian!

> Reiserfs does only metadata journaling, if you perform a hard reset the
> data newly written to your files may be lost, because it has not been
> forced onto the disk.

The problem is not that newly written data is lost but that files
suddenly have contents that belong to other files. I could live with the
loss of unsaved data but for example I hate it when my window manager
configuration is wrecked because contents that would belong to
/var/log/messages appear in its config files. I've never had this with
ext2 but quite a few times with ReiserFS.

> If you want your data to be consistent in such cases you need to apply
> Chris Mason's data logging patches, or use the SuSE Linux kernel.
> See http://ftp.suse.com/pub/people/mason

I'll try that, thank you.

-- 
Ciao, Sebastian

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Linux 2.4 -> 2.6 migration
       [not found] ` <20031107160935.3f02f334.pegasus@nerv.eu.org>
@ 2003-11-07 16:33   ` Sebastian Kaps
  2003-11-08  7:09   ` Soeren Sonnenburg
  1 sibling, 0 replies; 14+ messages in thread
From: Sebastian Kaps @ 2003-11-07 16:33 UTC (permalink / raw)
  To: reiserfs-list

Hi Jure!

> Sounds to me like you'd want to check your hardware and ram. I'm dual
> booting between redhat 2.4.20-something and 2.6.0-test9 and have no problems
> wih reiserfs partitions.

I'm pretty sure it's not hardware related. I'm running this hardware for
ages now without any problems...

-- 
Ciao, Sebastian

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Linux 2.4 -> 2.6 migration
  2003-11-07 16:30   ` Sebastian Kaps
@ 2003-11-07 17:10     ` Vince
  0 siblings, 0 replies; 14+ messages in thread
From: Vince @ 2003-11-07 17:10 UTC (permalink / raw)
  To: reiserfs-list

Sebastian Kaps wrote:

> 
> The problem is not that newly written data is lost but that files
> suddenly have contents that belong to other files. I could live with the
> loss of unsaved data but for example I hate it when my window manager
> configuration is wrecked because contents that would belong to
> /var/log/messages appear in its config files. I've never had this with
> ext2 but quite a few times with ReiserFS.

Same here, and I couldn't agree more. I've had several bad corruption in 
my config files and logs happening because of this particular - and way 
too common - reiserfs behaviour...   :-/

>>If you want your data to be consistent in such cases you need to apply
>>Chris Mason's data logging patches, or use the SuSE Linux kernel.
>>See http://ftp.suse.com/pub/people/mason

On the same topic : does anybody know if there is a 2.6 version of these 
patches available somewhere ? (or else if a 2.6 port of those is planned 
in the short term ?)

Vincent


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Linux 2.4 -> 2.6 migration
  2003-11-07 13:39 Linux 2.4 -> 2.6 migration Sebastian Kaps
  2003-11-07 15:29 ` Eric Whiting
       [not found] ` <3FABA80A.1090608@gmx.net>
@ 2003-11-08  4:08 ` Quinn Harris
       [not found] ` <20031107160935.3f02f334.pegasus@nerv.eu.org>
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 14+ messages in thread
From: Quinn Harris @ 2003-11-08  4:08 UTC (permalink / raw)
  To: reiserfs-list

Did you enable IDE TCQ in your 2.6 kernel?  To quote http://www.namesys.com/
download.html
"Don't enable TCQ (Tagged Command Queuing) in 2.5 (and modified 2.4) kernels. 
TCQ is known broken currently and it will corrupt your filesystems for sure."

Quinn


On Friday 07 November 2003 06:39 am, Sebastian Kaps wrote:
> Hi!
> 
> Is there something concerning ReiserFS I should know when migrating from
> Linux 2.4 to Linux 2.6?
> 
> I'm asking because a few days ago I downloaded and compiled 2.6.0-test9
> just for curiosity. It booted fine and I went back to my "standard"
> kernel, which was 2.4.23-pre5 at that time. Right after booting the
> 2.4.x kernel, I got lots of the following messages in my logs:
> ,----
>
> | kernel: ide2(33,3):vs-4080: reiserfs_free_block: free_block
> | (2103:463529)[dev:blocknr]: bit already cleared
>
> `----
> The block number always differed. Gladly, "reiserfsck --rebuild-tree"
> helped to cure that, but there were lots of unusable files after that
> (e.g. parts of files overwritten with parts of other files).
> 
> Is this suppose to happen? What caused this error?
> 
> Another thing: I had to "hard reboot" my system a few times in the last
> few months. I also experienced that sometimes parts of files were
> overwritten with 0x00s or parts of other files. Can someone explain to
> me how this can happen?
> 
> -- 
> Ciao, Sebastian
> 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Linux 2.4 -> 2.6 migration
       [not found] ` <20031107160935.3f02f334.pegasus@nerv.eu.org>
  2003-11-07 16:33   ` Sebastian Kaps
@ 2003-11-08  7:09   ` Soeren Sonnenburg
  1 sibling, 0 replies; 14+ messages in thread
From: Soeren Sonnenburg @ 2003-11-08  7:09 UTC (permalink / raw)
  To: reiserfs-list

On Fri, 2003-11-07 at 16:09, Jure Peèar wrote:
> On Fri, 07 Nov 2003 14:39:06 +0100
> Sebastian Kaps <seb-keyword-reiserfs.0462a0@toyland.sauerland.de> wrote:
> 
> > Another thing: I had to "hard reboot" my system a few times in the last
> > few months. I also experienced that sometimes parts of files were
> > overwritten with 0x00s or parts of other files. Can someone explain to
> > me how this can happen?
> 
> Sounds to me like you'd want to check your hardware and ram. I'm dual
> booting between redhat 2.4.20-something and 2.6.0-test9 and have no problems
> wih reiserfs partitions.

Nope that is expected behaviour without data logging patches.

Soeren


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Linux 2.4 -> 2.6 migration
  2003-11-07 13:39 Linux 2.4 -> 2.6 migration Sebastian Kaps
                   ` (3 preceding siblings ...)
       [not found] ` <20031107160935.3f02f334.pegasus@nerv.eu.org>
@ 2003-11-08 10:11 ` Alex Zarochentsev
  2003-11-08 11:09   ` Vitaly Fertman
  2003-11-08 12:40   ` Sebastian Kaps
  2003-11-08 12:21 ` Matthias Andree
       [not found] ` <200311072107.50957.>
  6 siblings, 2 replies; 14+ messages in thread
From: Alex Zarochentsev @ 2003-11-08 10:11 UTC (permalink / raw)
  To: Sebastian Kaps; +Cc: reiserfs-list, Vitaly Fertman

On Fri, Nov 07, 2003 at 02:39:06PM +0100, Sebastian Kaps wrote:
> Hi!
> 
> Is there something concerning ReiserFS I should know when migrating from
> Linux 2.4 to Linux 2.6?
> 
> I'm asking because a few days ago I downloaded and compiled 2.6.0-test9
> just for curiosity. It booted fine and I went back to my "standard"
> kernel, which was 2.4.23-pre5 at that time. Right after booting the
> 2.4.x kernel, I got lots of the following messages in my logs:
> ,----
> | kernel: ide2(33,3):vs-4080: reiserfs_free_block: free_block (2103:463529)[dev:blocknr]: bit already cleared

test-9/reiser3 works fine for us.  Your problems could be due to a bug in
updated IDE driver, for example.  Do other filesystems (like ext2) work? 

Can you send a .config (from 2.6.0-test-9) and describe your hardware configuration
to the reiserfs-dev@namesys.com mailing list?

> `----
> The block number always differed. Gladly, "reiserfsck --rebuild-tree"
> helped to cure that, but there were lots of unusable files after that
> (e.g. parts of files overwritten with parts of other files).

I think that reiserfsck --rebuild-tree trusts the bitmap content, which is not
good for your case.  Vitaly will answer better.

> 
> Is this suppose to happen? What caused this error?
> 
> Another thing: I had to "hard reboot" my system a few times in the last
> few months. I also experienced that sometimes parts of files were
> overwritten with 0x00s or parts of other files. Can someone explain to
> me how this can happen?
> 
> -- 
> Ciao, Sebastian

-- 
Alex.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Linux 2.4 -> 2.6 migration
  2003-11-08 10:11 ` Alex Zarochentsev
@ 2003-11-08 11:09   ` Vitaly Fertman
  2003-11-08 12:40   ` Sebastian Kaps
  1 sibling, 0 replies; 14+ messages in thread
From: Vitaly Fertman @ 2003-11-08 11:09 UTC (permalink / raw)
  To: Alex Zarochentsev, Sebastian Kaps; +Cc: reiserfs-list

On Saturday 08 November 2003 13:11, Alex Zarochentsev wrote:
> On Fri, Nov 07, 2003 at 02:39:06PM +0100, Sebastian Kaps wrote:
> > Hi!
> >
> > Is there something concerning ReiserFS I should know when migrating from
> > Linux 2.4 to Linux 2.6?
> >
> > I'm asking because a few days ago I downloaded and compiled 2.6.0-test9
> > just for curiosity. It booted fine and I went back to my "standard"
> > kernel, which was 2.4.23-pre5 at that time. Right after booting the
> > 2.4.x kernel, I got lots of the following messages in my logs:
> > ,----
> >
> > | kernel: ide2(33,3):vs-4080: reiserfs_free_block: free_block
> > | (2103:463529)[dev:blocknr]: bit already cleared
>
> test-9/reiser3 works fine for us.  Your problems could be due to a bug in
> updated IDE driver, for example.  Do other filesystems (like ext2) work?
>
> Can you send a .config (from 2.6.0-test-9) and describe your hardware
> configuration to the reiserfs-dev@namesys.com mailing list?
>
> > `----
> > The block number always differed. Gladly, "reiserfsck --rebuild-tree"
> > helped to cure that, but there were lots of unusable files after that
> > (e.g. parts of files overwritten with parts of other files).
>
> I think that reiserfsck --rebuild-tree trusts the bitmap content, which is
> not good for your case.  Vitaly will answer better.

Bitmaps do not say that this block belongs to some particular file,
so bitmaps have nothing to do with the described problem when 
parts of files overwritten with parts of other files. But when there
are some blocks in use that have been already freed there could 
be another problem -- parts of files are lost, there are just zeroes 
in these parts, or some files are lost after fsck. Probably scanning
through all blocks of the partition with --scan-whole-partition 
option would help here, but this option should be used with 
extreme caution as you can run out of the partition space with it.

-- 
Thanks,
Vitaly Fertman

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Linux 2.4 -> 2.6 migration
  2003-11-07 13:39 Linux 2.4 -> 2.6 migration Sebastian Kaps
                   ` (4 preceding siblings ...)
  2003-11-08 10:11 ` Alex Zarochentsev
@ 2003-11-08 12:21 ` Matthias Andree
       [not found] ` <200311072107.50957.>
  6 siblings, 0 replies; 14+ messages in thread
From: Matthias Andree @ 2003-11-08 12:21 UTC (permalink / raw)
  To: Sebastian Kaps; +Cc: reiserfs-list

Sebastian Kaps <seb-keyword-reiserfs.0462a0@toyland.sauerland.de> writes:

> Is there something concerning ReiserFS I should know when migrating from
> Linux 2.4 to Linux 2.6?

No. Make sure the file system is fine before booting a new kernel, using
a CURRENT reiserfsprogs is essential. Namesys have made lots of fixes
recently.

-- 
Matthias Andree

Encrypt your mail: my GnuPG key ID is 0x052E7D95

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Linux 2.4 -> 2.6 migration
       [not found] ` <200311072107.50957.>
@ 2003-11-08 12:32   ` Sebastian Kaps
  2003-11-09  5:45   ` Alejandro Sanchez Acosta
  1 sibling, 0 replies; 14+ messages in thread
From: Sebastian Kaps @ 2003-11-08 12:32 UTC (permalink / raw)
  To: reiserfs-list

Hi Quinn!

> Did you enable IDE TCQ in your 2.6 kernel?  To quote http://www.namesys.com/
> download.html

I guess I did enable TCQ.

> "Don't enable TCQ (Tagged Command Queuing) in 2.5 (and modified 2.4) kernels. 
> TCQ is known broken currently and it will corrupt your filesystems for sure."

Okay, that would explain it...

-- 
Ciao, Sebastian

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Linux 2.4 -> 2.6 migration
  2003-11-08 10:11 ` Alex Zarochentsev
  2003-11-08 11:09   ` Vitaly Fertman
@ 2003-11-08 12:40   ` Sebastian Kaps
  1 sibling, 0 replies; 14+ messages in thread
From: Sebastian Kaps @ 2003-11-08 12:40 UTC (permalink / raw)
  To: reiserfs-list

Hi Alex!

> test-9/reiser3 works fine for us.  Your problems could be due to a bug in
> updated IDE driver, for example.  Do other filesystems (like ext2) work? 

I only have one big reiserfs partition, so I can't test it.

> Can you send a .config (from 2.6.0-test-9) and describe your hardware
> configuration to the reiserfs-dev@namesys.com mailing list?

Sorry, I did an "rm -rf" on the 2.6.x tree two days ago. I guess that
enabling TCQ was the mistake, as Quinn Harris pointed out.

-- 
Ciao, Sebastian

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Linux 2.4 -> 2.6 migration
  2003-11-09  5:45   ` Alejandro Sanchez Acosta
@ 2003-11-08 17:05     ` Marcelo Pacheco
  0 siblings, 0 replies; 14+ messages in thread
From: Marcelo Pacheco @ 2003-11-08 17:05 UTC (permalink / raw)
  To: Alejandro Sanchez Acosta, Quinn Harris; +Cc: reiserfs-list

On Sunday 09 November 2003 03:45, Alejandro Sanchez Acosta wrote:
> El s?, 08-11-2003 a las 05:08, Quinn Harris escribió:
> > Did you enable IDE TCQ in your 2.6 kernel?  To quote
> > http://www.namesys.com/ download.html
> > "Don't enable TCQ (Tagged Command Queuing) in 2.5 (and modified 2.4)
> > kernels. TCQ is known broken currently and it will corrupt your
> > filesystems for sure."
>
> What does it do Tagged Command Queuing?
>
> Thanks in advance.
TCQ is a feature that allows a host to send multiple commands to IDE devices 
and have them queued and executed in the most efficient manner to the device, 
being interrupted as they become ready. This is a standard SCSI feature that 
is available on higher featured drives. Lots of drives don't have this 
feature, but once it's stable on Linux, it should be ok to enable it by 
default and let Linux disable it for devices that don't support it. However 
today it's not ready for production.

Marcelo Pacheco


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Linux 2.4 -> 2.6 migration
       [not found] ` <200311072107.50957.>
  2003-11-08 12:32   ` Sebastian Kaps
@ 2003-11-09  5:45   ` Alejandro Sanchez Acosta
  2003-11-08 17:05     ` Marcelo Pacheco
  1 sibling, 1 reply; 14+ messages in thread
From: Alejandro Sanchez Acosta @ 2003-11-09  5:45 UTC (permalink / raw)
  To: Quinn Harris; +Cc: reiserfs-list

El s?, 08-11-2003 a las 05:08, Quinn Harris escribió:
> Did you enable IDE TCQ in your 2.6 kernel?  To quote http://www.namesys.com/
> download.html
> "Don't enable TCQ (Tagged Command Queuing) in 2.5 (and modified 2.4) kernels. 
> TCQ is known broken currently and it will corrupt your filesystems for sure."

What does it do Tagged Command Queuing?

Thanks in advance.
-- 
Alejandro Sanchez Acosta <alejandro@hispafuentes.com>


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2003-11-09  5:45 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-07 13:39 Linux 2.4 -> 2.6 migration Sebastian Kaps
2003-11-07 15:29 ` Eric Whiting
     [not found] ` <3FABA80A.1090608@gmx.net>
2003-11-07 16:30   ` Sebastian Kaps
2003-11-07 17:10     ` Vince
2003-11-08  4:08 ` Quinn Harris
     [not found] ` <20031107160935.3f02f334.pegasus@nerv.eu.org>
2003-11-07 16:33   ` Sebastian Kaps
2003-11-08  7:09   ` Soeren Sonnenburg
2003-11-08 10:11 ` Alex Zarochentsev
2003-11-08 11:09   ` Vitaly Fertman
2003-11-08 12:40   ` Sebastian Kaps
2003-11-08 12:21 ` Matthias Andree
     [not found] ` <200311072107.50957.>
2003-11-08 12:32   ` Sebastian Kaps
2003-11-09  5:45   ` Alejandro Sanchez Acosta
2003-11-08 17:05     ` Marcelo Pacheco

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.