System stops because /var/log not found after moving to new partition

Rick Stevens rstevens at vitalstream.com
Mon Feb 28 18:26:16 UTC 2005


bj wrote:
> Hi !
> 
> I have a Red Hat 8.0 on a intel 2.4 machine with 512 MB .
> 
> I have kernel 2.4.20-30.8-legacy & 2.4.20-30.8-legacy bigmem.
> 
> I used to have all my directories /var , /tmp , /usr , /home under one
> partition / .
> 
> Thanks to everybody , now I was able to re-partition my drive into extended
> drives (drives < 4) and move my /var , /tmp into hda5 & ,my /usr , /home
> into /hda6 .
> 
> 
> Bu I am facing one problem.

You're facing a heck of a lot more than one problem.  Did you check the
log you included?  You're getting a bunch of seek and CRC errors on the
drive.  That's bad.  Don't do anything else until you get that sorted
out.  It may be that you forced a partition beyond the end of the drive.

> 
> When I boot my system logger does not see the /var/log which has been moved
> to the new location  .
> 
> The system just hangs .
> 
> When I boot in single mode by passing an argument to my kernel that does
> show in the dmesg in the new location .
> 
> In addtion when I run a command like 'clear ' it shows that it could not
> find the library to run it .
> 
> 
> I have mounted hda5 & hda6 in my fstab .
> 
> I did create soft link for my new var  , new tmp & new usr to the the /var ,
> /tmp , /usr as ffs :-
> 
> ln -s /mnt/hda5/var  /var
> ln -s /mnt/hda5/tmp /tmp
> 
> ln -s /mnt/hda6/usr /usr

Egads!  No, that's not a good idea.  I'd change things as follows (all
in single user or rescue mode):

	chroot /mnt/sysimage	(Only if you booted in rescue mode)
	mount /dev/hda5 /mnt/hda5
				(Mount the new partition)
	cp -a /var/* /mnt/hda5	(Copy the /var/files to it)
	umount /mnt/hda5	(Unmount the hda5 partition)
	mv /var /var.old	(Rename your old /var directory)
	mkdir /var		(Create a new /var directory)
	mount /dev/hda5 /var	(Mount /dev/hda5 as /var)
	rm -rf /tmp		(Delete your current /tmp directory)
	ln -s /var/tmp /tmp	(Symlink /tmp to /var/tmp)
	exit			(Only if you booted in rescue mode)
	exit			(Reboot)

This mounts the partition where /var should be and allows its "tmp"
directory to do double duty (as both /var/tmp and /tmp).

Don't do ANYTHING until you sort out the seek and CRC errors.  Something
looks very bad there.

> I moved the old files using the ff commands:-
> 
> cd source directory
> 
> cp -ax * /mnt/usr5/var
> 
> or
> 
> cd /src/dir ; tar cf - . | (cd /dest/dir && tar xvf - )
> 
> 
> 
> 
> But still it does not work .
> 
> Please find attached the dmesg & library error and fstab.
> 
> Please advice.
> 
> Thank you for your help in advance.
> 
> bj
> 
> 
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> Linux version 2.4.20-30.8.legacy (legacy at yoda.loki.me) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Fri Feb 20 17:47:48 PST 2004
> BIOS-provided physical RAM map:
>  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
>  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
>  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
>  BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
>  BIOS-e820: 000000001fff0000 - 000000001fff3000 (ACPI NVS)
>  BIOS-e820: 000000001fff3000 - 0000000020000000 (ACPI data)
>  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
> 0MB HIGHMEM available.
> 511MB LOWMEM available.
> On node 0 totalpages: 131056
> zone(0): 4096 pages.
> zone(1): 126960 pages.
> zone(2): 0 pages.
> Kernel command line: ro root=LABEL=/ hdb=ide-scsi
> ide_setup: hdb=ide-scsi
> Initializing CPU#0
> Detected 2393.991 MHz processor.
> Console: colour VGA+ 80x25
> Calibrating delay loop... 4771.02 BogoMIPS
> Memory: 511512k/524224k available (1340k kernel code, 10148k reserved, 999k data, 128k init, 0k highmem)
> Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
> Inode cache hash table entries: 32768 (order: 6, 262144 bytes)
> Mount cache hash table entries: 512 (order: 0, 4096 bytes)
> Buffer-cache hash table entries: 32768 (order: 5, 131072 bytes)
> Page-cache hash table entries: 131072 (order: 7, 524288 bytes)
> CPU: Trace cache: 12K uops, L1 D cache: 8K
> CPU: L2 cache: 512K
> Intel machine check architecture supported.
> Intel machine check reporting enabled on CPU#0.
> CPU:     After generic, caps: bfebfbff 00000000 00000000 00000000
> CPU:             Common caps: bfebfbff 00000000 00000000 00000000
> CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz stepping 07
> Enabling fast FPU save and restore... done.
> Enabling unmasked SIMD FPU exception support... done.
> Checking 'hlt' instruction... OK.
> POSIX conformance testing by UNIFIX
> mtrr: v1.40 (20010327) Richard Gooch (rgooch at atnf.csiro.au)
> mtrr: detected mtrr type: Intel
> PCI: PCI BIOS revision 2.10 entry at 0xfb270, last bus=1
> PCI: Using configuration type 1
> PCI: Probing PCI hardware
> PCI: Using IRQ router VIA [1106/3177] at 00:11.0
> isapnp: Scanning for PnP cards...
> isapnp: No Plug & Play device found
> Linux NET4.0 for Linux 2.4
> Based upon Swansea University Computer Society NET3.039
> Initializing RT netlink socket
> apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16)
> Starting kswapd
> VFS: Disk quotas vdquot_6.5.1
> pty: 2048 Unix98 ptys configured
> Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI ISAPNP enabled
> ttyS0 at 0x03f8 (irq = 4) is a 16550A
> ttyS1 at 0x02f8 (irq = 3) is a 16550A
> Real Time Clock Driver v1.10e
> Floppy drive(s): fd0 is 1.44M
> FDC 0 is a post-1991 82077
> NET4: Frame Diverter 0.46
> RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
> Uniform Multi-Platform E-IDE driver Revision: 7.00beta3-.2.4
> ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
> VP_IDE: IDE controller at PCI slot 00:11.1
> VP_IDE: chipset revision 6
> VP_IDE: not 100% native mode: will probe irqs later
> VP_IDE: VIA vt8235 (rev 00) IDE UDMA133 controller on pci00:11.1
>     ide0: BM-DMA at 0xdc00-0xdc07, BIOS settings: hda:DMA, hdb:DMA
>     ide1: BM-DMA at 0xdc08-0xdc0f, BIOS settings: hdc:pio, hdd:DMA
> hda: ST360020A, ATA DISK drive
> hdb: SONY CD-RW CRX1611, ATAPI CD/DVD-ROM drive
> blk: queue c03a6260, I/O limit 4095Mb (mask 0xffffffff)
> hdd: ST380011A, ATA DISK drive
> blk: queue c03a6808, I/O limit 4095Mb (mask 0xffffffff)
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> ide1 at 0x170-0x177,0x376 on irq 15
> hda: attached ide-disk driver.
> hda: host protected area => 1
> hda: 117231408 sectors (60022 MB) w/2048KiB Cache, CHS=7297/255/63, UDMA(100)
> hdd: attached ide-disk driver.
> hdd: host protected area => 1
> hdd: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=9729/255/63, UDMA(100)
> ide-floppy driver 0.99.newide
> Partition check:
>  hda:hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
> hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
> hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
> hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
> hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
> hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
> hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
> hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
> blk: queue c03a6260, I/O limit 4095Mb (mask 0xffffffff)
> hdb: DMA disabled
> ide0: reset: success
>  hda1 hda2 hda3 hda4 < hda5 hda6 >
>  hdd: hdd1 hdd2 < hdd5 >
> ide-floppy driver 0.99.newide
> md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
> md: Autodetecting RAID arrays.
> md: autorun ...
> md: ... autorun DONE.
> NET4: Linux TCP/IP 1.0 for NET4.0
> IP Protocols: ICMP, UDP, TCP, IGMP
> IP: routing cache hash table of 4096 buckets, 32Kbytes
> TCP: Hash tables configured (established 32768 bind 65536)
> Linux IP multicast router 0.06 plus PIM-SM
> NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
> RAMDISK: Compressed image found at block 0
> Freeing initrd memory: 126k freed
> VFS: Mounted root (ext2 filesystem).
> Journalled Block Device driver loaded
> kjournald starting.  Commit interval 5 seconds
> EXT3-fs: mounted filesystem with ordered data mode.
> Freeing unused kernel memory: 128k freed
> usb.c: registered new driver usbdevfs
> usb.c: registered new driver hub
> PCI: Found IRQ 11 for device 00:10.3
> PCI: Sharing IRQ 11 with 00:0c.0
> ehci-hcd 00:10.3: VIA Technologies, Inc. USB 2.0
> ehci-hcd 00:10.3: irq 11, pci mem e0849000
> usb.c: new USB bus registered, assigned bus number 1
> PCI: 00:10.3 PCI cache line size set incorrectly (32 bytes) by BIOS/FW.
> PCI: 00:10.3 PCI cache line size corrected to 128.
> ehci-hcd 00:10.3: USB 2.0 enabled, EHCI 1.00, driver 2003-Jan-22
> hub.c: USB hub found
> hub.c: 6 ports detected
> usb.c: registered new driver hiddev
> usb.c: registered new driver hid
> hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech at suse.cz>
> hid-core.c: USB HID support drivers
> mice: PS/2 mouse device common for all mice
> hub.c: new USB device 00:10.3-1, assigned address 2
> usb.c: USB device 2 (vend/prod 0x8ec/0x12) is not claimed by any active driver.
> EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,2), internal journal
> Adding Swap: 1052248k swap-space (priority -1)
> hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
> hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
> hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
> hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
> hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
> hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
> hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
> hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
> ide0: reset: success
> SCSI subsystem driver Revision: 1.00
> Initializing USB Mass Storage driver...
> usb.c: registered new driver usb-storage
> scsi0 : SCSI emulation for USB Mass Storage devices
>   Vendor: Kingston  Model: DataTraveler2.0   Rev: 4.80
>   Type:   Direct-Access                      ANSI SCSI revision: 02
> WARNING: USB Mass Storage data integrity not assured
> USB Mass Storage device found at 2
> USB Mass Storage support registered.
> hdb: attached ide-scsi driver.
> scsi1 : SCSI host adapter emulation for IDE ATAPI devices
>   Vendor: SONY      Model: CD-RW CRX1611     Rev: TYS3
>   Type:   CD-ROM                             ANSI SCSI revision: 02
> 
> 
> ------------------------------------------------------------------------
> 
> LABEL=/                 /                       ext3    defaults        1 1
> none                    /dev/pts                devpts  gid=5,mode=620  0 0
> none                    /proc                   proc    defaults        0 0
> /dev/hda5		/mnt/hda5		ext3	defaults	1 2
> /dev/hda6		/mnt/hda6		ext3	defaults	1 3	
> none                    /dev/shm                tmpfs   defaults        0 0
> /dev/hda3               swap                    swap    defaults        0 0
> /dev/fd0                /mnt/floppy             auto    noauto,owner,kudzu 0 0
> /dev/cdrom              /mnt/cdrom              iso9660 noauto,owner,kudzu,ro 0 0
> 
> 
> ------------------------------------------------------------------------
> 
> /mnt/hda6/usr/bin/clear: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Redhat-install-list mailing list
> Redhat-install-list at redhat.com
> https://www.redhat.com/mailman/listinfo/redhat-install-list
> To Unsubscribe Go To ABOVE URL or send a message to:
> redhat-install-list-request at redhat.com
> Subject: unsubscribe


-- 
----------------------------------------------------------------------
- Rick Stevens, Senior Systems Engineer     rstevens at vitalstream.com -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-   "I was remembering the immortal words of Socrates when he said,  -
-   'I drank what?'"                 -- Val Kilmer in "Real Genius"  -
----------------------------------------------------------------------




More information about the Redhat-install-list mailing list