[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#238019: installation-reports



Package: installation-reports

Debian-installer-version:
  2004-03-13 testing
  http://gluck.debian.org/cdimage/testing/daily/i386/20040313/sarge-i386-netinst.iso
uname -a:
  Linux makan 2.4.25-1-386 #1 Tue Feb 24 08:11:13 EST 2004 i686 GNU/Linux
Date: 2004-03-13 approx. 23:00
Method: Burned the ISO mentioned above and booted off CD-ROM.

Machine: Desktop
Processor: Pentium III (Coppermine) 933
Memory: 512MB
Root Device: hdb: QUANTUM FIREBALL EL5.1A, ATA DISK drive
Root Size/partition table:
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/hdb3              2403452    223772   2057588  10% /
/dev/hdb2                90329      9237     76273  11% /boot
/dev/hdb4              1844229      8239   1737592   1% /export
tmpfs                   257656         0    257656   0% /dev/shm

Output of lspci:
00:00.0 Host bridge: Intel Corp. 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 02)
00:02.0 VGA compatible controller: Intel Corp. 82815 CGC [Chipset Graphics Controller] (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB/EB PCI Bridge (rev 01)
00:1f.0 ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 01)
00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 01)
00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 01)
00:1f.3 SMBus: Intel Corp. 82801BA/BAM SMBus (rev 01)
00:1f.4 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #2) (rev 01)
01:09.0 VGA compatible controller: Matrox Graphics, Inc. MGA 1064SG [Mystique] (rev 02)
01:0c.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
01:0d.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 02)


Base System Installation Checklist:

Initial boot worked:    [O]
Configure network HW:   [O]
Config network:         [O]
Detect CD:              [O]
Load installer modules: [O]
Detect hard drives:     [O]
Partition hard drives:  [E]
Create file systems:    [O]
Mount partitions:       [O]
Install base system:    [O]
Install boot loader:    [O]
Reboot:                 [O]
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Comments/Problems:

While preparing for the partitioning stage, it seemed to hang (14% of the
way through the progress bar). It seemed to be hung on a "grep".

Looking at the file:
  /lib/partman/init.d/03kernelmodules_ext3
I noticed:
  if modprobe ext3; then
	>/var/lib/partman/ext3
  fi

  if grep -q ext3; then	# NOTE THIS LINE
	>/var/lib/partman/ext3
  fi

I think that the line I highlighted is meant to read:
  if grep -q ext3 /proc/filesystems; then

I killed the "grep -q ext3" process, and the installation proceeded without
problems.

neil.

-- 
"Coffee, give me coffee. Black coffee. Lots of it."



Reply to: