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

Bug#601721: marked as done (installation-reports: Build w/ /boot partition succeeds, but re-boot fails in fsck 445148)



Your message dated Fri, 1 Mar 2013 14:23:41 +0100
with message-id <20130301132341.GA14133@radis.cristau.org>
and subject line Re: Bug#601721: installation-reports: Build w/ /boot partition succeeds, but re-boot fails in fsck 445148
has caused the Debian Bug report #601721,
regarding installation-reports: Build w/ /boot partition succeeds, but re-boot fails in fsck 445148
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.)


-- 
601721: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601721
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: installation-reports
Severity: serious
Tags: d-i upstream
Justification: unknown/incorrect mounting


Hello,
This is a continuation of bug#: 445148
This issue is not fixed and appears to be in both debian lenny stable amd64 and debian squeeze

I will provide details for debian lenny first and then for debian squeeze. 
Summary:
During installation debian-installer mounts one partiton as sda and 2nd as sdb.
After reboot the partitons are mounted reveresed, which causes
an fsck on incorrect partiton, which than causes a fsck to fail with status 8.


Please let me know, what should be the proper way to fix this issue, now
that server is installed?
2. Let me know if you need any additional information on my installation!
3. Can someone explain why installer mounts sda as my 1GB and sdb as
1.7TB, but after re-boot system swaps them and uses 1.7TB as /sda and
1Gb as sdb?
4. I can proviode additional information within next 48h, after that
this server will go into production.

Details
Lenny -----------------
I have similar issues as reported in this bug. We have purchased a new
Dell R715 with 2x AMD optron 8 core with 16gb of ram and 4x 600GB SAS
drives setup as hardware raid 5 on dell/lsi H700 raid 5 card. When
installing debian via guided partitioning with seperate home(xfs)
partition installer detected everything as follows:

1. /dev/sda  is a build it memory card 1GB this card I've used to
setup "boot" partiton on. (ext2)
2. /dev/sdb which is created as lvm with
/mapper_home  1.7 TB (XFS partiton due to 32,000 subfolders limitation)
/mapper_root 7GB (ext3)
and small /boot2 partion 255MB. (ext2) (unused currently and not bootable)

/etc/fstab shows:
 cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/mapper/xxxxxxx-root /               ext3    errors=remount-ro 0       1
/dev/sda5       /boot           ext2    defaults        0       2
/dev/sdb1       /boot2          ext2    defaults        0       2
/dev/mapper/xxxxxxx-home /home           xfs     defaults        0       2
/dev/mapper/xxxxxxx-swap_1 none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto     0       0



Which would mean that /boot is on /sda5 and the other 3 partitons are
on sdb ;same way as indicated by the installer.


But when you RESTART fsck fails with status 8:
 cat /var/log/fsck/checkfs
Log of fsck -C -R -A -a
Thu Oct 28 08:46:06 2010

fsck 1.41.3 (12-Oct-2008)
fsck.ext2: No such file or directory while trying to open /dev/sda5
/dev/sda5:
The superblock could not be read or does not describe a correct ext2
filesystem.  If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
   e2fsck -b 8193 <device>

/sbin/fsck.xfs: XFS file system.
fsck died with exit status 8

Thu Oct 28 08:46:06 2010
----------------

Which says that /dev/sda5 is an "XFS" partition???
Lets look at what fdisk is telling us:

 fdisk -l /dev/sda

Disk /dev/sda: 1798.6 GB, 1798651772928 bytes
255 heads, 63 sectors/track, 218673 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000080

  Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1          31      248976   83  Linux
/dev/sda2              32      218673  1756241865   8e  Linux LVM

 fdisk -l /dev/sdb

Disk /dev/sdb: 1000 MB, 1000341504 bytes
255 heads, 63 sectors/track, 121 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00032baf

  Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1         121      971901    5  Extended
/dev/sdb5   *           1         121      971869+  83  Linux


Fdisk is telling me that /sda is actually the 1.7TB partition that has
the LVM, while sdb is my 1Gb build in memory card. 


Debian squeeze-----------------------------
The same issues is happening in squeeze
 cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/mapper/uxxxxxx-root /               ext3    errors=remount-ro 0       1
# /boot was on /dev/sda5 during installation
UUID=dec79ed9-b96a-47e4-81f0-7e32735b5057 /boot           ext2
defaults        0       2
# /boot2 was on /dev/sdb1 during installation
UUID=bb0512c5-6de6-4164-a7af-4312a4718ce3 /boot2          ext2
defaults        0       2
/dev/mapper/uxxxxx-home /home           xfs     defaults        0       2
/dev/mapper/uxxxxxx-swap_1 none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto     0       0
/dev/sda1       /media/usb0     auto    rw,user,noauto  0       0
/dev/sda5       /media/usb1     auto    rw,user,noauto  0       0


 fdisk -l /dev/sda

Disk /dev/sda: 1798.7 GB, 1798651772928 bytes
255 heads, 63 sectors/track, 218673 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00021c6a

  Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1          32      248832   83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2              32      218674  1756243969    5  Extended
/dev/sda5              32      218674  1756243968   8e  Linux LVM



 fdisk -l /dev/sdb

Disk /dev/sdb: 1000 MB, 1000341504 bytes
255 heads, 63 sectors/track, 121 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00032baf

  Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1         121      971870+   5  Extended
/dev/sdb5   *           1         121      971869+  83  Linux

cat /var/log/fsck/checkfs 
Log of fsck -C -R -A -a 
Thu Oct 28 16:59:17 2010

fsck from util-linux-ng 2.17.2
fsck.ext2: Unable to resolve 'UUID=dec79ed9-b96a-47e4-81f0-7e32735b5057'
/dev/sda1: clean, 11/124496 files, 15654/248832 blocks
/sbin/fsck.xfs: XFS file system.
fsck died with exit status 8

Thu Oct 28 16:59:18 2010
----------------




-- Package-specific info:

Boot method: CD
Image version: http://cdimage.debian.org/cdimage/.squeeze_beta1/ 20101027
Date: <Date and time of the install>

Machine: Dell PowerEdge R715
Partitions: <df -Tl will do; the raw partition table is preferred>


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

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

Comments/Problems:

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


-- 

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

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

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

==============================================
Installer hardware-summary:
==============================================
uname -a: Linux uicesv15 2.6.32-5-amd64 #1 SMP Fri Oct 15 00:56:30 UTC 2010 x86_64 GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: ATI Technologies Inc RD890 PCI to PCI bridge (external gfx0 port A) [1002:5a13] (rev 02)
lspci -knn: 	Subsystem: Dell Device [1028:0445]
lspci -knn: 00:02.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16]
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:03.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17]
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:04.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port D) [1002:5a18]
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:09.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port H) [1002:5a1c]
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:11.0 SATA controller [0106]: ATI Technologies Inc SB700/SB800 SATA Controller [IDE mode] [1002:4390]
lspci -knn: 	Subsystem: Dell Device [1028:0445]
lspci -knn: 	Kernel driver in use: ahci
lspci -knn: 00:12.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller [1002:4397]
lspci -knn: 	Subsystem: Dell Device [1028:0445]
lspci -knn: 	Kernel driver in use: ohci_hcd
lspci -knn: 00:12.1 USB Controller [0c03]: ATI Technologies Inc SB700 USB OHCI1 Controller [1002:4398]
lspci -knn: 	Subsystem: Dell Device [1028:0445]
lspci -knn: 	Kernel driver in use: ohci_hcd
lspci -knn: 00:12.2 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB EHCI Controller [1002:4396]
lspci -knn: 	Subsystem: Dell Device [1028:0445]
lspci -knn: 	Kernel driver in use: ehci_hcd
lspci -knn: 00:13.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller [1002:4397]
lspci -knn: 	Subsystem: Dell Device [1028:0445]
lspci -knn: 	Kernel driver in use: ohci_hcd
lspci -knn: 00:13.1 USB Controller [0c03]: ATI Technologies Inc SB700 USB OHCI1 Controller [1002:4398]
lspci -knn: 	Subsystem: Dell Device [1028:0445]
lspci -knn: 	Kernel driver in use: ohci_hcd
lspci -knn: 00:13.2 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB EHCI Controller [1002:4396]
lspci -knn: 	Subsystem: Dell Device [1028:0445]
lspci -knn: 	Kernel driver in use: ehci_hcd
lspci -knn: 00:14.0 SMBus [0c05]: ATI Technologies Inc SBx00 SMBus Controller [1002:4385] (rev 3d)
lspci -knn: 	Subsystem: Dell Device [1028:0445]
lspci -knn: 00:14.3 ISA bridge [0601]: ATI Technologies Inc SB700/SB800 LPC host controller [1002:439d]
lspci -knn: 	Subsystem: Dell Device [1028:0445]
lspci -knn: 00:14.4 PCI bridge [0604]: ATI Technologies Inc SBx00 PCI to PCI Bridge [1002:4384]
lspci -knn: 00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
lspci -knn: 00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201]
lspci -knn: 00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202]
lspci -knn: 00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
lspci -knn: 00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204]
lspci -knn: 00:19.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
lspci -knn: 00:19.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201]
lspci -knn: 00:19.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202]
lspci -knn: 00:19.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
lspci -knn: 00:19.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204]
lspci -knn: 00:1a.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
lspci -knn: 00:1a.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201]
lspci -knn: 00:1a.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202]
lspci -knn: 00:1a.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
lspci -knn: 00:1a.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204]
lspci -knn: 00:1b.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
lspci -knn: 00:1b.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201]
lspci -knn: 00:1b.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202]
lspci -knn: 00:1b.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
lspci -knn: 00:1b.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204]
lspci -knn: 01:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
lspci -knn: 	Subsystem: Dell Device [1028:1f26]
lspci -knn: 	Kernel driver in use: bnx2
lspci -knn: 01:00.1 Ethernet controller [0200]: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
lspci -knn: 	Subsystem: Dell Device [1028:1f26]
lspci -knn: 	Kernel driver in use: bnx2
lspci -knn: 02:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
lspci -knn: 	Subsystem: Dell Device [1028:1f26]
lspci -knn: 	Kernel driver in use: bnx2
lspci -knn: 02:00.1 Ethernet controller [0200]: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
lspci -knn: 	Subsystem: Dell Device [1028:1f26]
lspci -knn: 	Kernel driver in use: bnx2
lspci -knn: 03:00.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8624 24-lane, 6-Port PCI Express Gen 2 (5.0 GT/s) Switch [ExpressLane] [10b5:8624] (rev bb)
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 04:00.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8624 24-lane, 6-Port PCI Express Gen 2 (5.0 GT/s) Switch [ExpressLane] [10b5:8624] (rev bb)
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 04:01.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8624 24-lane, 6-Port PCI Express Gen 2 (5.0 GT/s) Switch [ExpressLane] [10b5:8624] (rev bb)
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 04:04.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8624 24-lane, 6-Port PCI Express Gen 2 (5.0 GT/s) Switch [ExpressLane] [10b5:8624] (rev bb)
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 04:05.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8624 24-lane, 6-Port PCI Express Gen 2 (5.0 GT/s) Switch [ExpressLane] [10b5:8624] (rev bb)
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 05:00.0 RAID bus controller [0104]: LSI Logic / Symbios Logic LSI MegaSAS 9260 [1000:0079] (rev 05)
lspci -knn: 	Subsystem: Dell Device [1028:1f17]
lspci -knn: 	Kernel driver in use: megaraid_sas
lspci -knn: 0a:03.0 VGA compatible controller [0300]: Matrox Graphics, Inc. MGA G200eW WPCM450 [102b:0532] (rev 0a)
lspci -knn: 	Subsystem: Dell Device [1028:0445]
lspci -knn: 20:00.0 Host bridge [0600]: ATI Technologies Inc RD890 Northbridge only dual slot (2x8) PCI-e GFX Hydra part [1002:5a12] (rev 02)
lspci -knn: 	Subsystem: Dell Device [1028:0445]
lspci -knn: 20:02.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16]
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 20:03.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17]
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 20:0b.0 PCI bridge [0604]: ATI Technologies Inc RD890 PCI to PCI bridge (NB-SB link) [1002:5a1f]
lspci -knn: 	Kernel driver in use: pcieport
usb-list: 
usb-list: Bus 01 Device 01: EHCI Host Controller [1d6b:0002]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 2.6.32-5-amd64 ehci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 02 Device 01: EHCI Host Controller [1d6b:0002]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 2.6.32-5-amd64 ehci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 02 Device 02: EHCI Host Controller [0424:2514]
usb-list:    Level 01 Parent 01 Port 01  Class 09(hub  ) Subclass 00 Protocol 02
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 02 Driver hub
usb-list: 
usb-list: Bus 02 Device 03: Internal Dual SD [413c:a101]
usb-list:    Level 02 Parent 02 Port 03  Class 00(>ifc ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Dell Computer Corp.
usb-list:    Interface 00: Class 08(mstor) Subclass 06 Protocol 50 Driver usb-storage
usb-list: 
usb-list: Bus 03 Device 01: OHCI Host Controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 2.6.32-5-amd64 ohci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 04 Device 01: OHCI Host Controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 2.6.32-5-amd64 ohci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 04 Device 02: Logitech USB Keyboard [046d:c315]
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: 
usb-list: Bus 05 Device 01: OHCI Host Controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 2.6.32-5-amd64 ohci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 06 Device 01: OHCI Host Controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 2.6.32-5-amd64 ohci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
lsmod: Module                  Size  Used by
lsmod: btrfs                 375287  0 
lsmod: zlib_deflate           17746  1 btrfs
lsmod: hfsplus                65270  0 
lsmod: hfs                    37455  0 
lsmod: minix                  21197  0 
lsmod: msdos                   6202  0 
lsmod: ufs                    56474  0 
lsmod: qnx4                    6194  0 
lsmod: ntfs                  162796  0 
lsmod: reiserfs              194156  0 
lsmod: battery                 4998  0 
lsmod: dm_mod                 53770  9 
lsmod: md_mod                 73808  0 
lsmod: xfs                   436941  1 
lsmod: exportfs                3170  1 xfs
lsmod: jfs                   140105  0 
lsmod: ext4                  289033  0 
lsmod: jbd2                   67015  1 ext4
lsmod: crc16                   1319  1 ext4
lsmod: ext3                  106518  1 
lsmod: jbd                    37085  1 ext3
lsmod: crc32c                  2560  1 
lsmod: libcrc32c               1074  1 btrfs
lsmod: ext2                   52969  2 
lsmod: mbcache                 5050  3 ext4,ext3,ext2
lsmod: bnx2                   57385  0 
lsmod: nls_cp437               5817  0 
lsmod: ide_gd_mod             20433  0 
lsmod: ide_core               71722  1 ide_gd_mod
lsmod: vfat                    7884  0 
lsmod: fat                    40038  2 msdos,vfat
lsmod: megaraid_sas           29116  2 
lsmod: nls_utf8                1208  0 
lsmod: isofs                  27480  0 
lsmod: sd_mod                 29777  5 
lsmod: crc_t10dif              1276  1 sd_mod
lsmod: fan                     3346  0 
lsmod: usb_storage            39561  1 
lsmod: usbhid                 33292  0 
lsmod: hid                    62857  1 usbhid
lsmod: sg                     18744  0 
lsmod: sr_mod                 12602  0 
lsmod: cdrom                  29415  1 sr_mod
lsmod: ohci_hcd               19212  0 
lsmod: ahci                   32358  0 
lsmod: libata                133616  1 ahci
lsmod: ehci_hcd               31135  0 
lsmod: scsi_mod              122117  6 megaraid_sas,sd_mod,usb_storage,sg,sr_mod,libata
lsmod: thermal                11674  0 
lsmod: thermal_sys            11942  2 fan,thermal
lsmod: usbcore               121938  5 usb_storage,usbhid,ohci_hcd,ehci_hcd
lsmod: nls_base                6377  10 hfsplus,hfs,ntfs,jfs,nls_cp437,vfat,fat,nls_utf8,isofs,usbcore
df: Filesystem           1K-blocks      Used Available Use% Mounted on
df: tmpfs                  8227788        52   8227736   0% /dev
df: /dev/mapper/uicesv15-root
df:                        9611492    688380   8434872   8% /target
df: /dev/sda5               910771     15680    846498   2% /target/boot
df: /dev/sdb1               233191        13    220737   0% /target/boot2
df: /dev/mapper/uicesv15-home
df:                      1713502760      4328 1713498432   0% /target/home
df: /dev/mapper/uicesv15-root
df:                        9611492    688380   8434872   8% /dev/.static/dev
df: tmpfs                  8227788        52   8227736   0% /target/dev
free:               total         used         free       shared      buffers
free:   Mem:     16455576       885740     15569836            0        81948
free:  Swap:     32137208            0     32137208
free: Total:     48592784       885740     47707044
/proc/cmdline: vga=788 initrd=/install.amd/initrd.gz -- quiet  BOOT_IMAGE=/install.amd/vmlinuz 
/proc/cpuinfo: processor	: 0
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 16
/proc/cpuinfo: model		: 9
/proc/cpuinfo: model name	: AMD Opteron(tm) Processor 6128
/proc/cpuinfo: stepping	: 1
/proc/cpuinfo: cpu MHz		: 1999.958
/proc/cpuinfo: cache size	: 512 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 8
/proc/cpuinfo: core id		: 0
/proc/cpuinfo: cpu cores	: 8
/proc/cpuinfo: apicid		: 0
/proc/cpuinfo: initial apicid	: 0
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 5
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr
/proc/cpuinfo: bogomips	: 3999.90
/proc/cpuinfo: TLB size	: 1024 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm stc 100mhzsteps hwpstate
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 1
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 16
/proc/cpuinfo: model		: 9
/proc/cpuinfo: model name	: AMD Opteron(tm) Processor 6128
/proc/cpuinfo: stepping	: 1
/proc/cpuinfo: cpu MHz		: 1999.958
/proc/cpuinfo: cache size	: 512 KB
/proc/cpuinfo: physical id	: 1
/proc/cpuinfo: siblings	: 8
/proc/cpuinfo: core id		: 0
/proc/cpuinfo: cpu cores	: 8
/proc/cpuinfo: apicid		: 16
/proc/cpuinfo: initial apicid	: 16
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 5
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr
/proc/cpuinfo: bogomips	: 4000.08
/proc/cpuinfo: TLB size	: 1024 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm stc 100mhzsteps hwpstate
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 2
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 16
/proc/cpuinfo: model		: 9
/proc/cpuinfo: model name	: AMD Opteron(tm) Processor 6128
/proc/cpuinfo: stepping	: 1
/proc/cpuinfo: cpu MHz		: 1999.958
/proc/cpuinfo: cache size	: 512 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 8
/proc/cpuinfo: core id		: 1
/proc/cpuinfo: cpu cores	: 8
/proc/cpuinfo: apicid		: 1
/proc/cpuinfo: initial apicid	: 1
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 5
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr
/proc/cpuinfo: bogomips	: 4000.08
/proc/cpuinfo: TLB size	: 1024 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm stc 100mhzsteps hwpstate
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 3
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 16
/proc/cpuinfo: model		: 9
/proc/cpuinfo: model name	: AMD Opteron(tm) Processor 6128
/proc/cpuinfo: stepping	: 1
/proc/cpuinfo: cpu MHz		: 1999.958
/proc/cpuinfo: cache size	: 512 KB
/proc/cpuinfo: physical id	: 1
/proc/cpuinfo: siblings	: 8
/proc/cpuinfo: core id		: 1
/proc/cpuinfo: cpu cores	: 8
/proc/cpuinfo: apicid		: 17
/proc/cpuinfo: initial apicid	: 17
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 5
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr
/proc/cpuinfo: bogomips	: 4000.09
/proc/cpuinfo: TLB size	: 1024 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm stc 100mhzsteps hwpstate
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 4
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 16
/proc/cpuinfo: model		: 9
/proc/cpuinfo: model name	: AMD Opteron(tm) Processor 6128
/proc/cpuinfo: stepping	: 1
/proc/cpuinfo: cpu MHz		: 1999.958
/proc/cpuinfo: cache size	: 512 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 8
/proc/cpuinfo: core id		: 2
/proc/cpuinfo: cpu cores	: 8
/proc/cpuinfo: apicid		: 2
/proc/cpuinfo: initial apicid	: 2
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 5
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr
/proc/cpuinfo: bogomips	: 4000.07
/proc/cpuinfo: TLB size	: 1024 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm stc 100mhzsteps hwpstate
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 5
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 16
/proc/cpuinfo: model		: 9
/proc/cpuinfo: model name	: AMD Opteron(tm) Processor 6128
/proc/cpuinfo: stepping	: 1
/proc/cpuinfo: cpu MHz		: 1999.958
/proc/cpuinfo: cache size	: 512 KB
/proc/cpuinfo: physical id	: 1
/proc/cpuinfo: siblings	: 8
/proc/cpuinfo: core id		: 2
/proc/cpuinfo: cpu cores	: 8
/proc/cpuinfo: apicid		: 18
/proc/cpuinfo: initial apicid	: 18
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 5
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr
/proc/cpuinfo: bogomips	: 4000.08
/proc/cpuinfo: TLB size	: 1024 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm stc 100mhzsteps hwpstate
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 6
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 16
/proc/cpuinfo: model		: 9
/proc/cpuinfo: model name	: AMD Opteron(tm) Processor 6128
/proc/cpuinfo: stepping	: 1
/proc/cpuinfo: cpu MHz		: 1999.958
/proc/cpuinfo: cache size	: 512 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 8
/proc/cpuinfo: core id		: 3
/proc/cpuinfo: cpu cores	: 8
/proc/cpuinfo: apicid		: 3
/proc/cpuinfo: initial apicid	: 3
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 5
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr
/proc/cpuinfo: bogomips	: 4000.09
/proc/cpuinfo: TLB size	: 1024 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm stc 100mhzsteps hwpstate
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 7
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 16
/proc/cpuinfo: model		: 9
/proc/cpuinfo: model name	: AMD Opteron(tm) Processor 6128
/proc/cpuinfo: stepping	: 1
/proc/cpuinfo: cpu MHz		: 1999.958
/proc/cpuinfo: cache size	: 512 KB
/proc/cpuinfo: physical id	: 1
/proc/cpuinfo: siblings	: 8
/proc/cpuinfo: core id		: 3
/proc/cpuinfo: cpu cores	: 8
/proc/cpuinfo: apicid		: 19
/proc/cpuinfo: initial apicid	: 19
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 5
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr
/proc/cpuinfo: bogomips	: 4000.09
/proc/cpuinfo: TLB size	: 1024 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm stc 100mhzsteps hwpstate
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 8
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 16
/proc/cpuinfo: model		: 9
/proc/cpuinfo: model name	: AMD Opteron(tm) Processor 6128
/proc/cpuinfo: stepping	: 1
/proc/cpuinfo: cpu MHz		: 1999.958
/proc/cpuinfo: cache size	: 512 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 8
/proc/cpuinfo: core id		: 0
/proc/cpuinfo: cpu cores	: 8
/proc/cpuinfo: apicid		: 4
/proc/cpuinfo: initial apicid	: 4
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 5
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr
/proc/cpuinfo: bogomips	: 4000.09
/proc/cpuinfo: TLB size	: 1024 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm stc 100mhzsteps hwpstate
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 9
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 16
/proc/cpuinfo: model		: 9
/proc/cpuinfo: model name	: AMD Opteron(tm) Processor 6128
/proc/cpuinfo: stepping	: 1
/proc/cpuinfo: cpu MHz		: 1999.958
/proc/cpuinfo: cache size	: 512 KB
/proc/cpuinfo: physical id	: 1
/proc/cpuinfo: siblings	: 8
/proc/cpuinfo: core id		: 0
/proc/cpuinfo: cpu cores	: 8
/proc/cpuinfo: apicid		: 20
/proc/cpuinfo: initial apicid	: 20
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 5
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr
/proc/cpuinfo: bogomips	: 4000.09
/proc/cpuinfo: TLB size	: 1024 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm stc 100mhzsteps hwpstate
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 10
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 16
/proc/cpuinfo: model		: 9
/proc/cpuinfo: model name	: AMD Opteron(tm) Processor 6128
/proc/cpuinfo: stepping	: 1
/proc/cpuinfo: cpu MHz		: 1999.958
/proc/cpuinfo: cache size	: 512 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 8
/proc/cpuinfo: core id		: 1
/proc/cpuinfo: cpu cores	: 8
/proc/cpuinfo: apicid		: 5
/proc/cpuinfo: initial apicid	: 5
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 5
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr
/proc/cpuinfo: bogomips	: 4000.09
/proc/cpuinfo: TLB size	: 1024 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm stc 100mhzsteps hwpstate
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 11
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 16
/proc/cpuinfo: model		: 9
/proc/cpuinfo: model name	: AMD Opteron(tm) Processor 6128
/proc/cpuinfo: stepping	: 1
/proc/cpuinfo: cpu MHz		: 1999.958
/proc/cpuinfo: cache size	: 512 KB
/proc/cpuinfo: physical id	: 1
/proc/cpuinfo: siblings	: 8
/proc/cpuinfo: core id		: 1
/proc/cpuinfo: cpu cores	: 8
/proc/cpuinfo: apicid		: 21
/proc/cpuinfo: initial apicid	: 21
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 5
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr
/proc/cpuinfo: bogomips	: 4000.11
/proc/cpuinfo: TLB size	: 1024 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm stc 100mhzsteps hwpstate
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 12
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 16
/proc/cpuinfo: model		: 9
/proc/cpuinfo: model name	: AMD Opteron(tm) Processor 6128
/proc/cpuinfo: stepping	: 1
/proc/cpuinfo: cpu MHz		: 1999.958
/proc/cpuinfo: cache size	: 512 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 8
/proc/cpuinfo: core id		: 2
/proc/cpuinfo: cpu cores	: 8
/proc/cpuinfo: apicid		: 6
/proc/cpuinfo: initial apicid	: 6
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 5
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr
/proc/cpuinfo: bogomips	: 4000.09
/proc/cpuinfo: TLB size	: 1024 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm stc 100mhzsteps hwpstate
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 13
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 16
/proc/cpuinfo: model		: 9
/proc/cpuinfo: model name	: AMD Opteron(tm) Processor 6128
/proc/cpuinfo: stepping	: 1
/proc/cpuinfo: cpu MHz		: 1999.958
/proc/cpuinfo: cache size	: 512 KB
/proc/cpuinfo: physical id	: 1
/proc/cpuinfo: siblings	: 8
/proc/cpuinfo: core id		: 2
/proc/cpuinfo: cpu cores	: 8
/proc/cpuinfo: apicid		: 22
/proc/cpuinfo: initial apicid	: 22
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 5
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr
/proc/cpuinfo: bogomips	: 4000.10
/proc/cpuinfo: TLB size	: 1024 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm stc 100mhzsteps hwpstate
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 14
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 16
/proc/cpuinfo: model		: 9
/proc/cpuinfo: model name	: AMD Opteron(tm) Processor 6128
/proc/cpuinfo: stepping	: 1
/proc/cpuinfo: cpu MHz		: 1999.958
/proc/cpuinfo: cache size	: 512 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 8
/proc/cpuinfo: core id		: 3
/proc/cpuinfo: cpu cores	: 8
/proc/cpuinfo: apicid		: 7
/proc/cpuinfo: initial apicid	: 7
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 5
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr
/proc/cpuinfo: bogomips	: 4000.10
/proc/cpuinfo: TLB size	: 1024 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm stc 100mhzsteps hwpstate
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 15
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 16
/proc/cpuinfo: model		: 9
/proc/cpuinfo: model name	: AMD Opteron(tm) Processor 6128
/proc/cpuinfo: stepping	: 1
/proc/cpuinfo: cpu MHz		: 1999.958
/proc/cpuinfo: cache size	: 512 KB
/proc/cpuinfo: physical id	: 1
/proc/cpuinfo: siblings	: 8
/proc/cpuinfo: core id		: 3
/proc/cpuinfo: cpu cores	: 8
/proc/cpuinfo: apicid		: 23
/proc/cpuinfo: initial apicid	: 23
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 5
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr
/proc/cpuinfo: bogomips	: 4000.09
/proc/cpuinfo: TLB size	: 1024 4K pages
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 48 bits physical, 48 bits virtual
/proc/cpuinfo: power management: ts ttp tm stc 100mhzsteps hwpstate
/proc/cpuinfo: 
/proc/ioports: 0000-ffff : PCI Bus #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:   0064-0064 : keyboard
/proc/ioports:   0070-007f : 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:   02f8-02ff : serial
/proc/ioports:   03c0-03df : vesafb
/proc/ioports:   03f8-03ff : serial
/proc/ioports:   040b-040b : pnp 00:07
/proc/ioports:   04d0-04d1 : pnp 00:07
/proc/ioports:   04d6-04d6 : 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:     0806-0807 : ACPI PM2_CNT_BLK
/proc/ioports:     0808-080b : ACPI PM_TMR
/proc/ioports:     0820-0827 : ACPI GPE0_BLK
/proc/ioports:   0900-093f : pnp 00:07
/proc/ioports:   0950-0950 : pnp 00:07
/proc/ioports:   0c00-0c01 : pnp 00:07
/proc/ioports:   0c14-0c14 : pnp 00:07
/proc/ioports:   0c50-0c52 : pnp 00:07
/proc/ioports:   0c6c-0c6c : pnp 00:07
/proc/ioports:   0c6f-0c6f : pnp 00:07
/proc/ioports:   0ca0-0ca7 : pnp 00:07
/proc/ioports:   0ca8-0ca8 : pnp 00:08
/proc/ioports:   0ca9-0cab : pnp 00:07
/proc/ioports:   0cac-0cac : pnp 00:08
/proc/ioports:   0cad-0caf : pnp 00:07
/proc/ioports:   0cd0-0cd1 : pnp 00:07
/proc/ioports:   0cd2-0cd3 : pnp 00:07
/proc/ioports:   0cd4-0cd5 : pnp 00:07
/proc/ioports:   0cd6-0cd7 : pnp 00:07
/proc/ioports:   0cd8-0cdb : pnp 00:07
/proc/ioports:   0cdc-0cdf : pnp 00:07
/proc/ioports:   0cf8-0cff : PCI conf1
/proc/ioports:   0d00-0dfe : pnp 00:07
/proc/ioports:   0dff-0dff : pnp 00:07
/proc/ioports:   0e00-0efe : pnp 00:07
/proc/ioports:   0eff-0eff : pnp 00:07
/proc/ioports:   ecd0-ecdf : 0000:00:11.0
/proc/ioports:     ecd0-ecdf : ahci
/proc/ioports:   ece8-ecef : 0000:00:11.0
/proc/ioports:     ece8-ecef : ahci
/proc/ioports:   ecf0-ecf7 : 0000:00:11.0
/proc/ioports:     ecf0-ecf7 : ahci
/proc/ioports:   ecf8-ecfb : 0000:00:11.0
/proc/ioports:     ecf8-ecfb : ahci
/proc/ioports:   ecfc-ecff : 0000:00:11.0
/proc/ioports:     ecfc-ecff : ahci
/proc/ioports:   f000-ffff : PCI Bus 0000:03
/proc/ioports:     f000-ffff : PCI Bus 0000:04
/proc/ioports:       f000-ffff : PCI Bus 0000:05
/proc/ioports:         fc00-fcff : 0000:05:00.0
/proc/ioports:           fc00-fcff : megasas: LSI
/proc/iomem: 00000000-0009ffff : System RAM
/proc/iomem: 00100000-df698fff : System RAM
/proc/iomem:   01000000-01301144 : Kernel code
/proc/iomem:   01301145-014dac2f : Kernel data
/proc/iomem:   01577000-01688413 : Kernel bss
/proc/iomem:   20000000-23ffffff : GART
/proc/iomem: df699000-df6aefff : reserved
/proc/iomem: df6af000-df6cdfff : ACPI Tables
/proc/iomem: df6ce000-dfffffff : reserved
/proc/iomem: e0000000-efffffff : PCI Bus #00
/proc/iomem:   e5800000-e5ffffff : PCI Bus 0000:0a
/proc/iomem:     e5800000-e5ffffff : 0000:0a:03.0
/proc/iomem:       e5800000-e5ffffff : vesafb
/proc/iomem:   e6000000-e9ffffff : PCI Bus 0000:01
/proc/iomem:     e6000000-e7ffffff : 0000:01:00.0
/proc/iomem:       e6000000-e7ffffff : bnx2
/proc/iomem:     e8000000-e9ffffff : 0000:01:00.1
/proc/iomem:       e8000000-e9ffffff : bnx2
/proc/iomem:   ea000000-edffffff : PCI Bus 0000:02
/proc/iomem:     ea000000-ebffffff : 0000:02:00.0
/proc/iomem:       ea000000-ebffffff : bnx2
/proc/iomem:     ec000000-edffffff : 0000:02:00.1
/proc/iomem:       ec000000-edffffff : bnx2
/proc/iomem:   ee000000-eeffffff : PCI Bus 0000:0a
/proc/iomem:     ee000000-ee7fffff : 0000:0a:03.0
/proc/iomem:     ee800000-ee80ffff : 0000:0a:03.0
/proc/iomem:     eeffc000-eeffffff : 0000:0a:03.0
/proc/iomem:   ef000000-ef1fffff : PCI Bus 0000:03
/proc/iomem:     ef000000-ef0fffff : PCI Bus 0000:04
/proc/iomem:       ef000000-ef0fffff : PCI Bus 0000:05
/proc/iomem:         ef040000-ef07ffff : 0000:05:00.0
/proc/iomem:           ef040000-ef07ffff : megasas: LSI
/proc/iomem:         ef080000-ef0bffff : 0000:05:00.0
/proc/iomem:         ef0fc000-ef0fffff : 0000:05:00.0
/proc/iomem:           ef0fc000-ef0fffff : megasas: LSI
/proc/iomem:     ef1e0000-ef1fffff : 0000:03:00.0
/proc/iomem:   ef2fb000-ef2fbfff : 0000:00:12.0
/proc/iomem:     ef2fb000-ef2fbfff : ohci_hcd
/proc/iomem:   ef2fc000-ef2fcfff : 0000:00:12.1
/proc/iomem:     ef2fc000-ef2fcfff : ohci_hcd
/proc/iomem:   ef2fd000-ef2fdfff : 0000:00:13.0
/proc/iomem:     ef2fd000-ef2fdfff : ohci_hcd
/proc/iomem:   ef2fe000-ef2fefff : 0000:00:13.1
/proc/iomem:     ef2fe000-ef2fefff : ohci_hcd
/proc/iomem:   ef2ff800-ef2ffbff : 0000:00:11.0
/proc/iomem:     ef2ff800-ef2ffbff : ahci
/proc/iomem:   ef2ffe00-ef2ffeff : 0000:00:12.2
/proc/iomem:     ef2ffe00-ef2ffeff : ehci_hcd
/proc/iomem:   ef2fff00-ef2fffff : 0000:00:13.2
/proc/iomem:     ef2fff00-ef2fffff : ehci_hcd
/proc/iomem: f0000000-f3ffffff : PCI MMCONFIG 0 [00-3f]
/proc/iomem:   f0000000-f3ffffff : reserved
/proc/iomem: f4000000-ffffffff : reserved
/proc/iomem:   f4000000-fecfffff : reserved
/proc/iomem:     f4000000-fecbffff : PCI Bus #00
/proc/iomem:       fe000000-fec8ffff : reserved
/proc/iomem:         fec00000-fec00fff : IOAPIC 0
/proc/iomem:         fec80000-fec80fff : IOAPIC 1
/proc/iomem:     fecc0000-fecfffff : PCI Bus #20
/proc/iomem:       fecc0000-fecc0fff : IOAPIC 2
/proc/iomem:   fed00000-ffffffff : PCI Bus #00
/proc/iomem:     fed00000-fed003ff : HPET 0
/proc/iomem:     fee00000-fee00fff : Local APIC
/proc/iomem: 100000000-41fffffff : System RAM
/proc/iomem: 420000000-fcffffffff : PCI Bus #00
/proc/interrupts:             CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       CPU6       CPU7       CPU8       CPU9       CPU10      CPU11      CPU12      CPU13      CPU14      CPU15      
/proc/interrupts:    0:         51          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   IO-APIC-edge      timer
/proc/interrupts:    1:          2          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   IO-APIC-edge      i8042
/proc/interrupts:    8:         21          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   IO-APIC-edge      rtc0
/proc/interrupts:    9:          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   IO-APIC-fasteoi   acpi
/proc/interrupts:   12:          3          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   IO-APIC-edge      i8042
/proc/interrupts:   16:        425          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   IO-APIC-fasteoi   ohci_hcd:usb3, ohci_hcd:usb4
/proc/interrupts:   17:         10          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   IO-APIC-fasteoi   ehci_hcd:usb1
/proc/interrupts:   18:          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   IO-APIC-fasteoi   ohci_hcd:usb5, ohci_hcd:usb6
/proc/interrupts:   19:      23951          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   IO-APIC-fasteoi   ehci_hcd:usb2
/proc/interrupts:   22:       2570          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   IO-APIC-fasteoi   ahci
/proc/interrupts:   44:      72115          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   IO-APIC-fasteoi   megasas
/proc/interrupts:   89:          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   PCI-MSI-edge      aerdrv
/proc/interrupts:   90:          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   PCI-MSI-edge      aerdrv
/proc/interrupts:   91:          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   PCI-MSI-edge      aerdrv
/proc/interrupts:   92:          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   PCI-MSI-edge      aerdrv
/proc/interrupts:   98:          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   PCI-MSI-edge      aerdrv
/proc/interrupts:   99:          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   PCI-MSI-edge      aerdrv
/proc/interrupts:  100:          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   PCI-MSI-edge      aerdrv
/proc/interrupts:  101:       4702          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   PCI-MSI-edge      eth0-0
/proc/interrupts:  102:       1231          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   PCI-MSI-edge      eth0-1
/proc/interrupts:  103:       7125          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   PCI-MSI-edge      eth0-2
/proc/interrupts:  104:       4618          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   PCI-MSI-edge      eth0-3
/proc/interrupts:  105:       7829          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   PCI-MSI-edge      eth0-4
/proc/interrupts:  106:      29092          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   PCI-MSI-edge      eth0-5
/proc/interrupts:  107:       6193          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   PCI-MSI-edge      eth0-6
/proc/interrupts:  108:      41292          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   PCI-MSI-edge      eth0-7
/proc/interrupts:  NMI:          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   Non-maskable interrupts
/proc/interrupts:  LOC:      48214      41478      43861      36743      29962      21931      14744       6937      28639      30115      38310      36845      13710      11036       9508       5283   Local timer interrupts
/proc/interrupts:  SPU:          0          0          0          0          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          0          0          0          0   Performance monitoring interrupts
/proc/interrupts:  PND:          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   Performance pending work
/proc/interrupts:  RES:      57027      56850      53696      39856       9676       8057       2053       1429      33092      36928      35612      40377       6386       7035       3688       1418   Rescheduling interrupts
/proc/interrupts:  CAL:        625      21648        657        704        724        730        732        732      24293      10155        720        709        732        730        732        732   Function call interrupts
/proc/interrupts:  TLB:       6369       5223      10951      11902        964        977        261        140       4690       5869      10890      11016        886        905        100        152   TLB shootdowns
/proc/interrupts:  TRM:          0          0          0          0          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          0          0          0          0   Threshold APIC interrupts
/proc/interrupts:  MCE:          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0   Machine check exceptions
/proc/interrupts:  MCP:          7          7          7          7          7          7          7          7          7          7          7          7          7          7          7          7   Machine check polls
/proc/interrupts:  ERR:          0
/proc/interrupts:  MIS:          0
/proc/meminfo: MemTotal:       16455576 kB
/proc/meminfo: MemFree:        15570020 kB
/proc/meminfo: Buffers:           81948 kB
/proc/meminfo: Cached:           589072 kB
/proc/meminfo: SwapCached:            0 kB
/proc/meminfo: Active:           276992 kB
/proc/meminfo: Inactive:         413036 kB
/proc/meminfo: Active(anon):      21352 kB
/proc/meminfo: Inactive(anon):        4 kB
/proc/meminfo: Active(file):     255640 kB
/proc/meminfo: Inactive(file):   413032 kB
/proc/meminfo: Unevictable:        2296 kB
/proc/meminfo: Mlocked:               0 kB
/proc/meminfo: SwapTotal:      32137208 kB
/proc/meminfo: SwapFree:       32137208 kB
/proc/meminfo: Dirty:              1560 kB
/proc/meminfo: Writeback:             0 kB
/proc/meminfo: AnonPages:         20972 kB
/proc/meminfo: Mapped:             2400 kB
/proc/meminfo: Shmem:                52 kB
/proc/meminfo: Slab:              93512 kB
/proc/meminfo: SReclaimable:      68292 kB
/proc/meminfo: SUnreclaim:        25220 kB
/proc/meminfo: KernelStack:        2472 kB
/proc/meminfo: PageTables:         1852 kB
/proc/meminfo: NFS_Unstable:          0 kB
/proc/meminfo: Bounce:                0 kB
/proc/meminfo: WritebackTmp:          0 kB
/proc/meminfo: CommitLimit:    40364996 kB
/proc/meminfo: Committed_AS:      25128 kB
/proc/meminfo: VmallocTotal:   34359738367 kB
/proc/meminfo: VmallocUsed:      136764 kB
/proc/meminfo: VmallocChunk:   34346520132 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:        6756 kB
/proc/meminfo: DirectMap2M:     3129344 kB
/proc/meminfo: DirectMap1G:    13631488 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=046d Product=c315 Version=0110
/proc/bus/input/devices: N: Name="Logitech Logitech USB Keyboard"
/proc/bus/input/devices: P: Phys=usb-0000:00:12.1-1/input0
/proc/bus/input/devices: S: Sysfs=/devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.0/input/input1
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=kbd 
/proc/bus/input/devices: B: EV=120013
/proc/bus/input/devices: B: KEY=1000000000007 ff800000000007ff febeffdfffefffff fffffffffffffffe
/proc/bus/input/devices: B: MSC=10
/proc/bus/input/devices: B: LED=1f
/proc/bus/input/devices: 

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

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



--- End Message ---
--- Begin Message ---
On Thu, Oct 28, 2010 at 17:39:59 -0500, Lukasz Szybalski wrote:

> Package: installation-reports
> Severity: serious
> Tags: d-i upstream
> Justification: unknown/incorrect mounting
> 
> 
> Hello,
> This is a continuation of bug#: 445148
> This issue is not fixed and appears to be in both debian lenny stable amd64 and debian squeeze
> 
> I will provide details for debian lenny first and then for debian squeeze. 
> Summary:
> During installation debian-installer mounts one partiton as sda and 2nd as sdb.
> After reboot the partitons are mounted reveresed, which causes
> an fsck on incorrect partiton, which than causes a fsck to fail with status 8.
> 
> 
> Please let me know, what should be the proper way to fix this issue, now
> that server is installed?
> 2. Let me know if you need any additional information on my installation!
> 3. Can someone explain why installer mounts sda as my 1GB and sdb as
> 1.7TB, but after re-boot system swaps them and uses 1.7TB as /sda and
> 1Gb as sdb?
> 4. I can proviode additional information within next 48h, after that
> this server will go into production.
> 
> Details
> Lenny -----------------
> I have similar issues as reported in this bug. We have purchased a new
> Dell R715 with 2x AMD optron 8 core with 16gb of ram and 4x 600GB SAS
> drives setup as hardware raid 5 on dell/lsi H700 raid 5 card. When
> installing debian via guided partitioning with seperate home(xfs)
> partition installer detected everything as follows:
> 
> 1. /dev/sda  is a build it memory card 1GB this card I've used to
> setup "boot" partiton on. (ext2)
> 2. /dev/sdb which is created as lvm with
> /mapper_home  1.7 TB (XFS partiton due to 32,000 subfolders limitation)
> /mapper_root 7GB (ext3)
> and small /boot2 partion 255MB. (ext2) (unused currently and not bootable)
> 
> /etc/fstab shows:
>  cat /etc/fstab
> # /etc/fstab: static file system information.
> #
> # <file system> <mount point>   <type>  <options>       <dump>  <pass>
> proc            /proc           proc    defaults        0       0
> /dev/mapper/xxxxxxx-root /               ext3    errors=remount-ro 0       1
> /dev/sda5       /boot           ext2    defaults        0       2
> /dev/sdb1       /boot2          ext2    defaults        0       2
> /dev/mapper/xxxxxxx-home /home           xfs     defaults        0       2
> /dev/mapper/xxxxxxx-swap_1 none            swap    sw              0       0
> /dev/scd0       /media/cdrom0   udf,iso9660 user,noauto     0       0
> 
> 
Nothing should be using sda/sdb device names in squeeze, but UUIDs or
otherwise stable names.  Closing this bug.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: