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

Bug#718451: marked as done (installation-reports: comments about GRUB on LVM over software raid)



Your message dated Tue, 4 Aug 2020 00:09:01 +0200
with message-id <[🔎] 20200804000901.ada4d3e7ac8e2e0050ab3eb3@mailbox.org>
and subject line Mass-closing old installation-report bugs
has caused the Debian Bug report #718451,
regarding installation-reports: comments about GRUB on LVM over software raid
to be marked as done.

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

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


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

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***


-- Package-specific info:

Boot method: CD
Image version: http://cdimage.debian.org/debian-cd/7.1.0/amd64/iso-cd/debian-7.1.0-amd64-netinst.iso (via Bittorrent)
Date: <Date and time of the install>

Machine: Custom machine: ASUS Sabertooth 990FX chipset, AMD FX 6300
Partitions: <df -Tl will do; the raw partition table is preferred>

I don't know how to get the raw partition table. Please Specify.

Filesystem                   Type     1K-blocks      Used Available Use% Mounted on
rootfs                       rootfs    48057224   5755232  39860776  13% /
udev                         devtmpfs     10240         0     10240   0% /dev
tmpfs                        tmpfs      1637004       588   1636416   1% /run
/dev/mapper/debian-root      ext4      48057224   5755232  39860776  13% /
tmpfs                        tmpfs         5120         0      5120   0% /run/lock
tmpfs                        tmpfs      3274000         0   3274000   0% /run/shm
/dev/mapper/debian-boot      ext4        959512     36468    874304   5% /boot
/dev/mapper/debian-data      ext3      20642428  10719832   8874020  55% /data
/dev/mapper/debian-home      ext3      96118540  79467036  11768868  88% /home
/dev/mapper/debian-video     ext3     206424760 169039648  26899352  87% /home/faheem/video
/dev/mapper/backup-local_src ext3      36124288  33363128    926152  98% /usr/local/src

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:              [O]
Load installer modules: [O]
Clock/timezone setup:   [O]
User/password setup:    [O]
Detect hard drives:     [O]
Partition hard drives:  [O]
Install base system:    [O]
Install tasks:          [O]
Install boot loader:    [E]
Overall install:        [O]

Comments/Problems:

<Description of the install, in prose, and any thoughts, comments
      and ideas you had during the initial install.>

####################################################################
BEGIN COMMENTS
####################################################################

This machine is a custom machine that was originally built for me in
2007. This was a amd64 capable machine, but which I had installed i386
on in 2007.

The motherboard died, and so the MB, processor, and memory had to be
replaced. The hard drives actually worked with the new hardware with
only minor adjustments for the ethernet and display cards due to them
having changed their location information. However, I decided to
reinstall because at the time the machine died, it was running
squeeze, and wheezy has come out shortly before. I could not do an
upgrade because I had decided to switch to amd64, partly because the
machine now had 16GB of memory after the new hardware was put
in. Therefore, the harddisks had prexisting sw raid and lvm devices at
the time of the installation. I just enabled them.

The install went smoothly for the most part. The main issue was with
GRUB 2.

During the install, when the installer asked to install GRUB to a
device, I inadvertantly pressed enter without entering a device, but
it went ahead and ran anyway, leaving me wondering what it was doing.

SUGGESTION: Say what grub-install does if no device is given and enter
is pressed.

On an earlier occasion, I had successfully used grml to install GRUB 2
to a raid device by chrooting my system and then doing

    grub-install /dev/md0

or possibly md1.

After the GRUB install ran with empty device, I tried entering
/dev/md0, and /dev/md1, and both of these gave me an error. At this
point I was not sure to do, and exited, which was probably a
mistake. When I rebooted the machine was unbootable,
unsurprisingly. 

I then went to the rescue mode in the GRUB installer. When I tried

    grub-install /dev/md0 

and 

    grub-install /dev/md1

I got a segmentation fault. Then I tried 

    grub-install /dev/hda

and 

    grub-install /dev/hdb

which fixed the problem. The machine booted into the new system, but
my passwords did not work. Maybe the rescue mode overwrote something,
I dunno.

So I ran the installer from scratch a second time. This time. I
entered the device /dev/sda and then went back a second time and
entered /dev/sdb. Then the installation completed successfully, and I
was able to boot and log into the new system.

COMMENT: One oddity I noticed is that while running grub-install, the installer
popped up a window asking to install the wheezy netinst cd, which was
already in the drive. Hitting Ok didn't make the window go
away. Fortunately there was a back button, so I was able to go back to
the grub install.

QUESTION/SUGGESTION: So, is

    grub-install /dev/md0

supported or not? At this point I'm not sure. See the extract from
#grub below. I realise that this is a corner case, but if GRUB has
restrictions on what kind of devices it accepts, I suggest the
installer say so right there on the screen for the benefit of people
(probably most) who don't know anything about GRUB and never give a
thought about it except when doing an installation.

00:13 < Jordan_U> faheem_: Installing grub's boot sector to anything other than a drive (or something your BIOS will 
                  treat as a drive) is never correct. If it ever worked it was accidental.
03:57 < faheem_> Jordan_U: i see. so the correct procedure is to install to the two physical drives which hold /boot?
03:58 < faheem_> so one needs to run grub-install /dev/whatever twice?
04:24 < faheem_> Also, does grub require special handling with uefi (ufi?) booting
04:43 < faheem_> Jordan_U: this bug report http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606035 references 
                 grub-install /dev/md0 but nowhere is it stated that it is an invalid thing to do

SUGGESTION: It could also be stated on that screen that installing on
multiple devices (as in the case of sw raid arrays) is an Ok thing to
do. I wasn't sure it would work, but it seemed to. It is hard to
check.

NOTE: The installation information here corresponds (I think) to the
successful installation.

####################################################################
END COMMENTS
####################################################################

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 (wheezy) - installer build 20130613"
X_INSTALLATION_MEDIUM=cdrom

==============================================
Installer hardware-summary:
==============================================
uname -a: Linux orwell 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1 x86_64 GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx0 port B) [1002:5a14] (rev 02)
lspci -knn: 	Subsystem: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx0 port B) [1002:5a14]
lspci -knn: 00:02.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16]
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:04.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port D) [1002:5a18]
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:05.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port E) [1002:5a19]
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:09.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port H) [1002:5a1c]
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:0a.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port A) [1002:5a1d]
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:0b.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (NB-SB link) [1002:5a1f]
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:0d.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port B) [1002:5a1e]
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:11.0 SATA controller [0106]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:84dd]
lspci -knn: 	Kernel driver in use: ahci
lspci -knn: 00:12.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397]
lspci -knn: 	Subsystem: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397]
lspci -knn: 	Kernel driver in use: ohci_hcd
lspci -knn: 00:12.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396]
lspci -knn: 	Subsystem: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396]
lspci -knn: 	Kernel driver in use: ehci_hcd
lspci -knn: 00:13.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397]
lspci -knn: 	Subsystem: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397]
lspci -knn: 	Kernel driver in use: ohci_hcd
lspci -knn: 00:13.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396]
lspci -knn: 	Subsystem: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396]
lspci -knn: 	Kernel driver in use: ehci_hcd
lspci -knn: 00:14.0 SMBus [0c05]: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller [1002:4385] (rev 42)
lspci -knn: 	Subsystem: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller [1002:4385]
lspci -knn: 00:14.2 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) [1002:4383] (rev 40)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8436]
lspci -knn: 00:14.3 ISA bridge [0601]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40)
lspci -knn: 	Subsystem: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d]
lspci -knn: 00:14.4 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge [1002:4384] (rev 40)
lspci -knn: 00:14.5 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399]
lspci -knn: 	Subsystem: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399]
lspci -knn: 	Kernel driver in use: ohci_hcd
lspci -knn: 00:15.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) [1002:43a0]
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:15.2 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI SB900 PCI to PCI bridge (PCIE port 2) [1002:43a2]
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:15.3 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI SB900 PCI to PCI bridge (PCIE port 3) [1002:43a3]
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:16.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397]
lspci -knn: 	Subsystem: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397]
lspci -knn: 	Kernel driver in use: ohci_hcd
lspci -knn: 00:16.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396]
lspci -knn: 	Subsystem: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396]
lspci -knn: 	Kernel driver in use: ehci_hcd
lspci -knn: 00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 15h Processor Function 0 [1022:1600]
lspci -knn: 00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 15h Processor Function 1 [1022:1601]
lspci -knn: 00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 15h Processor Function 2 [1022:1602]
lspci -knn: 00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 15h Processor Function 3 [1022:1603]
lspci -knn: 00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 15h Processor Function 4 [1022:1604]
lspci -knn: 00:18.5 Host bridge [0600]: Advanced Micro Devices [AMD] Family 15h Processor Function 5 [1022:1605]
lspci -knn: 02:00.0 SATA controller [0106]: ASMedia Technology Inc. ASM1062 Serial ATA Controller [1b21:0612] (rev 01)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:84b7]
lspci -knn: 	Kernel driver in use: ahci
lspci -knn: 03:00.0 SATA controller [0106]: ASMedia Technology Inc. ASM1062 Serial ATA Controller [1b21:0612] (rev 01)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:84b7]
lspci -knn: 	Kernel driver in use: ahci
lspci -knn: 04:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller [1b21:1042]
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8488]
lspci -knn: 	Kernel driver in use: xhci_hcd
lspci -knn: 07:00.0 VGA compatible controller [0300]: NVIDIA Corporation G72 [GeForce 7300 SE/7200 GS] [10de:01d3] (rev a1)
lspci -knn: 08:05.0 Ethernet controller [0200]: Intel Corporation 82540EM Gigabit Ethernet Controller [8086:100e] (rev 02)
lspci -knn: 	Subsystem: Intel Corporation Device [8086:002e]
lspci -knn: 	Kernel driver in use: e1000
lspci -knn: 0a:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller [1b21:1042]
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8488]
lspci -knn: 	Kernel driver in use: xhci_hcd
lspci -knn: 0b:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller [1b21:1042]
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8488]
lspci -knn: 	Kernel driver in use: xhci_hcd
usb-list: 
usb-list: Bus 01 Device 01: xHCI Host Controller [1d6b:0002]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 01
usb-list:    Manufacturer: Linux 3.2.0-4-amd64 xhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 10 Device 01: OHCI Host Controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 3.2.0-4-amd64 ohci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 10 Device 02: USB Keyboard [046d:c31c]
usb-list:    Level 01 Parent 01 Port 00  Class 00(>ifc ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Logitech
usb-list:    Interface 00: Class 03(HID  ) Subclass 01 Protocol 01 Driver usbhid
usb-list:    Interface 01: Class 03(HID  ) Subclass 00 Protocol 00 Driver usbhid
usb-list: 
usb-list: Bus 11 Device 01: xHCI Host Controller [1d6b:0003]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 03
usb-list:    Manufacturer: Linux 3.2.0-4-amd64 xhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 12 Device 01: xHCI Host Controller [1d6b:0002]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 01
usb-list:    Manufacturer: Linux 3.2.0-4-amd64 xhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 13 Device 01: xHCI Host Controller [1d6b:0003]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 03
usb-list:    Manufacturer: Linux 3.2.0-4-amd64 xhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 02 Device 01: EHCI Host Controller [1d6b:0002]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 3.2.0-4-amd64 ehci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 03 Device 01: EHCI Host Controller [1d6b:0002]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 3.2.0-4-amd64 ehci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 04 Device 01: xHCI Host Controller [1d6b:0003]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 03
usb-list:    Manufacturer: Linux 3.2.0-4-amd64 xhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 05 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-4-amd64 ehci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 06 Device 01: OHCI Host Controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 3.2.0-4-amd64 ohci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 07 Device 01: OHCI Host Controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 3.2.0-4-amd64 ohci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 07 Device 02: USB-PS/2 Optical Mouse [046d:c025]
usb-list:    Level 01 Parent 01 Port 01  Class 00(>ifc ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Logitech
usb-list:    Interface 00: Class 03(HID  ) Subclass 01 Protocol 02 Driver usbhid
usb-list: 
usb-list: Bus 08 Device 01: OHCI Host Controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 3.2.0-4-amd64 ohci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 09 Device 01: xHCI Host Controller [1d6b:0002]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 01
usb-list:    Manufacturer: Linux 3.2.0-4-amd64 xhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 09 Device 02: External HDD     [1058:0704]
usb-list:    Level 01 Parent 01 Port 01  Class 00(>ifc ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Western Digital 
usb-list:    Interface 00: Class 08(mstor) Subclass 06 Protocol 50 Driver usb-storage
lsmod: Module                  Size  Used by
lsmod: hfsplus                71616  0 
lsmod: hfs                    45877  0 
lsmod: minix                  27623  0 
lsmod: msdos                  17077  0 
lsmod: fuse                   62020  32 
lsmod: ufs                    58774  0 
lsmod: qnx4                   13184  0 
lsmod: ntfs                  163882  0 
lsmod: reiserfs              192132  0 
lsmod: battery                13146  0 
lsmod: power_supply           13475  1 battery
lsmod: efivars                17916  0 
lsmod: dm_mod                 63645  70 
lsmod: raid1                  30714  2 
lsmod: md_mod                 87742  3 raid1
lsmod: xfs                   590895  0 
lsmod: jfs                   137196  0 
lsmod: ext4                  350763  2 
lsmod: crc16                  12343  1 ext4
lsmod: jbd2                   62115  1 ext4
lsmod: ext3                  162072  4 
lsmod: jbd                    56902  1 ext3
lsmod: btrfs                 505636  0 
lsmod: crc32c                 12656  1 
lsmod: libcrc32c              12426  1 btrfs
lsmod: zlib_deflate           25638  1 btrfs
lsmod: vfat                   17316  0 
lsmod: fat                    45642  2 vfat,msdos
lsmod: ext2                   59231  0 
lsmod: mbcache                13114  3 ext2,ext3,ext4
lsmod: e1000                  86156  0 
lsmod: nls_utf8               12456  1 
lsmod: isofs                  35171  1 
lsmod: thermal                17383  0 
lsmod: fan                    12674  0 
lsmod: thermal_sys            18040  2 fan,thermal
lsmod: sg                     25874  0 
lsmod: sr_mod                 21899  1 
lsmod: sd_mod                 36136  9 
lsmod: cdrom                  35401  1 sr_mod
lsmod: crc_t10dif             12348  1 sd_mod
lsmod: usbhid                 36418  0 
lsmod: usb_storage            43870  0 
lsmod: hid                    81328  1 usbhid
lsmod: ohci_hcd               26563  0 
lsmod: ahci                   24997  6 
lsmod: libahci                22860  1 ahci
lsmod: ehci_hcd               40215  0 
lsmod: xhci_hcd               73434  0 
lsmod: libata                140630  2 libahci,ahci
lsmod: usbcore               128741  6 xhci_hcd,ehci_hcd,ohci_hcd,usb_storage,usbhid
lsmod: scsi_mod              162269  5 libata,usb_storage,sd_mod,sr_mod,sg
lsmod: usb_common             12354  1 usbcore
df: Filesystem           1K-blocks      Used Available Use% Mounted on
df: none                   1637004       112   1636892   0% /run
df: tmpfs                  8185012         0   8185012   0% /dev
df: /dev/mapper/debian-root
df:                       48057224    582268  45033740   1% /target
df: /dev/mapper/debian-boot
df:                         959512     36176    874596   4% /target/boot
df: /dev/mapper/debian-data
df:                       20642428  10719832   8874020  55% /target/data
df: /dev/mapper/debian-home
df:                       96118540  79291332  11944572  87% /target/home
df: /dev/mapper/debian-video
df:                      206424760 169039648  26899352  86% /target/home/faheem/video
df: /dev/mapper/backup-local_src
df:                       36124288  33363128    926152  97% /target/usr/local/src
df: /dev/mapper/debian-root
df:                       48057224    582268  45033740   1% /dev/.static/dev
df: tmpfs                  8185012         0   8185012   0% /target/dev
free:              total         used         free       shared      buffers
free: Mem:      16370024       780532     15589492            0        92432
free: -/+ buffers:             688100     15681924
free: Swap:      3903484            0      3903484
/proc/cmdline: priority=low vga=788 initrd=/install.amd/initrd.gz --  BOOT_IMAGE=/install.amd/vmlinuz 
/proc/cpuinfo: processor	: 0
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 21
/proc/cpuinfo: model		: 2
/proc/cpuinfo: model name	: AMD FX(tm)-6300 Six-Core Processor             
/proc/cpuinfo: stepping	: 0
/proc/cpuinfo: microcode	: 0x600081f
/proc/cpuinfo: cpu MHz		: 3512.036
/proc/cpuinfo: cache size	: 2048 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 6
/proc/cpuinfo: core id		: 0
/proc/cpuinfo: cpu cores	: 3
/proc/cpuinfo: apicid		: 16
/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 mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 popcnt aes xsave avx f16c lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 nodeid_msr tbm topoext perfctr_core arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold
/proc/cpuinfo: bogomips	: 7024.07
/proc/cpuinfo: TLB size	: 1536 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm 100mhzsteps hwpstate [9] [10]
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 1
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 21
/proc/cpuinfo: model		: 2
/proc/cpuinfo: model name	: AMD FX(tm)-6300 Six-Core Processor             
/proc/cpuinfo: stepping	: 0
/proc/cpuinfo: microcode	: 0x600081f
/proc/cpuinfo: cpu MHz		: 3512.036
/proc/cpuinfo: cache size	: 2048 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 6
/proc/cpuinfo: core id		: 1
/proc/cpuinfo: cpu cores	: 3
/proc/cpuinfo: apicid		: 17
/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 mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 popcnt aes xsave avx f16c lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 nodeid_msr tbm topoext perfctr_core arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold
/proc/cpuinfo: bogomips	: 7023.43
/proc/cpuinfo: TLB size	: 1536 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm 100mhzsteps hwpstate [9] [10]
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 2
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 21
/proc/cpuinfo: model		: 2
/proc/cpuinfo: model name	: AMD FX(tm)-6300 Six-Core Processor             
/proc/cpuinfo: stepping	: 0
/proc/cpuinfo: microcode	: 0x600081f
/proc/cpuinfo: cpu MHz		: 3512.036
/proc/cpuinfo: cache size	: 2048 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 6
/proc/cpuinfo: core id		: 2
/proc/cpuinfo: cpu cores	: 3
/proc/cpuinfo: apicid		: 18
/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 mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 popcnt aes xsave avx f16c lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 nodeid_msr tbm topoext perfctr_core arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold
/proc/cpuinfo: bogomips	: 7023.52
/proc/cpuinfo: TLB size	: 1536 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm 100mhzsteps hwpstate [9] [10]
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 3
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 21
/proc/cpuinfo: model		: 2
/proc/cpuinfo: model name	: AMD FX(tm)-6300 Six-Core Processor             
/proc/cpuinfo: stepping	: 0
/proc/cpuinfo: microcode	: 0x600081f
/proc/cpuinfo: cpu MHz		: 3512.036
/proc/cpuinfo: cache size	: 2048 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 6
/proc/cpuinfo: core id		: 3
/proc/cpuinfo: cpu cores	: 3
/proc/cpuinfo: apicid		: 19
/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 mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 popcnt aes xsave avx f16c lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 nodeid_msr tbm topoext perfctr_core arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold
/proc/cpuinfo: bogomips	: 7023.52
/proc/cpuinfo: TLB size	: 1536 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm 100mhzsteps hwpstate [9] [10]
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 4
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 21
/proc/cpuinfo: model		: 2
/proc/cpuinfo: model name	: AMD FX(tm)-6300 Six-Core Processor             
/proc/cpuinfo: stepping	: 0
/proc/cpuinfo: microcode	: 0x600081f
/proc/cpuinfo: cpu MHz		: 3512.036
/proc/cpuinfo: cache size	: 2048 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 6
/proc/cpuinfo: core id		: 4
/proc/cpuinfo: cpu cores	: 3
/proc/cpuinfo: apicid		: 20
/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 mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 popcnt aes xsave avx f16c lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 nodeid_msr tbm topoext perfctr_core arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold
/proc/cpuinfo: bogomips	: 7023.52
/proc/cpuinfo: TLB size	: 1536 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm 100mhzsteps hwpstate [9] [10]
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 5
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 21
/proc/cpuinfo: model		: 2
/proc/cpuinfo: model name	: AMD FX(tm)-6300 Six-Core Processor             
/proc/cpuinfo: stepping	: 0
/proc/cpuinfo: microcode	: 0x600081f
/proc/cpuinfo: cpu MHz		: 3512.036
/proc/cpuinfo: cache size	: 2048 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 6
/proc/cpuinfo: core id		: 5
/proc/cpuinfo: cpu cores	: 3
/proc/cpuinfo: apicid		: 21
/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 mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 popcnt aes xsave avx f16c lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 nodeid_msr tbm topoext perfctr_core arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold
/proc/cpuinfo: bogomips	: 7023.50
/proc/cpuinfo: TLB size	: 1536 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm 100mhzsteps hwpstate [9] [10]
/proc/cpuinfo: 
/proc/ioports: 0000-03af : 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-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-02af : pnp 00:03
/proc/ioports: 03b0-03df : PCI Bus 0000:00
/proc/ioports:   03c0-03df : vesafb
/proc/ioports: 03e0-0cf7 : PCI Bus 0000:00
/proc/ioports:   03f8-03ff : serial
/proc/ioports:   040b-040b : pnp 00:02
/proc/ioports:   04d0-04d1 : pnp 00:07
/proc/ioports:   04d6-04d6 : pnp 00:02
/proc/ioports:   0800-089f : pnp 00:02
/proc/ioports:     0800-0803 : ACPI PM1a_EVT_BLK
/proc/ioports:     0804-0805 : ACPI PM1a_CNT_BLK
/proc/ioports:     0808-080b : ACPI PM_TMR
/proc/ioports:     0820-0827 : ACPI GPE0_BLK
/proc/ioports:   0900-090f : pnp 00:02
/proc/ioports:   0910-091f : pnp 00:02
/proc/ioports:   0b20-0b3f : pnp 00:02
/proc/ioports:   0c00-0c01 : pnp 00:02
/proc/ioports:   0c14-0c14 : pnp 00:02
/proc/ioports:   0c50-0c51 : pnp 00:02
/proc/ioports:   0c52-0c52 : pnp 00:02
/proc/ioports:   0c6c-0c6c : pnp 00:02
/proc/ioports:   0c6f-0c6f : pnp 00:02
/proc/ioports:   0cd0-0cd1 : pnp 00:02
/proc/ioports:   0cd2-0cd3 : pnp 00:02
/proc/ioports:   0cd4-0cd5 : pnp 00:02
/proc/ioports:   0cd6-0cd7 : pnp 00:02
/proc/ioports:   0cd8-0cdf : pnp 00:02
/proc/ioports: 0cf8-0cff : PCI conf1
/proc/ioports: 0d00-ffff : PCI Bus 0000:00
/proc/ioports:   c000-cfff : PCI Bus 0000:08
/proc/ioports:     c000-c03f : 0000:08:05.0
/proc/ioports:       c000-c03f : e1000
/proc/ioports:   d000-dfff : PCI Bus 0000:03
/proc/ioports:     d000-d01f : 0000:03:00.0
/proc/ioports:       d000-d01f : ahci
/proc/ioports:     d020-d023 : 0000:03:00.0
/proc/ioports:       d020-d023 : ahci
/proc/ioports:     d030-d037 : 0000:03:00.0
/proc/ioports:       d030-d037 : ahci
/proc/ioports:     d040-d043 : 0000:03:00.0
/proc/ioports:       d040-d043 : ahci
/proc/ioports:     d050-d057 : 0000:03:00.0
/proc/ioports:       d050-d057 : ahci
/proc/ioports:   e000-efff : PCI Bus 0000:02
/proc/ioports:     e000-e01f : 0000:02:00.0
/proc/ioports:       e000-e01f : ahci
/proc/ioports:     e020-e023 : 0000:02:00.0
/proc/ioports:       e020-e023 : ahci
/proc/ioports:     e030-e037 : 0000:02:00.0
/proc/ioports:       e030-e037 : ahci
/proc/ioports:     e040-e043 : 0000:02:00.0
/proc/ioports:       e040-e043 : ahci
/proc/ioports:     e050-e057 : 0000:02:00.0
/proc/ioports:       e050-e057 : ahci
/proc/ioports:   f000-f00f : 0000:00:11.0
/proc/ioports:     f000-f00f : ahci
/proc/ioports:   f010-f013 : 0000:00:11.0
/proc/ioports:     f010-f013 : ahci
/proc/ioports:   f020-f027 : 0000:00:11.0
/proc/ioports:     f020-f027 : ahci
/proc/ioports:   f030-f033 : 0000:00:11.0
/proc/ioports:     f030-f033 : ahci
/proc/ioports:   f040-f047 : 0000:00:11.0
/proc/ioports:     f040-f047 : ahci
/proc/ioports:   fe00-fefe : pnp 00:02
/proc/iomem: 00000000-0000ffff : reserved
/proc/iomem: 00010000-0009e7ff : System RAM
/proc/iomem: 0009e800-0009ffff : reserved
/proc/iomem: 000a0000-000bffff : PCI Bus 0000:00
/proc/iomem: 000c0000-000dffff : PCI Bus 0000:00
/proc/iomem:   000c0000-000ce1ff : Video ROM
/proc/iomem:   000ce800-000cf7ff : Adapter ROM
/proc/iomem: 000e0000-000fffff : reserved
/proc/iomem:   000f0000-000fffff : System ROM
/proc/iomem: 00100000-ca7b1fff : System RAM
/proc/iomem:   01000000-01358465 : Kernel code
/proc/iomem:   01358466-01694dff : Kernel data
/proc/iomem:   01729000-01806fff : Kernel bss
/proc/iomem:   c0000000-c3ffffff : GART
/proc/iomem: ca7b2000-cabe5fff : reserved
/proc/iomem: cabe6000-cabf5fff : ACPI Tables
/proc/iomem: cabf6000-cb959fff : ACPI Non-volatile Storage
/proc/iomem: cb95a000-cca36fff : reserved
/proc/iomem: cca37000-cca37fff : System RAM
/proc/iomem: cca38000-ccc3dfff : ACPI Non-volatile Storage
/proc/iomem: ccc3e000-cd082fff : System RAM
/proc/iomem: cd083000-cd7f3fff : reserved
/proc/iomem: cd7f4000-cd7fffff : System RAM
/proc/iomem: cd800000-cfffffff : RAM buffer
/proc/iomem: d0000000-ffffffff : PCI Bus 0000:00
/proc/iomem:   d0000000-dfffffff : PCI Bus 0000:07
/proc/iomem:     d0000000-dfffffff : 0000:07:00.0
/proc/iomem:       d0000000-dfffffff : vesafb
/proc/iomem:   e0000000-efffffff : PCI MMCONFIG 0000 [bus 00-ff]
/proc/iomem:     e0000000-efffffff : pnp 00:01
/proc/iomem:   fc000000-fe0fffff : PCI Bus 0000:07
/proc/iomem:     fc000000-fcffffff : 0000:07:00.0
/proc/iomem:     fd000000-fdffffff : 0000:07:00.0
/proc/iomem:     fe000000-fe01ffff : 0000:07:00.0
/proc/iomem:   fe100000-fe1fffff : PCI Bus 0000:0b
/proc/iomem:     fe100000-fe107fff : 0000:0b:00.0
/proc/iomem:       fe100000-fe107fff : xhci_hcd
/proc/iomem:   fe200000-fe2fffff : PCI Bus 0000:0a
/proc/iomem:     fe200000-fe207fff : 0000:0a:00.0
/proc/iomem:       fe200000-fe207fff : xhci_hcd
/proc/iomem:   fe300000-fe3fffff : PCI Bus 0000:08
/proc/iomem:     fe300000-fe31ffff : 0000:08:05.0
/proc/iomem:     fe320000-fe33ffff : 0000:08:05.0
/proc/iomem:       fe320000-fe33ffff : e1000
/proc/iomem:     fe340000-fe35ffff : 0000:08:05.0
/proc/iomem:       fe340000-fe35ffff : e1000
/proc/iomem:   fe400000-fe4fffff : PCI Bus 0000:04
/proc/iomem:     fe400000-fe407fff : 0000:04:00.0
/proc/iomem:       fe400000-fe407fff : xhci_hcd
/proc/iomem:   fe500000-fe5fffff : PCI Bus 0000:03
/proc/iomem:     fe500000-fe5001ff : 0000:03:00.0
/proc/iomem:       fe500000-fe5001ff : ahci
/proc/iomem:   fe600000-fe6fffff : PCI Bus 0000:02
/proc/iomem:     fe600000-fe6001ff : 0000:02:00.0
/proc/iomem:       fe600000-fe6001ff : ahci
/proc/iomem:   fe700000-fe703fff : 0000:00:14.2
/proc/iomem:   fe704000-fe7040ff : 0000:00:16.2
/proc/iomem:     fe704000-fe7040ff : ehci_hcd
/proc/iomem:   fe705000-fe705fff : 0000:00:16.0
/proc/iomem:     fe705000-fe705fff : ohci_hcd
/proc/iomem:   fe706000-fe706fff : 0000:00:14.5
/proc/iomem:     fe706000-fe706fff : ohci_hcd
/proc/iomem:   fe707000-fe7070ff : 0000:00:13.2
/proc/iomem:     fe707000-fe7070ff : ehci_hcd
/proc/iomem:   fe708000-fe708fff : 0000:00:13.0
/proc/iomem:     fe708000-fe708fff : ohci_hcd
/proc/iomem:   fe709000-fe7090ff : 0000:00:12.2
/proc/iomem:     fe709000-fe7090ff : ehci_hcd
/proc/iomem:   fe70a000-fe70afff : 0000:00:12.0
/proc/iomem:     fe70a000-fe70afff : ohci_hcd
/proc/iomem:   fe70b000-fe70b3ff : 0000:00:11.0
/proc/iomem:     fe70b000-fe70b3ff : ahci
/proc/iomem:   fec00000-fec00fff : reserved
/proc/iomem:     fec00000-fec003ff : IOAPIC 0
/proc/iomem:   fec10000-fec10fff : reserved
/proc/iomem:     fec10000-fec10fff : pnp 00:02
/proc/iomem:   fec20000-fec20fff : reserved
/proc/iomem:     fec20000-fec203ff : IOAPIC 1
/proc/iomem:   fed00000-fed00fff : reserved
/proc/iomem:     fed00000-fed00fff : pnp 00:02
/proc/iomem:       fed00000-fed003ff : HPET 0
/proc/iomem:   fed61000-fed70fff : reserved
/proc/iomem:     fed61000-fed70fff : pnp 00:02
/proc/iomem:   fed80000-fed8ffff : reserved
/proc/iomem:     fed80000-fed8ffff : pnp 00:02
/proc/iomem:   fee00000-fee00fff : Local APIC
/proc/iomem:     fee00000-fee00fff : pnp 00:02
/proc/iomem:   fef00000-ffffffff : reserved
/proc/iomem:     ff800000-ffffffff : pnp 00:02
/proc/iomem: 100001000-42effffff : System RAM
/proc/iomem: 42f000000-42fffffff : RAM buffer
/proc/interrupts:             CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       
/proc/interrupts:    0:         44          0          7          1          0          0   IO-APIC-edge      timer
/proc/interrupts:    1:          0          0          0          0          0          2   IO-APIC-edge      i8042
/proc/interrupts:    8:          1          0          0          0          0          0   IO-APIC-edge      rtc0
/proc/interrupts:    9:          0          0          0          0          0          0   IO-APIC-fasteoi   acpi
/proc/interrupts:   12:          0          0          1          0          1          1   IO-APIC-edge      i8042
/proc/interrupts:   17:          0          0          0          0          0          0   IO-APIC-fasteoi   ehci_hcd:usb2
/proc/interrupts:   18:          0          0          0          0          2          0   IO-APIC-fasteoi   ohci_hcd:usb6, ohci_hcd:usb8
/proc/interrupts:   19:      17921      17922      53852      17992      18084      18658   IO-APIC-fasteoi   ahci
/proc/interrupts:   20:       3178       3191       9433       3148       3118       3190   IO-APIC-fasteoi   ohci_hcd:usb7, eth0
/proc/interrupts:   21:          0          0          0          0          1          1   IO-APIC-fasteoi   ehci_hcd:usb3
/proc/interrupts:   22:         42         40        113         39         46         43   IO-APIC-fasteoi   ohci_hcd:usb10
/proc/interrupts:   23:          0          0          0          0          1          1   IO-APIC-fasteoi   ehci_hcd:usb5
/proc/interrupts:   72:          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
/proc/interrupts:   73:          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
/proc/interrupts:   74:          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
/proc/interrupts:   75:          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
/proc/interrupts:   76:          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
/proc/interrupts:   77:          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
/proc/interrupts:   78:          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
/proc/interrupts:   79:          0          0          0          0          0          0   PCI-MSI-edge      ahci
/proc/interrupts:   80:          0          0          0          0          0          0   PCI-MSI-edge      ahci
/proc/interrupts:   81:       2929       2934       8824       2954       2921       2987   PCI-MSI-edge      xhci_hcd
/proc/interrupts:   82:          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
/proc/interrupts:   83:          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
/proc/interrupts:   84:          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
/proc/interrupts:   85:          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
/proc/interrupts:   86:          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
/proc/interrupts:   87:          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
/proc/interrupts:   88:          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
/proc/interrupts:   89:          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
/proc/interrupts:   90:          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
/proc/interrupts:   91:          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
/proc/interrupts:   92:          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
/proc/interrupts:   93:          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
/proc/interrupts:   94:          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
/proc/interrupts:  NMI:          3          3          3          3          3          3   Non-maskable interrupts
/proc/interrupts:  LOC:      87622      73727      90818      74748      89045      71944   Local timer interrupts
/proc/interrupts:  SPU:          0          0          0          0          0          0   Spurious interrupts
/proc/interrupts:  PMI:          3          3          3          3          3          3   Performance monitoring interrupts
/proc/interrupts:  IWI:          0          0          0          0          0          0   IRQ work interrupts
/proc/interrupts:  RES:     164802      71917     152754      82921     168700      72240   Rescheduling interrupts
/proc/interrupts:  CAL:       3394       3743       2964       3814       3220       3793   Function call interrupts
/proc/interrupts:  TLB:       9569      27414       9853      27867       9595      27056   TLB shootdowns
/proc/interrupts:  TRM:          0          0          0          0          0          0   Thermal event interrupts
/proc/interrupts:  THR:          0          0          0          0          0          0   Threshold APIC interrupts
/proc/interrupts:  MCE:          0          0          0          0          0          0   Machine check exceptions
/proc/interrupts:  MCP:         11         11         11         11         11         11   Machine check polls
/proc/interrupts:  ERR:          0
/proc/interrupts:  MIS:          0
/proc/meminfo: MemTotal:       16370024 kB
/proc/meminfo: MemFree:        15589492 kB
/proc/meminfo: Buffers:           92432 kB
/proc/meminfo: Cached:           486952 kB
/proc/meminfo: SwapCached:            0 kB
/proc/meminfo: Active:           333352 kB
/proc/meminfo: Inactive:         307824 kB
/proc/meminfo: Active(anon):      64580 kB
/proc/meminfo: Inactive(anon):       12 kB
/proc/meminfo: Active(file):     268772 kB
/proc/meminfo: Inactive(file):   307812 kB
/proc/meminfo: Unevictable:        2696 kB
/proc/meminfo: Mlocked:               0 kB
/proc/meminfo: SwapTotal:       3903484 kB
/proc/meminfo: SwapFree:        3903484 kB
/proc/meminfo: Dirty:              5088 kB
/proc/meminfo: Writeback:             0 kB
/proc/meminfo: AnonPages:         64912 kB
/proc/meminfo: Mapped:             4448 kB
/proc/meminfo: Shmem:               112 kB
/proc/meminfo: Slab:              74484 kB
/proc/meminfo: SReclaimable:      55216 kB
/proc/meminfo: SUnreclaim:        19268 kB
/proc/meminfo: KernelStack:        1848 kB
/proc/meminfo: PageTables:         1472 kB
/proc/meminfo: NFS_Unstable:          0 kB
/proc/meminfo: Bounce:                0 kB
/proc/meminfo: WritebackTmp:          0 kB
/proc/meminfo: CommitLimit:    12088496 kB
/proc/meminfo: Committed_AS:      86000 kB
/proc/meminfo: VmallocTotal:   34359738367 kB
/proc/meminfo: VmallocUsed:      312196 kB
/proc/meminfo: VmallocChunk:   34359411336 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:      100348 kB
/proc/meminfo: DirectMap2M:     2988032 kB
/proc/meminfo: DirectMap1G:    13631488 kB
/proc/bus/input/devices: I: Bus=0003 Vendor=046d Product=c025 Version=0110
/proc/bus/input/devices: N: Name="Logitech USB-PS/2 Optical Mouse"
/proc/bus/input/devices: P: Phys=usb-0000:00:13.0-2/input0
/proc/bus/input/devices: S: Sysfs=/devices/pci0000:00/0000:00:13.0/usb7/7-2/7-2:1.0/input/input0
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=mouse0 
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=20017
/proc/bus/input/devices: B: KEY=ff0000 0 0 0 0
/proc/bus/input/devices: B: REL=103
/proc/bus/input/devices: B: MSC=10
/proc/bus/input/devices: B: LED=ff00
/proc/bus/input/devices: 
/proc/bus/input/devices: I: Bus=0003 Vendor=046d Product=c31c Version=0110
/proc/bus/input/devices: N: Name="Logitech USB Keyboard"
/proc/bus/input/devices: P: Phys=usb-0000:00:16.0-1/input0
/proc/bus/input/devices: S: Sysfs=/devices/pci0000:00/0000:00:16.0/usb10/10-1/10-1:1.0/input/input1
/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=1000000000007 ff9f207ac14057ff febeffdfffefffff fffffffffffffffe
/proc/bus/input/devices: B: MSC=10
/proc/bus/input/devices: B: LED=1f
/proc/bus/input/devices: 
/proc/bus/input/devices: I: Bus=0003 Vendor=046d Product=c31c Version=0110
/proc/bus/input/devices: N: Name="Logitech USB Keyboard"
/proc/bus/input/devices: P: Phys=usb-0000:00:16.0-1/input1
/proc/bus/input/devices: S: Sysfs=/devices/pci0000:00/0000:00:16.0/usb10/10-1/10-1:1.1/input/input2
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=kbd 
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=1b
/proc/bus/input/devices: B: KEY=2010000 397ad801d001 1e000000000000 0
/proc/bus/input/devices: B: ABS=100000000
/proc/bus/input/devices: B: MSC=10
/proc/bus/input/devices: 

-- System Information:
Debian Release: 7.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (50, 'unstable'), (50, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

--- End Message ---
--- Begin Message ---
I'm closing the reports below.

That's installation-reports for Debian 7 with
- undefined errors
- problems which are likely to have been fixed in the meantime
- successful installation

Because of the age, there is no chance to analyse them further and therefore
they are no longer relevant or of any use for current releases:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708167
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710921
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712842
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713941
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718451
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721841
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722728
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722986
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724601
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724906
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725750
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725915
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726077
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728126
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728397
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730414
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731114
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731776
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732625
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734171
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734641
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736234
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737683
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739912
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740410
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740537
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740770
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741027
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741155
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742947
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743060
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743142
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743435
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746245
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746658
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746926
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747209
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748127
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748385
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748641
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749220
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751393
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752850
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757165
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757244
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758260


Holger

-- 
Holger Wansing <hwansing@mailbox.org>
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076

--- End Message ---

Reply to: