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

Bug#602539: marked as done (Successfull install creates broken system (mounting fs fails))



Your message dated Tue, 30 Nov 2010 17:00:25 -0500
with message-id <20101130170025.26bbd24b@gmail.com>
and subject line Re: Bug#602539: Successfull install creates broken system (mounting fs fails)
has caused the Debian Bug report #602539,
regarding Successfull install creates broken system (mounting fs fails)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
602539: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602539
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: installation-reports
Severity: normal



-- Package-specific info:

Boot method: network
Image version: http://http.us.debian.org/debian/dists/squeeze/main/installer-amd64/current/images/netboot/netboot.tar.gz  20-Oct-2010 21:02  8.7M
Date: <Date and time of the install>

Machine: HP ProLiant MicroServer
Partitions: <df -Tl will do; the raw partition table is preferred>


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:           [O]
Detect network card:    [O]
Configure network:      [O]
Detect CD:              [ ]
Load installer modules: [O]
Detect hard drives:     [O]
Partition hard drives:  [E]
Install base system:    [O]
Clock/timezone setup:   [O]
User/password setup:    [O]
Install tasks:          [O]
Install boot loader:    [O]
Overall install:        [E]

Comments/Problems:

Partitioning hard drives (DI uses title 'Partitioning disks'):
  - Creating raid 1
    In the dialog it says:
    + "A minimum of 2 active devices is required."
      The system will have 4 disks but 3 are full with data in the old system
      and need to be transfered disk by disk. So I wanted to create a raid 1
      with 1 active disk and grow it later to 4 disks.

    + "NOTE: this setting cannot be changed later."
      mdadm --grow can change it so this is simply not true.

  - Creating filesystem
    + Selecting a predefined mount point should set a coresponding label if
      none is set already. My root partition has label root, /usr has label
      usr, /var has label var and /home has label home.

Install base system:
  + Check size of common mountpoints (/, /usr, /var)
    At first I made / too small and it failed much later during the
    installation of the kernel image. Debian kernels are HUGE compared to
    my usual build-to-fit custom kernel.
    It would be good if the installer would know the size requirement for
    all the usual mountpoints people use and check if the defined partitions
    have sufficient space. The numbers should be known for at least the
    standard task, more would be better.

General:
  + Oerall a nice flow. Seems smoother than with lenny. During downloads the
    remaining time was displayed in seconds. That was a nice touch.

  + Missing moonbuggy or tetris. One does get bored watching it work.

  + Missing a text editor on tty5 for making notes during install. It should
    have a file (/tmp/notes.txt) open and copy it to /target/var/log/installer
    at the end.


Post reboot: (Now we come to the real problems)

- Mounting local filesystems...failed.
  WTF? Why? Why does it continue to boot? The new insserv just keeps on
  booting even with critial scripts failing.

  The problem seems to be that the /etc/fstab entry for /proc does not match
  the entry in /proc/mounts:
    /etc/fstab:
        proc            /proc           proc    defaults        0       0
    /proc/mounts:
        none on /proc type proc (rw,nosuid,nodev,noexec,relatime)

  The mountall.sh script executes this command:
  # mount -v -a -t nonfs,nfs4,smbfs,cifs,ncp,ncpfs,coda,ocfs2,gfs,gfs2 -O no_netdev; echo $?

    proc            /proc           proc    defaults        0       0
    mount: proc already mounted => exit(32);

  vs.

    none            /proc           proc    defaults        0       0
    mount: none already mounted on /proc => exit(0);

  The odd thing is that in /etc/init.d/mountkern.fs there is:

    domount proc "" /proc proc -onodev,noexec,nosuid

  The 4th argument is the DEVNAME used in mount. So the /proc should be
  mounted from 'proc' and not 'none'. Could it be /proc is kept from the
  initramfs?

  Is this only showing if /etc/mtab is linkd to /proc/mounts? (see below)

- /etc/mtab is not a link to /proc/mounts

  I configured my / and /usr to be read-only. That means the /etc/mtab must
  be a link to /proc/mounts. I thought that was now standard for all new
  installations. It should definetly be a link if / is read-only.

- /tmp not tmpfs

  When selecting / read-only and not having a seperate /tmp partition the
  installer could configure the system for tmpfs for /tmp. It could offer
  that option in general (include /var/run and /var/lock).

  Unfortunately there doesn't seem to be a variable for it. In
  /etc/default/rcS and /etc/default/tmpfs one can set TMPFS_SIZE, RW_SIZE,
  RAMRUN, RUN_SIZE, RAMLOCK and LOCK_SIZE. Maybe there should be a RAMTMP
  setting as well to activate /tmp as tmpfs.

  Alternative a fstab entry for /tmp does the job too.

- /etc/network/run is directory, not link to /dev/shm/network
  This makes ifup fail during boot and the system is left without networking.
  The strange thing is that ifupdown support read-only / just fine normaly.
  The postinst script makes /etc/network/run a link to /dev/shm/network if
  /etc/network/run is mising and /dev/shm exists.

  So is /dev/shm missing during DI?

  The fix for this was quite easy:
  % rm -rf /etc/network/run
  % dpkg-reconfigure ifupdown


The "mounting local filesystems" problem has surprised me verry badly. That
seems like a GRAVE bug to me. The mtab, tmpfs and ifupdown problems are
anoying but easily fixed. I had just hoped Debian Squeeze would allow a
read-only / + /usr installation by default now.

MfG
	Goswin

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to submit@bugs.debian.org.

==============================================
Installer lsb-release:
==============================================
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="6.0 (squeeze) - installer build 20101020"
X_INSTALLATION_MEDIUM=netboot

==============================================
Installer hardware-summary:
==============================================
uname -a: Linux nas 2.6.32-5-amd64 #1 SMP Fri Oct 15 00:56:30 UTC 2010 x86_64 GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] RS780 Host Bridge Alternate [1022:9601]
lspci -knn: 	Subsystem: Hewlett-Packard Company Device [103c:1609]
lspci -knn: 00:01.0 PCI bridge [0604]: Hewlett-Packard Company Device [103c:9602]
lspci -knn: 00:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2) [1022:9606]
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:11.0 SATA controller [0106]: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode] [1002:4391] (rev 40)
lspci -knn: 	Subsystem: Hewlett-Packard Company Device [103c:1609]
lspci -knn: 	Kernel driver in use: ahci
lspci -knn: 00:12.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller [1002:4397]
lspci -knn: 	Subsystem: Hewlett-Packard Company Device [103c:1609]
lspci -knn: 	Kernel driver in use: ohci_hcd
lspci -knn: 00:12.2 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB EHCI Controller [1002:4396]
lspci -knn: 	Subsystem: Hewlett-Packard Company Device [103c:1609]
lspci -knn: 	Kernel driver in use: ehci_hcd
lspci -knn: 00:13.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller [1002:4397]
lspci -knn: 	Subsystem: Hewlett-Packard Company Device [103c:1609]
lspci -knn: 	Kernel driver in use: ohci_hcd
lspci -knn: 00:13.2 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB EHCI Controller [1002:4396]
lspci -knn: 	Subsystem: Hewlett-Packard Company Device [103c:1609]
lspci -knn: 	Kernel driver in use: ehci_hcd
lspci -knn: 00:14.0 SMBus [0c05]: ATI Technologies Inc SBx00 SMBus Controller [1002:4385] (rev 41)
lspci -knn: 00:14.1 IDE interface [0101]: ATI Technologies Inc SB700/SB800 IDE Controller [1002:439c] (rev 40)
lspci -knn: 	Subsystem: Hewlett-Packard Company Device [103c:1609]
lspci -knn: 	Kernel driver in use: pata_atiixp
lspci -knn: 00:14.3 ISA bridge [0601]: ATI Technologies Inc SB700/SB800 LPC host controller [1002:439d] (rev 40)
lspci -knn: 	Subsystem: Hewlett-Packard Company Device [103c:1609]
lspci -knn: 00:14.4 PCI bridge [0604]: ATI Technologies Inc SBx00 PCI to PCI Bridge [1002:4384] (rev 40)
lspci -knn: 00:16.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller [1002:4397]
lspci -knn: 	Subsystem: Hewlett-Packard Company Device [103c:1609]
lspci -knn: 	Kernel driver in use: ohci_hcd
lspci -knn: 00:16.2 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB EHCI Controller [1002:4396]
lspci -knn: 	Subsystem: Hewlett-Packard Company Device [103c:1609]
lspci -knn: 	Kernel driver in use: ehci_hcd
lspci -knn: 00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
lspci -knn: 00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201]
lspci -knn: 00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202]
lspci -knn: 00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
lspci -knn: 00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204]
lspci -knn: 01:05.0 VGA compatible controller [0300]: ATI Technologies Inc M880G [Mobility Radeon HD 4200] [1002:9712]
lspci -knn: 	Subsystem: Hewlett-Packard Company Device [103c:1609]
lspci -knn: 02:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5723 Gigabit Ethernet PCIe [14e4:165b] (rev 10)
lspci -knn: 	Subsystem: Hewlett-Packard Company Device [103c:705d]
lspci -knn: 	Kernel driver in use: tg3
usb-list: 
usb-list: Bus 01 Device 01: EHCI Host Controller [1d6b:0002]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 2.6.32-5-amd64 ehci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 02 Device 01: EHCI Host Controller [1d6b:0002]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 2.6.32-5-amd64 ehci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 03 Device 01: EHCI Host Controller [1d6b:0002]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 2.6.32-5-amd64 ehci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 04 Device 01: OHCI Host Controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 2.6.32-5-amd64 ohci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 04 Device 02: USB Keykoard [1c4f:0002]
usb-list:    Level 01 Parent 01 Port 04  Class 00(>ifc ) Subclass 00 Protocol 00
usb-list:    Manufacturer: USB
usb-list:    Interface 00: Class 03(HID  ) Subclass 01 Protocol 01 Driver usbhid
usb-list:    Interface 01: Class 03(HID  ) Subclass 00 Protocol 00 Driver usbhid
usb-list: 
usb-list: Bus 05 Device 01: OHCI Host Controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 2.6.32-5-amd64 ohci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 06 Device 01: OHCI Host Controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 2.6.32-5-amd64 ohci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
lsmod: Module                  Size  Used by
lsmod: hfsplus                65286  0 
lsmod: hfs                    37455  0 
lsmod: minix                  21213  0 
lsmod: msdos                   6202  0 
lsmod: ufs                    56474  0 
lsmod: qnx4                    6194  0 
lsmod: ntfs                  162796  0 
lsmod: reiserfs              194156  0 
lsmod: battery                 4998  0 
lsmod: dm_mod                 53770  15 
lsmod: md_mod                 73808  0 
lsmod: xfs                   436941  0 
lsmod: exportfs                3170  1 xfs
lsmod: jfs                   140105  0 
lsmod: ext4                  289033  0 
lsmod: jbd2                   67015  1 ext4
lsmod: crc16                   1319  1 ext4
lsmod: ext3                  106518  4 
lsmod: jbd                    37085  1 ext3
lsmod: btrfs                 375287  0 
lsmod: zlib_deflate           17746  1 btrfs
lsmod: crc32c                  2560  1 
lsmod: libcrc32c               1074  1 btrfs
lsmod: vfat                    7884  0 
lsmod: fat                    40038  2 msdos,vfat
lsmod: ext2                   52969  0 
lsmod: mbcache                 5050  3 ext4,ext3,ext2
lsmod: sd_mod                 29777  2 
lsmod: crc_t10dif              1276  1 sd_mod
lsmod: pata_atiixp             3489  0 
lsmod: ahci                   32358  1 
lsmod: libata                133616  2 pata_atiixp,ahci
lsmod: usb_storage            39561  0 
lsmod: scsi_mod              122117  3 sd_mod,libata,usb_storage
lsmod: usbhid                 33292  0 
lsmod: hid                    62857  1 usbhid
lsmod: fan                     3346  0 
lsmod: ohci_hcd               19212  0 
lsmod: tg3                    95663  0 
lsmod: thermal                11674  0 
lsmod: thermal_sys            11942  2 fan,thermal
lsmod: libphy                 14054  1 tg3
lsmod: ehci_hcd               31135  0 
lsmod: usbcore               121938  5 usb_storage,usbhid,ohci_hcd,ehci_hcd
lsmod: nls_base                6377  7 hfsplus,hfs,ntfs,jfs,vfat,fat,usbcore
df: Filesystem           1K-blocks      Used Available Use% Mounted on
df: tmpfs                   496856        16    496840   0% /dev
df: /dev/mapper/s-root      959512    162600    748172  18% /target
df: /dev/mapper/s-home     1919048     35676   1883372   2% /target/home
df: /dev/mapper/s-usr      1919048    336784   1484780  18% /target/usr
df: /dev/mapper/s-var       959512    118680    792092  13% /target/var
df: /dev/mapper/s-root      959512    162600    748172  18% /dev/.static/dev
df: tmpfs                   496856        16    496840   0% /target/dev
free:               total         used         free       shared      buffers
free:   Mem:       993716       739496       254220            0        51300
free:  Swap:       974840            0       974840
free: Total:      1968556       739496      1229060
/proc/cmdline: vga=788 initrd=debian-installer/amd64/initrd.gz -- quiet  BOOT_IMAGE=debian-installer/amd64/linux 
/proc/cpuinfo: processor	: 0
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 16
/proc/cpuinfo: model		: 6
/proc/cpuinfo: model name	: AMD Athlon(tm) II Neo N36L Dual-Core Processor
/proc/cpuinfo: stepping	: 3
/proc/cpuinfo: cpu MHz		: 1297.859
/proc/cpuinfo: cache size	: 1024 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 2
/proc/cpuinfo: core id		: 0
/proc/cpuinfo: cpu cores	: 2
/proc/cpuinfo: apicid		: 0
/proc/cpuinfo: initial apicid	: 0
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 5
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a 3dnowprefetch osvw ibs skinit wdt nodeid_msr
/proc/cpuinfo: bogomips	: 2595.71
/proc/cpuinfo: TLB size	: 1024 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm stc 100mhzsteps hwpstate
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 1
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 16
/proc/cpuinfo: model		: 6
/proc/cpuinfo: model name	: AMD Athlon(tm) II Neo N36L Dual-Core Processor
/proc/cpuinfo: stepping	: 3
/proc/cpuinfo: cpu MHz		: 1297.859
/proc/cpuinfo: cache size	: 1024 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 2
/proc/cpuinfo: core id		: 1
/proc/cpuinfo: cpu cores	: 2
/proc/cpuinfo: apicid		: 1
/proc/cpuinfo: initial apicid	: 1
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 5
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a 3dnowprefetch osvw ibs skinit wdt nodeid_msr
/proc/cpuinfo: bogomips	: 2595.88
/proc/cpuinfo: TLB size	: 1024 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm stc 100mhzsteps hwpstate
/proc/cpuinfo: 
/proc/ioports: 0000-001f : dma1
/proc/ioports: 0020-0021 : pic1
/proc/ioports: 0040-0043 : timer0
/proc/ioports: 0050-0053 : timer1
/proc/ioports: 0060-0060 : keyboard
/proc/ioports: 0064-0064 : keyboard
/proc/ioports: 0070-0071 : rtc0
/proc/ioports: 0080-008f : dma page reg
/proc/ioports: 00a0-00a1 : pic2
/proc/ioports: 00c0-00df : dma2
/proc/ioports: 00f0-00ff : fpu
/proc/ioports: 0170-0177 : 0000:00:14.1
/proc/ioports:   0170-0177 : pata_atiixp
/proc/ioports: 01f0-01f7 : 0000:00:14.1
/proc/ioports:   01f0-01f7 : pata_atiixp
/proc/ioports: 0376-0376 : 0000:00:14.1
/proc/ioports:   0376-0376 : pata_atiixp
/proc/ioports: 03c0-03df : vesafb
/proc/ioports: 03f6-03f6 : 0000:00:14.1
/proc/ioports:   03f6-03f6 : pata_atiixp
/proc/ioports: 040b-040b : pnp 00:08
/proc/ioports: 04d0-04d1 : pnp 00:08
/proc/ioports: 04d6-04d6 : pnp 00:08
/proc/ioports: 0800-089f : pnp 00:08
/proc/ioports:   0800-0803 : ACPI PM1a_EVT_BLK
/proc/ioports:   0804-0805 : ACPI PM1a_CNT_BLK
/proc/ioports:   0808-080b : ACPI PM_TMR
/proc/ioports:   0820-0827 : ACPI GPE0_BLK
/proc/ioports: 08ff-08ff : ACPI PM2_CNT_BLK
/proc/ioports: 0900-090f : pnp 00:08
/proc/ioports: 0910-091f : pnp 00:08
/proc/ioports: 0b00-0b1f : pnp 00:08
/proc/ioports: 0b20-0b3f : pnp 00:08
/proc/ioports: 0c00-0c01 : pnp 00:08
/proc/ioports: 0c14-0c14 : pnp 00:08
/proc/ioports: 0c50-0c51 : pnp 00:08
/proc/ioports: 0c52-0c52 : pnp 00:08
/proc/ioports: 0c6c-0c6c : pnp 00:08
/proc/ioports: 0c6f-0c6f : pnp 00:08
/proc/ioports: 0cd0-0cd1 : pnp 00:08
/proc/ioports: 0cd2-0cd3 : pnp 00:08
/proc/ioports: 0cd4-0cd5 : pnp 00:08
/proc/ioports: 0cd6-0cd7 : pnp 00:08
/proc/ioports: 0cd8-0cdf : pnp 00:08
/proc/ioports: 0cf8-0cff : PCI conf1
/proc/ioports: 9000-900f : 0000:00:11.0
/proc/ioports:   9000-900f : ahci
/proc/ioports: a000-a003 : 0000:00:11.0
/proc/ioports:   a000-a003 : ahci
/proc/ioports: b000-b007 : 0000:00:11.0
/proc/ioports:   b000-b007 : ahci
/proc/ioports: c000-c003 : 0000:00:11.0
/proc/ioports:   c000-c003 : ahci
/proc/ioports: d000-d007 : 0000:00:11.0
/proc/ioports:   d000-d007 : ahci
/proc/ioports: e000-efff : PCI Bus 0000:01
/proc/ioports:   e000-e0ff : 0000:01:05.0
/proc/ioports: fe00-fefe : pnp 00:08
/proc/ioports: ff00-ff0f : 0000:00:14.1
/proc/ioports:   ff00-ff0f : pata_atiixp
/proc/iomem: 00000000-0009e7ff : System RAM
/proc/iomem: 0009e800-0009ffff : reserved
/proc/iomem: 000e2000-000fffff : reserved
/proc/iomem: 00100000-3df8ffff : System RAM
/proc/iomem:   01000000-01301144 : Kernel code
/proc/iomem:   01301145-014dac2f : Kernel data
/proc/iomem:   01577000-01688413 : Kernel bss
/proc/iomem: 3df90000-3df9dfff : RAM buffer
/proc/iomem: 3df9e000-3df9ffff : reserved
/proc/iomem: 3dfa0000-3dfadfff : ACPI Tables
/proc/iomem: 3dfae000-3dfdffff : ACPI Non-volatile Storage
/proc/iomem: 3dfe0000-3dffffff : reserved
/proc/iomem: 3e000000-3fffffff : RAM buffer
/proc/iomem: e0000000-efffffff : PCI MMCONFIG 0 [00-ff]
/proc/iomem:   e0000000-efffffff : reserved
/proc/iomem:     e0000000-efffffff : pnp 00:09
/proc/iomem: fc000000-fdffffff : PCI Bus 0000:01
/proc/iomem:   fc000000-fdffffff : 0000:01:05.0
/proc/iomem:     fc000000-fcffffff : vesafb
/proc/iomem: fe6fc000-fe6fcfff : 0000:00:16.0
/proc/iomem:   fe6fc000-fe6fcfff : ohci_hcd
/proc/iomem: fe6fd000-fe6fdfff : 0000:00:13.0
/proc/iomem:   fe6fd000-fe6fdfff : ohci_hcd
/proc/iomem: fe6fe000-fe6fefff : 0000:00:12.0
/proc/iomem:   fe6fe000-fe6fefff : ohci_hcd
/proc/iomem: fe6ff000-fe6ff0ff : 0000:00:16.2
/proc/iomem:   fe6ff000-fe6ff0ff : ehci_hcd
/proc/iomem: fe6ff400-fe6ff4ff : 0000:00:13.2
/proc/iomem:   fe6ff400-fe6ff4ff : ehci_hcd
/proc/iomem: fe6ff800-fe6ff8ff : 0000:00:12.2
/proc/iomem:   fe6ff800-fe6ff8ff : ehci_hcd
/proc/iomem: fe6ffc00-fe6fffff : 0000:00:11.0
/proc/iomem:   fe6ffc00-fe6fffff : ahci
/proc/iomem: fe700000-fe8fffff : PCI Bus 0000:01
/proc/iomem:   fe700000-fe7fffff : 0000:01:05.0
/proc/iomem:   fe8f0000-fe8fffff : 0000:01:05.0
/proc/iomem: fe900000-fe9fffff : PCI Bus 0000:02
/proc/iomem:   fe9f0000-fe9fffff : 0000:02:00.0
/proc/iomem:     fe9f0000-fe9fffff : tg3
/proc/iomem: fec00000-fec00fff : IOAPIC 0
/proc/iomem: fec10000-fec1001f : pnp 00:08
/proc/iomem: fed80000-fed80fff : pnp 00:08
/proc/iomem: fee00000-fee00fff : Local APIC
/proc/iomem:   fee00000-fee00fff : pnp 00:07
/proc/iomem: ffa00000-ffffffff : reserved
/proc/iomem:   ffb80000-ffbfffff : pnp 00:08
/proc/interrupts:            CPU0       CPU1       
/proc/interrupts:   0:       1638     299241   IO-APIC-edge      timer
/proc/interrupts:   8:          0          1   IO-APIC-edge      rtc0
/proc/interrupts:   9:          0          0   IO-APIC-fasteoi   acpi
/proc/interrupts:  14:          0          0   IO-APIC-edge      pata_atiixp
/proc/interrupts:  15:          0          0   IO-APIC-edge      pata_atiixp
/proc/interrupts:  17:          0          2   IO-APIC-fasteoi   ehci_hcd:usb1, ehci_hcd:usb2, ehci_hcd:usb3
/proc/interrupts:  18:         10       2526   IO-APIC-fasteoi   ohci_hcd:usb4, ohci_hcd:usb5, ohci_hcd:usb6
/proc/interrupts:  25:        296     304023   PCI-MSI-edge      eth0
/proc/interrupts:  26:        571      94064   PCI-MSI-edge      ahci
/proc/interrupts: NMI:          0          0   Non-maskable interrupts
/proc/interrupts: LOC:     157853      53918   Local timer interrupts
/proc/interrupts: SPU:          0          0   Spurious interrupts
/proc/interrupts: PMI:          0          0   Performance monitoring interrupts
/proc/interrupts: PND:          0          0   Performance pending work
/proc/interrupts: RES:     227718     195303   Rescheduling interrupts
/proc/interrupts: CAL:        293         63   Function call interrupts
/proc/interrupts: TLB:      15454      20570   TLB shootdowns
/proc/interrupts: TRM:          0          0   Thermal event interrupts
/proc/interrupts: THR:          0          0   Threshold APIC interrupts
/proc/interrupts: MCE:          0          0   Machine check exceptions
/proc/interrupts: MCP:          9          9   Machine check polls
/proc/interrupts: ERR:          0
/proc/interrupts: MIS:          0
/proc/meminfo: MemTotal:         993716 kB
/proc/meminfo: MemFree:          253948 kB
/proc/meminfo: Buffers:           51300 kB
/proc/meminfo: Cached:           583632 kB
/proc/meminfo: SwapCached:            0 kB
/proc/meminfo: Active:           280556 kB
/proc/meminfo: Inactive:         371620 kB
/proc/meminfo: Active(anon):      19548 kB
/proc/meminfo: Inactive(anon):        4 kB
/proc/meminfo: Active(file):     261008 kB
/proc/meminfo: Inactive(file):   371616 kB
/proc/meminfo: Unevictable:        2296 kB
/proc/meminfo: Mlocked:               0 kB
/proc/meminfo: SwapTotal:        974840 kB
/proc/meminfo: SwapFree:         974840 kB
/proc/meminfo: Dirty:              2300 kB
/proc/meminfo: Writeback:             0 kB
/proc/meminfo: AnonPages:         19536 kB
/proc/meminfo: Mapped:             2336 kB
/proc/meminfo: Shmem:                16 kB
/proc/meminfo: Slab:              66400 kB
/proc/meminfo: SReclaimable:      58664 kB
/proc/meminfo: SUnreclaim:         7736 kB
/proc/meminfo: KernelStack:         856 kB
/proc/meminfo: PageTables:          728 kB
/proc/meminfo: NFS_Unstable:          0 kB
/proc/meminfo: Bounce:                0 kB
/proc/meminfo: WritebackTmp:          0 kB
/proc/meminfo: CommitLimit:     1471696 kB
/proc/meminfo: Committed_AS:      24144 kB
/proc/meminfo: VmallocTotal:   34359738367 kB
/proc/meminfo: VmallocUsed:      277364 kB
/proc/meminfo: VmallocChunk:   34359453116 kB
/proc/meminfo: HardwareCorrupted:     0 kB
/proc/meminfo: HugePages_Total:       0
/proc/meminfo: HugePages_Free:        0
/proc/meminfo: HugePages_Rsvd:        0
/proc/meminfo: HugePages_Surp:        0
/proc/meminfo: Hugepagesize:       2048 kB
/proc/meminfo: DirectMap4k:        7744 kB
/proc/meminfo: DirectMap2M:     1007616 kB
/proc/meminfo: DirectMap1G:           0 kB
/proc/bus/input/devices: I: Bus=0017 Vendor=0001 Product=0001 Version=0100
/proc/bus/input/devices: N: Name="Macintosh mouse button emulation"
/proc/bus/input/devices: P: Phys=
/proc/bus/input/devices: S: Sysfs=/devices/virtual/input/input0
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=mouse0 
/proc/bus/input/devices: B: EV=7
/proc/bus/input/devices: B: KEY=70000 0 0 0 0
/proc/bus/input/devices: B: REL=3
/proc/bus/input/devices: 
/proc/bus/input/devices: I: Bus=0003 Vendor=1c4f Product=0002 Version=0110
/proc/bus/input/devices: N: Name="USB USB Keykoard"
/proc/bus/input/devices: P: Phys=usb-0000:00:12.0-5/input0
/proc/bus/input/devices: S: Sysfs=/devices/pci0000:00/0000:00:12.0/usb4/4-5/4-5:1.0/input/input1
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=kbd 
/proc/bus/input/devices: B: EV=120013
/proc/bus/input/devices: B: KEY=1000000000007 ff800000000007ff febeffdff3cfffff fffffffffffffffe
/proc/bus/input/devices: B: MSC=10
/proc/bus/input/devices: B: LED=7
/proc/bus/input/devices: 
/proc/bus/input/devices: I: Bus=0003 Vendor=1c4f Product=0002 Version=0110
/proc/bus/input/devices: N: Name="USB USB Keykoard"
/proc/bus/input/devices: P: Phys=usb-0000:00:12.0-5/input1
/proc/bus/input/devices: S: Sysfs=/devices/pci0000:00/0000:00:12.0/usb4/4-5/4-5:1.1/input/input2
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=kbd 
/proc/bus/input/devices: B: EV=1f
/proc/bus/input/devices: B: KEY=837fff002c3027 bf00444400000000 1 c040a27c000 267bfad941dfed 9e000000000000 0
/proc/bus/input/devices: B: REL=40
/proc/bus/input/devices: B: ABS=100000000
/proc/bus/input/devices: B: MSC=10
/proc/bus/input/devices: 

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



--- End Message ---
--- Begin Message ---
On Fri, 05 Nov 2010 19:15:19 +0100, Goswin von Brederlow wrote:
> Package: installation-reports
> Severity: normal
[...]
> General:
>   + Oerall a nice flow. Seems smoother than with lenny. During
> downloads the remaining time was displayed in seconds. That was a
> nice touch.
> 
>   + Missing moonbuggy or tetris. One does get bored watching it work.
> 
>   + Missing a text editor on tty5 for making notes during install. It
> should have a file (/tmp/notes.txt) open and copy it
> to /target/var/log/installer at the end.

Following my three previous messages, I think I have now processed your
installation-report, at least for what specifically concerns the
installer. Now, I'd like to close this bug as the installation was
successful. Many thanks for your time testing the Debian Installer and
reporting your results.

Concerning the "post reboot" issues, I would say that they don't concern
the installer directly (this may be questionable, admittedly).
Furthermore, from my understanding, it seems that bugs have already
been reported for most of them (see below).

> Post reboot: (Now we come to the real problems)
> 
> - Mounting local filesystems...failed.
>   WTF? Why? Why does it continue to boot? The new insserv just keeps
> on booting even with critial scripts failing.
> 
>   The problem seems to be that the /etc/fstab entry for /proc does
> not match the entry in /proc/mounts:
>     /etc/fstab:
>         proc            /proc           proc    defaults
> 0       0 /proc/mounts:
>         none on /proc type proc (rw,nosuid,nodev,noexec,relatime)
> 
>   The mountall.sh script executes this command:
>   # mount -v -a -t
> nonfs,nfs4,smbfs,cifs,ncp,ncpfs,coda,ocfs2,gfs,gfs2 -O no_netdev;
> echo $?
> 
>     proc            /proc           proc    defaults        0       0
>     mount: proc already mounted => exit(32);
> 
>   vs.
> 
>     none            /proc           proc    defaults        0       0
>     mount: none already mounted on /proc => exit(0);
> 
>   The odd thing is that in /etc/init.d/mountkern.fs there is:
> 
>     domount proc "" /proc proc -onodev,noexec,nosuid
> 
>   The 4th argument is the DEVNAME used in mount. So the /proc should
> be mounted from 'proc' and not 'none'. Could it be /proc is kept from
> the initramfs?
> 
>   Is this only showing if /etc/mtab is linkd to /proc/mounts? (see
> below)

#425199

> - /etc/mtab is not a link to /proc/mounts
> 
>   I configured my / and /usr to be read-only. That means
> the /etc/mtab must be a link to /proc/mounts. I thought that was now
> standard for all new installations. It should definetly be a link
> if / is read-only.

#494001

> - /tmp not tmpfs
> 
>   When selecting / read-only and not having a seperate /tmp partition
> the installer could configure the system for tmpfs for /tmp. It could
> offer that option in general (include /var/run and /var/lock).
> 
>   Unfortunately there doesn't seem to be a variable for it. In
>   /etc/default/rcS and /etc/default/tmpfs one can set TMPFS_SIZE,
> RW_SIZE, RAMRUN, RUN_SIZE, RAMLOCK and LOCK_SIZE. Maybe there should
> be a RAMTMP setting as well to activate /tmp as tmpfs.
> 
>   Alternative a fstab entry for /tmp does the job too.
> 

#245465 maybe?

> - /etc/network/run is directory, not link to /dev/shm/network
>   This makes ifup fail during boot and the system is left without
> networking. The strange thing is that ifupdown support read-only /
> just fine normaly. The postinst script makes /etc/network/run a link
> to /dev/shm/network if /etc/network/run is mising and /dev/shm exists.
> 
>   So is /dev/shm missing during DI?
> 
>   The fix for this was quite easy:
>   % rm -rf /etc/network/run
>   % dpkg-reconfigure ifupdown

#387611



--- End Message ---

Reply to: