scsi/zip mounting problem with 2.4.0-ac4/6 (at least)

2001-01-11 Thread Todd M. Roy
Alan and All, I've detected a bug somewhere in 2.4.0-acX, at least in ac4, the first ac kernel I built. It seems that I can't mount a scsi zip disk in, unless the following has occurred: 1. There is a disk in the zip drive when I boot. 2. I fdisk the scsi block device and re-write the

lvm 0.9.1-beta1 still segfaults vgexport

2001-01-14 Thread Todd M. Roy
Andrea, Sorry to say but lvm 0.9.1-beta1 still segfaults at the same place, line 140 of pv_read_all_pv_of_vg.c pv_this is still null. This with a straight 2.4.0 kernel with an onstream tape patch and the generated lvm patch. Lvm is a module (on my home machine).  -- todd -- gdb

Re: [lvm-devel] Re: lvm 0.9.1-beta1 still segfaults vgexport

2001-01-15 Thread Todd M. Roy
Andrea, This worked for me on my home machine!! Thank you! -- todd -- Andrea Arcangeli wrote: On Sun, Jan 14, 2001 at 05:32:34PM +0100, Andrea Arcangeli wrote: BTW, I can easily reproduce. I was near to go into it yesterday but got interrupted by other issues (like the merging of the

oops with dd with test10-pre4

2000-10-19 Thread Todd M. Roy
I got this oops dding partitions. test10-pre3 works fine. below is a representative sample. Thanks -- todd -- root@pcx4168:~# fdisk -l /dev/hda Disk /dev/hda: 255 heads, 63 sectors, 1216 cylinders Units = cylinders of 16065 * 512 bytes Device BootStart EndBlocks Id

Re: lvm 0.8 to 0.9 conversion?

2000-12-23 Thread Todd M. Roy
-pre3 and destroy and recreate the first volume group. Thanks, -- todd -- On Sat, Dec 23, 2000 at 02:24:39PM -0500, Todd M. Roy wrote: Now that in 2.4.0-test12-pre4, lvm 0.9 has replaced 0.8, is it possible to do a conversion of lvm created physical volumes, volume groups and logical volumes

Re: lvm 0.8 to 0.9 conversion?

2001-01-08 Thread Todd M. Roy
On Sat, Dec 23, 2000 at 04:29:19PM -0500, Todd M. Roy wrote: group is visible, and you just told meit should be, then I can just copy volumes over under test13-pre3 and destroy and recreate the first volume group. Is it possible you had a snapshot in the volume group when you started lvm

Re: lvm 0.8 to 0.9 conversion?

2001-01-08 Thread Todd M. Roy
On Sat, Dec 23, 2000 at 04:29:19PM -0500, Todd M. Roy wrote: group is visible, and you just told meit should be, then I can just copy volumes over under test13-pre3 and destroy and recreate the first volume group. Is it possible you had a snapshot in the volume group when you started lvm

Re: 2.4.3 2.4.4pre8: aic7xxx showstopper bug fails to detect sda

2001-04-30 Thread Todd M. Roy
Matthias, I tried pretty much the same thing, and I also tried your patch. Unhappily when I access my zip drive using the aic7xxx driver my system becomes pretty much unresposive, just short of locking up completely. ie at least the emergency alt-sysrq keys still work. I guess we'll just have

Re: 2.4.3 2.4.4pre8: aic7xxx showstopper bug fails to detect sda

2001-04-30 Thread Todd M. Roy
Matthias, I tried 2.4.4 with the old aic7 driver and it worked fine. I have no control over that stupid, stupid mime-sweeper message. Thats our anal-retentive network administrators work -- todd -- -- .~. Todd Roy, Senior Database Administrator .~. /V\ Holstein

patch for ide.2.4.5-ac8

2001-06-05 Thread Todd M. Roy
Andre, Minor typo fix: --- ide-dma.c.~1~ Tue Jun 5 14:39:06 2001 +++ ide-dma.c Tue Jun 5 15:04:54 2001 @@ -708,15 +708,15 @@ if ((!dma_base) (!second_chance)) { unsigned long set_bmiba = 0; second_chance++; - switch(dev-vender) {

new aic7xxx needs berkeley db?

2001-03-25 Thread Todd M. Roy
Hi All, I notice that the new aic7xxx driver needs some version of the berkekey db. (the make file has -ldb1 in it). It blew up on my because I apparently don't have it installed. -- .~. Todd Roy, Senior Database Administrator .~. /V\ Holstein Association, U.S.A. Inc. /V\

new aic7xxx driver needs berkeley db?

2001-03-25 Thread Todd M. Roy
Hi All, I notice that the new aic7xxx driver in 2.4.3-pre7 needs some version of the berkeley db. (the make file has -ldb1 in it). It blew up on my because I apparently don't have it installed. .~. Todd Roy, Senior Database Administrator .~. /V\ Holstein Association, U.S.A. Inc.

re: 2.4.3-p8 pci_fixup_vt8363 + ASUS A7V Optimal = IDE disk corruption

2001-03-29 Thread Todd M. Roy
Wayne, I have also been seeing disk corruption with my ASUS A7V with both 2.4.3-pre7 and pre8. -- todd -- Hi, I'm running kernel 2.4.3-pre8 on an ASUS A7V (BIOS 1007) motherboard and recently noticed that it sometimes corrupts my hard disk, an IBM 75GXP on the onboard PDC20265 IDE

Re: Unresolved symbol in 2.4.4p1, ia32

2001-04-09 Thread Todd M. Roy
From:Jonathan Hudson [EMAIL PROTECTED] X-Newsreader: knews 1.0b.1 x-no-productlinks: yes X-Newsgroups: fa.linux.kernel Content-Type: text/plain; charset=iso-8859-1 Date:Sat, 07 Apr 2001 21:01:56 GMT Bytes: 235 Sender: [EMAIL PROTECTED] Precedence: bulk

compile error with 2.4.4-pre2

2001-04-12 Thread Todd M. Roy
I get this when I try to compile 2.4.4-pre2 (I'm assuming the list is working this morning, since I've received no messages). Thanks. -- todd -- $ make bzImage gcc -D__KERNEL__ -I/var/src/linux-2.4.3/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe

patch for ide.2.4.5-ac8

2001-06-05 Thread Todd M. Roy
Andre, Minor typo fix: --- ide-dma.c.~1~ Tue Jun 5 14:39:06 2001 +++ ide-dma.c Tue Jun 5 15:04:54 2001 @@ -708,15 +708,15 @@ if ((!dma_base) && (!second_chance)) { unsigned long set_bmiba = 0; second_chance++; - switch(dev->vender)

scsi/zip mounting problem with 2.4.0-ac4/6 (at least)

2001-01-11 Thread Todd M. Roy
Alan and All, I've detected a bug somewhere in 2.4.0-acX, at least in ac4, the first ac kernel I built. It seems that I can't mount a scsi zip disk in, unless the following has occurred: 1. There is a disk in the zip drive when I boot. 2. I fdisk the scsi block device and re-write the

lvm 0.9.1-beta1 still segfaults vgexport

2001-01-14 Thread Todd M. Roy
Andrea, Sorry to say but lvm 0.9.1-beta1 still segfaults at the same place, line 140 of pv_read_all_pv_of_vg.c pv_this is still null. This with a straight 2.4.0 kernel with an onstream tape patch and the generated lvm patch. Lvm is a module (on my home machine).  -- todd -- gdb

Re: [lvm-devel] Re: lvm 0.9.1-beta1 still segfaults vgexport

2001-01-15 Thread Todd M. Roy
Andrea, This worked for me on my home machine!! Thank you! -- todd -- Andrea Arcangeli wrote: > > On Sun, Jan 14, 2001 at 05:32:34PM +0100, Andrea Arcangeli wrote: > > BTW, I can easily reproduce. I was near to go into it yesterday but got > > interrupted by other issues (like the merging

Re: 2.4.3 2.4.4pre8: aic7xxx showstopper bug fails to detect sda

2001-04-30 Thread Todd M. Roy
Matthias, I tried pretty much the same thing, and I also tried your patch. Unhappily when I access my zip drive using the aic7xxx driver my system becomes pretty much unresposive, just short of locking up completely. ie at least the emergency alt-sysrq keys still work. I guess we'll just have

Re: 2.4.3 2.4.4pre8: aic7xxx showstopper bug fails to detect sda

2001-04-30 Thread Todd M. Roy
Matthias, I tried 2.4.4 with the old aic7 driver and it worked fine. I have no control over that stupid, stupid mime-sweeper message. Thats our anal-retentive network administrators work -- todd -- -- .~. Todd Roy, Senior Database Administrator .~. /V\ Holstein

oops with dd with test10-pre4

2000-10-19 Thread Todd M. Roy
I got this oops dding partitions. test10-pre3 works fine. below is a representative sample. Thanks -- todd -- root@pcx4168:~# fdisk -l /dev/hda Disk /dev/hda: 255 heads, 63 sectors, 1216 cylinders Units = cylinders of 16065 * 512 bytes Device BootStart EndBlocks Id

lvm 0.8 to 0.9 conversion?

2000-12-23 Thread Todd M. Roy
Now that in 2.4.0-test12-pre4, lvm 0.9 has replaced 0.8, is it possible to do a conversion of lvm created physical volumes, volume groups and logical volumes from 0.8 to 0.9? Sorry if this is already a FAQ that I just haven't found yet. -- todd -- - To unsubscribe from this list: send the

Re: lvm 0.8 to 0.9 conversion?

2000-12-23 Thread Todd M. Roy
-pre3 and destroy and recreate the first volume group. Thanks, -- todd -- On Sat, Dec 23, 2000 at 02:24:39PM -0500, Todd M. Roy wrote: > >> Now that in 2.4.0-test12-pre4, lvm 0.9 has replaced 0.8, is it possible >> to do a conversion of lvm created physical volumes, volume groups

Re: lvm 0.8 to 0.9 conversion?

2001-01-08 Thread Todd M. Roy
//e-mind.com/~andrea/aa.asc > > On Sat, Dec 23, 2000 at 04:29:19PM -0500, Todd M. Roy wrote: > > group is visible, and you just told meit should be, then I can just > > copy volumes over under test13-pre3 and destroy and recreate the > > first volume group. > &g

Re: lvm 0.8 to 0.9 conversion?

2001-01-08 Thread Todd M. Roy
//e-mind.com/~andrea/aa.asc > > On Sat, Dec 23, 2000 at 04:29:19PM -0500, Todd M. Roy wrote: > > group is visible, and you just told meit should be, then I can just > > copy volumes over under test13-pre3 and destroy and recreate the > > first volume group. > &g

new aic7xxx needs berkeley db?

2001-03-25 Thread Todd M. Roy
Hi All, I notice that the new aic7xxx driver needs some version of the berkekey db. (the make file has -ldb1 in it). It blew up on my because I apparently don't have it installed. -- .~. Todd Roy, Senior Database Administrator .~. /V\ Holstein Association, U.S.A. Inc. /V\

new aic7xxx driver needs berkeley db?

2001-03-25 Thread Todd M. Roy
Hi All, I notice that the new aic7xxx driver in 2.4.3-pre7 needs some version of the berkeley db. (the make file has -ldb1 in it). It blew up on my because I apparently don't have it installed. .~. Todd Roy, Senior Database Administrator .~. /V\ Holstein Association, U.S.A. Inc.

re: 2.4.3-p8 pci_fixup_vt8363 + ASUS A7V "Optimal" = IDE disk corruption

2001-03-29 Thread Todd M. Roy
Wayne, I have also been seeing disk corruption with my ASUS A7V with both 2.4.3-pre7 and pre8. -- todd -- Hi, I'm running kernel 2.4.3-pre8 on an ASUS A7V (BIOS 1007) motherboard and recently noticed that it sometimes corrupts my hard disk, an IBM 75GXP on the onboard PDC20265 IDE

Re: Unresolved symbol in 2.4.4p1, ia32

2001-04-09 Thread Todd M. Roy
> From:Jonathan Hudson <[EMAIL PROTECTED]> > X-Newsreader: knews 1.0b.1 > x-no-productlinks: yes > X-Newsgroups: fa.linux.kernel > Content-Type: text/plain; charset=iso-8859-1 > Date:Sat, 07 Apr 2001 21:01:56 GMT > Bytes: 235 > Sender: [EMAIL PROTECTED] >

compile error with 2.4.4-pre2

2001-04-12 Thread Todd M. Roy
I get this when I try to compile 2.4.4-pre2 (I'm assuming the list is working this morning, since I've received no messages). Thanks. -- todd -- $ make bzImage gcc -D__KERNEL__ -I/var/src/linux-2.4.3/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe