* [parisc-linux] linux and hp 735/125 fs corruption @ 2001-09-16 7:45 Sonny Cook 2001-09-16 9:55 ` thunder7 0 siblings, 1 reply; 4+ messages in thread From: Sonny Cook @ 2001-09-16 7:45 UTC (permalink / raw) To: parisc-linux Hi, I have an hp 735/125 on which I initially installed hp-ux 11.0. That was all fine and dandy, but I got tired of trying to figure out the insides of hp-ux, so I finally just turned the thing off. It seemed like it might be fun to install linux on the box, so I got a file system and precompiled kernel (2.4.0-32) from: http://mkhppa1.esiee.fr/ I installed these following the instructions from the same site. It went along more or less well until I tried to copy the latest kernel source over ssh to the hp box. It copied about 90% and then threw an "Input/output error". At that point all the programs I tried with the exception of 'ls' threw the same error. These symptoms have been repeated regularly. I do not have any swap partions. I have 300MB on the box. I tried with two different disks and two different 735's. Fsck on the root partition shows massive (but so far recoverable) file system corruption. Things I can't do: complete apt-get update untar kernel source copile kernel source scp kernel source Things I can do: login add new users, modify passwords ssh session vi /etc/fstab, /etc/hosts, etc make menuconfig (for kernel compile) I am baffeled. I haven't been able to find any information on this subject, other than to note that 2.4.0 has been blamed for fs corruption on some systems. Any ideas? thanks, Sonny Cook ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [parisc-linux] linux and hp 735/125 fs corruption 2001-09-16 7:45 [parisc-linux] linux and hp 735/125 fs corruption Sonny Cook @ 2001-09-16 9:55 ` thunder7 2001-09-20 5:43 ` Sonny Cook 0 siblings, 1 reply; 4+ messages in thread From: thunder7 @ 2001-09-16 9:55 UTC (permalink / raw) To: parisc-linux On Sun, Sep 16, 2001 at 01:45:53AM -0600, Sonny Cook wrote: > > I am baffeled. I haven't been able to find any information on this > subject, other than to note that 2.4.0 has been blamed for fs corruption > on some systems. > I have seen lots of disk-corruption on my C200+, both with 2.4.0 and with 2.4.9-pa{16|18|20} but it always seems to start with some scsi-error. By the time the partition is remounted r/o, things like complete linux-kernel source trees are crosslinked and corrupted. So far, I've not lost anything really essential, but having all the links in /etc/rc2.d/ removed wasn't that much fun. Do you have any messages in the log-files? Good luck, Jurriaan -- The unicorn stared unhappily at the dragon. "I don't suppose there's any chance that thing is a vegetarian?" The dragon smiled. His pointed teeth gleamed brightly in the sunlight. Simon R Green - Blue Moon Rising GNU/Linux 2.4.9-ac10 SMP/ReiserFS 2x1402 bogomips load av: 0.00 0.09 0.06 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [parisc-linux] linux and hp 735/125 fs corruption 2001-09-16 9:55 ` thunder7 @ 2001-09-20 5:43 ` Sonny Cook 2001-09-20 6:54 ` Boyan Lazarov 0 siblings, 1 reply; 4+ messages in thread From: Sonny Cook @ 2001-09-20 5:43 UTC (permalink / raw) To: parisc-linux On Sun, 16 Sep 2001 thunder7@xs4all.nl wrote: A snippet from my logs--this is from one of the times that the problem happened first the logs for my scsi stuff: Aug 24 20:56:34 geordi kernel: SCSI subsystem driver Revision: 1.00 Aug 24 20:56:34 geordi kernel: sim700: Configuring 53c700 (SCSI-ID 7) at f0825100, IRQ 86, options 1 Aug 24 20:56:35 geordi kernel: scsi0: Revision 0x0 Aug 24 20:56:35 geordi kernel: scsi0: test 1 completed ok. Aug 24 20:56:35 geordi kernel: scsi0 : LASI/Simple 53c7xx Aug 24 20:56:35 geordi kernel: Vendor: SEAGATE Model: ST32151N Rev: HP01 Aug 24 20:56:35 geordi kernel: Type: Direct-Access ANSI SCSI revision: 02 Aug 24 20:56:35 geordi kernel: Detected scsi disk sda at scsi0, channel 0, id 1, lun 0 Aug 24 20:56:35 geordi kernel: SCSI device sda: 4194685 512-byte hdwr sectors (2148 MB) Aug 24 20:56:35 geordi kernel: Partition check: Aug 24 20:56:35 geordi kernel: sda: sda1 sda2 Aug 24 20:56:35 geordi kernel: linear personality registered Aug 24 20:56:35 geordi kernel: raid0 personality registered Aug 24 20:56:35 geordi kernel: raid1 personality registered Aug 24 20:56:35 geordi kernel: raid5 personality registered Aug 24 20:56:35 geordi kernel: raid5: measuring checksumming speed Aug 24 20:56:35 geordi kernel: 8regs : 86.487 MB/sec Aug 24 20:56:35 geordi kernel: 8regs_prefetch: 86.487 MB/sec Aug 24 20:56:35 geordi kernel: 32regs : 94.488 MB/sec Aug 24 20:56:35 geordi kernel: 32regs_prefetch: 94.488 MB/sec Aug 24 20:56:35 geordi kernel: raid5: using function: 32regs_prefetch (94.488 MB/sec) And then the errors: Aug 24 21:04:17 geordi kernel: attempt to access beyond end of device Aug 24 21:04:17 geordi kernel: 08:02: rw=0, want=1490348228, limit=2079077 Aug 24 21:04:17 geordi kernel: attempt to access beyond end of device Aug 24 21:04:17 geordi kernel: 08:02: rw=0, want=13683948, limit=2079077 Aug 24 21:04:17 geordi kernel: attempt to access beyond end of device Aug 24 21:04:17 geordi kernel: 08:02: rw=0, want=1237161376, limit=2079077 Aug 24 21:04:17 geordi kernel: attempt to access beyond end of device Aug 24 21:04:17 geordi kernel: 08:02: rw=0, want=746694036, limit=2079077 Aug 24 21:04:20 geordi kernel: (device sd(8,2)): ext2_free_blocks: Freeing block s not in datazone - block = 1769104416, count = 1 Aug 24 21:04:20 geordi kernel: Remounting filesystem read-only Aug 24 21:04:20 geordi last message repeated 108 times Any ideas??? > On Sun, Sep 16, 2001 at 01:45:53AM -0600, Sonny Cook wrote: > > > > I am baffeled. I haven't been able to find any information on this > > subject, other than to note that 2.4.0 has been blamed for fs corruption > > on some systems. > > > I have seen lots of disk-corruption on my C200+, both with 2.4.0 and > with 2.4.9-pa{16|18|20} but it always seems to start with some > scsi-error. By the time the partition is remounted r/o, things like > complete linux-kernel source trees are crosslinked and corrupted. So > far, I've not lost anything really essential, but having all the links > in /etc/rc2.d/ removed wasn't that much fun. > > Do you have any messages in the log-files? > > Good luck, > Jurriaan > ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [parisc-linux] linux and hp 735/125 fs corruption 2001-09-20 5:43 ` Sonny Cook @ 2001-09-20 6:54 ` Boyan Lazarov 0 siblings, 0 replies; 4+ messages in thread From: Boyan Lazarov @ 2001-09-20 6:54 UTC (permalink / raw) To: Sonny Cook, parisc-linux [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #1: Type: text/plain; charset=x-user-defined, Size: 3544 bytes --] I have the same problem on 735/99 Regards Boyan Sonny Cook wrote: > > On Sun, 16 Sep 2001 thunder7@xs4all.nl wrote: > A snippet from my logs--this is from one of the times that the problem > happened first the logs for my scsi stuff: > > Aug 24 20:56:34 geordi kernel: SCSI subsystem driver Revision: 1.00 > Aug 24 20:56:34 geordi kernel: sim700: Configuring 53c700 (SCSI-ID 7) at > f0825100, IRQ 86, options 1 > Aug 24 20:56:35 geordi kernel: scsi0: Revision 0x0 > Aug 24 20:56:35 geordi kernel: scsi0: test 1 completed ok. > Aug 24 20:56:35 geordi kernel: scsi0 : LASI/Simple 53c7xx > Aug 24 20:56:35 geordi kernel: Vendor: SEAGATE Model: ST32151N > Rev: HP01 > Aug 24 20:56:35 geordi kernel: Type: Direct-Access ANSI SCSI revision: > 02 > Aug 24 20:56:35 geordi kernel: Detected scsi disk sda at scsi0, channel 0, id 1, lun 0 > Aug 24 20:56:35 geordi kernel: SCSI device sda: 4194685 512-byte hdwr sectors (2148 MB) > Aug 24 20:56:35 geordi kernel: Partition check: > Aug 24 20:56:35 geordi kernel: sda: sda1 sda2 > Aug 24 20:56:35 geordi kernel: linear personality registered > Aug 24 20:56:35 geordi kernel: raid0 personality registered > Aug 24 20:56:35 geordi kernel: raid1 personality registered > Aug 24 20:56:35 geordi kernel: raid5 personality registered > Aug 24 20:56:35 geordi kernel: raid5: measuring checksumming speed > Aug 24 20:56:35 geordi kernel: 8regs : 86.487 MB/sec > Aug 24 20:56:35 geordi kernel: 8regs_prefetch: 86.487 MB/sec > Aug 24 20:56:35 geordi kernel: 32regs : 94.488 MB/sec > Aug 24 20:56:35 geordi kernel: 32regs_prefetch: 94.488 MB/sec > Aug 24 20:56:35 geordi kernel: raid5: using function: 32regs_prefetch (94.488 MB/sec) > > And then the errors: > > Aug 24 21:04:17 geordi kernel: attempt to access beyond end of device > Aug 24 21:04:17 geordi kernel: 08:02: rw=0, want=1490348228, limit=2079077 > Aug 24 21:04:17 geordi kernel: attempt to access beyond end of device > Aug 24 21:04:17 geordi kernel: 08:02: rw=0, want=13683948, limit=2079077 > Aug 24 21:04:17 geordi kernel: attempt to access beyond end of device > Aug 24 21:04:17 geordi kernel: 08:02: rw=0, want=1237161376, limit=2079077 > Aug 24 21:04:17 geordi kernel: attempt to access beyond end of device > Aug 24 21:04:17 geordi kernel: 08:02: rw=0, want=746694036, limit=2079077 > Aug 24 21:04:20 geordi kernel: (device sd(8,2)): ext2_free_blocks: Freeing > block > s not in datazone - block = 1769104416, count = 1 > Aug 24 21:04:20 geordi kernel: Remounting filesystem read-only > Aug 24 21:04:20 geordi last message repeated 108 times > > Any ideas??? > > > On Sun, Sep 16, 2001 at 01:45:53AM -0600, Sonny Cook wrote: > > > > > > I am baffeled. I haven't been able to find any information on this > > > subject, other than to note that 2.4.0 has been blamed for fs corruption > > > on some systems. > > > > > I have seen lots of disk-corruption on my C200+, both with 2.4.0 and > > with 2.4.9-pa{16|18|20} but it always seems to start with some > > scsi-error. By the time the partition is remounted r/o, things like > > complete linux-kernel source trees are crosslinked and corrupted. So > > far, I've not lost anything really essential, but having all the links > > in /etc/rc2.d/ removed wasn't that much fun. > > > > Do you have any messages in the log-files? > > > > Good luck, > > Jurriaan > > > > _______________________________________________ > parisc-linux mailing list > parisc-linux@lists.parisc-linux.org > http://lists.parisc-linux.org/cgi-bin/mailman/listinfo/parisc-linux ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-09-20 6:56 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2001-09-16 7:45 [parisc-linux] linux and hp 735/125 fs corruption Sonny Cook 2001-09-16 9:55 ` thunder7 2001-09-20 5:43 ` Sonny Cook 2001-09-20 6:54 ` Boyan Lazarov
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox