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

nic problems



Hello

I have a problem with a blade server Siemens PrimeCenter with 2 switchs Gbe IBP (Gigabits Intelligent Blade panel) . This server has 2x3 nic's, but I can only setting up the 2 first interfaces, one by IBP.

Example
sFw01:~# ifup eth2
In my syslog  :
Sep 18 13:27:30 sFw01 kernel: [90584.043038] ADDRCONF(NETDEV_UP): eth2: link is not ready
and the result of eth2 ip link say NO CARRIER.
4: eth2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
   link/ether 00:1b:24:5e:d1:cc brd ff:ff:ff:ff:ff:ff

Our provider replace the blade but the problem persist, and he say that the problem come from Debian5.
I check the network cable :-) it is ok.
The IBP configuration are checked by Fujitsu-Siemens.

Anyone have experimented this kind of problem ?

Regards
Guy

I attach the result of the dmesg command.

the ip link result :sFw01:~# uname -a
Linux sFw01 2.6.26-2-vserver-amd64 #1 SMP Wed Aug 19 23:56:39 UTC 2009 x86_64 GNU/Linux

sFw01:~# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
   link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
   link/ether 00:1b:24:5e:d1:ca brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
   link/ether 00:1b:24:5e:d1:cb brd ff:ff:ff:ff:ff:ff
4: eth2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
   link/ether 00:1b:24:5e:d1:cc brd ff:ff:ff:ff:ff:ff
5: eth3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
   link/ether 00:1b:24:5e:d1:cd brd ff:ff:ff:ff:ff:ff
6: eth4: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master bond0 state UP qlen 1000
   link/ether 00:1b:24:5e:d1:c8 brd ff:ff:ff:ff:ff:ff
7: eth5: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master bond0 state UP qlen 1000
   link/ether 00:1b:24:5e:d1:c8 brd ff:ff:ff:ff:ff:ff
8: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
   link/ether 00:1b:24:5e:d1:c8 brd ff:ff:ff:ff:ff:ff
sFw01:~#

My /etc/network/interfaces :
auto eth2
iface eth2 inet static
       hwaddress ether 00:1b:24:5e:d1:cc
       address 192.168.1.11
       netmask 255.255.255.0
       network 192.168.1.0

auto bond0
iface bond0 inet static
       address 192.168.3.215
       netmask 255.255.255.0
       network 192.168.3.0
       gateway 192.168.3.190
       dns-search eurofer.be
       dns-nameservers 192.168.3.227
       bond_mode balance-rr
       bond_miimon 100
       bond_downdelay 200
       bond_updelay 200
       slaves eth4 eth5



sFw01:~# ifconfig -a
bond0 Link encap:Ethernet HWaddr 00:1b:24:5e:d1:c8 inet adr:192.168.3.215 Bcast:192.168.3.255 Masque:255.255.255.0
         adr inet6: fe80::21b:24ff:fe5e:d1c8/64 Scope:Lien
         UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
         RX packets:1468627 errors:0 dropped:0 overruns:0 frame:0
         TX packets:3068 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 lg file transmission:0
         RX bytes:1199080717 (1.1 GiB)  TX bytes:577987 (564.4 KiB)

eth0 Link encap:Ethernet HWaddr 00:1b:24:5e:d1:ca BROADCAST MULTICAST MTU:1500 Metric:1
         RX packets:0 errors:0 dropped:0 overruns:0 frame:0
         TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 lg file transmission:1000
         RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
         Interruption:16

eth1 Link encap:Ethernet HWaddr 00:1b:24:5e:d1:cb BROADCAST MULTICAST MTU:1500 Metric:1
         RX packets:0 errors:0 dropped:0 overruns:0 frame:0
         TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 lg file transmission:1000
         RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
         Interruption:17

eth2 Link encap:Ethernet HWaddr 00:1b:24:5e:d1:cc inet adr:192.168.1.11 Bcast:192.168.1.255 Masque:255.255.255.0
         UP BROADCAST MULTICAST  MTU:1500  Metric:1
         RX packets:0 errors:0 dropped:0 overruns:0 frame:0
         TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 lg file transmission:1000
         RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
         Interruption:17

eth3 Link encap:Ethernet HWaddr 00:1b:24:5e:d1:cd BROADCAST MULTICAST MTU:1500 Metric:1
         RX packets:0 errors:0 dropped:0 overruns:0 frame:0
         TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 lg file transmission:1000
         RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
         Interruption:18

eth4 Link encap:Ethernet HWaddr 00:1b:24:5e:d1:c8 UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
         RX packets:400285 errors:0 dropped:0 overruns:0 frame:0
         TX packets:1541 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 lg file transmission:1000
         RX bytes:490087010 (467.3 MiB)  TX bytes:295775 (288.8 KiB)
         Interruption:16

eth5 Link encap:Ethernet HWaddr 00:1b:24:5e:d1:c8 UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
         RX packets:1068342 errors:0 dropped:0 overruns:0 frame:0
         TX packets:1527 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 lg file transmission:1000
         RX bytes:708993707 (676.1 MiB)  TX bytes:282212 (275.5 KiB)
         Interruption:17

lo Link encap:Boucle locale inet adr:127.0.0.1 Masque:255.0.0.0
         adr inet6: ::1/128 Scope:Hôte
         UP LOOPBACK RUNNING  MTU:16436  Metric:1
         RX packets:20 errors:0 dropped:0 overruns:0 frame:0
         TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 lg file transmission:0
         RX bytes:2128 (2.0 KiB)  TX bytes:2128 (2.0 KiB)


[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.26-2-vserver-amd64 (Debian 2.6.26-19) (dannf@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Wed Aug 19 23:56:39 UTC 2009
[    0.000000] Command line: root=/dev/sda1 ro quiet
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000bffa0000 (usable)
[    0.000000]  BIOS-e820: 00000000bffae000 - 00000000bffb0000 type 9
[    0.000000]  BIOS-e820: 00000000bffb0000 - 00000000bffbe000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000bffbe000 - 00000000bfff0000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000bfff0000 - 00000000c0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec90000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
[    0.000000] Entering add_active_range(0, 0, 159) 0 entries of 3200 used
[    0.000000] Entering add_active_range(0, 256, 786336) 1 entries of 3200 used
[    0.000000] Entering add_active_range(0, 1048576, 1310720) 2 entries of 3200 used
[    0.000000] max_pfn_mapped = 1310720
[    0.000000] init_memory_mapping
[    0.000000] DMI 2.4 present.
[    0.000000] ACPI: RSDP 000FAB40, 0024 (r2 ACPIAM)
[    0.000000] ACPI: XSDT BFFB0100, 0084 (r1 050809 XSDT0937 20090508 MSFT       97)
[    0.000000] ACPI: FACP BFFB0290, 00F4 (r3 050809 FACP0937 20090508 MSFT       97)
[    0.000000] ACPI: DSDT BFFB06B0, 51B0 (r1   S75F S75F3B05     3B05 INTL 20051117)
[    0.000000] ACPI: FACS BFFBE000, 0040
[    0.000000] ACPI: APIC BFFB0390, 00B6 (r1 050809 APIC0937 20090508 MSFT       97)
[    0.000000] ACPI: SPCR BFFB0450, 0050 (r1 050809 SPCR0937 20090508 MSFT       97)
[    0.000000] ACPI: MCFG BFFB04A0, 003C (r1 050809 OEMMCFG  20090508 MSFT       97)
[    0.000000] ACPI: SPMI BFFB04E0, 0041 (r5 050809 OEMSPMI  20090508 MSFT       97)
[    0.000000] ACPI: SLIC BFFB0530, 0176 (r1 050809 SLIC0937 20090508 MSFT       97)
[    0.000000] ACPI: OEMB BFFBE040, 0071 (r1 050809 OEMB0937 20090508 MSFT       97)
[    0.000000] ACPI: HPET BFFB5860, 0038 (r1 050809 OEMHPET  20090508 MSFT       97)
[    0.000000] ACPI: EINJ BFFB58A0, 0130 (r1  AMIER AMI_EINJ 20090508 MSFT       97)
[    0.000000] ACPI: BERT BFFB5A30, 0030 (r1  AMIER AMI_BERT 20090508 MSFT       97)
[    0.000000] ACPI: ERST BFFB5A60, 01B0 (r1  AMIER AMI_ERST 20090508 MSFT       97)
[    0.000000] ACPI: HEST BFFB5C10, 00A8 (r1  AMIER AMI_HEST 20090508 MSFT       97)
[    0.000000] ACPI: DMI detected: Fujitsu Siemens
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000140000000
[    0.000000] Entering add_active_range(0, 0, 159) 0 entries of 3200 used
[    0.000000] Entering add_active_range(0, 256, 786336) 1 entries of 3200 used
[    0.000000] Entering add_active_range(0, 1048576, 1310720) 2 entries of 3200 used
[    0.000000] Bootmem setup node 0 0000000000000000-0000000140000000
[    0.000000]   NODE_DATA [000000000000e000 - 0000000000012fff]
[    0.000000]   bootmap [0000000000013000 -  000000000003afff] pages 28
[    0.000000]   early res: 0 [0-fff] BIOS data page
[    0.000000]   early res: 1 [6000-7fff] TRAMPOLINE
[    0.000000]   early res: 2 [200000-6c74b7] TEXT DATA BSS
[    0.000000]   early res: 3 [37993000-37fef96d] RAMDISK
[    0.000000]   early res: 4 [9ec00-fffff] BIOS reserved
[    0.000000]   early res: 5 [8000-dfff] PGTABLE
[    0.000000]  [ffffe20000000000-ffffe20003bfffff] PMD -> [ffff810001200000-ffff810003ffffff] on node 0
[    0.000000]  [ffffe20003c00000-ffffe200045fffff] PMD -> [ffff81000c000000-ffff81000c9fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   DMA32        4096 ->  1048576
[    0.000000]   Normal    1048576 ->  1310720
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0:        0 ->      159
[    0.000000]     0:      256 ->   786336
[    0.000000]     0:  1048576 ->  1310720
[    0.000000] On node 0 totalpages: 1048383
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 1331 pages reserved
[    0.000000]   DMA zone: 2612 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 767960 pages, LIFO batch:31
[    0.000000]   Normal zone: 3584 pages used for memmap
[    0.000000]   Normal zone: 258560 pages, LIFO batch:31
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x84] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x85] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x86] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x87] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, version 0, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x05] address[0xfec80000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 5, version 0, address 0xfec80000, GSI 24-47
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Setting APIC routing to flat
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e8000
[    0.000000] PM: Registered nosave memory: 00000000000e8000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000bffa0000 - 00000000bffae000
[    0.000000] PM: Registered nosave memory: 00000000bffae000 - 00000000bffb0000
[    0.000000] PM: Registered nosave memory: 00000000bffb0000 - 00000000bffbe000
[    0.000000] PM: Registered nosave memory: 00000000bffbe000 - 00000000bfff0000
[    0.000000] PM: Registered nosave memory: 00000000bfff0000 - 00000000c0000000
[    0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000e0000000
[    0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
[    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec90000
[    0.000000] PM: Registered nosave memory: 00000000fec90000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffb00000
[    0.000000] PM: Registered nosave memory: 00000000ffb00000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at c2000000 (gap: c0000000:20000000)
[    0.000000] SMP: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] PERCPU: Allocating 37552 bytes of per cpu data
[    0.000000] NR_CPUS: 32, nr_cpu_ids: 8
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1029132
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: root=/dev/sda1 ro quiet
[    0.000000] Initializing CPU#0
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Extended CMOS year: 2000
[    0.000000] TSC calibrated against PM_TIMER
[    0.000000] time.c: Detected 1994.998 MHz processor.
[    0.004000] Console: colour VGA+ 80x25
[    0.004000] console [tty0] enabled
[    0.004000] Checking aperture...
[    0.004000] Calgary: detecting Calgary via BIOS EBDA area
[    0.004000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.004000] Placing software IO TLB between 0x4000000 - 0x8000000
[    0.004000] Memory: 4058220k/5242880k available (2465k kernel code, 135312k reserved, 1142k data, 396k init)
[    0.004000] CPA: page pool initialized 1 of 1 pages preallocated
[    0.004000] hpet clockevent registered
[    0.083948] Calibrating delay using timer specific routine.. 3993.15 BogoMIPS (lpj=7986311)
[    0.083993] Security Framework initialized
[    0.084000] SELinux:  Disabled at boot.
[    0.084004] Capability LSM initialized
[    0.084005] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.084005] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.085173] Mount-cache hash table entries: 256
[    0.085354] Initializing cgroup subsys ns
[    0.085358] Initializing cgroup subsys cpuacct
[    0.085362] Initializing cgroup subsys devices
[    0.085384] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.085386] CPU: L2 cache: 6144K
[    0.085388] CPU 0/0 -> Node 0
[    0.085390] CPU: Physical Processor ID: 0
[    0.085392] CPU: Processor Core ID: 0
[    0.085399] CPU0: Thermal monitoring enabled (TM2)
[    0.085401] using mwait in idle threads.
[    0.086487] ACPI: Core revision 20080321
[    0.140730] CPU0: Intel(R) Xeon(R) CPU           E5405  @ 2.00GHz stepping 0a
[    0.140734] Using local APIC timer interrupts.
[    0.148009] APIC timer calibration result 20781226
[    0.148009] Detected 20.781 MHz APIC timer.
[    0.148009] Booting processor 1/1 ip 6000
[    0.160010] Initializing CPU#1
[    0.160010] Calibrating delay using timer specific routine.. 3990.02 BogoMIPS (lpj=7980045)
[    0.160010] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.160010] CPU: L2 cache: 6144K
[    0.160010] CPU 1/1 -> Node 0
[    0.160010] CPU: Physical Processor ID: 0
[    0.160010] CPU: Processor Core ID: 1
[    0.160010] CPU1: Thermal monitoring enabled (TM2)
[    0.240015] CPU1: Intel(R) Xeon(R) CPU           E5405  @ 2.00GHz stepping 0a
[    0.240015] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.244015] Booting processor 2/2 ip 6000
[    0.256016] Initializing CPU#2
[    0.256016] Calibrating delay using timer specific routine.. 3990.03 BogoMIPS (lpj=7980076)
[    0.256016] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.256016] CPU: L2 cache: 6144K
[    0.256016] CPU 2/2 -> Node 0
[    0.256016] CPU: Physical Processor ID: 0
[    0.256016] CPU: Processor Core ID: 2
[    0.256016] CPU2: Thermal monitoring enabled (TM2)
[    0.335763] CPU2: Intel(R) Xeon(R) CPU           E5405  @ 2.00GHz stepping 0a
[    0.335784] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
[    0.340021] Booting processor 3/3 ip 6000
[    0.352022] Initializing CPU#3
[    0.352022] Calibrating delay using timer specific routine.. 3990.03 BogoMIPS (lpj=7980072)
[    0.352022] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.352022] CPU: L2 cache: 6144K
[    0.352022] CPU 3/3 -> Node 0
[    0.352022] CPU: Physical Processor ID: 0
[    0.352022] CPU: Processor Core ID: 3
[    0.352022] CPU3: Thermal monitoring enabled (TM2)
[    0.433039] CPU3: Intel(R) Xeon(R) CPU           E5405  @ 2.00GHz stepping 0a
[    0.433060] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
[    0.437258] Brought up 4 CPUs
[    0.437258] Total of 4 processors activated (15963.25 BogoMIPS).
[    0.437258] CPU0 attaching sched-domain:
[    0.437258]  domain 0: span 0-1
[    0.437258]   groups: 0 1
[    0.437258]   domain 1: span 0-3
[    0.437258]    groups: 0-1 2-3
[    0.437258]    domain 2: span 0-3
[    0.437258]     groups: 0-3
[    0.437258] CPU1 attaching sched-domain:
[    0.437258]  domain 0: span 0-1
[    0.437258]   groups: 1 0
[    0.437258]   domain 1: span 0-3
[    0.437258]    groups: 0-1 2-3
[    0.437258]    domain 2: span 0-3
[    0.437258]     groups: 0-3
[    0.437258] CPU2 attaching sched-domain:
[    0.437258]  domain 0: span 2-3
[    0.437258]   groups: 2 3
[    0.437258]   domain 1: span 0-3
[    0.437258]    groups: 2-3 0-1
[    0.437258]    domain 2: span 0-3
[    0.437258]     groups: 0-3
[    0.437258] CPU3 attaching sched-domain:
[    0.437258]  domain 0: span 2-3
[    0.437258]   groups: 3 2
[    0.437258]   domain 1: span 0-3
[    0.437258]    groups: 2-3 0-1
[    0.437258]    domain 2: span 0-3
[    0.437258]     groups: 0-3
[    0.437258] net_namespace: 1224 bytes
[    0.437258] Booting paravirtualized kernel on bare hardware
[    0.437258] NET: Registered protocol family 16
[    0.437258] ACPI: bus type pci registered
[    0.437258] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.437258] PCI: MCFG area at e0000000 reserved in E820
[    0.453634] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.453636] PCI: Using configuration type 1 for base access
[    0.456707] ACPI: EC: Look up EC in DSDT
[    0.464989] ACPI: Interpreter enabled
[    0.464989] ACPI: (supports S0 S1 S5)
[    0.464989] ACPI: Using IOAPIC for interrupt routing
[    0.472989] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.503641] PCI: Transparent bridge - 0000:00:1e.0
[    0.503677] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.505699] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPES._PRT]
[    0.505818] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPES.P2P8._PRT]
[    0.506016] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPES.P2P8.P8PA._PRT]
[    0.506135] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPES.P2P8.P8PA.LB2_._PRT]
[    0.506260] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPES.P2P8.P8PB._PRT]
[    0.506379] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPES.P2P8.P8PB.LB3_._PRT]
[    0.506505] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPES.BMPX._PRT]
[    0.506515] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE4._PRT]
[    0.506515] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE5._PRT]
[    0.506515] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE6._PRT]
[    0.506515] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE7._PRT]
[    0.506515] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    0.506515] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[    0.506515] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4.LB1_._PRT]
[    0.522515] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.522515] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 *15)
[    0.522515] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 *14 15)
[    0.522515] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.522515] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.522515] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.522515] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.522515] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.522515] ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 27, should be 26 [20080321]
[    0.522515] Linux Plug and Play Support v0.97 (c) Adam Belay
[    0.522515] pnp: PnP ACPI init
[    0.522515] ACPI: bus type pnp registered
[    0.522515] pnp 00:00: parse allocated resources
[    0.522515] pnp 00:00:   add io  0xcf8-0xcff flags 0x1
[    0.526515] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.526515] pnp 00:01: parse allocated resources
[    0.526515] pnp 00:01:   add mem 0xfe000000-0xfebfffff flags 0x1
[    0.526515] pnp 00:01: PNP0c01: calling quirk_system_pci_resources+0x0/0x15c
[    0.526515] pnp 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.526515] pnp 00:02: parse allocated resources
[    0.526515] pnp 00:02:   add dma 4 flags 0x4
[    0.526515] pnp 00:02:   add io  0x0-0xf flags 0x1
[    0.526515] pnp 00:02:   add io  0x81-0x83 flags 0x1
[    0.526515] pnp 00:02:   add io  0x87-0x87 flags 0x1
[    0.526515] pnp 00:02:   add io  0x89-0x8b flags 0x1
[    0.526515] pnp 00:02:   add io  0x8f-0x8f flags 0x1
[    0.526515] pnp 00:02:   add io  0xc0-0xdf flags 0x1
[    0.526515] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.526515] pnp 00:03: parse allocated resources
[    0.526515] pnp 00:03:   add io  0x70-0x71 flags 0x1
[    0.526515] pnp 00:03:   add irq 8 flags 0x1
[    0.526515] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.526515] pnp 00:04: parse allocated resources
[    0.526515] pnp 00:04:   add io  0x61-0x61 flags 0x1
[    0.526515] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.526515] pnp 00:05: parse allocated resources
[    0.526515] pnp 00:05:   add io  0xf0-0xff flags 0x1
[    0.526515] pnp 00:05:   add irq 13 flags 0x1
[    0.526515] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.526515] pnp 00:06: parse allocated resources
[    0.526515] pnp 00:06:   add io  0x3f8-0x3ff flags 0x1
[    0.526515] pnp 00:06:   add irq 4 flags 0x1
[    0.526515] pnp 00:06: parse resource options
[    0.526515] pnp 00:06: new independent option
[    0.526515] pnp 00:06: new dependent option (priority 0x0)
[    0.526515] pnp 00:06:   io  min 0x3f8 max 0x3f8 align 1 size 8 flags 0x1
[    0.526515] pnp 00:06:   irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000010 flags 0x1
[    0.526515] pnp 00:06: new dependent option (priority 0x1)
[    0.526515] pnp 00:06:   io  min 0x3f8 max 0x3f8 align 1 size 8 flags 0x1
[    0.526515] pnp 00:06:   irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001cf8 flags 0x1
[    0.526515] pnp 00:06: new dependent option (priority 0x1)
[    0.526515] pnp 00:06:   io  min 0x2f8 max 0x2f8 align 1 size 8 flags 0x1
[    0.526515] pnp 00:06:   irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001cf8 flags 0x1
[    0.526515] pnp 00:06: new dependent option (priority 0x1)
[    0.526515] pnp 00:06:   io  min 0x3e8 max 0x3e8 align 1 size 8 flags 0x1
[    0.526515] pnp 00:06:   irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001cf8 flags 0x1
[    0.526515] pnp 00:06: new dependent option (priority 0x1)
[    0.526515] pnp 00:06:   io  min 0x2e8 max 0x2e8 align 1 size 8 flags 0x1
[    0.526515] pnp 00:06:   irq bitmask 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001cf8 flags 0x1
[    0.526515] pnp 00:06: end dependent options
[    0.526515] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.526515] pnp 00:07: parse allocated resources
[    0.526515] pnp 00:07:   add io  0x60-0x60 flags 0x1
[    0.526515] pnp 00:07:   add io  0x64-0x64 flags 0x1
[    0.526515] pnp 00:07:   add irq 1 flags 0x1
[    0.526515] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.526515] pnp 00:08: parse allocated resources
[    0.526515] pnp 00:08:   add irq 12 flags 0x1
[    0.526515] pnp 00:08: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
[    0.526515] pnp 00:09: parse allocated resources
[    0.526515] pnp 00:09:   add io  0x0-0xffffffffffffffff flags 0x10000001
[    0.526515] pnp 00:09:   add io  0xa00-0xa7f flags 0x1
[    0.526515] pnp 00:09: PNP0c02: calling quirk_system_pci_resources+0x0/0x15c
[    0.526515] pnp 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.526515] pnp 00:0a: parse allocated resources
[    0.526515] pnp 00:0a:   add io  0x10-0x1f flags 0x1
[    0.526515] pnp 00:0a:   add io  0x22-0x3f flags 0x1
[    0.526515] pnp 00:0a:   add io  0x44-0x5f flags 0x1
[    0.526515] pnp 00:0a:   add io  0x62-0x63 flags 0x1
[    0.526515] pnp 00:0a:   add io  0x65-0x6f flags 0x1
[    0.526515] pnp 00:0a:   add io  0x72-0x7f flags 0x1
[    0.526515] pnp 00:0a:   add io  0x80-0x80 flags 0x1
[    0.526515] pnp 00:0a:   add io  0x84-0x86 flags 0x1
[    0.526515] pnp 00:0a:   add io  0x88-0x88 flags 0x1
[    0.526515] pnp 00:0a:   add io  0x8c-0x8e flags 0x1
[    0.526515] pnp 00:0a:   add io  0x90-0x9f flags 0x1
[    0.526515] pnp 00:0a:   add io  0xa2-0xbf flags 0x1
[    0.526515] pnp 00:0a:   add io  0xe0-0xef flags 0x1
[    0.526515] pnp 00:0a:   add io  0xca0-0xca1 flags 0x1
[    0.526515] pnp 00:0a:   add io  0xca4-0xcaf flags 0x1
[    0.526515] pnp 00:0a:   add io  0x4d0-0x4d1 flags 0x1
[    0.526515] pnp 00:0a:   add io  0x800-0x87f flags 0x1
[    0.526515] pnp 00:0a:   add io  0x0-0xffffffffffffffff flags 0x10000001
[    0.526515] pnp 00:0a:   add io  0x480-0x4bf flags 0x1
[    0.526515] pnp 00:0a:   add io  0x0-0xffffffffffffffff flags 0x10000001
[    0.526515] pnp 00:0a:   add mem 0xfed04000-0xfed1bfff flags 0x1
[    0.526515] pnp 00:0a:   add mem 0xfed1c000-0xfed1ffff flags 0x1
[    0.526515] pnp 00:0a:   add mem 0xfed20000-0xfed9ffff flags 0x1
[    0.526515] pnp 00:0a:   add mem 0xfec01000-0xfec7ffff flags 0x1
[    0.526515] pnp 00:0a:   add mem 0xfec80000-0xfec85fff flags 0x1
[    0.526515] pnp 00:0a:   add mem 0xfec86000-0xfec8ffff flags 0x1
[    0.526515] pnp 00:0a:   add mem 0xff000000-0xff3fffff flags 0x1
[    0.526515] pnp 00:0a:   add mem 0xff400000-0xff7fffff flags 0x1
[    0.526515] pnp 00:0a:   add mem 0xff800000-0xffbfffff flags 0x1
[    0.526515] pnp 00:0a:   add mem 0xffc00000-0xffffffff flags 0x1
[    0.526515] pnp 00:0a: PNP0c02: calling quirk_system_pci_resources+0x0/0x15c
[    0.526515] pnp 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.526515] pnp 00:0b: parse allocated resources
[    0.526515] pnp 00:0b:   add mem 0xfed00000-0xfed003ff flags 0x0
[    0.526515] pnp 00:0b: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.526515] pnp 00:0c: parse allocated resources
[    0.526515] pnp 00:0c:   add mem 0xfec00000-0xfec00fff flags 0x0
[    0.526515] pnp 00:0c:   add mem 0xfee00000-0xfee00fff flags 0x0
[    0.526515] pnp 00:0c: PNP0c02: calling quirk_system_pci_resources+0x0/0x15c
[    0.526515] pnp 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.526515] pnp 00:0d: parse allocated resources
[    0.526515] pnp 00:0d:   add io  0xca2-0xca3 flags 0x1
[    0.526515] pnp 00:0d: Plug and Play ACPI device, IDs IPI0001 (active)
[    0.526515] pnp 00:0e: parse allocated resources
[    0.526515] pnp 00:0e:   add mem 0xe0000000-0xefffffff flags 0x0
[    0.526515] pnp 00:0e: PNP0c02: calling quirk_system_pci_resources+0x0/0x15c
[    0.526515] pnp 00:0e: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.526565] pnp 00:0f: parse allocated resources
[    0.526812] pnp 00:0f:   add mem 0x0-0x9ffff flags 0x1
[    0.526814] pnp 00:0f:   add mem 0xc0000-0xcffff flags 0x0
[    0.526817] pnp 00:0f:   add mem 0xe0000-0xfffff flags 0x0
[    0.526819] pnp 00:0f:   add mem 0x100000-0xbfffffff flags 0x1
[    0.526821] pnp 00:0f:   add mem 0x0-0xffffffffffffffff flags 0x10000000
[    0.526825] pnp 00:0f: PNP0c01: calling quirk_system_pci_resources+0x0/0x15c
[    0.530515] pnp 00:0f: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.530515] pnp: PnP ACPI: found 16 devices
[    0.530515] ACPI: ACPI bus type pnp unregistered
[    0.530515] usbcore: registered new interface driver usbfs
[    0.530515] usbcore: registered new interface driver hub
[    0.530515] usbcore: registered new device driver usb
[    0.530515] PCI: Using ACPI for IRQ routing
[    0.549352] PCI-GART: No AMD northbridge found.
[    0.549357] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.549361] hpet0: 3 64-bit timers, 14318180 Hz
[    0.553330] Switched to high resolution mode on CPU 0
[    0.557316] Switched to high resolution mode on CPU 3
[    0.558472] Switched to high resolution mode on CPU 2
[    0.557330] Switched to high resolution mode on CPU 1
[    0.562475] pnp: the driver 'system' has been registered
[    0.562485] system 00:01: iomem range 0xfe000000-0xfebfffff has been reserved
[    0.562487] system 00:01: driver attached
[    0.562496] system 00:09: ioport range 0xa00-0xa7f has been reserved
[    0.562499] system 00:09: driver attached
[    0.562504] system 00:0a: ioport range 0xca0-0xca1 has been reserved
[    0.562506] system 00:0a: ioport range 0xca4-0xcaf has been reserved
[    0.562509] system 00:0a: ioport range 0x4d0-0x4d1 has been reserved
[    0.562512] system 00:0a: ioport range 0x800-0x87f has been reserved
[    0.562514] system 00:0a: ioport range 0x480-0x4bf has been reserved
[    0.562518] system 00:0a: iomem range 0xfed04000-0xfed1bfff has been reserved
[    0.562521] system 00:0a: iomem range 0xfed1c000-0xfed1ffff has been reserved
[    0.562523] system 00:0a: iomem range 0xfed20000-0xfed9ffff has been reserved
[    0.562526] system 00:0a: iomem range 0xfec01000-0xfec7ffff could not be reserved
[    0.562529] system 00:0a: iomem range 0xfec80000-0xfec85fff could not be reserved
[    0.562532] system 00:0a: iomem range 0xfec86000-0xfec8ffff could not be reserved
[    0.562535] system 00:0a: iomem range 0xff000000-0xff3fffff has been reserved
[    0.562538] system 00:0a: iomem range 0xff400000-0xff7fffff has been reserved
[    0.562541] system 00:0a: iomem range 0xff800000-0xffbfffff could not be reserved
[    0.562544] system 00:0a: iomem range 0xffc00000-0xffffffff could not be reserved
[    0.562546] system 00:0a: driver attached
[    0.562552] system 00:0c: iomem range 0xfec00000-0xfec00fff could not be reserved
[    0.562555] system 00:0c: iomem range 0xfee00000-0xfee00fff could not be reserved
[    0.562557] system 00:0c: driver attached
[    0.562563] system 00:0e: iomem range 0xe0000000-0xefffffff could not be reserved
[    0.562565] system 00:0e: driver attached
[    0.562571] system 00:0f: iomem range 0x0-0x9ffff could not be reserved
[    0.562574] system 00:0f: iomem range 0xc0000-0xcffff has been reserved
[    0.562576] system 00:0f: iomem range 0xe0000-0xfffff could not be reserved
[    0.562579] system 00:0f: iomem range 0x100000-0xbfffffff could not be reserved
[    0.562582] system 00:0f: driver attached
[    0.564819] PCI: Bridge: 0000:03:00.0
[    0.564819]   IO window: disabled.
[    0.564819]   MEM window: 0xfd500000-0xfd5fffff
[    0.564819]   PREFETCH window: disabled.
[    0.564819] PCI: Bridge: 0000:02:00.0
[    0.564819]   IO window: disabled.
[    0.564819]   MEM window: 0xfd500000-0xfd5fffff
[    0.564819]   PREFETCH window: disabled.
[    0.564819] PCI: Bridge: 0000:05:00.0
[    0.564819]   IO window: disabled.
[    0.564819]   MEM window: 0xfd600000-0xfd6fffff
[    0.564819]   PREFETCH window: disabled.
[    0.564819] PCI: Bridge: 0000:02:01.0
[    0.564819]   IO window: disabled.
[    0.564819]   MEM window: 0xfd600000-0xfd6fffff
[    0.564819]   PREFETCH window: disabled.
[    0.564819] PCI: Bridge: 0000:01:00.0
[    0.564819]   IO window: disabled.
[    0.564819]   MEM window: 0xfd500000-0xfd6fffff
[    0.564819]   PREFETCH window: disabled.
[    0.564819] PCI: Bridge: 0000:01:00.3
[    0.564819]   IO window: disabled.
[    0.564819]   MEM window: disabled.
[    0.564819]   PREFETCH window: disabled.
[    0.564819] PCI: Bridge: 0000:00:02.0
[    0.564819]   IO window: disabled.
[    0.564819]   MEM window: 0xfd500000-0xfd7fffff
[    0.564819]   PREFETCH window: disabled.
[    0.564819] PCI: Bridge: 0000:00:03.0
[    0.564819]   IO window: disabled.
[    0.564819]   MEM window: disabled.
[    0.564819]   PREFETCH window: disabled.
[    0.564819] PCI: Bridge: 0000:00:04.0
[    0.564819]   IO window: disabled.
[    0.564819]   MEM window: disabled.
[    0.564819]   PREFETCH window: disabled.
[    0.564819] PCI: Bridge: 0000:00:05.0
[    0.564819]   IO window: disabled.
[    0.564819]   MEM window: disabled.
[    0.564819]   PREFETCH window: disabled.
[    0.564819] PCI: Bridge: 0000:00:06.0
[    0.564819]   IO window: 9000-bfff
[    0.564819]   MEM window: 0xfd800000-0xfdcfffff
[    0.564819]   PREFETCH window: disabled.
[    0.564819] PCI: Bridge: 0000:00:07.0
[    0.564819]   IO window: disabled.
[    0.564819]   MEM window: disabled.
[    0.564819]   PREFETCH window: disabled.
[    0.564819] PCI: Bridge: 0000:0d:00.0
[    0.564819]   IO window: disabled.
[    0.564819]   MEM window: 0xfdd00000-0xfddfffff
[    0.564819]   PREFETCH window: disabled.
[    0.564819] PCI: Bridge: 0000:00:1c.0
[    0.564819]   IO window: disabled.
[    0.564819]   MEM window: 0xfdd00000-0xfddfffff
[    0.564819]   PREFETCH window: disabled.
[    0.564819] PCI: Bridge: 0000:00:1e.0
[    0.564819]   IO window: c000-efff
[    0.564819]   MEM window: 0xfde00000-0xfdefffff
[    0.564819]   PREFETCH window: 0x00000000cff00000-0x00000000dfefffff
[    0.564819] PCI: Setting latency timer of device 0000:00:02.0 to 64
[    0.564819] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[    0.564819] PCI: Setting latency timer of device 0000:01:00.0 to 64
[    0.564819] PCI: Setting latency timer of device 0000:02:00.0 to 64
[    0.571870] PCI: Setting latency timer of device 0000:03:00.0 to 64
[    0.572330] PCI: Setting latency timer of device 0000:02:01.0 to 64
[    0.572972] PCI: Setting latency timer of device 0000:05:00.0 to 64
[    0.573293] PCI: Setting latency timer of device 0000:01:00.3 to 64
[    0.573344] PCI: Setting latency timer of device 0000:00:03.0 to 64
[    0.573353] PCI: Setting latency timer of device 0000:00:04.0 to 64
[    0.573361] PCI: Setting latency timer of device 0000:00:05.0 to 64
[    0.573370] PCI: Setting latency timer of device 0000:00:06.0 to 64
[    0.573378] PCI: Setting latency timer of device 0000:00:07.0 to 64
[    0.573393] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16
[    0.573397] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[    0.573417] PCI: Setting latency timer of device 0000:0d:00.0 to 64
[    0.573426] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[    0.573481] NET: Registered protocol family 2
[    0.619741] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.619741] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.623739] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.623854] TCP: Hash tables configured (established 524288 bind 65536)
[    0.623854] TCP reno registered
[    0.639846] NET: Registered protocol family 1
[    0.639846] checking if image is initramfs... it is
[    1.187847] Freeing initrd memory: 6514k freed
[    1.196509] audit: initializing netlink socket (disabled)
[    1.196528] type=2000 audit(1253533394.172:1): initialized
[    1.200170] Total HugeTLB memory allocated, 0
[    1.200170] VFS: Disk quotas dquot_6.5.1
[    1.200170] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.200170] msgmni has been set to 7938
[    1.200170] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.200170] io scheduler noop registered
[    1.200170] io scheduler anticipatory registered
[    1.200170] io scheduler deadline registered
[    1.200170] io scheduler cfq registered (default)
[    1.200170] pci 0000:0f:0d.0: Boot video device
[    1.200170] PCI: Setting latency timer of device 0000:00:02.0 to 64
[    1.200170] assign_interrupt_mode Found MSI capability
[    1.200170] Allocate Port Service[0000:00:02.0:pcie00]
[    1.200170] Allocate Port Service[0000:00:02.0:pcie01]
[    1.200170] PCI: Setting latency timer of device 0000:00:03.0 to 64
[    1.200170] assign_interrupt_mode Found MSI capability
[    1.200170] Allocate Port Service[0000:00:03.0:pcie00]
[    1.200170] Allocate Port Service[0000:00:03.0:pcie01]
[    1.200170] PCI: Setting latency timer of device 0000:00:04.0 to 64
[    1.200170] assign_interrupt_mode Found MSI capability
[    1.200170] Allocate Port Service[0000:00:04.0:pcie00]
[    1.200170] Allocate Port Service[0000:00:04.0:pcie01]
[    1.200170] PCI: Setting latency timer of device 0000:00:05.0 to 64
[    1.200170] assign_interrupt_mode Found MSI capability
[    1.200170] Allocate Port Service[0000:00:05.0:pcie00]
[    1.200170] Allocate Port Service[0000:00:05.0:pcie01]
[    1.200170] PCI: Setting latency timer of device 0000:00:06.0 to 64
[    1.200170] assign_interrupt_mode Found MSI capability
[    1.200170] Allocate Port Service[0000:00:06.0:pcie00]
[    1.200170] Allocate Port Service[0000:00:06.0:pcie01]
[    1.200170] PCI: Setting latency timer of device 0000:00:07.0 to 64
[    1.200170] assign_interrupt_mode Found MSI capability
[    1.200170] Allocate Port Service[0000:00:07.0:pcie00]
[    1.200170] Allocate Port Service[0000:00:07.0:pcie01]
[    1.200170] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[    1.200170] assign_interrupt_mode Found MSI capability
[    1.200170] Allocate Port Service[0000:00:1c.0:pcie00]
[    1.200170] Allocate Port Service[0000:00:1c.0:pcie03]
[    1.200170] PCI: Setting latency timer of device 0000:01:00.0 to 64
[    1.201089] Allocate Port Service[0000:01:00.0:pcie11]
[    1.202006] PCI: Setting latency timer of device 0000:02:00.0 to 64
[    1.202878] assign_interrupt_mode Found MSI capability
[    1.203888] Allocate Port Service[0000:02:00.0:pcie21]
[    1.205430] PCI: Setting latency timer of device 0000:02:01.0 to 64
[    1.206348] assign_interrupt_mode Found MSI capability
[    1.207357] Allocate Port Service[0000:02:01.0:pcie21]
[    1.209628] AER service couldn't init device 0000:00:02.0:pcie01 - no _OSC support
[    1.209628] AER service couldn't init device 0000:00:03.0:pcie01 - no _OSC support
[    1.209628] AER service couldn't init device 0000:00:04.0:pcie01 - no _OSC support
[    1.209628] AER service couldn't init device 0000:00:05.0:pcie01 - no _OSC support
[    1.209628] AER service couldn't init device 0000:00:06.0:pcie01 - no _OSC support
[    1.209628] AER service couldn't init device 0000:00:07.0:pcie01 - no _OSC support
[    1.212171] hpet_resources: 0xfed00000 is busy
[    1.212171] Linux agpgart interface v0.103
[    1.212171] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[    1.212171] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.212171] pnp: the driver 'serial' has been registered
[    1.212244] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.212244] serial 00:06: driver attached
[    1.216170] brd: module loaded
[    1.216171] vroot: loaded (max 8 devices)
[    1.216171] input: Macintosh mouse button emulation as /class/input/input0
[    1.216171] pnp: the driver 'i8042 kbd' has been registered
[    1.216171] i8042 kbd 00:07: driver attached
[    1.216171] pnp: the driver 'i8042 aux' has been registered
[    1.216171] i8042 aux 00:08: driver attached
[    1.216171] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    1.220171] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.220171] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.238719] mice: PS/2 mouse device common for all mice
[    1.238719] pnp: the driver 'rtc_cmos' has been registered
[    1.238719] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    1.238719] rtc0: alarms up to one month, y3k
[    1.238719] rtc_cmos 00:03: driver attached
[    1.238719] cpuidle: using governor ladder
[    1.238719] cpuidle: using governor menu
[    1.238719] No iBFT detected.
[    1.238719] TCP cubic registered
[    1.238719] NET: Registered protocol family 10
[    1.238719] lo: Disabled Privacy Extensions
[    1.238719] Mobile IPv6
[    1.238719] NET: Registered protocol family 17
[    1.238719] registered taskstats version 1
[    1.238719] rtc_cmos 00:03: setting system clock to 2009-09-21 11:43:14 UTC (1253533394)
[    1.238720] Freeing unused kernel memory: 396k freed
[    1.268552] input: AT Translated Set 2 keyboard as /class/input/input1
[    1.317219] ACPI: ACPI0007:00 is registered as cooling_device0
[    1.317219] ACPI: Processor [CPU1] (supports 8 throttling states)
[    1.317219] ACPI: ACPI0007:01 is registered as cooling_device1
[    1.317219] ACPI: Processor [CPU2] (supports 8 throttling states)
[    1.317219] ACPI: ACPI0007:02 is registered as cooling_device2
[    1.317219] ACPI: Processor [CPU3] (supports 8 throttling states)
[    1.319875] ACPI: ACPI0007:03 is registered as cooling_device3
[    1.319875] ACPI: Processor [CPU4] (supports 8 throttling states)
[    1.501350] tg3.c:v3.92.1 (June 9, 2008)
[    1.504836] ACPI: PCI Interrupt 0000:04:04.0[A] -> GSI 16 (level, low) -> IRQ 16
[    1.525557] eth0: Tigon3 [partno(BCM95715s) rev 9003 PHY(5714)] (PCIX:133MHz:64-bit) 1000Base-SX Ethernet 00:1b:24:5e:d1:ca
[    1.525561] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[0] TSOcap[1]
[    1.525564] eth0: dma_rwctrl[76148000] dma_mask[40-bit]
[    1.525950] ACPI: PCI Interrupt 0000:04:04.1[B] -> GSI 17 (level, low) -> IRQ 17
[    1.538281] USB Universal Host Controller Interface driver v3.0
[    1.538281] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
[    1.538281] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[    1.538281] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.538281] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    1.538281] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fc00
[    1.538281] usb usb1: configuration #1 chosen from 1 choice
[    1.538281] hub 1-0:1.0: USB hub found
[    1.538281] hub 1-0:1.0: 2 ports detected
[    1.547461] eth1: Tigon3 [partno(BCM95715s) rev 9003 PHY(5714)] (PCIX:133MHz:64-bit) 1000Base-SX Ethernet 00:1b:24:5e:d1:cb
[    1.547465] eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[0] TSOcap[1]
[    1.547468] eth1: dma_rwctrl[76148000] dma_mask[40-bit]
[    1.547849] ACPI: PCI Interrupt 0000:06:04.0[A] -> GSI 17 (level, low) -> IRQ 17
[    1.549230] SCSI subsystem initialized
[    1.567336] eth2: Tigon3 [partno(BCM95715s) rev 9003 PHY(5714)] (PCIX:133MHz:64-bit) 1000Base-SX Ethernet 00:1b:24:5e:d1:cc
[    1.567341] eth2: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[0] TSOcap[1]
[    1.567344] eth2: dma_rwctrl[76148000] dma_mask[40-bit]
[    1.567726] ACPI: PCI Interrupt 0000:06:04.1[B] -> GSI 18 (level, low) -> IRQ 18
[    1.573535] Fusion MPT base driver 3.04.06
[    1.573535] Copyright (c) 1999-2007 LSI Corporation
[    1.589419] eth3: Tigon3 [partno(BCM95715s) rev 9003 PHY(5714)] (PCIX:133MHz:64-bit) 1000Base-SX Ethernet 00:1b:24:5e:d1:cd
[    1.589423] eth3: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[0] TSOcap[1]
[    1.589426] eth3: dma_rwctrl[76148000] dma_mask[40-bit]
[    1.589455] ACPI: PCI Interrupt 0000:0e:04.0[A] -> GSI 16 (level, low) -> IRQ 16
[    1.593795] Fusion MPT SAS Host driver 3.04.06
[    1.615210] eth4: Tigon3 [partno(BCM95715s) rev 9003 PHY(5714)] (PCIX:133MHz:64-bit) 1000Base-SX Ethernet 00:1b:24:5e:d1:c8
[    1.615215] eth4: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[0] TSOcap[1]
[    1.615217] eth4: dma_rwctrl[76148000] dma_mask[40-bit]
[    1.615245] ACPI: PCI Interrupt 0000:0e:04.1[B] -> GSI 17 (level, low) -> IRQ 17
[    1.635206] eth5: Tigon3 [partno(BCM95715s) rev 9003 PHY(5714)] (PCIX:133MHz:64-bit) 1000Base-SX Ethernet 00:1b:24:5e:d1:c9
[    1.635210] eth5: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[0] TSOcap[1]
[    1.635212] eth5: dma_rwctrl[76148000] dma_mask[40-bit]
[    1.653687] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    1.653687] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.653687] usb usb1: Product: UHCI Host Controller
[    1.653687] usb usb1: Manufacturer: Linux 2.6.26-2-vserver-amd64 uhci_hcd
[    1.653687] usb usb1: SerialNumber: 0000:00:1d.0
[    1.653687] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
[    1.653687] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[    1.653687] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.653687] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[    1.653687] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000f880
[    1.653687] usb usb2: configuration #1 chosen from 1 choice
[    1.653687] hub 2-0:1.0: USB hub found
[    1.653687] hub 2-0:1.0: 2 ports detected
[    1.757188] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.757188] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.757188] usb usb2: Product: UHCI Host Controller
[    1.757188] usb usb2: Manufacturer: Linux 2.6.26-2-vserver-amd64 uhci_hcd
[    1.757188] usb usb2: SerialNumber: 0000:00:1d.1
[    1.757693] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
[    1.757693] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[    1.757693] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.757693] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 3
[    1.801186] ehci_hcd 0000:00:1d.7: debug port 1
[    1.801192] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
[    1.801197] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfdfffc00
[    1.815151] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    1.815206] usb usb3: configuration #1 chosen from 1 choice
[    1.815234] hub 3-0:1.0: USB hub found
[    1.815240] hub 3-0:1.0: 4 ports detected
[    1.919048] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.919052] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.919054] usb usb3: Product: EHCI Host Controller
[    1.919056] usb usb3: Manufacturer: Linux 2.6.26-2-vserver-amd64 ehci_hcd
[    1.919058] usb usb3: SerialNumber: 0000:00:1d.7
[    1.918977] ACPI: PCI Interrupt 0000:0b:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[    1.918977] mptbase: ioc0: Initiating bringup
[    3.237850] ioc0: LSISAS1064E B3: Capabilities={Initiator}
[    3.237894] mptbase: ioc0: PCI-MSI enabled
[    3.237916] PCI: Setting latency timer of device 0000:0b:00.0 to 64
[   25.026491] scsi0 : ioc0: LSISAS1064E B3, FwRev=01182b00h, Ports=1, MaxQ=286, IRQ=1270
[   25.294725] scsi 0:0:0:0: Direct-Access     FUJITSU  MBC2073RC        5201 PQ: 0 ANSI: 5
[   25.299311] scsi 0:0:1:0: Direct-Access     FUJITSU  MBC2073RC        5201 PQ: 0 ANSI: 5
[   25.307222] scsi 0:1:0:0: Direct-Access     LSILOGIC Logical Volume   3000 PQ: 0 ANSI: 2
[   25.323650] Driver 'sd' needs updating - please use bus_type methods
[   25.325186] sd 0:1:0:0: [sda] 140623872 512-byte hardware sectors (71999 MB)
[   25.325186] sd 0:1:0:0: [sda] Write Protect is off
[   25.325186] sd 0:1:0:0: [sda] Mode Sense: 03 00 00 08
[   25.325186] sd 0:1:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   25.325186] sd 0:1:0:0: [sda] 140623872 512-byte hardware sectors (71999 MB)
[   25.325186] sd 0:1:0:0: [sda] Write Protect is off
[   25.325186] sd 0:1:0:0: [sda] Mode Sense: 03 00 00 08
[   25.326156] sd 0:1:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   25.326161]  sda: sda1 sda2 sda3
[   25.341231] sd 0:1:0:0: [sda] Attached SCSI disk
[   25.455131] PM: Starting manual resume from disk
[   25.478639] kjournald starting.  Commit interval 5 seconds
[   25.480748] EXT3-fs: mounted filesystem with ordered data mode.
[   26.132107] udevd version 125 started
[   26.466328] input: Power Button (FF) as /class/input/input2
[   26.526711] ACPI: Power Button (FF) [PWRF]
[   26.526810] input: Power Button (CM) as /class/input/input3
[   26.593135] ACPI: Power Button (CM) [PWRB]
[   26.610529] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   26.631141] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   26.700675] EDAC MC: Ver: 2.1.0 Aug 19 2009
[   26.716676] EDAC MC0: Giving out device to 'i5000_edac.c' 'I5000': DEV 0000:00:10.0
[   26.716676] EDAC PCI0: Giving out device to module 'i5000_edac' controller 'EDAC PCI controller': DEV '0000:00:10.0' (POLLED)
[   26.806734] intel_rng: FWH not detected
[   26.843943] input: PC Speaker as /class/input/input4
[   26.863642] ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 19 (level, low) -> IRQ 19
[   27.370294] input: ImExPS/2 Generic Explorer Mouse as /class/input/input5
[   27.562095] Error: Driver 'pcspkr' is already registered, aborting...
[   28.887787] Adding 7815612k swap on /dev/sda2.  Priority:-1 extents:1 across:7815612k
[   29.213043] EXT3 FS on sda1, internal journal
[   30.249461] loop: module loaded
[   30.569434] kjournald starting.  Commit interval 5 seconds
[   30.576548] EXT3 FS on sda3, internal journal
[   30.576548] EXT3-fs: mounted filesystem with ordered data mode.
[   30.871334] ADDRCONF(NETDEV_UP): eth2: link is not ready
[   30.978821] Ethernet Channel Bonding Driver: v3.2.5 (March 21, 2008)
[   30.978821] bonding: Warning: either miimon or arp_interval and arp_ip_target module parameters must be specified, otherwise bonding will not detect link failures! see bonding.txt for details.
[   30.984008] bonding: bond0: setting mode to balance-rr (0).
[   30.984053] bonding: bond0: Setting MII monitoring interval to 100.
[   30.984093] bonding: bond0: Setting up delay to 200.
[   30.984128] bonding: bond0: Setting down delay to 200.
[   30.984163] ADDRCONF(NETDEV_UP): bond0: link is not ready
[   31.065392] bonding: bond0: enslaving eth4 as an active interface with a down link.
[   31.090722] tg3: eth4: Link is up at 1000 Mbps, full duplex.
[   31.090726] tg3: eth4: Flow control is off for TX and off for RX.
[   31.145762] bonding: bond0: enslaving eth5 as an active interface with a down link.
[   31.163075] tg3: eth5: Link is up at 1000 Mbps, full duplex.
[   31.163079] tg3: eth5: Flow control is off for TX and off for RX.
[   31.192649] bonding: bond0: link status up for interface eth4, enabling it in 200 ms.
[   31.192655] bonding: bond0: link status up for interface eth5, enabling it in 200 ms.
[   31.205571] tg3: eth4: Link is down.
[   31.238366] tg3: eth4: Link is up at 1000 Mbps, full duplex.
[   31.238369] tg3: eth4: Flow control is off for TX and off for RX.
[   31.251918] tg3: eth5: Link is down.
[   31.283633] tg3: eth5: Link is up at 1000 Mbps, full duplex.
[   31.283633] tg3: eth5: Flow control is off for TX and off for RX.
[   31.400457] bonding: bond0: link status definitely up for interface eth4.
[   31.400461] bonding: bond0: link status definitely up for interface eth5.
[   31.401117] ADDRCONF(NETDEV_CHANGE): bond0: link becomes ready
[   42.781258] bond0: no IPv6 routers present
[  151.555499] ADDRCONF(NETDEV_UP): eth2: link is not ready
[ 2164.655783] device bond0 entered promiscuous mode
[ 2164.655789] device eth4 entered promiscuous mode
[ 2164.655804] device eth5 entered promiscuous mode

Reply to: