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

Bug#691046: installation-reports: manual partitioning for GPT does not suggest a BIOS Boot Partition



Package: installation-reports
Severity: critical
Control: block -1 by 610184
Usertags: unige.ch-ahlab

Hi there!

To migrate a Debian squeeze system (1x500GB for / plus 2x2TB for data,
mounted on two different directories) to a 7x2TB RAID-5 configuration I
decided to install Debian from scratch and then replace the newly
installed OS with the previous one.  This was a 'basic mode'
installation, which failed at the 'install GRUB' step because of the
missing BIOS Boot Partition.  The installation could not be correctly
finished and it was fixed restarting d-i in rescue mode.

Thx, bye,
Gismo / Luca

-- Package-specific info:

Boot method: USB key
Image version: netinst_20120930-15:53; d-i_20110106+squeeze4+b2
Date: 20121018T1724+0200

Machine: assembled PC (ASUS Rampage III Extreme 1502 BIOS, Intel Core i7
 970 @ 3.20GHz, 6x4GB RAM, NVIDIA GeForce GTX 465 10de:06c4)
Partitions:
  root@deepthought:/# df -Tl
  Filesystem    Type   1K-blocks      Used Available Use% Mounted on
  /dev/mapper/deepthought-root
                ext3    48057224  11572400  34043608  26% /
  tmpfs        tmpfs    12369032         0  12369032   0% /lib/init/rw
  udev         tmpfs    12362524       432  12362092   1% /dev
  tmpfs        tmpfs    12369032         0  12369032   0% /dev/shm
  /dev/md0      ext2      913691     35033    829932   5% /boot
  /dev/mapper/deepthought-home
                ext3   240306696    191768 227908032   1% /home
  /dev/mapper/deepthought-srv
                ext3   480617176  60716780 395486396  14% /srv
  /dev/mapper/deepthought-dataproc
                ext3   4491856328 1461739744 2801943376  35% /srv/data/proc
  /dev/mapper/deepthought-dataraw
                ext3   4325576152 290945968 3814903544   8% /srv/data/raw

  root@deepthought:/# parted /dev/sda print
  Model: ATA WDC WD20EARX-008 (scsi)
  Disk /dev/sda: 2000GB
  Sector size (logical/physical): 512B/4096B
  Partition Table: gpt

  Number  Start   End     Size    File system  Name     Flags
   3      17.4kB  1049kB  1031kB               primary  bios_grub
   1      1049kB  999MB   998MB   ext2         primary  raid
   2      1000MB  2000GB  1999GB                        raid

  root@deepthought:/#

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:  [O]
Install base system:    [O]
Clock/timezone setup:   [O]
User/password setup:    [O]
Install tasks:          [O]
Install boot loader:    [E]
Overall install:        [E]

Comments/Problems:

1) the disks were manually partitioned with 7x1GB RAID-1 for /boot and
   the rest as 7x2TB RAID-5 for LVM.  In both cases there were 6 active
   devices and 1 spare.

   BTW, there is no mention in d-i or the installation guide that RAIDs
   will be created in a degraded state.

2) everything worked with no problems using the manual partitioning
   above until the 'install GRUB' step, which failed with:

--8<---------------cut here---------------start------------->8---
Oct 18 18:30:11 grub-installer: info: Installing grub on '/dev/sda'
Oct 18 18:30:11 grub-installer: info: grub-install supports --no-floppy
Oct 18 18:30:11 grub-installer: info: Running chroot /target grub-install  --no-floppy --force "/dev/sda"
Oct 18 18:30:11 grub-installer: error: superfluous RAID member (6 found).
Oct 18 18:30:11 grub-installer: error: superfluous RAID member (6 found).
Oct 18 18:30:12 grub-installer: error: superfluous RAID member (6 found).
Oct 18 18:30:12 grub-installer: error: superfluous RAID member (6 found).
Oct 18 18:30:12 grub-installer: error: superfluous RAID member (6 found).
Oct 18 18:30:12 grub-installer: error: superfluous RAID member (6 found).
Oct 18 18:30:12 grub-installer: error: superfluous RAID member (6 found).
Oct 18 18:30:12 grub-installer: error: superfluous RAID member (6 found).
Oct 18 18:30:13 kernel: [11148.088183] __ratelimit: 504 callbacks suppressed
Oct 18 18:30:13 kernel: [11148.088185] grub-setup: sending ioctl 1261 to a partition!
Oct 18 18:30:13 kernel: [11148.088186] grub-setup: sending ioctl 1261 to a partition!
Oct 18 18:30:13 kernel: [11148.088566] grub-setup: sending ioctl 1261 to a partition!
Oct 18 18:30:13 kernel: [11148.088569] grub-setup: sending ioctl 1261 to a partition!
Oct 18 18:30:13 kernel: [11148.091602] grub-setup: sending ioctl 1261 to a partition!
Oct 18 18:30:13 kernel: [11148.091604] grub-setup: sending ioctl 1261 to a partition!
Oct 18 18:30:13 kernel: [11148.093260] grub-setup: sending ioctl 1261 to a partition!
Oct 18 18:30:13 kernel: [11148.093262] grub-setup: sending ioctl 1261 to a partition!
Oct 18 18:30:13 kernel: [11148.097001] grub-setup: sending ioctl 1261 to a partition!
Oct 18 18:30:13 kernel: [11148.097004] grub-setup: sending ioctl 1261 to a partition!
Oct 18 18:30:13 grub-installer: error: superfluous RAID member (6 found).
Oct 18 18:30:13 grub-installer: error: superfluous RAID member (6 found).
Oct 18 18:30:13 grub-installer: /usr/sbin/grub-setup: warn: This GPT partition label has no BIOS Boot Partition; embedding won't be possible!.
Oct 18 18:30:13 grub-installer: /usr/sbin/grub-setup: error: embedding is not possible, but this is required when the root device is on a RAID array or LVM volume.
Oct 18 18:30:13 grub-installer: error: Running 'grub-install  --no-floppy --force "/dev/sda"' failed.
Oct 18 18:30:46 main-menu[632]: (process:5537): File descriptor 3 (pipe:[2728]) leaked on lvdisplay invocation. Parent PID 6000: /bin/sh
Oct 18 18:30:46 main-menu[632]: (process:5537): File descriptor 4 (/dev/pts/0) leaked on lvdisplay invocation. Parent PID 6000: /bin/sh
Oct 18 18:30:46 main-menu[632]: (process:5537): File descriptor 5 (/dev/pts/0) leaked on lvdisplay invocation. Parent PID 6000: /bin/sh
Oct 18 18:30:46 main-menu[632]: (process:5537): File descriptor 6 (/dev/pts/0) leaked on lvdisplay invocation. Parent PID 6000: /bin/sh
Oct 18 18:30:46 main-menu[632]: (process:5537):   Volume group "md0" not found
Oct 18 18:30:46 main-menu[632]: (process:5537): 
Oct 18 18:30:46 main-menu[632]: (process:5537):   Skipping volume group md0
Oct 18 18:30:46 main-menu[632]: (process:5537): perl: warning: Setting locale failed.
Oct 18 18:30:46 main-menu[632]: (process:5537): perl: warning: Please check that your locale settings:
Oct 18 18:30:46 main-menu[632]: (process:5537): 	LANGUAGE = (unset),
Oct 18 18:30:46 main-menu[632]: (process:5537): 	LC_ALL = (unset),
Oct 18 18:30:46 main-menu[632]: (process:5537): 	LANG = "C.UTF-8"
Oct 18 18:30:46 main-menu[632]: (process:5537):     are supported and installed on your system.
Oct 18 18:30:46 main-menu[632]: (process:5537): perl: warning: Falling back to the standard locale ("C").
Oct 18 18:30:46 main-menu[632]: (process:5537): locale: Cannot set LC_CTYPE to default locale
Oct 18 18:30:46 main-menu[632]: (process:5537): : No such file or directory
Oct 18 18:30:46 main-menu[632]: (process:5537): locale: Cannot set LC_MESSAGES to default locale: No such file or directory
Oct 18 18:30:46 main-menu[632]: (process:5537): locale: Cannot set LC_ALL to default locale: No such file or directory
Oct 18 18:30:46 main-menu[632]: (process:5537): perl: warning: Setting locale failed.
Oct 18 18:30:46 main-menu[632]: (process:5537): perl: warning: Please check that your locale settings:
Oct 18 18:30:46 main-menu[632]: (process:5537): 	LANGUAGE = (unset),
Oct 18 18:30:46 main-menu[632]: (process:5537): 	LC_ALL = (unset),
Oct 18 18:30:46 main-menu[632]: (process:5537): 	LANG = "C.UTF-8"
Oct 18 18:30:46 main-menu[632]: (process:5537):     are supported and installed on your system.
Oct 18 18:30:46 main-menu[632]: (process:5537): perl: warning: Falling back to the standard locale ("C").
Oct 18 18:30:46 main-menu[632]: (process:5537): locale: Cannot set LC_CTYPE to default locale
Oct 18 18:30:46 main-menu[632]: (process:5537): : No such file or directory
Oct 18 18:30:46 main-menu[632]: (process:5537): locale: Cannot set LC_MESSAGES to default locale: No such file or directory
Oct 18 18:30:46 main-menu[632]: (process:5537): locale: Cannot set LC_ALL to default locale: No such file or directory
Oct 18 18:30:46 main-menu[632]: WARNING **: Configuring 'grub-installer' failed with error code 1
Oct 18 18:30:46 main-menu[632]: WARNING **: Menu item 'grub-installer' failed.
Oct 18 18:30:48 main-menu[632]: INFO: Modifying debconf priority limit from 'high' to 'medium'
Oct 18 18:30:48 debconf: Setting debconf/priority to medium
--8<---------------cut here---------------end--------------->8---

   For the output above:

   a. grub-installer: error: superfluous RAID member (6 found).

      This has already been reported:

        <http://bugs.debian.org/610184>

   b. kernel: [11148.088185] grub-setup: sending ioctl 1261 to a partition!

      This should be fixed in linux/3.2.23-1:

        <http://bugs.debian.org/656899>

   c. grub-installer: /usr/sbin/grub-setup: warn: This GPT partition label has no BIOS Boot Partition; embedding won't be possible!.
      grub-installer: /usr/sbin/grub-setup: error: embedding is not possible, but this is required when the root device is on a RAID array or LVM volume.

      This is the real error, which despite being known since 2009 it is
      not documented in the installation guide:

        <http://lists.gnu.org/archive/html/grub-devel/2009-08/msg00310.html>
        <http://ubuntuforums.org/showthread.php?t=1736409>
        <http://www.shuvoovuhs.com/linux/grub-installation-issue-with-2-tb-hdd-gpt-requires-bios-boot-partition/>

      Given that I did not know what a "BIOS Boot Partition" was I tried
      to go back to the 'partition hard drives' step simply to discover
      that no modifications could be done because the RAID/LVM was
      active and going back has a bad consequence:

--8<---------------cut here---------------start------------->8---
Oct 18 18:35:51 main-menu[632]: INFO: Menu item 'partman-base' succeeded but requested to be left unconfigured.
--8<---------------cut here---------------end--------------->8---

      The above meant that I could not finish the installation at all,
      since the partitioning step was not completed.  Luckily this
      installation was already OK for my needs (both RAIDs were
      successfully created), otherwise I would have needed to start
      everything from scratch, given that the only option was to abort
      the installation.

      bwh on #debian-boot and the links above were helpful enough to
      discover that I needed the famous BIOS Boot Partition and also
      that there was no way to add such a partition without resizing one
      of the two RAIDs because squeeze does not use the 1 MB alignment.

      Thus, I started d-i in rescue mode, chrooted into the target
      system on the RAID-5 and then resized /boot (both the ext2
      filesystem and the RAID-1).  Then, I modified the partition table
      for each disk with:

        # parted /dev/sda rm 1
        # parted /dev/sda mkpartfs primary ext2 1049kB 999MB
        # parted /dev/sda mkpart primary 17.4kB 1049kB
        # parted /dev/sda toggle 1 raid
        # parted /dev/sda toggle 3 bios_grub

      Two comments for both parted_2.3-5's mkpart and mkpartfs commands:
      they sets the filesystem for the partition (ext4 by default), even
      if mkpart without it should not do that, and the partition type as
      the partition name.  IMHO this behavior is plainly wrong, albeit
      not critical.

      It was then a matter of `grub-install /dev/sda` to have a working
      GRUB and another `update-grub` to have a full-working boot
      process.

      BTW, I also tried `grub-install /dev/md0` with the idea that
      GRUB would have been installed on all the RAID-1 members, but
      this does not seem to be the case.  I should admit that I did
      not investigate further such situation, though.

3) the fact that the installation could not be finished also means that
   normal users are not created on a otherwise (almost) fine system.
   I have always found this order strange, given that user-related
   questions are asked at the very beginning of the installation
   process.

-- 

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 20110106+squeeze4+b2"
X_INSTALLATION_MEDIUM=cdrom

==============================================
Installer hardware-summary:
==============================================
uname -a: Linux deepthought 2.6.32-5-amd64 #1 SMP Sun Sep 23 10:07:46 UTC 2012 x86_64 GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation 5520/5500/X58 I/O Hub to ESI Port [8086:3405] (rev 13)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:836b]
lspci -knn: 00:01.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 [8086:3408] (rev 13)
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:02.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 2 [8086:3409] (rev 13)
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:03.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 [8086:340a] (rev 13)
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:07.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 [8086:340e] (rev 13)
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:14.0 PIC [0800]: Intel Corporation 5520/5500/X58 I/O Hub System Management Registers [8086:342e] (rev 13)
lspci -knn: 00:14.1 PIC [0800]: Intel Corporation 5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers [8086:3422] (rev 13)
lspci -knn: 00:14.2 PIC [0800]: Intel Corporation 5520/5500/X58 I/O Hub Control Status and RAS Registers [8086:3423] (rev 13)
lspci -knn: 00:14.3 PIC [0800]: Intel Corporation 5520/5500/X58 I/O Hub Throttle Registers [8086:3438] (rev 13)
lspci -knn: 00:19.0 Ethernet controller [0200]: Intel Corporation 82567V-2 Gigabit Network Connection [8086:10ce]
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:82d5]
lspci -knn: 	Kernel driver in use: e1000e
lspci -knn: 00:1a.0 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4 [8086:3a37]
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
lspci -knn: 	Kernel driver in use: uhci_hcd
lspci -knn: 00:1a.1 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5 [8086:3a38]
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
lspci -knn: 	Kernel driver in use: uhci_hcd
lspci -knn: 00:1a.2 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6 [8086:3a39]
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
lspci -knn: 	Kernel driver in use: uhci_hcd
lspci -knn: 00:1a.7 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2 [8086:3a3c]
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
lspci -knn: 	Kernel driver in use: ehci_hcd
lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller [8086:3a3e]
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:840f]
lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 1 [8086:3a40]
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:1c.4 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 5 [8086:3a48]
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:1d.0 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 [8086:3a34]
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
lspci -knn: 	Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.1 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2 [8086:3a35]
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
lspci -knn: 	Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.2 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3 [8086:3a36]
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
lspci -knn: 	Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.7 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 [8086:3a3a]
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
lspci -knn: 	Kernel driver in use: ehci_hcd
lspci -knn: 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 90)
lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller [8086:3a16]
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
lspci -knn: 00:1f.2 SATA controller [0106]: Intel Corporation 82801JI (ICH10 Family) SATA AHCI Controller [8086:3a22]
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
lspci -knn: 	Kernel driver in use: ahci
lspci -knn: 00:1f.3 SMBus [0c05]: Intel Corporation 82801JI (ICH10 Family) SMBus Controller [8086:3a30]
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
lspci -knn: 01:00.0 SATA controller [0106]: Marvell Technology Group Ltd. 88SE9123 PCIe SATA 6.0 Gb/s controller [1b4b:9123] (rev 11)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8400]
lspci -knn: 	Kernel driver in use: ahci
lspci -knn: 02:00.0 USB Controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8413]
lspci -knn: 03:00.0 VGA compatible controller [0300]: nVidia Corporation Device [10de:06c4] (rev a3)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:834c]
lspci -knn: 03:00.1 Audio device [0403]: nVidia Corporation GF100 High Definition Audio Controller [10de:0be5] (rev a1)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:834c]
lspci -knn: 05:00.0 SATA controller [0106]: JMicron Technology Corp. JMB362/JMB363 Serial ATA Controller [197b:2363] (rev 03)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:824f]
lspci -knn: 	Kernel driver in use: ahci
lspci -knn: 05:00.1 IDE interface [0101]: JMicron Technology Corp. JMB362/JMB363 Serial ATA Controller [197b:2363] (rev 03)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:824f]
lspci -knn: 	Kernel driver in use: pata_jmicron
lspci -knn: 07:02.0 FireWire (IEEE 1394) [0c00]: VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller [1106:3044] (rev c0)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:81fe]
lspci -knn: 	Kernel driver in use: firewire_ohci
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 01 Device 02: Mass Storage [058f:6387]
usb-list:    Level 01 Parent 01 Port 01  Class 00(>ifc ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Generic
usb-list:    Interface 00: Class 08(mstor) Subclass 06 Protocol 50 Driver usb-storage
usb-list: 
usb-list: Bus 02 Device 01: UHCI 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 uhci_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: UHCI 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 uhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 05 Device 01: UHCI 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 uhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 06 Device 01: UHCI 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 uhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 07 Device 01: UHCI 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 uhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 07 Device 02: CC&C Multiple SPP [0a12:0001]
usb-list:    Level 01 Parent 01 Port 00  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>
usb-list:    Interface 02: Class fe(app. ) Subclass 01 Protocol 00 Driver <none>
usb-list: 
usb-list: Bus 08 Device 01: UHCI 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 uhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 08 Device 02: USB Optical Mouse [0461:4d22]
usb-list:    Level 01 Parent 01 Port 00  Class 00(>ifc ) Subclass 00 Protocol 00
usb-list:    Interface 00: Class 03(HID  ) Subclass 01 Protocol 02 Driver usbhid
usb-list: 
usb-list: Bus 08 Device 03: USB Optical Mouse [046a:0023]
usb-list:    Level 01 Parent 01 Port 01  Class 00(>ifc ) Subclass 00 Protocol 00
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
lsmod: Module                  Size  Used by
lsmod: ufs                    56474  0 
lsmod: qnx4                    6194  0 
lsmod: ntfs                  162796  0 
lsmod: reiserfs              194124  0 
lsmod: binfmt_misc             6431  1 
lsmod: battery                 4998  0 
lsmod: raid456                44516  1 
lsmod: async_raid6_recov       5170  1 raid456
lsmod: async_pq                3479  2 raid456,async_raid6_recov
lsmod: raid6_pq               77179  2 async_raid6_recov,async_pq
lsmod: async_xor               2478  3 raid456,async_raid6_recov,async_pq
lsmod: xor                     4380  1 async_xor
lsmod: async_memcpy            1198  2 raid456,async_raid6_recov
lsmod: async_tx                1734  5 raid456,async_raid6_recov,async_pq,async_xor,async_memcpy
lsmod: raid1                  18431  1 
lsmod: dm_mod                 53946  14 
lsmod: md_mod                 73920  3 raid456,raid1
lsmod: xfs                   435593  0 
lsmod: exportfs                3170  1 xfs
lsmod: jfs                   140121  0 
lsmod: ext4                  288382  0 
lsmod: jbd2                   67111  1 ext4
lsmod: crc16                   1319  1 ext4
lsmod: ext3                  106710  0 
lsmod: jbd                    37317  1 ext3
lsmod: btrfs                 375837  0 
lsmod: zlib_deflate           17746  1 btrfs
lsmod: crc32c                  2560  1 
lsmod: libcrc32c               1074  1 btrfs
lsmod: vfat                    7884  0 
lsmod: fat                    40038  1 vfat
lsmod: ext2                   52905  1 
lsmod: mbcache                 5050  3 ext4,ext3,ext2
lsmod: e1000e                124836  0 
lsmod: nls_utf8                1208  1 
lsmod: isofs                  27480  1 
lsmod: firewire_sbp2          11514  0 
lsmod: fan                     3346  0 
lsmod: sg                     24069  0 
lsmod: ata_generic             3239  0 
lsmod: hid_cherry              1501  0 
lsmod: usbhid                 33292  0 
lsmod: sd_mod                 29937  23 
lsmod: hid                    63257  2 hid_cherry,usbhid
lsmod: crc_t10dif              1276  1 sd_mod
lsmod: usb_storage            40217  1 
lsmod: firewire_ohci          19676  0 
lsmod: ahci                   32934  14 
lsmod: uhci_hcd               18521  0 
lsmod: pata_jmicron            2280  0 
lsmod: firewire_core          36848  2 firewire_sbp2,firewire_ohci
lsmod: crc_itu_t               1307  1 firewire_core
lsmod: libata                133776  3 ata_generic,ahci,pata_jmicron
lsmod: ehci_hcd               32097  0 
lsmod: thermal                11674  0 
lsmod: thermal_sys            11942  2 fan,thermal
lsmod: usbcore               123271  5 usbhid,usb_storage,uhci_hcd,ehci_hcd
lsmod: nls_base                6377  7 ntfs,jfs,vfat,fat,nls_utf8,isofs,usbcore
lsmod: scsi_mod              126725  5 firewire_sbp2,sg,sd_mod,usb_storage,libata
df: Filesystem           1K-blocks      Used Available Use% Mounted on
df: tmpfs                 12368936       116  12368820   0% /dev
df: /dev/sdh1               172000    172000         0 100% /cdrom
df: /dev/mapper/deepthought-root
df:                       48057224   4393232  41222776  10% /target
free:               total         used         free       shared      buffers
free:   Mem:     24737876       397748     24340128            0         2228
free:  Swap:     23437304            0     23437304
free: Total:     48175180       397748     47777432
/proc/cmdline: vga=788 initrd=/install.amd/initrd.gz -- quiet  BOOT_IMAGE=/install.amd/vmlinuz 
/proc/cpuinfo: processor	: 0
/proc/cpuinfo: vendor_id	: GenuineIntel
/proc/cpuinfo: cpu family	: 6
/proc/cpuinfo: model		: 44
/proc/cpuinfo: model name	: Intel(R) Core(TM) i7 CPU         970  @ 3.20GHz
/proc/cpuinfo: stepping	: 2
/proc/cpuinfo: cpu MHz		: 3204.103
/proc/cpuinfo: cache size	: 12288 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 12
/proc/cpuinfo: core id		: 0
/proc/cpuinfo: cpu cores	: 6
/proc/cpuinfo: apicid		: 0
/proc/cpuinfo: initial apicid	: 0
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 11
/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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
/proc/cpuinfo: bogomips	: 6408.20
/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		: 44
/proc/cpuinfo: model name	: Intel(R) Core(TM) i7 CPU         970  @ 3.20GHz
/proc/cpuinfo: stepping	: 2
/proc/cpuinfo: cpu MHz		: 3204.103
/proc/cpuinfo: cache size	: 12288 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 12
/proc/cpuinfo: core id		: 1
/proc/cpuinfo: cpu cores	: 6
/proc/cpuinfo: apicid		: 2
/proc/cpuinfo: initial apicid	: 2
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 11
/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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
/proc/cpuinfo: bogomips	: 6407.88
/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		: 44
/proc/cpuinfo: model name	: Intel(R) Core(TM) i7 CPU         970  @ 3.20GHz
/proc/cpuinfo: stepping	: 2
/proc/cpuinfo: cpu MHz		: 3204.103
/proc/cpuinfo: cache size	: 12288 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 12
/proc/cpuinfo: core id		: 2
/proc/cpuinfo: cpu cores	: 6
/proc/cpuinfo: apicid		: 4
/proc/cpuinfo: initial apicid	: 4
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 11
/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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
/proc/cpuinfo: bogomips	: 6407.89
/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		: 44
/proc/cpuinfo: model name	: Intel(R) Core(TM) i7 CPU         970  @ 3.20GHz
/proc/cpuinfo: stepping	: 2
/proc/cpuinfo: cpu MHz		: 3204.103
/proc/cpuinfo: cache size	: 12288 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 12
/proc/cpuinfo: core id		: 8
/proc/cpuinfo: cpu cores	: 6
/proc/cpuinfo: apicid		: 16
/proc/cpuinfo: initial apicid	: 16
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 11
/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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
/proc/cpuinfo: bogomips	: 6407.86
/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		: 44
/proc/cpuinfo: model name	: Intel(R) Core(TM) i7 CPU         970  @ 3.20GHz
/proc/cpuinfo: stepping	: 2
/proc/cpuinfo: cpu MHz		: 3204.103
/proc/cpuinfo: cache size	: 12288 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 12
/proc/cpuinfo: core id		: 9
/proc/cpuinfo: cpu cores	: 6
/proc/cpuinfo: apicid		: 18
/proc/cpuinfo: initial apicid	: 18
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 11
/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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
/proc/cpuinfo: bogomips	: 6407.97
/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		: 44
/proc/cpuinfo: model name	: Intel(R) Core(TM) i7 CPU         970  @ 3.20GHz
/proc/cpuinfo: stepping	: 2
/proc/cpuinfo: cpu MHz		: 3204.103
/proc/cpuinfo: cache size	: 12288 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 12
/proc/cpuinfo: core id		: 10
/proc/cpuinfo: cpu cores	: 6
/proc/cpuinfo: apicid		: 20
/proc/cpuinfo: initial apicid	: 20
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 11
/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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
/proc/cpuinfo: bogomips	: 6407.89
/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		: 44
/proc/cpuinfo: model name	: Intel(R) Core(TM) i7 CPU         970  @ 3.20GHz
/proc/cpuinfo: stepping	: 2
/proc/cpuinfo: cpu MHz		: 3204.103
/proc/cpuinfo: cache size	: 12288 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 12
/proc/cpuinfo: core id		: 0
/proc/cpuinfo: cpu cores	: 6
/proc/cpuinfo: apicid		: 1
/proc/cpuinfo: initial apicid	: 1
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 11
/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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
/proc/cpuinfo: bogomips	: 6407.88
/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		: 44
/proc/cpuinfo: model name	: Intel(R) Core(TM) i7 CPU         970  @ 3.20GHz
/proc/cpuinfo: stepping	: 2
/proc/cpuinfo: cpu MHz		: 3204.103
/proc/cpuinfo: cache size	: 12288 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 12
/proc/cpuinfo: core id		: 1
/proc/cpuinfo: cpu cores	: 6
/proc/cpuinfo: apicid		: 3
/proc/cpuinfo: initial apicid	: 3
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 11
/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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
/proc/cpuinfo: bogomips	: 6407.85
/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	: 8
/proc/cpuinfo: vendor_id	: GenuineIntel
/proc/cpuinfo: cpu family	: 6
/proc/cpuinfo: model		: 44
/proc/cpuinfo: model name	: Intel(R) Core(TM) i7 CPU         970  @ 3.20GHz
/proc/cpuinfo: stepping	: 2
/proc/cpuinfo: cpu MHz		: 3204.103
/proc/cpuinfo: cache size	: 12288 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 12
/proc/cpuinfo: core id		: 2
/proc/cpuinfo: cpu cores	: 6
/proc/cpuinfo: apicid		: 5
/proc/cpuinfo: initial apicid	: 5
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 11
/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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
/proc/cpuinfo: bogomips	: 6407.85
/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	: 9
/proc/cpuinfo: vendor_id	: GenuineIntel
/proc/cpuinfo: cpu family	: 6
/proc/cpuinfo: model		: 44
/proc/cpuinfo: model name	: Intel(R) Core(TM) i7 CPU         970  @ 3.20GHz
/proc/cpuinfo: stepping	: 2
/proc/cpuinfo: cpu MHz		: 3204.103
/proc/cpuinfo: cache size	: 12288 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 12
/proc/cpuinfo: core id		: 8
/proc/cpuinfo: cpu cores	: 6
/proc/cpuinfo: apicid		: 17
/proc/cpuinfo: initial apicid	: 17
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 11
/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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
/proc/cpuinfo: bogomips	: 6407.86
/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	: 10
/proc/cpuinfo: vendor_id	: GenuineIntel
/proc/cpuinfo: cpu family	: 6
/proc/cpuinfo: model		: 44
/proc/cpuinfo: model name	: Intel(R) Core(TM) i7 CPU         970  @ 3.20GHz
/proc/cpuinfo: stepping	: 2
/proc/cpuinfo: cpu MHz		: 3204.103
/proc/cpuinfo: cache size	: 12288 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 12
/proc/cpuinfo: core id		: 9
/proc/cpuinfo: cpu cores	: 6
/proc/cpuinfo: apicid		: 19
/proc/cpuinfo: initial apicid	: 19
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 11
/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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
/proc/cpuinfo: bogomips	: 6407.87
/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	: 11
/proc/cpuinfo: vendor_id	: GenuineIntel
/proc/cpuinfo: cpu family	: 6
/proc/cpuinfo: model		: 44
/proc/cpuinfo: model name	: Intel(R) Core(TM) i7 CPU         970  @ 3.20GHz
/proc/cpuinfo: stepping	: 2
/proc/cpuinfo: cpu MHz		: 3204.103
/proc/cpuinfo: cache size	: 12288 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 12
/proc/cpuinfo: core id		: 10
/proc/cpuinfo: cpu cores	: 6
/proc/cpuinfo: apicid		: 21
/proc/cpuinfo: initial apicid	: 21
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 11
/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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
/proc/cpuinfo: bogomips	: 6407.86
/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-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: 0290-029f : pnp 00:06
/proc/ioports: 03c0-03df : vesafb
/proc/ioports: 0400-041f : 0000:00:1f.3
/proc/ioports: 04d0-04d1 : pnp 00:07
/proc/ioports: 0500-057f : pnp 00:07
/proc/ioports: 0800-087f : pnp 00:07
/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-082f : ACPI GPE0_BLK
/proc/ioports:   0850-0850 : ACPI PM2_CNT_BLK
/proc/ioports: 0cf8-0cff : PCI conf1
/proc/ioports: 1000-1fff : PCI Bus 0000:06
/proc/ioports: 9080-909f : 0000:00:1f.2
/proc/ioports:   9080-909f : ahci
/proc/ioports: 9400-9403 : 0000:00:1f.2
/proc/ioports:   9400-9403 : ahci
/proc/ioports: 9480-9487 : 0000:00:1f.2
/proc/ioports:   9480-9487 : ahci
/proc/ioports: 9800-9803 : 0000:00:1f.2
/proc/ioports:   9800-9803 : ahci
/proc/ioports: 9880-9887 : 0000:00:1f.2
/proc/ioports:   9880-9887 : ahci
/proc/ioports: a000-a01f : 0000:00:1d.0
/proc/ioports:   a000-a01f : uhci_hcd
/proc/ioports: a080-a09f : 0000:00:1d.1
/proc/ioports:   a080-a09f : uhci_hcd
/proc/ioports: a400-a41f : 0000:00:1d.2
/proc/ioports:   a400-a41f : uhci_hcd
/proc/ioports: a480-a49f : 0000:00:1a.0
/proc/ioports:   a480-a49f : uhci_hcd
/proc/ioports: a800-a81f : 0000:00:1a.1
/proc/ioports:   a800-a81f : uhci_hcd
/proc/ioports: a880-a89f : 0000:00:1a.2
/proc/ioports:   a880-a89f : uhci_hcd
/proc/ioports: ac00-ac1f : 0000:00:19.0
/proc/ioports: b000-bfff : PCI Bus 0000:01
/proc/ioports:   b400-b40f : 0000:01:00.0
/proc/ioports:     b400-b40f : ahci
/proc/ioports:   b480-b483 : 0000:01:00.0
/proc/ioports:     b480-b483 : ahci
/proc/ioports:   b800-b807 : 0000:01:00.0
/proc/ioports:     b800-b807 : ahci
/proc/ioports:   b880-b883 : 0000:01:00.0
/proc/ioports:     b880-b883 : ahci
/proc/ioports:   bc00-bc07 : 0000:01:00.0
/proc/ioports:     bc00-bc07 : ahci
/proc/ioports: c000-cfff : PCI Bus 0000:03
/proc/ioports:   cc00-cc7f : 0000:03:00.0
/proc/ioports: d000-dfff : PCI Bus 0000:05
/proc/ioports:   d400-d40f : 0000:05:00.1
/proc/ioports:     d400-d40f : pata_jmicron
/proc/ioports:   d480-d483 : 0000:05:00.1
/proc/ioports:     d480-d483 : pata_jmicron
/proc/ioports:   d800-d807 : 0000:05:00.1
/proc/ioports:     d800-d807 : pata_jmicron
/proc/ioports:   d880-d883 : 0000:05:00.1
/proc/ioports:     d880-d883 : pata_jmicron
/proc/ioports:   dc00-dc07 : 0000:05:00.1
/proc/ioports:     dc00-dc07 : pata_jmicron
/proc/ioports: e000-efff : PCI Bus 0000:07
/proc/ioports:   ec00-ec7f : 0000:07:02.0
/proc/iomem: 00000000-0000ffff : reserved
/proc/iomem: 00010000-0009d3ff : System RAM
/proc/iomem: 0009d400-0009ffff : reserved
/proc/iomem: 000c0000-000c7fff : Video ROM
/proc/iomem: 000e4000-000fffff : reserved
/proc/iomem:   000f0000-000fffff : System ROM
/proc/iomem: 00100000-bf77ffff : System RAM
/proc/iomem:   01000000-01302f54 : Kernel code
/proc/iomem:   01302f55-0150314f : Kernel data
/proc/iomem:   015a2000-016d9583 : Kernel bss
/proc/iomem: bf780000-bf797fff : ACPI Tables
/proc/iomem: bf798000-bf7dbfff : ACPI Non-volatile Storage
/proc/iomem: bf7dc000-bfffffff : reserved
/proc/iomem: c0000000-c03fffff : PCI Bus 0000:06
/proc/iomem: c0400000-c05fffff : PCI Bus 0000:05
/proc/iomem: d4000000-dfffffff : PCI Bus 0000:03
/proc/iomem:   d4000000-d7ffffff : 0000:03:00.0
/proc/iomem:     d5000000-d5dfffff : vesafb
/proc/iomem:   d8000000-dfffffff : 0000:03:00.0
/proc/iomem: e0000000-efffffff : PCI MMCONFIG 0 [00-ff]
/proc/iomem:   e0000000-efffffff : pnp 00:0c
/proc/iomem: f6f00000-f6ffffff : PCI Bus 0000:06
/proc/iomem: f7dd7000-f7dd77ff : 0000:00:1f.2
/proc/iomem:   f7dd7000-f7dd77ff : ahci
/proc/iomem: f7dd8000-f7ddbfff : 0000:00:1b.0
/proc/iomem: f7ddc000-f7ddc0ff : 0000:00:1f.3
/proc/iomem: f7ddd000-f7ddd3ff : 0000:00:1d.7
/proc/iomem:   f7ddd000-f7ddd3ff : ehci_hcd
/proc/iomem: f7dde000-f7dde3ff : 0000:00:1a.7
/proc/iomem:   f7dde000-f7dde3ff : ehci_hcd
/proc/iomem: f7ddf000-f7ddffff : 0000:00:19.0
/proc/iomem:   f7ddf000-f7ddffff : e1000e
/proc/iomem: f7de0000-f7dfffff : 0000:00:19.0
/proc/iomem:   f7de0000-f7dfffff : e1000e
/proc/iomem: f7e00000-f7efffff : PCI Bus 0000:01
/proc/iomem:   f7ee0000-f7eeffff : 0000:01:00.0
/proc/iomem:   f7eff800-f7efffff : 0000:01:00.0
/proc/iomem:     f7eff800-f7efffff : ahci
/proc/iomem: f7f00000-f7ffffff : PCI Bus 0000:02
/proc/iomem:   f7ffe000-f7ffffff : 0000:02:00.0
/proc/iomem: f8000000-fbcfffff : PCI Bus 0000:03
/proc/iomem:   f8000000-f9ffffff : 0000:03:00.0
/proc/iomem:   fbc00000-fbc7ffff : 0000:03:00.0
/proc/iomem:   fbcfc000-fbcfffff : 0000:03:00.1
/proc/iomem: fbd00000-fbdfffff : PCI Bus 0000:05
/proc/iomem:   fbdfe000-fbdfffff : 0000:05:00.0
/proc/iomem:     fbdfe000-fbdfffff : ahci
/proc/iomem: fbe00000-fbefffff : PCI Bus 0000:07
/proc/iomem:   fbeff000-fbeff7ff : 0000:07:02.0
/proc/iomem:     fbeff000-fbeff7ff : firewire_ohci
/proc/iomem: fbf00000-fbffffff : pnp 00:01
/proc/iomem: fc000000-fcffffff : pnp 00:01
/proc/iomem: fd000000-fdffffff : pnp 00:01
/proc/iomem: fe000000-febfffff : pnp 00:01
/proc/iomem: fec00000-fec00fff : IOAPIC 0
/proc/iomem: fec8a000-fec8afff : IOAPIC 1
/proc/iomem: fed00000-fed003ff : HPET 0
/proc/iomem: fed10000-fed10fff : pnp 00:01
/proc/iomem: fed1c000-fed1ffff : pnp 00:07
/proc/iomem: fed20000-fed3ffff : pnp 00:07
/proc/iomem: fed40000-fed8ffff : pnp 00:07
/proc/iomem: fee00000-fee00fff : Local APIC
/proc/iomem:   fee00000-fee00fff : reserved
/proc/iomem:     fee00000-fee00fff : pnp 00:0b
/proc/iomem: ffc00000-ffdfffff : pnp 00:0a
/proc/iomem: ffe00000-ffffffff : reserved
/proc/iomem: 100000000-63fffffff : System RAM
/proc/interrupts:            CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       CPU6       CPU7       CPU8       CPU9       CPU10      CPU11      
/proc/interrupts:   0:         86          0          0          0          0          0          0          0          0          0          0          0  IR-IO-APIC-edge      timer
/proc/interrupts:   1:          2          0          0          0          0          0          0          0          0          0          0          0  IR-IO-APIC-edge      i8042
/proc/interrupts:   8:          1          0          0          0          0          0          0          0          0          0          0          0  IR-IO-APIC-edge      rtc0
/proc/interrupts:   9:          0          0          0          0          0          0          0          0          0          0          0          0  IR-IO-APIC-fasteoi   acpi
/proc/interrupts:  12:          3          0          0          0          0          0          0          0          0          0          0          0  IR-IO-APIC-edge      i8042
/proc/interrupts:  16:          0          0          0          0          0          0          0          0          0          0          0          0  IR-IO-APIC-fasteoi   uhci_hcd:usb2, ahci
/proc/interrupts:  17:          0          0          0          0          0          0          0          0          0          0          0          0  IR-IO-APIC-fasteoi   pata_jmicron
/proc/interrupts:  18:      19876          0          0          0          0          0          0          0          0          0          0          0  IR-IO-APIC-fasteoi   ehci_hcd:usb1, uhci_hcd:usb8, firewire_ohci
/proc/interrupts:  19:         32          0          0          0          0          0          0          0          0          0          0          0  IR-IO-APIC-fasteoi   uhci_hcd:usb5, uhci_hcd:usb7
/proc/interrupts:  21:          0          0          0          0          0          0          0          0          0          0          0          0  IR-IO-APIC-fasteoi   uhci_hcd:usb4
/proc/interrupts:  23:          4          0          0          0          0          0          0          0          0          0          0          0  IR-IO-APIC-fasteoi   ehci_hcd:usb3, uhci_hcd:usb6
/proc/interrupts:  48:          0          0          0          0          0          0          0          0          0          0          0          0  DMAR_MSI-edge      dmar0
/proc/interrupts:  49:          0          0          0          0          0          0          0          0          0          0          0          0  DMAR_MSI-edge      dmar1
/proc/interrupts:  56:   15766495          0          0          0          0          0          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci
/proc/interrupts:  57:    3177969          0          0          0          0          0          0          0          0          0          0          0  IR-PCI-MSI-edge      ahci
/proc/interrupts:  58:    1335492          0          0          0          0          0          0          0          0          0          0          0  IR-PCI-MSI-edge      eth0
/proc/interrupts: NMI:          0          0          0          0          0          0          0          0          0          0          0          0   Non-maskable interrupts
/proc/interrupts: LOC:     770042    1116229     723349     241354      58431     109129     774696     538085     428619     163970     116923      83681   Local timer interrupts
/proc/interrupts: SPU:          0          0          0          0          0          0          0          0          0          0          0          0   Spurious interrupts
/proc/interrupts: PMI:          0          0          0          0          0          0          0          0          0          0          0          0   Performance monitoring interrupts
/proc/interrupts: PND:          0          0          0          0          0          0          0          0          0          0          0          0   Performance pending work
/proc/interrupts: RES:      18359        257         75         93         36         17      21340       3156        543        114         84         41   Rescheduling interrupts
/proc/interrupts: CAL:        198       1770       1758       1777       1775       1775       1666       1776       1746       1767       1763       1776   Function call interrupts
/proc/interrupts: TLB:       7369       6554       4510       1095        882        764      21270      77162      33914      24089      10178       6887   TLB shootdowns
/proc/interrupts: TRM:          0          0          0          0          0          0          0          0          0          0          0          0   Thermal event interrupts
/proc/interrupts: THR:          0          0          0          0          0          0          0          0          0          0          0          0   Threshold APIC interrupts
/proc/interrupts: MCE:          0          0          0          0          0          0          0          0          0          0          0          0   Machine check exceptions
/proc/interrupts: MCP:         41         41         41         41         41         41         41         41         41         41         41         41   Machine check polls
/proc/interrupts: ERR:          0
/proc/interrupts: MIS:          0
/proc/meminfo: MemTotal:       24737876 kB
/proc/meminfo: MemFree:        24340524 kB
/proc/meminfo: Buffers:            2228 kB
/proc/meminfo: Cached:           173792 kB
/proc/meminfo: SwapCached:            0 kB
/proc/meminfo: Active:           151976 kB
/proc/meminfo: Inactive:          77132 kB
/proc/meminfo: Active(anon):      60556 kB
/proc/meminfo: Inactive(anon):    13192 kB
/proc/meminfo: Active(file):      91420 kB
/proc/meminfo: Inactive(file):    63940 kB
/proc/meminfo: Unevictable:       20544 kB
/proc/meminfo: Mlocked:               0 kB
/proc/meminfo: SwapTotal:      23437304 kB
/proc/meminfo: SwapFree:       23437304 kB
/proc/meminfo: Dirty:                 4 kB
/proc/meminfo: Writeback:             0 kB
/proc/meminfo: AnonPages:         72972 kB
/proc/meminfo: Mapped:             2472 kB
/proc/meminfo: Shmem:               116 kB
/proc/meminfo: Slab:              37688 kB
/proc/meminfo: SReclaimable:      22084 kB
/proc/meminfo: SUnreclaim:        15604 kB
/proc/meminfo: KernelStack:        3032 kB
/proc/meminfo: PageTables:          528 kB
/proc/meminfo: NFS_Unstable:          0 kB
/proc/meminfo: Bounce:                0 kB
/proc/meminfo: WritebackTmp:          0 kB
/proc/meminfo: CommitLimit:    35806240 kB
/proc/meminfo: Committed_AS:      78264 kB
/proc/meminfo: VmallocTotal:   34359738367 kB
/proc/meminfo: VmallocUsed:      346604 kB
/proc/meminfo: VmallocChunk:   34359384784 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:        5632 kB
/proc/meminfo: DirectMap2M:     2082816 kB
/proc/meminfo: DirectMap1G:    23068672 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=0461 Product=4d22 Version=0111
/proc/bus/input/devices: N: Name="USB Optical Mouse"
/proc/bus/input/devices: P: Phys=usb-0000:00:1d.2-1/input0
/proc/bus/input/devices: S: Sysfs=/devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/input/input1
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=mouse1 
/proc/bus/input/devices: B: EV=17
/proc/bus/input/devices: B: KEY=70000 0 0 0 0
/proc/bus/input/devices: B: REL=103
/proc/bus/input/devices: B: MSC=10
/proc/bus/input/devices: 
/proc/bus/input/devices: I: Bus=0003 Vendor=046a Product=0023 Version=0111
/proc/bus/input/devices: N: Name="HID 046a:0023"
/proc/bus/input/devices: P: Phys=usb-0000:00:1d.2-2/input0
/proc/bus/input/devices: S: Sysfs=/devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input2
/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 ff9f207ac14057ff febeffdfffefffff 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=046a Product=0023 Version=0111
/proc/bus/input/devices: N: Name="HID 046a:0023"
/proc/bus/input/devices: P: Phys=usb-0000:00:1d.2-2/input1
/proc/bus/input/devices: S: Sysfs=/devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.1/input/input3
/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 f848a27c400 667bfad971dfed 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: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.3-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Attachment: pgpX9wFgRuKuz.pgp
Description: PGP signature


Reply to: