Your message dated Wed, 08 Sep 2010 03:58:31 +0000 with message-id <E1OtBnr-0005lm-Fw@ravel.debian.org> and subject line Closing old installation report #496177 has caused the Debian Bug report #496177, regarding installation-report: successful amd64 install on a Dell Inspiron 6400 laptop 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.) -- 496177: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496177 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: installation-report: successful amd64 install on a Dell Inspiron 6400 laptop
- From: Paul Wise <pabs@debian.org>
- Date: Sat, 23 Aug 2008 16:09:14 +0800
- Message-id: <1219478954.4085.110.camel@chianamo>
Package: installation-reports Version: 2.35 Severity: normal Boot method: usb Image version: daily hd-media image from a few days before debconf8 Date: 2008-07-31 Machine: Dell Inspiron 6400 (laptop) Partitions: $ df -Tl Filesystem Type Size Used Avail Use% Mounted on /dev/mapper/chianamo-root ext3 143G 80G 56G 59% / tmpfs tmpfs 751M 0 751M 0% /lib/init/rw udev tmpfs 10M 88K 10M 1% /dev tmpfs tmpfs 751M 0 751M 0% /dev/shm /dev/sda1 ext2 228M 20M 197M 9% /boot Base System Installation Checklist: [O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it Initial boot: [E] Detect network card: [E] Configure network: [E] Detect CD: [O] Load installer modules: [O] Detect hard drives: [O] Partition hard drives: [E] Install base system: [O] Clock/timezone setup: [O] User/password setup: [E] Install tasks: [O] Install boot loader: [O] Overall install: [O] Comments/Problems: ---------------------------------------------------------------------------- I got confused by the directory layout where the hd-media images were; I wanted to use the graphical installer but I couldn't get it to work, I just got dropped into the text installer. The issue was that I didn't think that boot.img.gz contained the graphical installer and the instructions in the installation manual (§4.4.) didn't mention the need for the extra kernel command-line parameters. Additionally, it didn't seem to use the native resolution of my laptop LCD; presumably because the bios is stupid and doesn't advertise it. xorg is able to use it and I imagine the kernel will too when modesetting moves there. Suggestions: I'd suggest moving the initrd.gz vmlinuz and gtk versions into a "components" or "manual-build" sub-directory and adding the default syslinux configs there too. I'd suggest that when the graphical installer detects that VESA isn't available, some message pops up before the install with information about the kernel command-line parameters that are needed to get it working. I'd suggest adding some information to §4.4.2.1. about setting up the appropriate kernel command-line parameters to make the graphical installer work. ---------------------------------------------------------------------------- Defaulted to loading non-free iwlwifi firmware, this goes against Debian's social contract. Even after I said not to load the iwlwifi firmware, the network interface defaulted to the non-working (because of no firmware) wlan0. It also asked twice if I wanted to load the iwlwifi firmware, the second time was at the detect disks stage. Suggestion: Default to not loading non-free firmware and set the default network interface based on what would be known to work. ---------------------------------------------------------------------------- I was switching from an 80Gb SATA disk with an unencrypted Debian unstable i386 install to a 160Gb SATA disk with LUKS & LVM and a Debian testing amd64 install. I had planned to boot the new install over SATA and then transfer the data over using my SATA-to-USB adaptor. Unfortunately the old disk did not work with the adaptor, it didn't even power up. The new disk did though, so I tried to boot it over USB with the old disk plugged into the SATA port. Unfortunately the resulting install (using LVM inside LUKS) could not be booted from USB using a SATA-to-USB adaptor. This was because the LUKS setup was pointed at /dev/sda2 instead of using a UUID or LABEL. When I removed the old drive from the SATA port so that the USB disk would be /dev/sda (instead of /dev/sdb), the initrd did not wait for the root device to show up like usually happens with non-encrypted booting over USB. I then booted the old system over SATA and plugged in the new drive over USB, GNOME prompted for a password but got confused by LVM being inside LUKS. Some googling later and I was able to overcome this by booting a grml CD and transferring the data manually on the command-line. During the process I attempted the install multiple times and would have appreciated an easy way to skip the blockdev-wipe stage because it takes so long (I was able to skip it manually by touching the right file). I also wondered why the swap partition was given the name chianamo-swap_1 instead of just chianamo-swap. My crypttab is: sda2_crypt /dev/sda2 none luks I think this should instead be something like (not sure which works): chianamo LABEL=chianamo none luks or chianamo_crypt UUID=xxx... none luks The fstab also didn't use UUID/LABEL for /boot, which I expected it to. ---------------------------------------------------------------------------- I noticed that in the graphical installer, switching to VT0 and back to VT5 leaves a small black rectangle on the upper left. Moving the mouse over that paints it again. ---------------------------------------------------------------------------- For some reason my usual mirror (ftp.wa.au.debian.org) was not listed in the mirror list in the installer. ---------------------------------------------------------------------------- I noticed that debconf segfaults after the install is complete, just before rebooting into the new system. I also noted lots of packages give a warning about the obsolete debconf title command. ---------------------------------------------------------------------------- I think it would be nice to have a password strength indicator in the stages that include typing a password; LUKS, root and user passwords. ---------------------------------------------------------------------------- The partitioning stage was slightly confusing, a more graphical partitioning system (based on gparted for e.g.) would be useful IMO. ---------------------------------------------------------------------------- I got way more xorg video drivers installed than I needed (intel driver would be enough). ---------------------------------------------------------------------------- There were some transitional/dummy packages installed; dhcp-client, cupsys stuff, gs-esp. ---------------------------------------------------------------------------- I couldn't find any configuration disabling physical DMA for the firewire device on my system; this is a security issue: http://www.hermann-uwe.de/blog/physical-memory-attacks-via-firewire-dma-part-1-overview-and-mitigation ---------------------------------------------------------------------------- The fonts in GNOME were really sucky. Seems to be fontconfig-config not disabling bitmap fonts, not defaulting to native hinting and not defaulting to automatic subpixel rendering. ---------------------------------------------------------------------------- Scrolling using the synaptics touchpad was not enabled by default, I had to edit the Xorg configs to add this: Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" Option "SHMConfig" "true" EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection ---------------------------------------------------------------------------- ============================================== Installer lsb-release: ============================================== DISTRIB_ID=Debian DISTRIB_DESCRIPTION="Debian GNU/Linux installer" DISTRIB_RELEASE="5.0 (lenny) - installer build 20080730-11:09" X_INSTALLATION_MEDIUM=hd-media ============================================== Installer hardware-summary: ============================================== umame -a: Linux chianamo 2.6.25-2-amd64 #1 SMP Mon Jul 14 11:05:23 UTC 2008 x86_64 unknown lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub [8086:27a0] (rev 03) lspci -knn: 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03) lspci -knn: 00:02.1 Display controller [0380]: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller [8086:27a6] (rev 03) lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller [8086:27d8] (rev 01) lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 [8086:27d0] (rev 01) lspci -knn: Kernel driver in use: pcieport-driver lspci -knn: 00:1c.3 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 [8086:27d6] (rev 01) lspci -knn: Kernel driver in use: pcieport-driver lspci -knn: 00:1d.0 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 [8086:27c8] (rev 01) lspci -knn: Kernel driver in use: uhci_hcd lspci -knn: Kernel modules: uhci-hcd lspci -knn: 00:1d.1 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 [8086:27c9] (rev 01) lspci -knn: Kernel driver in use: uhci_hcd lspci -knn: Kernel modules: uhci-hcd lspci -knn: 00:1d.2 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 [8086:27ca] (rev 01) lspci -knn: Kernel driver in use: uhci_hcd lspci -knn: Kernel modules: uhci-hcd lspci -knn: 00:1d.3 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 [8086:27cb] (rev 01) lspci -knn: Kernel driver in use: uhci_hcd lspci -knn: Kernel modules: uhci-hcd lspci -knn: 00:1d.7 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller [8086:27cc] (rev 01) lspci -knn: Kernel driver in use: ehci_hcd lspci -knn: Kernel modules: ehci-hcd lspci -knn: 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e1) lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge [8086:27b9] (rev 01) lspci -knn: 00:1f.2 IDE interface [0101]: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller [8086:27c4] (rev 01) lspci -knn: Kernel driver in use: ata_piix lspci -knn: Kernel modules: ata_piix lspci -knn: 00:1f.3 SMBus [0c05]: Intel Corporation 82801G (ICH7 Family) SMBus Controller [8086:27da] (rev 01) lspci -knn: 03:00.0 Ethernet controller [0200]: Broadcom Corporation BCM4401-B0 100Base-TX [14e4:170c] (rev 02) lspci -knn: Kernel driver in use: b44 lspci -knn: Kernel modules: b44 lspci -knn: 03:01.0 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd R5C832 IEEE 1394 Controller [1180:0832] lspci -knn: Kernel driver in use: firewire_ohci lspci -knn: Kernel modules: firewire-ohci lspci -knn: 03:01.1 SD Host controller [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter [1180:0822] (rev 19) lspci -knn: 03:01.2 System peripheral [0880]: Ricoh Co Ltd R5C843 MMC Host Controller [1180:0843] (rev 01) lspci -knn: 03:01.3 System peripheral [0880]: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter [1180:0592] (rev 0a) lspci -knn: 03:01.4 System peripheral [0880]: Ricoh Co Ltd xD-Picture Card Controller [1180:0852] (rev 05) lspci -knn: 0b:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG Network Connection [8086:4222] (rev 02) lspci -knn: Kernel driver in use: iwl3945 lspci -knn: Kernel modules: iwl3945 lsmod: Module Size Used by lsmod: ufs 73864 0 lsmod: qnx4 16648 0 lsmod: ntfs 197760 0 lsmod: cbc 8960 1 lsmod: sha256_generic 13952 0 lsmod: aes_generic 32424 2 lsmod: dm_crypt 20488 1 lsmod: dm_mod 68536 8 dm_crypt lsmod: xfs 492968 0 lsmod: jfs 169296 0 lsmod: ext2 76304 1 lsmod: firewire_sbp2 22808 0 lsmod: firewire_ohci 27908 0 lsmod: firewire_core 45920 2 firewire_sbp2,firewire_ohci lsmod: crc_itu_t 6656 1 firewire_core lsmod: b44 34448 0 lsmod: ssb 39684 1 b44 lsmod: pcmcia 44952 1 ssb lsmod: pcmcia_core 46244 1 pcmcia lsmod: mii 10240 1 b44 lsmod: arc4 6528 2 lsmod: ecb 8192 2 lsmod: crypto_blkcipher 24324 4 cbc,dm_crypt,ecb lsmod: iwl3945 98036 0 lsmod: firmware_class 14848 2 pcmcia,iwl3945 lsmod: mac80211 143244 1 iwl3945 lsmod: cfg80211 25360 1 mac80211 lsmod: nls_utf8 6528 2 lsmod: nls_cp437 11264 1 lsmod: loop 22916 2 lsmod: isofs 39720 1 lsmod: zlib_inflate 19072 1 isofs lsmod: vfat 17792 1 lsmod: fat 56760 1 vfat lsmod: nls_base 13316 7 ntfs,jfs,nls_utf8,nls_cp437,isofs,vfat,fat lsmod: reiserfs 223488 0 lsmod: ext3 138768 1 lsmod: jbd 55080 1 ext3 lsmod: mbcache 13828 2 ext2,ext3 lsmod: usbhid 49248 0 lsmod: hid 44608 1 usbhid lsmod: ff_memless 10120 1 usbhid lsmod: fan 10760 0 lsmod: sg 42464 0 lsmod: sr_mod 22980 0 lsmod: cdrom 39336 1 sr_mod lsmod: sd_mod 33600 4 lsmod: usb_storage 93760 1 lsmod: ata_piix 28804 2 lsmod: psmouse 45340 0 lsmod: libata 165808 1 ata_piix lsmod: scsi_mod 169848 6 firewire_sbp2,sg,sr_mod,sd_mod,usb_storage,libata lsmod: ehci_hcd 39948 0 lsmod: dock 16160 1 libata lsmod: uhci_hcd 29344 0 lsmod: thermal 26528 0 lsmod: processor 49132 3 thermal lsmod: evdev 17280 5 df: Filesystem 1k-blocks Used Available Use% Mounted on df: tmpfs 768144 48 768096 0% /dev df: tmpfs 768144 48 768096 0% /dev df: /dev/sdb 244480 163648 80832 67% /hd-media df: /dev/loop0 143612 143612 0 100% /cdrom df: /dev/mapper/chianamo-root df: 149051724 3421320 138058948 2% /target df: /dev/sda1 233335 18027 202860 8% /target/boot df: /dev/mapper/chianamo-root df: 149051724 3421320 138058948 2% /dev/.static/dev df: tmpfs 768144 48 768096 0% /target/dev free: total used free shared buffers free: Mem: 1536288 1486944 49344 0 121488 free: Swap: 4607992 0 4607992 free: Total: 6144280 1486944 4657336 /proc/cpuinfo: processor : 0 /proc/cpuinfo: vendor_id : GenuineIntel /proc/cpuinfo: cpu family : 6 /proc/cpuinfo: model : 15 /proc/cpuinfo: model name : Intel(R) Core(TM)2 CPU T5300 @ 1.73GHz /proc/cpuinfo: stepping : 2 /proc/cpuinfo: cpu MHz : 1729.018 /proc/cpuinfo: cache size : 2048 KB /proc/cpuinfo: physical id : 0 /proc/cpuinfo: siblings : 2 /proc/cpuinfo: core id : 0 /proc/cpuinfo: cpu cores : 2 /proc/cpuinfo: fpu : yes /proc/cpuinfo: fpu_exception : yes /proc/cpuinfo: cpuid level : 10 /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 dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl est tm2 ssse3 cx16 xtpr lahf_lm /proc/cpuinfo: bogomips : 3462.11 /proc/cpuinfo: clflush size : 64 /proc/cpuinfo: cache_alignment : 64 /proc/cpuinfo: address sizes : 36 bits physical, 48 bits virtual /proc/cpuinfo: power management: /proc/cpuinfo: /proc/cpuinfo: processor : 1 /proc/cpuinfo: vendor_id : GenuineIntel /proc/cpuinfo: cpu family : 6 /proc/cpuinfo: model : 15 /proc/cpuinfo: model name : Intel(R) Core(TM)2 CPU T5300 @ 1.73GHz /proc/cpuinfo: stepping : 2 /proc/cpuinfo: cpu MHz : 1729.018 /proc/cpuinfo: cache size : 2048 KB /proc/cpuinfo: physical id : 0 /proc/cpuinfo: siblings : 2 /proc/cpuinfo: core id : 1 /proc/cpuinfo: cpu cores : 2 /proc/cpuinfo: fpu : yes /proc/cpuinfo: fpu_exception : yes /proc/cpuinfo: cpuid level : 10 /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 dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl est tm2 ssse3 cx16 xtpr lahf_lm /proc/cpuinfo: bogomips : 3458.10 /proc/cpuinfo: clflush size : 64 /proc/cpuinfo: cache_alignment : 64 /proc/cpuinfo: address sizes : 36 bits physical, 48 bits virtual /proc/cpuinfo: power management: /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-006f : keyboard /proc/ioports: 0070-0077 : rtc /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:1f.2 /proc/ioports: 0170-0177 : ata_piix /proc/ioports: 01f0-01f7 : 0000:00:1f.2 /proc/ioports: 01f0-01f7 : ata_piix /proc/ioports: 0376-0376 : 0000:00:1f.2 /proc/ioports: 0376-0376 : ata_piix /proc/ioports: 03c0-03df : vesafb /proc/ioports: 03f6-03f6 : 0000:00:1f.2 /proc/ioports: 03f6-03f6 : ata_piix /proc/ioports: 04d0-04d1 : pnp 00:02 /proc/ioports: 0809-0809 : pnp 00:03 /proc/ioports: 0910-091f : pnp 00:08 /proc/ioports: 0920-092f : pnp 00:08 /proc/ioports: 0930-097f : pnp 00:08 /proc/ioports: 0cb0-0cbf : pnp 00:08 /proc/ioports: 0cf8-0cff : PCI conf1 /proc/ioports: 1000-107f : 0000:00:1f.0 /proc/ioports: 1000-1005 : pnp 00:02 /proc/ioports: 1000-1003 : ACPI PM1a_EVT_BLK /proc/ioports: 1004-1005 : ACPI PM1a_CNT_BLK /proc/ioports: 1006-1007 : pnp 00:03 /proc/ioports: 1008-100f : pnp 00:02 /proc/ioports: 1008-100b : ACPI PM_TMR /proc/ioports: 1010-102f : pnp 00:03 /proc/ioports: 1010-1015 : ACPI CPU throttle /proc/ioports: 1020-1020 : ACPI PM2_CNT_BLK /proc/ioports: 1028-102f : ACPI GPE0_BLK /proc/ioports: 1060-107f : pnp 00:03 /proc/ioports: 1080-10bf : 0000:00:1f.0 /proc/ioports: 1080-10bf : pnp 00:03 /proc/ioports: 10c0-10df : 0000:00:1f.3 /proc/ioports: 10c0-10df : pnp 00:03 /proc/ioports: bf20-bf3f : 0000:00:1d.3 /proc/ioports: bf20-bf3f : uhci_hcd /proc/ioports: bf40-bf5f : 0000:00:1d.2 /proc/ioports: bf40-bf5f : uhci_hcd /proc/ioports: bf60-bf7f : 0000:00:1d.1 /proc/ioports: bf60-bf7f : uhci_hcd /proc/ioports: bf80-bf9f : 0000:00:1d.0 /proc/ioports: bf80-bf9f : uhci_hcd /proc/ioports: bfa0-bfaf : 0000:00:1f.2 /proc/ioports: bfa0-bfaf : ata_piix /proc/ioports: d000-dfff : PCI Bus #0c /proc/ioports: eff8-efff : 0000:00:02.0 /proc/ioports: f400-f4fe : pnp 00:03 /proc/iomem: 00000000-0009efff : System RAM /proc/iomem: 0009f000-0009ffff : reserved /proc/iomem: 000c0000-000cffff : pnp 00:00 /proc/iomem: 000e0000-000fffff : pnp 00:00 /proc/iomem: 00100000-5f6d33ff : System RAM /proc/iomem: 00200000-0042211e : Kernel code /proc/iomem: 0042211f-0051f4f7 : Kernel data /proc/iomem: 005bf000-0063d2f7 : Kernel bss /proc/iomem: 5f6d3400-5fffffff : reserved /proc/iomem: d0000000-dfffffff : 0000:00:02.0 /proc/iomem: d0000000-d07affff : vesafb /proc/iomem: e0000000-e01fffff : PCI Bus #0c /proc/iomem: ef900000-ef9fffff : PCI Bus #03 /proc/iomem: ef9fd400-ef9fd4ff : 0000:03:01.1 /proc/iomem: ef9fd500-ef9fd5ff : 0000:03:01.2 /proc/iomem: ef9fd600-ef9fd6ff : 0000:03:01.3 /proc/iomem: ef9fd700-ef9fd7ff : 0000:03:01.4 /proc/iomem: ef9fd800-ef9fdfff : 0000:03:01.0 /proc/iomem: ef9fd800-ef9fdfff : firewire_ohci /proc/iomem: ef9fe000-ef9fffff : 0000:03:00.0 /proc/iomem: ef9fe000-ef9fffff : 0000:03:00.0 /proc/iomem: efa00000-efcfffff : PCI Bus #0c /proc/iomem: efd00000-efdfffff : PCI Bus #0b /proc/iomem: efdff000-efdfffff : 0000:0b:00.0 /proc/iomem: efdff000-efdfffff : iwl3945 /proc/iomem: efebc000-efebffff : 0000:00:1b.0 /proc/iomem: efec0000-efefffff : 0000:00:02.0 /proc/iomem: eff00000-eff7ffff : 0000:00:02.0 /proc/iomem: eff80000-efffffff : 0000:00:02.1 /proc/iomem: f0000000-f4006fff : reserved /proc/iomem: f0000000-f3ffffff : PCI MMCONFIG 0 /proc/iomem: f4008000-f400bfff : reserved /proc/iomem: fec00000-fec0ffff : reserved /proc/iomem: fec00000-fec00fff : IOAPIC 0 /proc/iomem: fed00000-fed003ff : HPET 0 /proc/iomem: fed00000-fed003ff : pnp 00:0b /proc/iomem: fed20000-fed9ffff : reserved /proc/iomem: fee00000-fee00fff : Local APIC /proc/iomem: ffa80000-ffa803ff : 0000:00:1d.7 /proc/iomem: ffa80000-ffa803ff : ehci_hcd /proc/iomem: ffb00000-ffffffff : reserved /proc/interrupts: CPU0 CPU1 /proc/interrupts: 0: 404259 0 IO-APIC-edge timer /proc/interrupts: 1: 735 0 IO-APIC-edge i8042 /proc/interrupts: 8: 1 0 IO-APIC-edge rtc /proc/interrupts: 9: 1 0 IO-APIC-fasteoi acpi /proc/interrupts: 12: 17949 0 IO-APIC-edge i8042 /proc/interrupts: 14: 169153 0 IO-APIC-edge ata_piix /proc/interrupts: 15: 636 0 IO-APIC-edge ata_piix /proc/interrupts: 17: 822161 0 IO-APIC-fasteoi eth0 /proc/interrupts: 19: 47 0 IO-APIC-fasteoi firewire_ohci /proc/interrupts: 20: 22588 0 IO-APIC-fasteoi uhci_hcd:usb1, ehci_hcd:usb5 /proc/interrupts: 21: 27 0 IO-APIC-fasteoi uhci_hcd:usb2 /proc/interrupts: 22: 0 0 IO-APIC-fasteoi uhci_hcd:usb3 /proc/interrupts: 23: 283 0 IO-APIC-fasteoi uhci_hcd:usb4 /proc/interrupts: NMI: 0 0 Non-maskable interrupts /proc/interrupts: LOC: 127945 293261 Local timer interrupts /proc/interrupts: RES: 47338 98975 Rescheduling interrupts /proc/interrupts: CAL: 173 465 function call interrupts /proc/interrupts: TLB: 176 125 TLB shootdowns /proc/interrupts: TRM: 0 0 Thermal event interrupts /proc/interrupts: THR: 0 0 Threshold APIC interrupts /proc/interrupts: SPU: 0 0 Spurious interrupts /proc/interrupts: ERR: 0 /proc/meminfo: MemTotal: 1536288 kB /proc/meminfo: MemFree: 49260 kB /proc/meminfo: Buffers: 121488 kB /proc/meminfo: Cached: 1221956 kB /proc/meminfo: SwapCached: 0 kB /proc/meminfo: Active: 302268 kB /proc/meminfo: Inactive: 1058612 kB /proc/meminfo: SwapTotal: 4607992 kB /proc/meminfo: SwapFree: 4607992 kB /proc/meminfo: Dirty: 1776 kB /proc/meminfo: Writeback: 0 kB /proc/meminfo: AnonPages: 15628 kB /proc/meminfo: Mapped: 7900 kB /proc/meminfo: Slab: 102196 kB /proc/meminfo: SReclaimable: 78360 kB /proc/meminfo: SUnreclaim: 23836 kB /proc/meminfo: PageTables: 884 kB /proc/meminfo: NFS_Unstable: 0 kB /proc/meminfo: Bounce: 0 kB /proc/meminfo: CommitLimit: 5376136 kB /proc/meminfo: Committed_AS: 75916 kB /proc/meminfo: VmallocTotal: 34359738367 kB /proc/meminfo: VmallocUsed: 84588 kB /proc/meminfo: VmallocChunk: 34359653071 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/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=/class/input/input0 /proc/bus/input/devices: U: Uniq= /proc/bus/input/devices: H: Handlers=mouse0 event0 /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=0011 Vendor=0001 Product=0001 Version=ab41 /proc/bus/input/devices: N: Name="AT Translated Set 2 keyboard" /proc/bus/input/devices: P: Phys=isa0060/serio0/input0 /proc/bus/input/devices: S: Sysfs=/class/input/input1 /proc/bus/input/devices: U: Uniq= /proc/bus/input/devices: H: Handlers=kbd event1 /proc/bus/input/devices: B: EV=120013 /proc/bus/input/devices: B: KEY=402000000 3803078f800d001 feffffdfffefffff 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=0011 Vendor=0002 Product=0007 Version=01b1 /proc/bus/input/devices: N: Name="SynPS/2 Synaptics TouchPad" /proc/bus/input/devices: P: Phys=isa0060/serio1/input0 /proc/bus/input/devices: S: Sysfs=/class/input/input2 /proc/bus/input/devices: U: Uniq= /proc/bus/input/devices: H: Handlers=mouse1 event2 /proc/bus/input/devices: B: EV=b /proc/bus/input/devices: B: KEY=6420 70000 0 0 0 0 /proc/bus/input/devices: B: ABS=11000003 /proc/bus/input/devices: /proc/bus/input/devices: I: Bus=0003 Vendor=0a5c Product=4502 Version=0111 /proc/bus/input/devices: N: Name="Broadcom Corp" /proc/bus/input/devices: P: Phys=usb-0000:00:1d.3-2.2/input0 /proc/bus/input/devices: S: Sysfs=/class/input/input3 /proc/bus/input/devices: U: Uniq= /proc/bus/input/devices: H: Handlers=kbd event3 /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=0a5c Product=4503 Version=0111 /proc/bus/input/devices: N: Name="Broadcom Corp" /proc/bus/input/devices: P: Phys=usb-0000:00:1d.3-2.3/input0 /proc/bus/input/devices: S: Sysfs=/class/input/input4 /proc/bus/input/devices: U: Uniq= /proc/bus/input/devices: H: Handlers=mouse2 event4 /proc/bus/input/devices: B: EV=17 /proc/bus/input/devices: B: KEY=70000 0 0 0 0 /proc/bus/input/devices: B: REL=3 /proc/bus/input/devices: B: MSC=10 /proc/bus/input/devices: /proc/fb: 0 VESA VGA /etc/directfbrc: quiet /etc/directfbrc: no-hardware /etc/directfbrc: bg-color=ffdcdad5 /etc/directfbrc: screenshot-dir=/var/log /etc/directfbrc: #disable-module=linux_input /etc/directfbrc: #disable-module=keyboard /etc/directfbrc: disable-module=ps2mouse -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages installation-report recommends: ii pciutils 1:3.0.0-4 Linux PCI Utilities ii reportbug 3.44 reports bugs in the Debian distrib -- bye, pabs http://wiki.debian.org/PaulWiseAttachment: signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
- To: 496177-done@bugs.debian.org
- Subject: Closing old installation report #496177
- From: Christian Perrier <bubulle@debian.org>
- Date: Wed, 08 Sep 2010 03:58:31 +0000
- Message-id: <E1OtBnr-0005lm-Fw@ravel.debian.org>
We are closing this installation report for one of the following reasons: - it was reported with a pre-lenny version of Debian Installer. - indications in the installation report give the feeling that the reported problem waslying in another software, unrelated to D-I, which we can't easily identify. - indications in the installation report suggest that it may have been fixed in a more recent version of a D-I component - it was successful and we forgot closing it..:-) - it has no information we consider useful The D-I team is currently in the process of cleaning out the old spool of installation reports that haven't bene processed yet. In case you think that the problem you reported has chances to be still present, please reiterate your installation test with a more recent image of D-I, if you're in position of doing this. You'll find daily builds at http://www.debian.org/devel/debian-installer. We recommend you choose the netboot image, in the "daily builds section", then choose to install "squeeze" when prompted. If some problems are found, please report them with a new bug sent against installation-reports. Many thanks for your understanding and your help improving Debian, past and present.
--- End Message ---