* [linux-lvm] kernel panic - converting root fs to lvm
@ 2002-08-07 9:27 Jorge Melhado
2002-08-08 12:29 ` Luca Berra
0 siblings, 1 reply; 10+ messages in thread
From: Jorge Melhado @ 2002-08-07 9:27 UTC (permalink / raw)
To: linux-lvm
[-- Attachment #1: Type: text/plain, Size: 4197 bytes --]
Hello.
Please, help me.
I installed RedHat 7.3 (kernel 2.4.18-3) and I´m trying to convert my root filesystem to LVM (lvm-1.0.3-4).
My filesystems were:
$ df -k
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/sda2 2063316 400240 1558264 21% /
/dev/sda1 30985 5915 23470 21% /boot
none 257180 0 257180 0% /dev/shm
/boot is ext2.
/ is ext3
swap is on /dev/sda5
I created a new partition on /dev/sda6 and changed its type to "8e" (Linux LVM)
I followed whole the chapter 18 from LVM HOWTO, except I created one logical volume for /, /usr, /home, /var and /tmp and copied files with "find / -xdev | cpio -pvmd /mnt" replacing "/" and "/mnt" for each new logical volume created.
So, I have:
$ df -k
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/sda2 2063316 400240 1558264 21% /
/dev/sda1 30985 5915 23470 21% /boot
none 257180 0 257180 0% /dev/shm
/dev/rootvg/root 198337 56448 131649 31% /mnt
/dev/rootvg/usr 806288 317880 447448 42% /mnt/usr
/dev/rootvg/home 198337 4133 183964 3% /mnt/home
/dev/rootvg/var 198337 13400 174697 8% /mnt/var
/dev/rootvg/tmp 99150 4128 89902 5% /mnt/tmp
My /etc/fstab was:
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext2 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/sda5 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
I changed /mnt/etc/fstab to:
LABEL=/dev/rootvg/root / ext3 defaults 1 1
LABEL=/boot /boot ext2 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/sda5 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
And I changed my /etc/lilo.conf including the last image:
prompt
timeout=50
default=linux
boot=/dev/sda
map=/boot/map
install=/boot/boot.b
message=/boot/message
linear
image=/boot/vmlinuz-2.4.18-3
label=linux
initrd=/boot/initrd-2.4.18-3.img
read-only
root=/dev/sda2
image=/boot/vmlinuz-2.4.18-3
label=lvm
initrd=/boot/initrd-lvm-2.4.18-3.gz
read-only
root=/dev/rootvg/root
append="ramdisk_size=8192
I reran lilo and when I reboot I got these messages:
kmod: failed to exec /sbin/mdprobe -s -k block-major-114, errno=2
vgscan -- "/etc/lvmtab" and "/etc/lvmtab.d" successfully created
vgscan -- WARNING: This program does not do a VGDA backup of your volume group
vgchange -- no volume groups found
VFS: Cannot open root devide "3a00" or 3a:00
Please append a correct "root=" boot option
kernel panic: VFS: Unable to mount root fs on 3a:00
[-- Attachment #2: Type: text/html, Size: 14264 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [linux-lvm] kernel panic - converting root fs to lvm
2002-08-07 9:27 [linux-lvm] kernel panic - converting root fs to lvm Jorge Melhado
@ 2002-08-08 12:29 ` Luca Berra
2002-08-08 13:36 ` Jorge Melhado
0 siblings, 1 reply; 10+ messages in thread
From: Luca Berra @ 2002-08-08 12:29 UTC (permalink / raw)
To: linux-lvm
On Wed, Aug 07, 2002 at 11:26:03AM -0300, Jorge Melhado wrote:
>
> Hello.
>
>
>
> Please, help me.
>
>
>
> I installed RedHat 7.3 (kernel 2.4.18-3) and I�m trying to convert my
> root filesystem to LVM (lvm-1.0.3-4).
>
use th mkinitrd tool shipped with redhat instead of lvmcreate_initrd
L.
--
Luca Berra -- bluca@comedia.it
Communication Media & Services S.r.l.
/"\
\ / ASCII RIBBON CAMPAIGN
X AGAINST HTML MAIL
/ \
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [linux-lvm] kernel panic - converting root fs to lvm
2002-08-08 12:29 ` Luca Berra
@ 2002-08-08 13:36 ` Jorge Melhado
2002-08-09 1:12 ` Luca Berra
0 siblings, 1 reply; 10+ messages in thread
From: Jorge Melhado @ 2002-08-08 13:36 UTC (permalink / raw)
To: linux-lvm
Luca,
I generated another RAM with mkinitrd, changed the /etc/lilo.conf and reran
lilo.
After reboot, I note start up proceeds a bit more than before.
Now I see this message:
Mounting root filesystem
mount: error 6 mounting ext3
pivoroot: pivot_root (/sysroot, /sysroot/initrd) failed: 2
Freeing unused kernel memory: 280k freed
Kernel panic: No init found. Try passing init= option to kernel
Thanks
Jorge
----- Original Message -----
From: "Luca Berra" <bluca@comedia.it>
To: <linux-lvm@sistina.com>
Sent: Thursday, August 08, 2002 2:29 PM
Subject: Re: [linux-lvm] kernel panic - converting root fs to lvm
> On Wed, Aug 07, 2002 at 11:26:03AM -0300, Jorge Melhado wrote:
> >
> > Hello.
> >
> >
> >
> > Please, help me.
> >
> >
> >
> > I installed RedHat 7.3 (kernel 2.4.18-3) and I�m trying to convert my
> > root filesystem to LVM (lvm-1.0.3-4).
> >
> use th mkinitrd tool shipped with redhat instead of lvmcreate_initrd
>
> L.
>
> --
> Luca Berra -- bluca@comedia.it
> Communication Media & Services S.r.l.
> /"\
> \ / ASCII RIBBON CAMPAIGN
> X AGAINST HTML MAIL
> / \
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [linux-lvm] kernel panic - converting root fs to lvm
2002-08-08 13:36 ` Jorge Melhado
@ 2002-08-09 1:12 ` Luca Berra
2002-08-09 7:51 ` Jorge Melhado
0 siblings, 1 reply; 10+ messages in thread
From: Luca Berra @ 2002-08-09 1:12 UTC (permalink / raw)
To: Jorge Melhado; +Cc: linux-lvm
On Thu, Aug 08, 2002 at 03:35:14PM -0300, Jorge Melhado wrote:
> Luca,
>
> I generated another RAM with mkinitrd, changed the /etc/lilo.conf and reran
> lilo.
> After reboot, I note start up proceeds a bit more than before.
> Now I see this message:
>
> Mounting root filesystem
> mount: error 6 mounting ext3
> pivoroot: pivot_root (/sysroot, /sysroot/initrd) failed: 2
> Freeing unused kernel memory: 280k freed
> Kernel panic: No init found. Try passing init= option to kernel
mmmm
mumble....
can you provide the output of your mkinitrd command with -v option,
but first get rid of the junk LABEL= things in /etc/fstab
mkinitrd looks at the device file in fstab to see if you have lvm root
and probably LABEL= confuses it.
L.
--
Luca Berra -- bluca@comedia.it
Communication Media & Services S.r.l.
/"\
\ / ASCII RIBBON CAMPAIGN
X AGAINST HTML MAIL
/ \
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [linux-lvm] kernel panic - converting root fs to lvm
2002-08-09 1:12 ` Luca Berra
@ 2002-08-09 7:51 ` Jorge Melhado
2002-08-09 8:19 ` Re[2]: " Martin Mosny, PosTel a.s.
2002-08-09 10:00 ` Luca Berra
0 siblings, 2 replies; 10+ messages in thread
From: Jorge Melhado @ 2002-08-09 7:51 UTC (permalink / raw)
To: linux-lvm
I�ve remove LABEL= from /etc/fstab and reboot my system.
Now it doesn�t startup. During startup process, when it checks root
filesystem, occurs:
Checking root filesystem
fsck.ext3/:
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2 filesystem
(and not swap or ufs or something else), then the superblock is corrupt, and
you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
: Is a directory while trying to open /
[FAILED]
*** An error ocurred during the file system check
*** Dropping you to a shell; the system will reboot
*** when you leave the shell.
Give root password for maintenance
(or type Control-D for normal startup)
Then, if I enter with root passwor I can�t change /etc/fstab because it�s in
readonly mode. So, I reboot again and the problem persists.
I�v tried to execute "e2fsck -b 8193 /dev/sda" , but it shows me the same
message.
Jorge
----- Original Message -----
From: "Luca Berra" <bluca@comedia.it>
To: "Jorge Melhado" <jrgmelhado@hotmail.com>
Cc: <linux-lvm@sistina.com>
Sent: Friday, August 09, 2002 3:13 AM
Subject: Re: [linux-lvm] kernel panic - converting root fs to lvm
> On Thu, Aug 08, 2002 at 03:35:14PM -0300, Jorge Melhado wrote:
> > Luca,
> >
> > I generated another RAM with mkinitrd, changed the /etc/lilo.conf and
reran
> > lilo.
> > After reboot, I note start up proceeds a bit more than before.
> > Now I see this message:
> >
> > Mounting root filesystem
> > mount: error 6 mounting ext3
> > pivoroot: pivot_root (/sysroot, /sysroot/initrd) failed: 2
> > Freeing unused kernel memory: 280k freed
> > Kernel panic: No init found. Try passing init= option to kernel
>
> mmmm
> mumble....
>
> can you provide the output of your mkinitrd command with -v option,
> but first get rid of the junk LABEL= things in /etc/fstab
>
> mkinitrd looks at the device file in fstab to see if you have lvm root
> and probably LABEL= confuses it.
>
> L.
>
> --
> Luca Berra -- bluca@comedia.it
> Communication Media & Services S.r.l.
> /"\
> \ / ASCII RIBBON CAMPAIGN
> X AGAINST HTML MAIL
> / \
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re[2]: [linux-lvm] kernel panic - converting root fs to lvm
2002-08-09 7:51 ` Jorge Melhado
@ 2002-08-09 8:19 ` Martin Mosny, PosTel a.s.
2002-08-09 10:00 ` Luca Berra
1 sibling, 0 replies; 10+ messages in thread
From: Martin Mosny, PosTel a.s. @ 2002-08-09 8:19 UTC (permalink / raw)
To: Jorge Melhado
Hello Jorge,
check this out!
/etc/fstab:
something like this if you have ext3 or change to ext2.
/dev/lvm_disk/root / ext3 defaults 1 1
/dev/hda1 /boot ext2 defaults 1 2
check that the lvm partition have devices in /dev/ == /dev/lvm_disk/root (like
your).
check the /etc/lilo.conf:
image=/boot/vmlinuz-2.4.18
label=lvm-18
read-only
root=/dev/lvm_disk/root
initrd=/boot/initrd-lvm-2.4.18.img.gz
check that linuxrc in the ramdisk initrd-lvm-xxxxx.img.gz contains
something like this:
echo "Loading jbd module"
insmod /lib/jbd.o
echo "Loading ext3 module"
insmod /lib/ext3.o
echo "Loading lvm-mod module"
insmod /lib/lvm-mod.o
echo "Mounting /proc filesystem"
mount -t proc /proc /proc
echo "Running vgscan"
vgscan
echo "Running vgchange -a y"
vgchange -a y
echo Creating root device
mkrootdev /dev/root
echo 0x0100 > /proc/sys/kernel/real-root-dev
echo Mounting root filesystem
mount --ro -t ext3 /dev/root /sysroot
umount /proc
pivot_root /sysroot /sysroot/initrd
You need to have equivalent modules in the /lib of the initrd-lvm
disk.
and dont forget check dir /initrd in the /dev/lvm_disk/root root
partition!
have more fun! ;)
Best regards
Martin
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [linux-lvm] kernel panic - converting root fs to lvm
2002-08-09 7:51 ` Jorge Melhado
2002-08-09 8:19 ` Re[2]: " Martin Mosny, PosTel a.s.
@ 2002-08-09 10:00 ` Luca Berra
2002-08-09 13:08 ` Jorge Melhado
1 sibling, 1 reply; 10+ messages in thread
From: Luca Berra @ 2002-08-09 10:00 UTC (permalink / raw)
To: linux-lvm
On Fri, Aug 09, 2002 at 09:49:45AM -0300, Jorge Melhado wrote:
> Then, if I enter with root passwor I can�t change /etc/fstab because it�s in
> readonly mode. So, I reboot again and the problem persists.
mount -o remount,rw /
L.
--
Luca Berra -- bluca@comedia.it
Communication Media & Services S.r.l.
/"\
\ / ASCII RIBBON CAMPAIGN
X AGAINST HTML MAIL
/ \
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [linux-lvm] kernel panic - converting root fs to lvm
2002-08-09 10:00 ` Luca Berra
@ 2002-08-09 13:08 ` Jorge Melhado
2002-08-09 13:58 ` Luca Berra
0 siblings, 1 reply; 10+ messages in thread
From: Jorge Melhado @ 2002-08-09 13:08 UTC (permalink / raw)
To: linux-lvm
Ok. I ran "mount -o remount,rw/" and I got fix /etc/fstab.
The output of my mkinitrd command with -v option was:
Using modules: ./kernel/drivers/scsi/scsi_mod.o
./kernel/drivers/scsi/sd_mod.o ./kernel/drivers/scsi/aic7xxx/aic7xxx.o
./kernel/drivers/scsi/ips.o ./kernel/drivers/md/lvm-mod.o
./kernel/fs/jbd/jbd.o ./kernel/fs/ext3/ext3.o
Using loopback device /dev/loop0
/sbin/nash -> /tmp/initrd.d66GM4/bin/nash
/sbin/insmod.static -> /tmp/initrd.d66GM4/bin/insmod
`/lib/modules/2.4.18-3/./kernel/drivers/scsi/scsi_mod.o' ->
`/tmp/initrd.d66GM4/lib/scsi_mod.o'
`/lib/modules/2.4.18-3/./kernel/drivers/scsi/sd_mod.o' ->
`/tmp/initrd.d66GM4/lib/sd_mod.o'
`/lib/modules/2.4.18-3/./kernel/drivers/scsi/aic7xxx/aic7xxx.o' ->
`/tmp/initrd.d66GM4/lib/aic7xxx.o'
`/lib/modules/2.4.18-3/./kernel/drivers/scsi/ips.o' ->
`/tmp/initrd.d66GM4/lib/ips.o'
`/lib/modules/2.4.18-3/./kernel/drivers/md/lvm-mod.o' ->
`/tmp/initrd.d66GM4/lib/lvm-mod.o'
`/lib/modules/2.4.18-3/./kernel/fs/jbd/jbd.o' ->
`/tmp/initrd.d66GM4/lib/jbd.o'
`/lib/modules/2.4.18-3/./kernel/fs/ext3/ext3.o' ->
`/tmp/initrd.d66GM4/lib/ext3.o'
Loading module scsi_mod
Loading module sd_mod
Loading module aic7xxx
Loading module ips
Loading module lvm-mod
Loading module jbd
Loading module ext3
My mounted filesystems are:
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/sda2 2063316 406816 1551688 21% /
/dev/sda1 30985 4976 24409 17% /boot
none 257180 0 257180 0%
/dev/shm
/dev/rootvg/root 198337 56448 131649 31% /mnt
/dev/rootvg/usr 806288 317880 447448 42% /mnt/usr
/dev/rootvg/home 198337 4133 183964 3% /mnt/home
/dev/rootvg/tmp 99150 4128 89902 5%
/mnt/tmp
/dev/rootvg/var 198337 13400 174697 8% /mnt/var
My /etc/fstab is here:
LABEL=/ / ext3 defaults
1 1
LABEL=/boot /boot ext2 defaults
1 2
none /dev/pts devpts gid=5,mode=620
0 0
none /proc proc defaults
0 0
none /dev/shm tmpfs defaults
0 0
/dev/sda5 swap swap defaults
0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0
0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu
0 0
/dev/rootvg/root /mnt ext3 defaults
0 0
/dev/rootvg/usr /mnt/usr ext3 defaults
0 0
/dev/rootvg/home /mnt/home ext3 defaults
0 0
/dev/rootvg/tmp /mnt/tmp ext3 defaults
0 0
/dev/rootvg/var /mnt/var ext3 defaults
0 0
My /mnt/etc/fstab is here:
/dev/rootvg/root / ext3 defaults
1 1
/boot /boot ext2 defaults
1 2
none /dev/pts devpts gid=5,mode=620
0 0
none /proc proc defaults
0 0
none /dev/shm tmpfs defaults
0 0
/dev/sda5 swap swap defaults
0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro
0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu
0 0
/dev/rootvg/root /mnt ext3 defaults
0 0
/dev/rootvg/usr /mnt/usr ext3 defaults
0 0
/dev/rootvg/home /mnt/home ext3 defaults
0 0
/dev/rootvg/tmp /mnt/tmp ext3 defaults
0 0
/dev/rootvg/var /mnt/var ext3 defaults
0 0
My /etc/lilo.conf is:
prompt
timeout=50
default=linux
boot=/dev/sda
map=/boot/map
install=/boot/boot.b
message=/boot/message
linear
image=/boot/vmlinuz-2.4.18-3
label=linux
initrd=/boot/initrd-2.4.18-3.img
read-only
root=/dev/sda2
image=/boot/vmlinuz-2.4.18-3
label=lvm
initrd=/boot/initrd-lvm-2.4.18-3.img
read-only
root=/dev/rootvg/root
append="ramdisk_size=8192"
I have a initrd directory under /mnt mount point (/dev/rootvg/root)
How can I check that linuxrc in the ramdisk initrd-lvm-2.4.18-3.img contains
something like this:
echo "Loading jbd module"
insmod /lib/jbd.o
echo "Loading ext3 module"
insmod /lib/ext3.o
echo "Loading lvm-mod module"
insmod /lib/lvm-mod.o
echo "Mounting /proc filesystem"
mount -t proc /proc /proc
echo "Running vgscan"
vgscan
echo "Running vgchange -a y"
vgchange -a y
echo Creating root device
mkrootdev /dev/root
echo 0x0100 > /proc/sys/kernel/real-root-dev
echo Mounting root filesystem
mount --ro -t ext3 /dev/root /sysroot
umount /proc
pivot_root /sysroot /sysroot/initrd
Jorge
----- Original Message -----
From: "Luca Berra" <bluca@comedia.it>
To: <linux-lvm@sistina.com>
Sent: Friday, August 09, 2002 12:01 PM
Subject: Re: [linux-lvm] kernel panic - converting root fs to lvm
> On Fri, Aug 09, 2002 at 09:49:45AM -0300, Jorge Melhado wrote:
> > Then, if I enter with root passwor I can�t change /etc/fstab because
it�s in
> > readonly mode. So, I reboot again and the problem persists.
> mount -o remount,rw /
>
> L.
>
> --
> Luca Berra -- bluca@comedia.it
> Communication Media & Services S.r.l.
> /"\
> \ / ASCII RIBBON CAMPAIGN
> X AGAINST HTML MAIL
> / \
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [linux-lvm] kernel panic - converting root fs to lvm
2002-08-09 13:08 ` Jorge Melhado
@ 2002-08-09 13:58 ` Luca Berra
2002-08-09 14:34 ` Jorge Melhado
0 siblings, 1 reply; 10+ messages in thread
From: Luca Berra @ 2002-08-09 13:58 UTC (permalink / raw)
To: linux-lvm
On Fri, Aug 09, 2002 at 03:06:26PM -0300, Jorge Melhado wrote:
> Ok. I ran "mount -o remount,rw/" and I got fix /etc/fstab.
>
now try adding --fstab=/mnt/etc/fstab to your initrd command line
btw a little RTFM on your part will not hurt
L.
--
Luca Berra -- bluca@comedia.it
Communication Media & Services S.r.l.
/"\
\ / ASCII RIBBON CAMPAIGN
X AGAINST HTML MAIL
/ \
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [linux-lvm] kernel panic - converting root fs to lvm
2002-08-09 13:58 ` Luca Berra
@ 2002-08-09 14:34 ` Jorge Melhado
0 siblings, 0 replies; 10+ messages in thread
From: Jorge Melhado @ 2002-08-09 14:34 UTC (permalink / raw)
To: linux-lvm
Thanks, Luca.
Excuse me for disturb you.
Your sugestion didn�t work. I�ll try read a little more.
----- Original Message -----
From: "Luca Berra" <bluca@comedia.it>
To: <linux-lvm@sistina.com>
Sent: Friday, August 09, 2002 3:58 PM
Subject: Re: [linux-lvm] kernel panic - converting root fs to lvm
> On Fri, Aug 09, 2002 at 03:06:26PM -0300, Jorge Melhado wrote:
> > Ok. I ran "mount -o remount,rw/" and I got fix /etc/fstab.
> >
> now try adding --fstab=/mnt/etc/fstab to your initrd command line
>
> btw a little RTFM on your part will not hurt
>
> L.
>
> --
> Luca Berra -- bluca@comedia.it
> Communication Media & Services S.r.l.
> /"\
> \ / ASCII RIBBON CAMPAIGN
> X AGAINST HTML MAIL
> / \
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html
>
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2002-08-09 14:34 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-07 9:27 [linux-lvm] kernel panic - converting root fs to lvm Jorge Melhado
2002-08-08 12:29 ` Luca Berra
2002-08-08 13:36 ` Jorge Melhado
2002-08-09 1:12 ` Luca Berra
2002-08-09 7:51 ` Jorge Melhado
2002-08-09 8:19 ` Re[2]: " Martin Mosny, PosTel a.s.
2002-08-09 10:00 ` Luca Berra
2002-08-09 13:08 ` Jorge Melhado
2002-08-09 13:58 ` Luca Berra
2002-08-09 14:34 ` Jorge Melhado
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox