Package: installation-reports Severity: normal -- Package-specific info: Boot method: USB stick, made with cat debian-wheezy-DI-a1-amd64-netinst.iso >/dev/sdd Image version: debian-wheezy-DI-a1-amd64-netinst.iso, sha1sum c292dba20ef374231c47ac396b5f486d8e1eb35e Date: <Date and time of the install> Machine: HP Pavilion dv6-6b45eo laptop, Core i7, 6 GiB RAM, Intel+Radeon GPU, realtek eth, Intel wifi Partitions: <df -Tl will do; the raw partition table is preferred> ------------------------------------------------------------ $ sudo fdisk -l /dev/sda [...] Disk /dev/sda: 640.1 GB, 640135028736 bytes 255 heads, 63 sectors/track, 77825 cylinders, total 1250263728 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0xad6d2636 Device Boot Start End Blocks Id System /dev/sda1 * 2048 409599 203776 7 HPFS/NTFS/exFAT /dev/sda2 409600 352665599 176128000 7 HPFS/NTFS/exFAT /dev/sda3 352667646 1250050047 448691201 5 Extended /dev/sda4 1250050048 1250261679 105816 c W95 FAT32 (LBA) /dev/sda5 352667648 360478719 3905536 83 Linux /dev/sda6 360480768 1250050047 444784640 8e Linux LVM ------------------------------------------------------------ (I had to remove a windows recovery partition to create the extended partition, as the computer came with 4 primary partitions...) ------------------------------------------------------------ $ sudo vgdisplay --- Volume group --- VG Name rootvg System ID Format lvm2 Metadata Areas 1 Metadata Sequence No 7 VG Access read/write VG Status resizable MAX LV 0 Cur LV 2 Open LV 2 Max PV 0 Cur PV 1 Act PV 1 VG Size 424.18 GiB PE Size 4.00 MiB Total PE 108589 Alloc PE / Size 108589 / 424.18 GiB Free PE / Size 0 / 0 VG UUID seJo2Z-C4iH-Z396-hb6M-cU0O-e6c5-IUpVxs $ sudo lvdisplay --- Logical volume --- LV Path /dev/rootvg/swap LV Name swap VG Name rootvg LV UUID 8lzkEI-7DVh-ZP8E-Y1Pn-lxY2-qUtm-Oxq4RM LV Write Access read/write LV Creation host, time , LV Status available # open 1 LV Size 7.63 GiB Current LE 1953 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:0 --- Logical volume --- LV Path /dev/rootvg/root LV Name root VG Name rootvg LV UUID Xcfe70-iLEf-sSo5-n0S4-Ha1S-Kdx9-411mo1 LV Write Access read/write LV Creation host, time , LV Status available # open 1 LV Size 416.55 GiB Current LE 106636 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:1 $ cat /etc/crypttab rootvg-root_crypt UUID=e606d2f3-2884-46b5-9c40-b272d649ebce none luks rootvg-swap_crypt UUID=465e1416-67a7-4d0a-bc33-1068d1de8e95 none luks,swap $ cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/mapper/rootvg-root_crypt / xfs relatime 0 1 # /boot was on /dev/sda5 during installation UUID=4221484f-f483-4150-9845-a0f9d8e07277 /boot ext4 defaults 0 2 /dev/mapper/rootvg-swap_crypt none swap sw 0 0 /dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/sdb1 /media/usb0 auto rw,user,noauto 0 0 /dev/sdc1 /media/usb1 auto rw,user,noauto 0 0 ------------------------------------------------------------ Base System Installation Checklist: [O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it Initial boot: [O] Detect network card: [O] see below Configure network: [O] Detect CD: [O] Load installer modules: [O] Detect hard drives: [O] Partition hard drives: [O] see below Install base system: [O] Clock/timezone setup: [O] User/password setup: [O] Install tasks: [O] Install boot loader: [O] Overall install: [O] Comments/Problems: I used expert installation. First I must say that this was probably the smoothest Debian installation with encryption that I have seen. Previously I have always had to configure something related to LVM or dm-crypt by hand from a virtual console, because something has always gone wrong. This time everything about that just worked. (On a side note, I tried non-expert installation and guided partitioning on another (virtual, kvm) system, and this installer did not even offer the option to use full-disk encryption, while a Squeeze installer did - I tested both. Is this intentional?) Both the Realtek ethernet and Intel wifi required firmware. I installed them from a USB stick. There was something weird about that though: The installer first prompted for iwlagn firmware. I inserted the USB stick where the firmware was, and chose OK. The firmware was loaded. BUT: After that, the installer prompted for the same firmware again, as many times as I clicked OK. I'm pretty sure the firmware was loaded on the first try. For some reason, erasing the encrypted partitions was really slow, and I finally did it from a virtual console using dd if=/dev/zero of=/dev/mapper/rootvg-root_crypt (or something similar), which was faster than the way d-i used. The root partition is a 417G partition. When the installer started erasing it, I left. When I came back about one hour later, it was going at 4%. Thus it would have taken something like 17 hours to complete assuming constant speed, making the speed something like 7 MiB/s. I cannot tell how long the dd to the encrypted partition took (I couldn't find a way to time it, as there was neither a time command or a date command... Hmh, cat /proc/uptime would have helped, but it didn't come to my mind back then), but it certainly was finished overnight (less than 10 hours). It's hard to see why it should be so slow; the computer is fast and has hardware AES (AES-NI) support (though I'm not sure it's loaded by the installer? Can't see such a module. Anyway, dd was faster even from the installer), and the disk itself definitely is not so slow. GRUB installation said it did not detect other operating systems. However the GRUB menu definitely does show the preinstalled "Windows 7 (loader)" or something like that, and it works, without me having tweaked it in any way. Looking at fstab (see above), the installer created fstab entries for both the installer USB stick and the firmware USB stick. I think those should ideally have been left out. Besides those, the only thing that did not work in the installer was screen brightness. However that does not seem to work even in the most recent 3.4.0 upstream kernel with or without acpi_brightness=vendor, so the installer can hardly be faulted for that. One more thing that I think I have been able to choose on some previous installers was the keymap in a more precise way (I prefer the dvorak variant of Swedish keymap, but the installer did not offer me the variant). Not sure if that's worth supporting in the installer, as the 1% of people who care can probably configure it later themselves, and it makes it more complicated for the rest. All in all, I consider this a quite successful installation, at least in par with my experience with Debian stable installers even on hardware supported by them (with Debian stable live image neither the ethernet or the wifi work on this laptop, and I knew I wanted unstable, so I didn't even try installing stable on it). -- 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="7.0 (wheezy) - installer build 20120508" X_INSTALLATION_MEDIUM=cdrom ============================================== Installer hardware-summary: ============================================== uname -a: Linux lap 3.2.0-2-amd64 #1 SMP Sun Apr 15 16:47:38 UTC 2012 x86_64 GNU/Linux lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0104] (rev 09) lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:3581] lspci -knn: Kernel driver in use: agpgart-intel lspci -knn: 00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port [8086:0101] (rev 09) lspci -knn: Kernel driver in use: pcieport lspci -knn: 00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09) lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:3581] lspci -knn: 00:16.0 Communication controller [0780]: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev 04) lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:3581] lspci -knn: 00:1a.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 [8086:1c2d] (rev 05) lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:3581] lspci -knn: Kernel driver in use: ehci_hcd lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 05) lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:3581] lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 [8086:1c10] (rev b5) lspci -knn: Kernel driver in use: pcieport lspci -knn: 00:1c.1 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 [8086:1c12] (rev b5) lspci -knn: Kernel driver in use: pcieport lspci -knn: 00:1c.2 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 [8086:1c14] (rev b5) lspci -knn: Kernel driver in use: pcieport lspci -knn: 00:1d.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 [8086:1c26] (rev 05) lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:3581] lspci -knn: Kernel driver in use: ehci_hcd lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation HM65 Express Chipset Family LPC Controller [8086:1c49] (rev 05) lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:3581] lspci -knn: 00:1f.2 SATA controller [0106]: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller [8086:1c03] (rev 05) lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:3581] lspci -knn: Kernel driver in use: ahci lspci -knn: 00:1f.3 SMBus [0c05]: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller [8086:1c22] (rev 05) lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:3581] lspci -knn: 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Seymour [Radeon HD 6400M Series] [1002:6760] lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:3581] lspci -knn: 07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 06) lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:3581] lspci -knn: Kernel driver in use: r8169 lspci -knn: 0d:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1030 [8086:008b] (rev 34) lspci -knn: Subsystem: Intel Corporation Device [8086:5315] lspci -knn: Kernel driver in use: iwlwifi lspci -knn: 13:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader [10ec:5209] (rev 01) lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:3581] lspci -knn: 13:00.1 SD Host controller [0805]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader [10ec:5209] (rev 01) lspci -knn: Subsystem: Hewlett-Packard Company Device [103c:3581] lspci -knn: Kernel driver in use: sdhci-pci 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 3.2.0-2-amd64 ehci_hcd usb-list: Interface 00: Class 09(hub ) Subclass 00 Protocol 00 Driver hub usb-list: usb-list: Bus 01 Device 02: EHCI Host Controller [8087:0024] usb-list: Level 01 Parent 01 Port 00 Class 09(hub ) Subclass 00 Protocol 01 usb-list: Interface 00: Class 09(hub ) Subclass 00 Protocol 00 Driver hub usb-list: usb-list: Bus 01 Device 03: HP TrueVision HD [064e:d281] usb-list: Level 02 Parent 02 Port 01 Class ef(misc ) Subclass 02 Protocol 01 usb-list: Manufacturer: SuYin usb-list: Interface 00: Class 0e(video) Subclass 01 Protocol 00 Driver <none> usb-list: Interface 01: Class 0e(video) Subclass 02 Protocol 00 Driver <none> 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 3.2.0-2-amd64 ehci_hcd usb-list: Interface 00: Class 09(hub ) Subclass 00 Protocol 00 Driver hub usb-list: usb-list: Bus 02 Device 02: EHCI Host Controller [8087:0024] usb-list: Level 01 Parent 01 Port 00 Class 09(hub ) Subclass 00 Protocol 01 usb-list: Interface 00: Class 09(hub ) Subclass 00 Protocol 00 Driver hub usb-list: usb-list: Bus 02 Device 05: Flash Disk USB2.0 [1e3d:2096] usb-list: Level 02 Parent 02 Port 00 Class 00(>ifc ) Subclass 00 Protocol 00 usb-list: Manufacturer: Flash Disk USB2.0 usb-list: Interface 00: Class 08(mstor) Subclass 06 Protocol 50 Driver usb-storage usb-list: usb-list: Bus 02 Device 03: DT 100 G2 [0930:6545] usb-list: Level 02 Parent 02 Port 02 Class 00(>ifc ) Subclass 00 Protocol 00 usb-list: Manufacturer: Kingston usb-list: Interface 00: Class 08(mstor) Subclass 06 Protocol 50 Driver usb-storage usb-list: usb-list: Bus 02 Device 04: DT 100 G2 [8086:0189] usb-list: Level 02 Parent 02 Port 04 Class e0(wlcon) Subclass 01 Protocol 01 usb-list: Interface 00: Class e0(wlcon) Subclass 01 Protocol 01 Driver <none> usb-list: Interface 01: Class e0(wlcon) Subclass 01 Protocol 01 Driver <none> lsmod: Module Size Used by lsmod: fuse 61981 0 lsmod: hfsplus 71571 0 lsmod: hfs 45877 0 lsmod: minix 27580 0 lsmod: msdos 17077 0 lsmod: ufs 58774 0 lsmod: qnx4 13184 0 lsmod: ntfs 163839 0 lsmod: reiserfs 192077 0 lsmod: cbc 12754 16 lsmod: sha256_generic 16797 4 lsmod: aes_generic 33026 32 lsmod: dm_crypt 22586 2 lsmod: efivars 17471 0 lsmod: dm_mod 63545 11 dm_crypt lsmod: md_mod 87742 0 lsmod: xfs 594991 1 lsmod: jfs 137196 0 lsmod: ext4 350411 1 lsmod: crc16 12343 1 ext4 lsmod: jbd2 62015 1 ext4 lsmod: ext3 161867 0 lsmod: jbd 56902 1 ext3 lsmod: btrfs 509576 0 lsmod: zlib_deflate 25638 1 btrfs lsmod: crc32c 12656 1 lsmod: libcrc32c 12426 1 btrfs lsmod: ext2 59231 0 lsmod: mbcache 13065 3 ext2,ext3,ext4 lsmod: r8169 46980 0 lsmod: mii 12675 1 r8169 lsmod: iwlwifi 166657 0 lsmod: mac80211 192768 1 iwlwifi lsmod: cfg80211 137140 2 mac80211,iwlwifi lsmod: rfkill 19012 1 cfg80211 lsmod: arc4 12458 2 lsmod: nls_cp437 16553 0 lsmod: vfat 17316 0 lsmod: fat 45642 2 vfat,msdos lsmod: nls_utf8 12456 0 lsmod: isofs 35171 0 lsmod: fan 12674 0 lsmod: usb_storage 43870 0 lsmod: sr_mod 21899 0 lsmod: sd_mod 36136 3 lsmod: cdrom 35401 1 sr_mod lsmod: crc_t10dif 12348 1 sd_mod lsmod: ahci 24997 2 lsmod: libahci 22860 1 ahci lsmod: libata 140589 2 libahci,ahci lsmod: thermal 17383 0 lsmod: sdhci_pci 17976 0 lsmod: scsi_mod 162458 4 libata,sd_mod,sr_mod,usb_storage lsmod: ehci_hcd 40215 0 lsmod: thermal_sys 18040 2 thermal,fan lsmod: sdhci 27053 1 sdhci_pci lsmod: mmc_core 72460 2 sdhci,sdhci_pci lsmod: usbcore 128498 3 ehci_hcd,usb_storage lsmod: usb_common 12354 1 usbcore df: Filesystem 1K-blocks Used Available Use% Mounted on df: none 607640 64 607576 0% /run df: tmpfs 3038184 0 3038184 0% /dev df: /dev/mapper/rootvg-root_crypt df: 436565740 1000716 435565024 0% /target df: /dev/sda5 3894856 142368 3752488 4% /target/boot df: /dev/mapper/rootvg-root_crypt df: 436565740 1000716 435565024 0% /dev/.static/dev df: tmpfs 3038184 0 3038184 0% /target/dev free: total used free shared buffers free: Mem: 6076368 1270960 4805408 0 4940 free: -/+ buffers: 1266020 4810348 free: Swap: 7997436 0 7997436 /proc/cmdline: priority=low vga=788 initrd=/install.amd/initrd.gz -- BOOT_IMAGE=/install.amd/vmlinuz /proc/cpuinfo: processor : 0 /proc/cpuinfo: vendor_id : GenuineIntel /proc/cpuinfo: cpu family : 6 /proc/cpuinfo: model : 42 /proc/cpuinfo: model name : Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz /proc/cpuinfo: stepping : 7 /proc/cpuinfo: microcode : 0x1a /proc/cpuinfo: cpu MHz : 2195.290 /proc/cpuinfo: cache size : 6144 KB /proc/cpuinfo: physical id : 0 /proc/cpuinfo: siblings : 8 /proc/cpuinfo: core id : 0 /proc/cpuinfo: cpu cores : 4 /proc/cpuinfo: apicid : 0 /proc/cpuinfo: initial apicid : 0 /proc/cpuinfo: fpu : yes /proc/cpuinfo: fpu_exception : yes /proc/cpuinfo: cpuid level : 13 /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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid /proc/cpuinfo: bogomips : 4390.58 /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 : 42 /proc/cpuinfo: model name : Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz /proc/cpuinfo: stepping : 7 /proc/cpuinfo: microcode : 0x1a /proc/cpuinfo: cpu MHz : 2195.290 /proc/cpuinfo: cache size : 6144 KB /proc/cpuinfo: physical id : 0 /proc/cpuinfo: siblings : 8 /proc/cpuinfo: core id : 0 /proc/cpuinfo: cpu cores : 4 /proc/cpuinfo: apicid : 1 /proc/cpuinfo: initial apicid : 1 /proc/cpuinfo: fpu : yes /proc/cpuinfo: fpu_exception : yes /proc/cpuinfo: cpuid level : 13 /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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid /proc/cpuinfo: bogomips : 4389.83 /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 : 2 /proc/cpuinfo: vendor_id : GenuineIntel /proc/cpuinfo: cpu family : 6 /proc/cpuinfo: model : 42 /proc/cpuinfo: model name : Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz /proc/cpuinfo: stepping : 7 /proc/cpuinfo: microcode : 0x1a /proc/cpuinfo: cpu MHz : 2195.290 /proc/cpuinfo: cache size : 6144 KB /proc/cpuinfo: physical id : 0 /proc/cpuinfo: siblings : 8 /proc/cpuinfo: core id : 1 /proc/cpuinfo: cpu cores : 4 /proc/cpuinfo: apicid : 2 /proc/cpuinfo: initial apicid : 2 /proc/cpuinfo: fpu : yes /proc/cpuinfo: fpu_exception : yes /proc/cpuinfo: cpuid level : 13 /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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid /proc/cpuinfo: bogomips : 4389.83 /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 : 3 /proc/cpuinfo: vendor_id : GenuineIntel /proc/cpuinfo: cpu family : 6 /proc/cpuinfo: model : 42 /proc/cpuinfo: model name : Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz /proc/cpuinfo: stepping : 7 /proc/cpuinfo: microcode : 0x1a /proc/cpuinfo: cpu MHz : 2195.290 /proc/cpuinfo: cache size : 6144 KB /proc/cpuinfo: physical id : 0 /proc/cpuinfo: siblings : 8 /proc/cpuinfo: core id : 1 /proc/cpuinfo: cpu cores : 4 /proc/cpuinfo: apicid : 3 /proc/cpuinfo: initial apicid : 3 /proc/cpuinfo: fpu : yes /proc/cpuinfo: fpu_exception : yes /proc/cpuinfo: cpuid level : 13 /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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid /proc/cpuinfo: bogomips : 4389.84 /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 : 4 /proc/cpuinfo: vendor_id : GenuineIntel /proc/cpuinfo: cpu family : 6 /proc/cpuinfo: model : 42 /proc/cpuinfo: model name : Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz /proc/cpuinfo: stepping : 7 /proc/cpuinfo: microcode : 0x1a /proc/cpuinfo: cpu MHz : 2195.290 /proc/cpuinfo: cache size : 6144 KB /proc/cpuinfo: physical id : 0 /proc/cpuinfo: siblings : 8 /proc/cpuinfo: core id : 2 /proc/cpuinfo: cpu cores : 4 /proc/cpuinfo: apicid : 4 /proc/cpuinfo: initial apicid : 4 /proc/cpuinfo: fpu : yes /proc/cpuinfo: fpu_exception : yes /proc/cpuinfo: cpuid level : 13 /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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid /proc/cpuinfo: bogomips : 4389.83 /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 : 5 /proc/cpuinfo: vendor_id : GenuineIntel /proc/cpuinfo: cpu family : 6 /proc/cpuinfo: model : 42 /proc/cpuinfo: model name : Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz /proc/cpuinfo: stepping : 7 /proc/cpuinfo: microcode : 0x1a /proc/cpuinfo: cpu MHz : 2195.290 /proc/cpuinfo: cache size : 6144 KB /proc/cpuinfo: physical id : 0 /proc/cpuinfo: siblings : 8 /proc/cpuinfo: core id : 2 /proc/cpuinfo: cpu cores : 4 /proc/cpuinfo: apicid : 5 /proc/cpuinfo: initial apicid : 5 /proc/cpuinfo: fpu : yes /proc/cpuinfo: fpu_exception : yes /proc/cpuinfo: cpuid level : 13 /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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid /proc/cpuinfo: bogomips : 4389.82 /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 : 6 /proc/cpuinfo: vendor_id : GenuineIntel /proc/cpuinfo: cpu family : 6 /proc/cpuinfo: model : 42 /proc/cpuinfo: model name : Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz /proc/cpuinfo: stepping : 7 /proc/cpuinfo: microcode : 0x1a /proc/cpuinfo: cpu MHz : 2195.290 /proc/cpuinfo: cache size : 6144 KB /proc/cpuinfo: physical id : 0 /proc/cpuinfo: siblings : 8 /proc/cpuinfo: core id : 3 /proc/cpuinfo: cpu cores : 4 /proc/cpuinfo: apicid : 6 /proc/cpuinfo: initial apicid : 6 /proc/cpuinfo: fpu : yes /proc/cpuinfo: fpu_exception : yes /proc/cpuinfo: cpuid level : 13 /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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid /proc/cpuinfo: bogomips : 4389.83 /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 : 7 /proc/cpuinfo: vendor_id : GenuineIntel /proc/cpuinfo: cpu family : 6 /proc/cpuinfo: model : 42 /proc/cpuinfo: model name : Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz /proc/cpuinfo: stepping : 7 /proc/cpuinfo: microcode : 0x1a /proc/cpuinfo: cpu MHz : 2195.290 /proc/cpuinfo: cache size : 6144 KB /proc/cpuinfo: physical id : 0 /proc/cpuinfo: siblings : 8 /proc/cpuinfo: core id : 3 /proc/cpuinfo: cpu cores : 4 /proc/cpuinfo: apicid : 7 /proc/cpuinfo: initial apicid : 7 /proc/cpuinfo: fpu : yes /proc/cpuinfo: fpu_exception : yes /proc/cpuinfo: cpuid level : 13 /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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid /proc/cpuinfo: bogomips : 4389.84 /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-0cf7 : PCI Bus 0000:00 /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: 0062-0062 : EC data /proc/ioports: 0064-0064 : keyboard /proc/ioports: 0066-0066 : EC cmd /proc/ioports: 0070-0077 : 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: 03c0-03df : vesafb /proc/ioports: 0400-0453 : pnp 00:05 /proc/ioports: 0400-0403 : ACPI PM1a_EVT_BLK /proc/ioports: 0404-0405 : ACPI PM1a_CNT_BLK /proc/ioports: 0408-040b : ACPI PM_TMR /proc/ioports: 0420-042f : ACPI GPE0_BLK /proc/ioports: 0450-0450 : ACPI PM2_CNT_BLK /proc/ioports: 0454-0457 : pnp 00:07 /proc/ioports: 0458-047f : pnp 00:05 /proc/ioports: 0500-057f : pnp 00:05 /proc/ioports: 0680-069f : pnp 00:05 /proc/ioports: 0cf8-0cff : PCI conf1 /proc/ioports: 0d00-ffff : PCI Bus 0000:00 /proc/ioports: 1000-100f : pnp 00:05 /proc/ioports: 1010-1013 : pnp 00:05 /proc/ioports: 164e-164f : pnp 00:05 /proc/ioports: 2000-2fff : PCI Bus 0000:13 /proc/ioports: 3000-3fff : PCI Bus 0000:0d /proc/ioports: 4000-4fff : PCI Bus 0000:07 /proc/ioports: 4000-40ff : 0000:07:00.0 /proc/ioports: 4000-40ff : r8169 /proc/ioports: 5000-5fff : PCI Bus 0000:01 /proc/ioports: 5000-50ff : 0000:01:00.0 /proc/ioports: 6000-603f : 0000:00:02.0 /proc/ioports: 6040-605f : 0000:00:1f.3 /proc/ioports: 6060-607f : 0000:00:1f.2 /proc/ioports: 6060-607f : ahci /proc/ioports: 6090-6097 : 0000:00:1f.2 /proc/ioports: 6090-6097 : ahci /proc/ioports: 6098-609f : 0000:00:1f.2 /proc/ioports: 6098-609f : ahci /proc/ioports: 60b8-60bb : 0000:00:1f.2 /proc/ioports: 60b8-60bb : ahci /proc/ioports: 60bc-60bf : 0000:00:1f.2 /proc/ioports: 60bc-60bf : ahci /proc/ioports: ffff-ffff : pnp 00:05 /proc/iomem: 00000000-0000ffff : reserved /proc/iomem: 00010000-0009d7ff : System RAM /proc/iomem: 0009d800-0009ffff : reserved /proc/iomem: 000a0000-000bffff : PCI Bus 0000:00 /proc/iomem: 000c0000-000cefff : Video ROM /proc/iomem: 000e0000-000fffff : reserved /proc/iomem: 000f0000-000fffff : System ROM /proc/iomem: 00100000-9ce3efff : System RAM /proc/iomem: 01000000-01352b45 : Kernel code /proc/iomem: 01352b46-016934ff : Kernel data /proc/iomem: 01726000-01804fff : Kernel bss /proc/iomem: 9ce3f000-9cebefff : reserved /proc/iomem: 9cebf000-9cfbefff : ACPI Non-volatile Storage /proc/iomem: 9cfbf000-9cffefff : ACPI Tables /proc/iomem: 9cfff000-9cffffff : System RAM /proc/iomem: 9d000000-9f9fffff : reserved /proc/iomem: 9fa00000-feafffff : PCI Bus 0000:00 /proc/iomem: 9fa00000-9fa00fff : pnp 00:0a /proc/iomem: a0000000-afffffff : PCI Bus 0000:01 /proc/iomem: a0000000-afffffff : 0000:01:00.0 /proc/iomem: b0000000-bfffffff : 0000:00:02.0 /proc/iomem: b0000000-b1feffff : vesafb /proc/iomem: c0000000-c03fffff : 0000:00:02.0 /proc/iomem: c0400000-c13fffff : PCI Bus 0000:07 /proc/iomem: c0400000-c0403fff : 0000:07:00.0 /proc/iomem: c0400000-c0403fff : r8169 /proc/iomem: c0404000-c0404fff : 0000:07:00.0 /proc/iomem: c0404000-c0404fff : r8169 /proc/iomem: c1400000-c23fffff : PCI Bus 0000:0d /proc/iomem: c2400000-c33fffff : PCI Bus 0000:13 /proc/iomem: c2400000-c240ffff : 0000:13:00.0 /proc/iomem: c3400000-c43fffff : PCI Bus 0000:13 /proc/iomem: c3400000-c34000ff : 0000:13:00.1 /proc/iomem: c3400000-c34000ff : mmc0 /proc/iomem: c3401000-c3401fff : 0000:13:00.0 /proc/iomem: c4400000-c53fffff : PCI Bus 0000:0d /proc/iomem: c4400000-c4401fff : 0000:0d:00.0 /proc/iomem: c4400000-c4401fff : iwlwifi /proc/iomem: c5400000-c63fffff : PCI Bus 0000:07 /proc/iomem: c6400000-c73fffff : PCI Bus 0000:01 /proc/iomem: c6400000-c641ffff : 0000:01:00.0 /proc/iomem: c6420000-c643ffff : 0000:01:00.0 /proc/iomem: c7400000-c7403fff : 0000:00:1b.0 /proc/iomem: c7404000-c740400f : 0000:00:16.0 /proc/iomem: c7406000-c74060ff : 0000:00:1f.3 /proc/iomem: c7408000-c74087ff : 0000:00:1f.2 /proc/iomem: c7408000-c74087ff : ahci /proc/iomem: c7409000-c74093ff : 0000:00:1d.0 /proc/iomem: c7409000-c74093ff : ehci_hcd /proc/iomem: c740a000-c740a3ff : 0000:00:1a.0 /proc/iomem: c740a000-c740a3ff : ehci_hcd /proc/iomem: e0000000-efffffff : PCI MMCONFIG 0000 [bus 00-ff] /proc/iomem: e0000000-efffffff : reserved /proc/iomem: e0000000-efffffff : pnp 00:0a /proc/iomem: feb00000-feb03fff : reserved /proc/iomem: fec00000-fec00fff : reserved /proc/iomem: fec00000-fec003ff : IOAPIC 0 /proc/iomem: fed00000-fed003ff : HPET 0 /proc/iomem: fed10000-fed19fff : reserved /proc/iomem: fed10000-fed17fff : pnp 00:0a /proc/iomem: fed18000-fed18fff : pnp 00:0a /proc/iomem: fed19000-fed19fff : pnp 00:0a /proc/iomem: fed1c000-fed1ffff : reserved /proc/iomem: fed1c000-fed1ffff : pnp 00:0a /proc/iomem: fed20000-fed3ffff : pnp 00:0a /proc/iomem: fed90000-fed93fff : pnp 00:0a /proc/iomem: fee00000-fee00fff : Local APIC /proc/iomem: fee00000-fee00fff : reserved /proc/iomem: ffd80000-ffffffff : reserved /proc/iomem: 100000000-1dfdfffff : System RAM /proc/iomem: 1dfe00000-1dfffffff : RAM buffer /proc/interrupts: CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7 /proc/interrupts: 0: 217 0 0 0 0 0 0 0 IO-APIC-edge timer /proc/interrupts: 1: 11094 0 0 0 0 0 0 0 IO-APIC-edge i8042 /proc/interrupts: 8: 42 0 0 0 0 0 0 0 IO-APIC-edge rtc0 /proc/interrupts: 9: 786 0 0 0 0 0 0 0 IO-APIC-fasteoi acpi /proc/interrupts: 12: 3 0 0 0 0 0 0 0 IO-APIC-edge i8042 /proc/interrupts: 16: 54 0 0 0 0 0 0 0 IO-APIC-fasteoi ehci_hcd:usb1 /proc/interrupts: 19: 0 0 0 0 0 0 0 0 IO-APIC-fasteoi mmc0 /proc/interrupts: 20: 48588 0 0 0 0 0 0 0 IO-APIC-fasteoi ehci_hcd:usb2 /proc/interrupts: 41: 119916320 0 0 0 0 0 0 0 PCI-MSI-edge ahci /proc/interrupts: 42: 263279 0 0 0 0 0 0 0 PCI-MSI-edge eth0 /proc/interrupts: 43: 86 0 0 0 0 0 0 0 PCI-MSI-edge iwlwifi /proc/interrupts: NMI: 9105 1656 2117 902 2313 1050 1849 910 Non-maskable interrupts /proc/interrupts: LOC: 3005661 426540 828880 294422 600197 318221 638205 304709 Local timer interrupts /proc/interrupts: SPU: 0 0 0 0 0 0 0 0 Spurious interrupts /proc/interrupts: PMI: 9105 1656 2117 902 2313 1050 1849 910 Performance monitoring interrupts /proc/interrupts: IWI: 0 0 0 0 0 0 0 0 IRQ work interrupts /proc/interrupts: RES: 164135 21028528 28529783 3826323 32747163 6610059 22097791 2646489 Rescheduling interrupts /proc/interrupts: CAL: 1292 1962 1886 1955 1892 1939 1936 1914 Function call interrupts /proc/interrupts: TLB: 1658 2676 1360 2910 1356 2837 1367 2710 TLB shootdowns /proc/interrupts: TRM: 0 0 0 0 0 0 0 0 Thermal event interrupts /proc/interrupts: THR: 0 0 0 0 0 0 0 0 Threshold APIC interrupts /proc/interrupts: MCE: 0 0 0 0 0 0 0 0 Machine check exceptions /proc/interrupts: MCP: 176 176 176 176 176 176 176 176 Machine check polls /proc/interrupts: ERR: 0 /proc/interrupts: MIS: 0 /proc/meminfo: MemTotal: 6076368 kB /proc/meminfo: MemFree: 4805360 kB /proc/meminfo: Buffers: 4940 kB /proc/meminfo: Cached: 1048308 kB /proc/meminfo: SwapCached: 0 kB /proc/meminfo: Active: 363932 kB /proc/meminfo: Inactive: 652424 kB /proc/meminfo: Active(anon): 25184 kB /proc/meminfo: Inactive(anon): 12 kB /proc/meminfo: Active(file): 338748 kB /proc/meminfo: Inactive(file): 652412 kB /proc/meminfo: Unevictable: 62148 kB /proc/meminfo: Mlocked: 0 kB /proc/meminfo: SwapTotal: 7997436 kB /proc/meminfo: SwapFree: 7997436 kB /proc/meminfo: Dirty: 3000 kB /proc/meminfo: Writeback: 0 kB /proc/meminfo: AnonPages: 24948 kB /proc/meminfo: Mapped: 2736 kB /proc/meminfo: Shmem: 64 kB /proc/meminfo: Slab: 126660 kB /proc/meminfo: SReclaimable: 97060 kB /proc/meminfo: SUnreclaim: 29600 kB /proc/meminfo: KernelStack: 1096 kB /proc/meminfo: PageTables: 616 kB /proc/meminfo: NFS_Unstable: 0 kB /proc/meminfo: Bounce: 0 kB /proc/meminfo: WritebackTmp: 0 kB /proc/meminfo: CommitLimit: 11035620 kB /proc/meminfo: Committed_AS: 30592 kB /proc/meminfo: VmallocTotal: 34359738367 kB /proc/meminfo: VmallocUsed: 300788 kB /proc/meminfo: VmallocChunk: 34359433536 kB /proc/meminfo: HardwareCorrupted: 0 kB /proc/meminfo: AnonHugePages: 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: 161792 kB /proc/meminfo: DirectMap2M: 6078464 kB /proc/bus/input/devices: I: Bus=0011 Vendor=0001 Product=0001 Version=ab83 /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=/devices/platform/i8042/serio0/input/input0 /proc/bus/input/devices: U: Uniq= /proc/bus/input/devices: H: Handlers=sysrq kbd /proc/bus/input/devices: B: PROP=0 /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: -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.4.0 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Attachment:
signature.asc
Description: Digital signature