Hi,all! I experienced the following problem: during startup when filesystems get mounted (exatcly -- root re-mounted rw) , i receive error in fsck: filesystem was not cleanly unmounted, check forced. i have the only root partition /dev/hde7 formatted as etx3. and /boot == /dev/hde5 as ext2. The problem was before when i made muliple ext3 filesystems on LVM, but then i just decided to reinstall the whole system to use one solid filesystem. (it is 12GB large on 40GB HDD) OS -- freshly installed 7.3 Did any1 suffer same problems? the other problem i have is that after each updatedb run (by cron, or by hand) , top tells me that about 100MB is occupied, but i cant find by what process (kpm and gtop report the same). This trouble follows me a long time, and only on my home computer, where i have the only big root partition (12GB) -- but before when i had 7.2, it was formatted as ext2. And kernel updates did not help. Can any1 help me to trace the bug? my primary HDD is /dev/hde, /dev/hdd -- my ZIP, /dev/hdc -- CDROM (i use ide-scsi for it for music-grabbing) below is the text of my boot.msg: <5>RAMDISK: Compressed image found at block 0 <4>Uncompressing.................................................done. <4>Freeing initrd memory: 460k freed <4>VFS: Mounted root (ext2 filesystem). <3>kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2 <6>scsi0 : SCSI host adapter emulation for IDE ATAPI devices <4> Vendor: PIONEER Model: CD-ROM DR-A14S Rev: 1.04 <4> Type: CD-ROM ANSI SCSI revision: 02 <4>Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0 <4>sr0: scsi3-mmc drive: 32x/32x cd/rw xa/form2 cdda tray <6>Uniform CD-ROM driver Revision: 3.12 <4>VFS: Mounted root (ext2 filesystem) readonly. <4>change_root: old root has d_count=2 <5>Trying to unmount old root ... okay <4>Freeing unused kernel memory: 124k freed <6>LVM version 1.0.1-rc2(30/08/2001) module loaded <7>VFS: Disk change detected on device ide1(22,64) <6> hdd: hdd4 <7>VFS: Disk change detected on device ide1(22,68) <6> hdd: hdd4 <6>Adding Swap: 1052216k swap-space (priority -1) <4>MSDOS FS: IO charset koi8-r <4>MSDOS FS: Using codepage 866 Kernel logging (ksyslog) stopped. Kernel log daemon terminating. Boot logging started on /dev/tty1(/dev/console) at Sat Oct 27 21:37:13 2001 Run file system check on root for LVM activation doneRemounting root file system (/) read/write for vgscan... Scanning for LVM volume groups... vgscan -- reading all physical volumes (this may take a while...) vgscan -- "/etc/lvmtab" and "/etc/lvmtab.d" successfully created vgscan -- WARNING: This program does not do a VGDA backup of your volume group Activating LVM volume groups... vgchange -- no volume groups found Activating swap-devices in /etc/fstab... doneChecking file systems... fsck 1.24a (02-Sep-2001) /dev/hde7 was not cleanly unmounted, check forced. /dev/hde7: | | 0.7% /dev/hde7: |= doneMounting local file systems... proc on /proc type proc (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) /dev/hde1 on /windows/C type vfat (rw,noexec,gid=100,iocharset=koi8-r,codepage=866,umask=007)doneActivating remaining swap-devices in /etc/fstab...
The problem was fixed by getting a new mk_initrd, and setting INITRD_MODULES parameter in rc.config to the value like: "... jbd ext3 ... " right in this order. (if changed vice-versa -- it returns error) Thanx to all, who discussed similar topics in other threads. Vitaly. Vitaly Shishakov wrote:
Hi,all!
I experienced the following problem:
during startup when filesystems get mounted (exatcly -- root re-mounted rw) , i receive error in fsck: filesystem was not cleanly unmounted, check forced. i have the only root partition /dev/hde7 formatted as etx3. and /boot == /dev/hde5 as ext2. The problem was before when i made muliple ext3 filesystems on LVM, but then i just decided to reinstall the whole system to use one solid filesystem. (it is 12GB large on 40GB HDD) OS -- freshly installed 7.3 Did any1 suffer same problems?
the other problem i have is that after each updatedb run (by cron, or by hand) , top tells me that about 100MB is occupied, but i cant find by what process (kpm and gtop report the same). This trouble follows me a long time, and only on my home computer, where i have the only big root partition (12GB) -- but before when i had 7.2, it was formatted as ext2. And kernel updates did not help. Can any1 help me to trace the bug?
my primary HDD is /dev/hde, /dev/hdd -- my ZIP, /dev/hdc -- CDROM (i use ide-scsi for it for music-grabbing)
below is the text of my boot.msg:
<5>RAMDISK: Compressed image found at block 0 <4>Uncompressing.................................................done. <4>Freeing initrd memory: 460k freed <4>VFS: Mounted root (ext2 filesystem). <3>kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2 <6>scsi0 : SCSI host adapter emulation for IDE ATAPI devices <4> Vendor: PIONEER Model: CD-ROM DR-A14S Rev: 1.04 <4> Type: CD-ROM ANSI SCSI revision: 02 <4>Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0 <4>sr0: scsi3-mmc drive: 32x/32x cd/rw xa/form2 cdda tray <6>Uniform CD-ROM driver Revision: 3.12 <4>VFS: Mounted root (ext2 filesystem) readonly. <4>change_root: old root has d_count=2 <5>Trying to unmount old root ... okay <4>Freeing unused kernel memory: 124k freed <6>LVM version 1.0.1-rc2(30/08/2001) module loaded <7>VFS: Disk change detected on device ide1(22,64) <6> hdd: hdd4 <7>VFS: Disk change detected on device ide1(22,68) <6> hdd: hdd4 <6>Adding Swap: 1052216k swap-space (priority -1) <4>MSDOS FS: IO charset koi8-r <4>MSDOS FS: Using codepage 866 Kernel logging (ksyslog) stopped. Kernel log daemon terminating. Boot logging started on /dev/tty1(/dev/console) at Sat Oct 27 21:37:13 2001 Run file system check on root for LVM activation doneRemounting root file system (/) read/write for vgscan... Scanning for LVM volume groups... vgscan -- reading all physical volumes (this may take a while...) vgscan -- "/etc/lvmtab" and "/etc/lvmtab.d" successfully created vgscan -- WARNING: This program does not do a VGDA backup of your volume group
Activating LVM volume groups... vgchange -- no volume groups found
Activating swap-devices in /etc/fstab... doneChecking file systems... fsck 1.24a (02-Sep-2001) /dev/hde7 was not cleanly unmounted, check forced. /dev/hde7: | | 0.7% /dev/hde7: |= doneMounting local file systems... proc on /proc type proc (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) /dev/hde1 on /windows/C type vfat (rw,noexec,gid=100,iocharset=koi8-r,codepage=866,umask=007)doneActivating remaining swap-devices in /etc/fstab...
participants (1)
-
Vitaly Shishakov