Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
net.eth0 failed to start manually or during boot (Solved)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Newbee 12
n00b
n00b


Joined: 31 Oct 2012
Posts: 38
Location: Northwest, USA

PostPosted: Wed Mar 20, 2013 11:56 pm    Post subject: net.eth0 failed to start manually or during boot (Solved) Reply with quote

Hello
Issue is: Network is failing to start during boot I am using the same setting as i did for the install off Live DVD which gave me access.
Any assitance would be helpful.

Bringing up interface eth0
192.168.1.50 ....
SIOCSIFADDR: File Exists
SI0CSIFFLAGS: Cannot assign requested address
SI0CSIFNETMASK: Cannot assign requested address
SI0CSIFBRDADDR: Cannot assign requested address
SI0CSIFFLAGS: Cannot assign requested address
ERROR: net.eth0 failed to start

rc-update
net.eth0 default
net.lo boot
netmount default

ifconfig eth0
inet 192.168.1.50 netmask 255.255.255.0r broadcast192.168.1.255
no RX or TX packets

/etc/conf.d/net
config_eth0="192.168.1.50 netmask 255.255.255.0"
routes_etho="192.168.1.255

/etc/resolv.conf
nameserver ${192.168.1.53}
nameserver${192.168.1.54}

Setting host name 2.1
hostname = "tux"
Setting Domain Name 2.2 dns_domain_eth0="Our Company Name"
_________________
Newbee 12


Last edited by Newbee 12 on Tue Mar 26, 2013 4:37 pm; edited 1 time in total
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Thu Mar 21, 2013 5:45 am    Post subject: Reply with quote

So that we may know what hardware you are dealing with; boot the minimal install cd or a system rescue cd to a network connection, run:
Code:
lspci -k | wgetpaste
post the url returned.
_________________
Defund the FCC.
Back to top
View user's profile Send private message
Newbee 12
n00b
n00b


Joined: 31 Oct 2012
Posts: 38
Location: Northwest, USA

PostPosted: Thu Mar 21, 2013 3:53 pm    Post subject: Reply with quote

DONAHUE wrote:
So that we may know what hardware you are dealing with; boot the minimal install cd or a system rescue cd to a network connection, run:
Code:
lspci -k | wgetpaste
post the url returned.

NewBee12 wrote:
http://bpaste.net/show/85358/

_________________
Newbee 12
Back to top
View user's profile Send private message
SamuliSuominen
Retired Dev
Retired Dev


Joined: 30 Sep 2005
Posts: 2133
Location: Finland

PostPosted: Thu Mar 21, 2013 4:54 pm    Post subject: Reply with quote

What version of sys-fs/udev?
Do you have files in /etc/udev/rules.d/ starting with 70- or 80- related to networking?
What are they and what do they contain?
What is the output of `ls -l /sys/class/net*`?
What is the output of, for example, `udevadm test-builtin net_id /sys/class/net/eth0`?
Output of `ifconfig`? Output of dmesg after booting? Output of lsmod? How about used kernel config?

Those come into mind straight off. Most likely one of these outputs will hint to the correct direction.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Thu Mar 21, 2013 5:26 pm    Post subject: Reply with quote

For history, OP has four of these:
Ethernet controller: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
Subsystem: Dell PowerEdge R610 BCM5709 Gigabit Ethernet
Kernel driver in use: bnx2
Kernel modules: bnx2
_________________
Defund the FCC.
Back to top
View user's profile Send private message
Newbee 12
n00b
n00b


Joined: 31 Oct 2012
Posts: 38
Location: Northwest, USA

PostPosted: Thu Mar 21, 2013 5:32 pm    Post subject: Reply with quote

I am using the bnx2 driver, I had to find the correct driver and load during the inital installation. That i am sure of
_________________
Newbee 12
Back to top
View user's profile Send private message
Newbee 12
n00b
n00b


Joined: 31 Oct 2012
Posts: 38
Location: Northwest, USA

PostPosted: Thu Mar 21, 2013 6:50 pm    Post subject: Reply with quote

ssuominen wrote:
What version of sys-fs/udev?
Do you have files in /etc/udev/rules.d/ starting with 70- or 80- related to networking?
What are they and what do they contain?
What is the output of `ls -l /sys/class/net*`?
What is the output of, for example, `udevadm test-builtin net_id /sys/class/net/eth0`?
Output of `ifconfig`? Output of dmesg after booting? Output of lsmod? How about used kernel config?

Those come into mind straight off. Most likely one of these outputs will hint to the correct direction.


NewBee12 wrote:
I installed stage3-amd64-20130130.tar.bz2 if that is what you are asking (sorry new)
only file in:
/etc/udev/rules is startiing with 80-net-name-slot.rules

# Udev 197 and above has implemented predictable network interface names
# for hardware network interfaces. This new scheme does not affect
# stacked network interfaces such as bonds, bridges or vlans.
#
# This file is here to prevent your interfaces from being renamed automatically,
# because the new names will be drastically different from the eth*, wlan*, etc
# names you are used to working with.
#
# To activate this function, move this file to a name that doesn't end in.rules,
# or remove it then reboot your system.
#
# If you want to deactivate this function, install a udev rules file as
# /etc/udev/rules.d/80-net-name-slot.rules then reboot your system.
#
# This functionality has not been tested with gentoo. In fact, we are aware that
# things will break if you activate it.
#
# If you are not comfortable testing this, leave this file as is. We will
# publish a news item when you can migrate.
#
# If you do want to activate and help us come up with a migration plan, feel
# free to do so and report bugs.
# Your bugs should block the following tracker:
# https://bugs.gentoo.org/show_bug.cgi?id=454224
#
# Before you activate this function, it is important that you fully understand
# the following documentation:
#
# http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames
#
# Also, be aware that you can get the attributes of your network interface that
# would be used to name the interface in the new scheme by doing the following
# with this version of udev running:
#
# udevadm test-builtin net_id /sys/class/net/ifname 2> /dev/null
#
# for example, on my system, I can find that eth0's new name would be enp1s5.
#
_____
/ # ls -l /sys/class/net*
ls: cannot access /sys/class/net*: No such file or directory
______
/ # ifconfig
[/list]Warning: cannot open /proc/net/dev (No such file or directory). Limited output.
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.50 netmask 255.255.255.0 broadcast 192.168.1.255
ether 00:21:9b:8c:bc:02 txqueuelen 1000 (Ethernet)
device interrupt 36 memory 0xd6000000-d6012800

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436
inet 127.0.0.1 netmask 255.0.0.0
loop txqueuelen 0 (Local Loopback)
_____
/ # dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.2.33-std311-amd64 (root@catalyst) (gcc version 4.4.7 (Gentoo 4.4.7 p1.0, pie-0.4.5) ) #2 SMP Wed Oct 31 07:31:30 UTC 2012
[ 0.000000] Command line: initrd=initram.igz BOOT_IMAGE=rescue64 dostartx
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000cf699000 (usable)
[ 0.000000] BIOS-e820: 00000000cf699000 - 00000000cf6af000 (reserved)
[ 0.000000] BIOS-e820: 00000000cf6af000 - 00000000cf6ce000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000cf6ce000 - 00000000d0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fe000000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 0000000130000000 (usable)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.6 present.
[ 0.000000] DMI: Dell Inc. PowerEdge R610/0J352H, BIOS 1.2.6 07/17/2009
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0x130000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-D3FFF write-protect
[ 0.000000] D4000-EBFFF uncachable
[ 0.000000] EC000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000000000 mask FF80000000 write-back
[ 0.000000] 1 base 0080000000 mask FFC0000000 write-back
[ 0.000000] 2 base 00C0000000 mask FFF0000000 write-back
[ 0.000000] 3 base 0100000000 mask FFE0000000 write-back
[ 0.000000] 4 base 0120000000 mask FFF0000000 write-back
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820 update range: 00000000d0000000 - 0000000100000000 (usable) ==> (reserved)
[ 0.000000] last_pfn = 0xcf699 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [ffff8800000fe710] fe710
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 20480
[ 0.000000] init_memory_mapping: 0000000000000000-00000000cf699000
[ 0.000000] 0000000000 - 00cf600000 page 2M
[ 0.000000] 00cf600000 - 00cf699000 page 4k
[ 0.000000] kernel direct mapping tables up to cf699000 @ 1fffa000-20000000
[ 0.000000] init_memory_mapping: 0000000100000000-0000000130000000
[ 0.000000] 0100000000 - 0130000000 page 2M
[ 0.000000] kernel direct mapping tables up to 130000000 @ cf693000-cf699000
[ 0.000000] RAMDISK: 7f4e7000 - 7ffff000
[ 0.000000] ACPI: RSDP 00000000000f10b0 00024 (v02 DELL )
[ 0.000000] ACPI: XSDT 00000000000f11b4 0009C (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.000000] ACPI: FACP 00000000cf6c3f9c 000F4 (v03 DELL PE_SC3 00000001 DELL 00000001)
[ 0.000000] ACPI: DSDT 00000000cf6af000 03AB9 (v01 DELL PE_SC3 00000001 INTL 20050624)
[ 0.000000] ACPI: FACS 00000000cf6c6000 00040
[ 0.000000] ACPI: APIC 00000000cf6c3478 0015E (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.000000] ACPI: SPCR 00000000cf6c35d8 00050 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.000000] ACPI: HPET 00000000cf6c362c 00038 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.000000] ACPI: DM__ 00000000cf6c3668 00198 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.000000] ACPI: MCFG 00000000cf6c38c4 0003C (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.000000] ACPI: WD__ 00000000cf6c3904 00134 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.000000] ACPI: SLIC 00000000cf6c3a3c 00176 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.000000] ACPI: ERST 00000000cf6b2c3c 00270 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.000000] ACPI: HEST 00000000cf6b2eac 003A8 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.000000] ACPI: BERT 00000000cf6b2abc 00030 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.000000] ACPI: EINJ 00000000cf6b2aec 00150 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.000000] ACPI: SRAT 00000000cf6c3bc0 00370 (v01 DELL PE_SC3 00000001 DELL 00000001)
[ 0.000000] ACPI: TCPA 00000000cf6c3f34 00064 (v02 DELL PE_SC3 00000001 DELL 00000001)
[ 0.000000] ACPI: SSDT 00000000cf6c7000 00F08 (v01 INTEL PPM RCM 80000001 INTL 20061109)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] SRAT: PXM 1 -> APIC 0x10 -> Node 0
[ 0.000000] SRAT: PXM 1 -> APIC 0x12 -> Node 0
[ 0.000000] SRAT: PXM 1 -> APIC 0x14 -> Node 0
[ 0.000000] SRAT: PXM 1 -> APIC 0x16 -> Node 0
[ 0.000000] SRAT: Node 0 PXM 1 0-d0000000
[ 0.000000] SRAT: Node 0 PXM 1 100000000-130000000
[ 0.000000] NUMA: Node 0 [0,d0000000) + [100000000,130000000) -> [0,130000000)
[ 0.000000] Initmem setup node 0 0000000000000000-0000000130000000
[ 0.000000] NODE_DATA [000000012ffec000 - 000000012fffffff]
[ 0.000000] [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012b600000-ffff88012f5fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x00130000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[3] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x000000a0
[ 0.000000] 0: 0x00000100 -> 0x000cf699
[ 0.000000] 0: 0x00100000 -> 0x00130000
[ 0.000000] On node 0 totalpages: 1046057
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 7 pages reserved
[ 0.000000] DMA zone: 3913 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 16320 pages used for memmap
[ 0.000000] DMA32 zone: 829145 pages, LIFO batch:31
[ 0.000000] Normal zone: 3072 pages used for memmap
[ 0.000000] Normal zone: 193536 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x10] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x12] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x14] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x16] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x24] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x25] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x26] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x27] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x28] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x29] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x2a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x2b] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x2c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x2d] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x2e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x2f] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x30] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x31] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x32] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x33] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x34] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x35] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x36] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x37] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x38] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x39] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x3a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x3b] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x3c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x3d] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x3e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x3f] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec80000] gsi_base[32])
[ 0.000000] IOAPIC[1]: apic_id 1, version 32, address 0xfec80000, GSI 32-55
[ 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] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[ 0.000000] SMP: Allowing 32 CPUs, 28 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 72
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 00000000cf699000 - 00000000cf6af000
[ 0.000000] PM: Registered nosave memory: 00000000cf6af000 - 00000000cf6ce000
[ 0.000000] PM: Registered nosave memory: 00000000cf6ce000 - 00000000d0000000
[ 0.000000] PM: Registered nosave memory: 00000000d0000000 - 00000000e0000000
[ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
[ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fe000000
[ 0.000000] PM: Registered nosave memory: 00000000fe000000 - 0000000100000000
[ 0.000000] Allocating PCI resources starting at d0000000 (gap: d0000000:10000000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:32 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88012b200000 s82560 r8192 d23936 u131072
[ 0.000000] pcpu-alloc: s82560 r8192 d23936 u131072 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
[ 0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1026594
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: initrd=initram.igz BOOT_IMAGE=rescue64 dostartx
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Memory: 4015620k/4980736k available (6730k kernel code, 796508k absent, 168608k reserved, 6458k data, 7580k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:16640 nr_irqs:1480 16
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 33554432 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.001000] Detected 1994.742 MHz processor.
[ 0.000006] Calibrating delay loop (skipped), value calculated using timer frequency.. 3989.48 BogoMIPS (lpj=1994742)
[ 0.000540] pid_max: default: 32768 minimum: 301
[ 0.000861] Security Framework initialized
[ 0.001135] SELinux: Disabled at boot.
[ 0.001784] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.003964] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.005018] Mount-cache hash table entries: 256
[ 0.005490] Initializing cgroup subsys cpuacct
[ 0.005761] Initializing cgroup subsys memory
[ 0.006053] Initializing cgroup subsys devices
[ 0.006316] Initializing cgroup subsys freezer
[ 0.006579] Initializing cgroup subsys net_cls
[ 0.006851] Initializing cgroup subsys blkio
[ 0.007122] Initializing cgroup subsys perf_event
[ 0.007428] CPU: Physical Processor ID: 1
[ 0.007690] CPU: Processor Core ID: 0
[ 0.007965] mce: CPU supports 9 MCE banks
[ 0.008240] CPU0: Thermal monitoring enabled (TM1)
[ 0.008509] using mwait in idle threads.
[ 0.009977] ACPI: Core revision 20110623
[ 0.011739] Switched APIC routing to physical flat.
[ 0.012590] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.022855] CPU0: Intel(R) Xeon(R) CPU E5504 @ 2.00GHz stepping 05
[ 0.124778] Performance Events: PEBS fmt1+, erratum AAJ80 worked around, Nehalem events, Intel PMU driver.
[ 0.125445] ... version: 3
[ 0.125708] ... bit width: 48
[ 0.125974] ... generic registers: 4
[ 0.126238] ... value mask: 0000ffffffffffff
[ 0.126505] ... max period: 000000007fffffff
[ 0.126771] ... fixed-purpose events: 3
[ 0.127036] ... event mask: 000000070000000f
[ 0.127969] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.128342] Booting Node 0, Processors #1
[ 0.128442] smpboot cpu 1: start_ip = 99000
[ 0.218851] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.219230] #2
[ 0.219280] smpboot cpu 2: start_ip = 99000
[ 0.309789] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.310155] #3
[ 0.310204] smpboot cpu 3: start_ip = 99000
[ 0.400713] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.406305] Brought up 4 CPUs
[ 0.406566] Total of 4 processors activated (15957.41 BogoMIPS).
[ 0.409353] devtmpfs: initialized
[ 0.410669] atomic64 test passed for x86-64 platform with CX8 and with SSE
[ 0.410970] RTC time: 7:35:47, date: 03/21/13
[ 0.411289] NET: Registered protocol family 16
[ 0.411740] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.412220] ACPI: bus type pci registered
[ 0.412584] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.413071] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.436558] PCI: Using configuration type 1 for base access
[ 0.438322] bio: create slab <bio-0> at 0
[ 0.438704] ACPI: Added _OSI(Module Device)
[ 0.438971] ACPI: Added _OSI(Processor Device)
[ 0.439238] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.439502] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.440260] ACPI: EC: Look up EC in DSDT
[ 0.441031] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.441371] ACPI Error: [CDW1] Namespace lookup failure, AE_NOT_FOUND (20110623/psargs-359)
[ 0.441992] ACPI Error: Method parse/execution failed [\_SB_._OSC] (Node ffff880128647870), AE_NOT_FOUND (20110623/psparse-536)
[ 0.443424] ACPI: Interpreter enabled
[ 0.443697] ACPI: (supports S0 S4 S5)
[ 0.444107] ACPI: Using IOAPIC for interrupt routing
[ 0.448119] ACPI: No dock devices found.
[ 0.448495] HEST: Table parsing has been initialized.
[ 0.448767] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.449495] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.449984] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 0.450254] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 0.450522] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.451010] pci_root PNP0A08:00: host bridge window [mem 0xd0000000-0xfdffffff]
[ 0.451492] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
[ 0.451989] pci 0000:00:00.0: [8086:3403] type 0 class 0x000600
[ 0.452049] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[ 0.452054] pci 0000:00:00.0: PME# disabled
[ 0.452078] pci 0000:00:01.0: [8086:3408] type 1 class 0x000604
[ 0.452139] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.452142] pci 0000:00:01.0: PME# disabled
[ 0.452167] pci 0000:00:03.0: [8086:340a] type 1 class 0x000604
[ 0.452227] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 0.452231] pci 0000:00:03.0: PME# disabled
[ 0.452256] pci 0000:00:07.0: [8086:340e] type 1 class 0x000604
[ 0.452317] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[ 0.452321] pci 0000:00:07.0: PME# disabled
[ 0.452345] pci 0000:00:09.0: [8086:3410] type 1 class 0x000604
[ 0.452406] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[ 0.452410] pci 0000:00:09.0: PME# disabled
[ 0.452436] pci 0000:00:14.0: [8086:342e] type 0 class 0x000800
[ 0.452508] pci 0000:00:14.1: [8086:3422] type 0 class 0x000800
[ 0.452584] pci 0000:00:14.2: [8086:3423] type 0 class 0x000800
[ 0.452665] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
[ 0.452709] pci 0000:00:1a.0: reg 20: [io 0xec40-0xec5f]
[ 0.452762] pci 0000:00:1a.1: [8086:2938] type 0 class 0x000c03
[ 0.452807] pci 0000:00:1a.1: reg 20: [io 0xec60-0xec7f]
[ 0.452871] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
[ 0.452893] pci 0000:00:1a.7: reg 10: [mem 0xdf0ff800-0xdf0ffbff]
[ 0.452985] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.452990] pci 0000:00:1a.7: PME# disabled
[ 0.453012] pci 0000:00:1c.0: [8086:2940] type 1 class 0x000604
[ 0.453084] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.453088] pci 0000:00:1c.0: PME# disabled
[ 0.453117] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
[ 0.453160] pci 0000:00:1d.0: reg 20: [io 0xec80-0xec9f]
[ 0.453214] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
[ 0.453258] pci 0000:00:1d.1: reg 20: [io 0xeca0-0xecbf]
[ 0.453321] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
[ 0.453343] pci 0000:00:1d.7: reg 10: [mem 0xdf0ffc00-0xdf0fffff]
[ 0.453436] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.453440] pci 0000:00:1d.7: PME# disabled
[ 0.453462] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
[ 0.453528] pci 0000:00:1f.0: [8086:2918] type 0 class 0x000601
[ 0.453614] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0c00 (mask 007f)
[ 0.454101] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask 000f)
[ 0.454588] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 00e0 (mask 000f)
[ 0.455117] pci 0000:00:1f.2: [8086:2921] type 0 class 0x000101
[ 0.455133] pci 0000:00:1f.2: reg 10: [io 0xec10-0xec17]
[ 0.455142] pci 0000:00:1f.2: reg 14: [io 0xec08-0xec0b]
[ 0.455151] pci 0000:00:1f.2: reg 18: [io 0xec18-0xec1f]
[ 0.455159] pci 0000:00:1f.2: reg 1c: [io 0xec0c-0xec0f]
[ 0.455167] pci 0000:00:1f.2: reg 20: [io 0xec20-0xec2f]
[ 0.455176] pci 0000:00:1f.2: reg 24: [io 0xec30-0xec3f]
[ 0.455277] pci 0000:01:00.0: [14e4:1639] type 0 class 0x000200
[ 0.455294] pci 0000:01:00.0: reg 10: [mem 0xd6000000-0xd7ffffff 64bit]
[ 0.455381] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.455386] pci 0000:01:00.0: PME# disabled
[ 0.455417] pci 0000:01:00.1: [14e4:1639] type 0 class 0x000200
[ 0.455434] pci 0000:01:00.1: reg 10: [mem 0xd8000000-0xd9ffffff 64bit]
[ 0.455521] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold
[ 0.455526] pci 0000:01:00.1: PME# disabled
[ 0.457556] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.457832] pci 0000:00:01.0: bridge window [mem 0xd6000000-0xd9ffffff]
[ 0.457891] pci 0000:02:00.0: [14e4:1639] type 0 class 0x000200
[ 0.457907] pci 0000:02:00.0: reg 10: [mem 0xda000000-0xdbffffff 64bit]
[ 0.457995] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.457999] pci 0000:02:00.0: PME# disabled
[ 0.458031] pci 0000:02:00.1: [14e4:1639] type 0 class 0x000200
[ 0.458047] pci 0000:02:00.1: reg 10: [mem 0xdc000000-0xddffffff 64bit]
[ 0.458135] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold
[ 0.458139] pci 0000:02:00.1: PME# disabled
[ 0.459557] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[ 0.459833] pci 0000:00:03.0: bridge window [mem 0xda000000-0xddffffff]
[ 0.459874] pci 0000:00:07.0: PCI bridge to [bus 04-04]
[ 0.460184] pci 0000:00:09.0: PCI bridge to [bus 05-05]
[ 0.460510] pci 0000:03:00.0: [1000:0058] type 0 class 0x000100
[ 0.460526] pci 0000:03:00.0: reg 10: [io 0xfc00-0xfcff]
[ 0.460543] pci 0000:03:00.0: reg 14: [mem 0xdf2ec000-0xdf2effff 64bit]
[ 0.460562] pci 0000:03:00.0: reg 1c: [mem 0xdf2f0000-0xdf2fffff 64bit]
[ 0.460583] pci 0000:03:00.0: reg 30: [mem 0xdf100000-0xdf1fffff pref]
[ 0.460641] pci 0000:03:00.0: supports D1 D2
[ 0.462559] pci 0000:00:1c.0: PCI bridge to [bus 03-03]
[ 0.462830] pci 0000:00:1c.0: bridge window [io 0xf000-0xffff]
[ 0.462834] pci 0000:00:1c.0: bridge window [mem 0xdf100000-0xdf2fffff]
[ 0.462876] pci 0000:06:03.0: [102b:0532] type 0 class 0x000300
[ 0.462894] pci 0000:06:03.0: reg 10: [mem 0xd5800000-0xd5ffffff pref]
[ 0.462905] pci 0000:06:03.0: reg 14: [mem 0xde7fc000-0xde7fffff]
[ 0.462916] pci 0000:06:03.0: reg 18: [mem 0xde800000-0xdeffffff]
[ 0.462950] pci 0000:06:03.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[ 0.463018] pci 0000:00:1e.0: PCI bridge to [bus 06-06] (subtractive decode)
[ 0.463291] pci 0000:00:1e.0: bridge window [mem 0xde000000-0xdeffffff]
[ 0.463298] pci 0000:00:1e.0: bridge window [mem 0xd5800000-0xd5ffffff 64bit pref]
[ 0.463301] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.463304] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.463307] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.463310] pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xfdffffff] (subtractive decode)
[ 0.463313] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
[ 0.463339] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.463842] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
[ 0.463928] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT]
[ 0.464018] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX7._PRT]
[ 0.464105] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX9._PRT]
[ 0.464190] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SBEX._PRT]
[ 0.464273] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.COMP._PRT]
[ 0.464449] pci0000:00: Requesting ACPI _OSC control (0x15)
[ 0.464976] pci0000:00: ACPI _OSC control (0x15) granted
[ 0.468311] ACPI: PCI Interrupt Link [LK00] (IRQs 3 4 5 6 7 10 11 14 *15)
[ 0.469142] ACPI: PCI Interrupt Link [LK01] (IRQs 3 4 5 6 7 10 11 *14 15)
[ 0.469964] ACPI: PCI Interrupt Link [LK02] (IRQs 3 4 5 6 7 10 *11 14 15)
[ 0.470788] ACPI: PCI Interrupt Link [LK03] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.471613] ACPI: PCI Interrupt Link [LK04] (IRQs 3 4 *5 6 7 10 11 14 15)
[ 0.472435] ACPI: PCI Interrupt Link [LK05] (IRQs 3 4 5 *6 7 10 11 14 15)
[ 0.473260] ACPI: PCI Interrupt Link [LK06] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[ 0.474391] ACPI: PCI Interrupt Link [LK07] (IRQs 3 4 5 6 7 10 11 *14 15)
[ 0.475267] vgaarb: device added: PCI:0000:06:03.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.475756] vgaarb: loaded
[ 0.476017] vgaarb: bridge control possible 0000:06:03.0
[ 0.476363] SCSI subsystem initialized
[ 0.476674] libata version 3.00 loaded.
[ 0.476729] usbcore: registered new interface driver usbfs
[ 0.477005] usbcore: registered new interface driver hub
[ 0.477293] usbcore: registered new device driver usb
[ 0.477634] PCI: Using ACPI for IRQ routing
[ 0.484290] PCI: Discovered peer bus fe
[ 0.484595] pci 0000:fe:00.0: [8086:2c40] type 0 class 0x000600
[ 0.484618] pci 0000:fe:00.1: [8086:2c01] type 0 class 0x000600
[ 0.484642] pci 0000:fe:02.0: [8086:2c10] type 0 class 0x000600
[ 0.484662] pci 0000:fe:02.1: [8086:2c11] type 0 class 0x000600
[ 0.484683] pci 0000:fe:02.4: [8086:2c14] type 0 class 0x000600
[ 0.484706] pci 0000:fe:02.5: [8086:2c15] type 0 class 0x000600
[ 0.484727] pci 0000:fe:03.0: [8086:2c18] type 0 class 0x000600
[ 0.484747] pci 0000:fe:03.1: [8086:2c19] type 0 class 0x000600
[ 0.484768] pci 0000:fe:03.2: [8086:2c1a] type 0 class 0x000600
[ 0.484789] pci 0000:fe:03.4: [8086:2c1c] type 0 class 0x000600
[ 0.484810] pci 0000:fe:04.0: [8086:2c20] type 0 class 0x000600
[ 0.484831] pci 0000:fe:04.1: [8086:2c21] type 0 class 0x000600
[ 0.484851] pci 0000:fe:04.2: [8086:2c22] type 0 class 0x000600
[ 0.484873] pci 0000:fe:04.3: [8086:2c23] type 0 class 0x000600
[ 0.484896] pci 0000:fe:05.0: [8086:2c28] type 0 class 0x000600
[ 0.484916] pci 0000:fe:05.1: [8086:2c29] type 0 class 0x000600
[ 0.484937] pci 0000:fe:05.2: [8086:2c2a] type 0 class 0x000600
[ 0.484957] pci 0000:fe:05.3: [8086:2c2b] type 0 class 0x000600
[ 0.484980] pci 0000:fe:06.0: [8086:2c30] type 0 class 0x000600
[ 0.485000] pci 0000:fe:06.1: [8086:2c31] type 0 class 0x000600
[ 0.485021] pci 0000:fe:06.2: [8086:2c32] type 0 class 0x000600
[ 0.485043] pci 0000:fe:06.3: [8086:2c33] type 0 class 0x000600
[ 0.485731] PCI: pci_cache_line_size set to 64 bytes
[ 0.485842] reserve RAM buffer: 00000000cf699000 - 00000000cfffffff
[ 0.485951] NetLabel: Initializing
[ 0.486216] NetLabel: domain hash size = 128
[ 0.486480] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.486756] NetLabel: unlabeled traffic allowed by default
[ 0.487031] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.487303] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.487798] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.492729] Switching to clocksource hpet
[ 0.502224] pnp: PnP ACPI init
[ 0.502506] ACPI: bus type pnp registered
[ 0.502911] pnp 00:00: [bus 00-ff]
[ 0.502914] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.502917] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.502919] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.502922] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.502925] pnp 00:00: [mem 0xd0000000-0xfdffffff window]
[ 0.502927] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[ 0.502993] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.503053] pnp 00:01: [io 0x0080-0x009f]
[ 0.503056] pnp 00:01: [io 0x0000-0x001f]
[ 0.503058] pnp 00:01: [io 0x00c0-0x00df]
[ 0.503060] pnp 00:01: [dma 4]
[ 0.503097] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.503120] pnp 00:02: [io 0x00f0-0x00ff]
[ 0.503132] pnp 00:02: [irq 13]
[ 0.503169] pnp 00:02: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.503193] pnp 00:03: [io 0x0061]
[ 0.503272] system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.503299] pnp 00:04: [io 0x0070-0x007f]
[ 0.503306] pnp 00:04: [irq 8]
[ 0.503344] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.503524] pnp 00:05: [io 0x03f8-0x03ff]
[ 0.503530] pnp 00:05: [irq 4]
[ 0.503644] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.503818] pnp 00:06: [io 0x02f8-0x02ff]
[ 0.503825] pnp 00:06: [irq 3]
[ 0.503936] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.504629] pnp 00:07: [io 0x0800-0x087f]
[ 0.504632] pnp 00:07: [io 0x00e0-0x00e7]
[ 0.504634] pnp 00:07: [io 0x0880-0x08ff]
[ 0.504636] pnp 00:07: [io 0x0900-0x091f]
[ 0.504638] pnp 00:07: [io 0x0920-0x0923]
[ 0.504640] pnp 00:07: [io 0x0924]
[ 0.504642] pnp 00:07: [io 0x0c00-0x0c7f]
[ 0.504644] pnp 00:07: [io 0x0ca0-0x0ca7]
[ 0.504646] pnp 00:07: [io 0x0ca9-0x0cab]
[ 0.504648] pnp 00:07: [io 0x0cad-0x0caf]
[ 0.504650] pnp 00:07: [io 0x0060]
[ 0.504652] pnp 00:07: [io 0x0064]
[ 0.504728] system 00:07: [io 0x0800-0x087f] has been reserved
[ 0.505000] system 00:07: [io 0x0880-0x08ff] has been reserved
[ 0.505276] system 00:07: [io 0x0900-0x091f] has been reserved
[ 0.505543] system 00:07: [io 0x0920-0x0923] has been reserved
[ 0.505809] system 00:07: [io 0x0924] has been reserved
[ 0.506079] system 00:07: [io 0x0c00-0x0c7f] has been reserved
[ 0.506352] system 00:07: [io 0x0ca0-0x0ca7] has been reserved
[ 0.506619] system 00:07: [io 0x0ca9-0x0cab] has been reserved
[ 0.506889] system 00:07: [io 0x0cad-0x0caf] has been reserved
[ 0.507166] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.507220] pnp 00:08: [io 0x0ca8]
[ 0.507223] pnp 00:08: [io 0x0cac]
[ 0.507225] pnp 00:08: [irq 0 disabled]
[ 0.507292] system 00:08: [io 0x0ca8] has been reserved
[ 0.507558] system 00:08: [io 0x0cac] has been reserved
[ 0.507827] system 00:08: Plug and Play ACPI device, IDs IPI0001 PNP0c01 (active)
[ 0.507873] pnp 00:09: [io 0x0ca8-0x0ca7 disabled]
[ 0.507875] pnp 00:09: [io 0x0cac-0x0cab disabled]
[ 0.507877] pnp 00:09: [irq 0 disabled]
[ 0.507946] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.508180] pnp 00:0a: [mem 0xe0000000-0xefffffff]
[ 0.508253] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.508526] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.508579] pnp 00:0b: [mem 0xfed00000-0xfed003ff]
[ 0.508621] pnp 00:0b: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.508639] pnp 00:0c: [mem 0xfed90000-0xfed91fff]
[ 0.508704] system 00:0c: [mem 0xfed90000-0xfed91fff] has been reserved
[ 0.508975] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.509175] pnp: PnP ACPI: found 13 devices
[ 0.509441] ACPI: ACPI bus type pnp unregistered
[ 0.516727] PCI: max bus depth: 1 pci_try_num: 2
[ 0.516771] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.517048] pci 0000:00:01.0: bridge window [mem 0xd6000000-0xd9ffffff]
[ 0.517325] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[ 0.517596] pci 0000:00:03.0: bridge window [mem 0xda000000-0xddffffff]
[ 0.517871] pci 0000:00:07.0: PCI bridge to [bus 04-04]
[ 0.518150] pci 0000:00:09.0: PCI bridge to [bus 05-05]
[ 0.518425] pci 0000:00:1c.0: PCI bridge to [bus 03-03]
[ 0.518695] pci 0000:00:1c.0: bridge window [io 0xf000-0xffff]
[ 0.518967] pci 0000:00:1c.0: bridge window [mem 0xdf100000-0xdf2fffff]
[ 0.519252] pci 0000:06:03.0: BAR 6: assigned [mem 0xde000000-0xde00ffff pref]
[ 0.519730] pci 0000:00:1e.0: PCI bridge to [bus 06-06]
[ 0.519997] pci 0000:00:1e.0: bridge window [mem 0xde000000-0xdeffffff]
[ 0.520270] pci 0000:00:1e.0: bridge window [mem 0xd5800000-0xd5ffffff 64bit pref]
[ 0.520770] pci 0000:00:01.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
[ 0.521047] pci 0000:00:01.0: setting latency timer to 64
[ 0.521053] pci 0000:00:03.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
[ 0.521326] pci 0000:00:03.0: setting latency timer to 64
[ 0.521332] pci 0000:00:07.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
[ 0.521604] pci 0000:00:07.0: setting latency timer to 64
[ 0.521610] pci 0000:00:09.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
[ 0.521882] pci 0000:00:09.0: setting latency timer to 64
[ 0.521895] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.522173] pci 0000:00:1c.0: setting latency timer to 64
[ 0.522180] pci 0000:00:1e.0: setting latency timer to 64
[ 0.522184] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.522187] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.522189] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.522192] pci_bus 0000:00: resource 7 [mem 0xd0000000-0xfdffffff]
[ 0.522195] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
[ 0.522197] pci_bus 0000:01: resource 1 [mem 0xd6000000-0xd9ffffff]
[ 0.522200] pci_bus 0000:02: resource 1 [mem 0xda000000-0xddffffff]
[ 0.522203] pci_bus 0000:03: resource 0 [io 0xf000-0xffff]
[ 0.522206] pci_bus 0000:03: resource 1 [mem 0xdf100000-0xdf2fffff]
[ 0.522208] pci_bus 0000:06: resource 1 [mem 0xde000000-0xdeffffff]
[ 0.522211] pci_bus 0000:06: resource 2 [mem 0xd5800000-0xd5ffffff 64bit pref]
[ 0.522214] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7]
[ 0.522216] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff]
[ 0.522219] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.522221] pci_bus 0000:06: resource 7 [mem 0xd0000000-0xfdffffff]
[ 0.522224] pci_bus 0000:06: resource 8 [mem 0xfed40000-0xfed44fff]
[ 0.522226] pci_bus 0000:fe: resource 0 [io 0x0000-0xffff]
[ 0.522229] pci_bus 0000:fe: resource 1 [mem 0x00000000-0xffffffffff]
[ 0.522271] NET: Registered protocol family 2
[ 0.522696] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.524184] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.527704] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.528370] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.528642] TCP reno registered
[ 0.528919] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.529225] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.529664] NET: Registered protocol family 1
[ 0.530052] RPC: Registered named UNIX socket transport module.
[ 0.530322] RPC: Registered udp transport module.
[ 0.530589] RPC: Registered tcp transport module.
[ 0.530851] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.531167] pci 0000:00:1a.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.531454] pci 0000:00:1a.0: PCI INT A disabled
[ 0.531730] pci 0000:00:1a.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[ 0.532015] pci 0000:00:1a.1: PCI INT B disabled
[ 0.532300] pci 0000:00:1a.7: PCI INT C -> GSI 19 (level, low) -> IRQ 19
[ 0.543056] pci 0000:00:1a.7: PCI INT C disabled
[ 0.543359] pci 0000:00:1d.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[ 0.543645] pci 0000:00:1d.0: PCI INT A disabled
[ 0.543924] pci 0000:00:1d.1: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[ 0.544220] pci 0000:00:1d.1: PCI INT B disabled
[ 0.544493] pci 0000:00:1d.7: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[ 0.544790] pci 0000:00:1d.7: PCI INT A disabled
[ 0.545087] pci 0000:06:03.0: Boot video device
[ 0.545125] PCI: CLS 64 bytes, default 64
[ 1.236420] Trying to unpack rootfs image as initramfs...
[ 2.670717] Freeing initrd memory: 11360k freed
[ 2.673643] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 2.673927] Placing 64MB software IO TLB between ffff8800cb693000 - ffff8800cf693000
[ 2.674411] software IO TLB at phys 0xcb693000 - 0xcf693000
[ 2.675722] Intel AES-NI instructions are not detected.
[ 2.676157] audit: initializing netlink socket (disabled)
[ 2.676444] type=2000 audit(1363851349.514:1): initialized
[ 2.713515] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 2.716400] VFS: Disk quotas dquot_6.5.2
[ 2.716725] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 2.717558] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 2.718138] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 2.718408] NTFS driver 2.1.30 [Flags: R/O].
[ 2.718784] fuse init (API version 7.17)
[ 2.719265] JFS: nTxBlock = 8192, nTxLock = 65536
[ 2.721896] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[ 2.722906] SGI XFS Quota Management subsystem
[ 2.723494] Btrfs loaded
[ 2.723892] aufs 3.2-20120730
[ 2.724158] msgmni has been set to 7865
[ 2.724761] alg: No test for stdrng (krng)
[ 2.725043] NET: Registered protocol family 38
[ 2.725363] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 2.725877] io scheduler noop registered
[ 2.726142] io scheduler deadline registered
[ 2.726449] io scheduler cfq registered (default)
[ 2.726932] pcieport 0000:00:01.0: setting latency timer to 64
[ 2.726976] pcieport 0000:00:01.0: irq 72 for MSI/MSI-X
[ 2.727042] pcieport 0000:00:03.0: setting latency timer to 64
[ 2.727078] pcieport 0000:00:03.0: irq 73 for MSI/MSI-X
[ 2.727144] pcieport 0000:00:07.0: setting latency timer to 64
[ 2.727180] pcieport 0000:00:07.0: irq 74 for MSI/MSI-X
[ 2.727246] pcieport 0000:00:09.0: setting latency timer to 64
[ 2.727282] pcieport 0000:00:09.0: irq 75 for MSI/MSI-X
[ 2.727344] pcieport 0000:00:1c.0: setting latency timer to 64
[ 2.727384] pcieport 0000:00:1c.0: irq 76 for MSI/MSI-X
[ 2.727491] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[ 2.727765] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 2.728044] pci 0000:01:00.1: Signaling PME through PCIe PME interrupt
[ 2.728316] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[ 2.728337] pcieport 0000:00:03.0: Signaling PME through PCIe PME interrupt
[ 2.728609] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[ 2.728884] pci 0000:02:00.1: Signaling PME through PCIe PME interrupt
[ 2.734414] pcie_pme 0000:00:03.0:pcie01: service driver pcie_pme loaded
[ 2.734432] pcieport 0000:00:07.0: Signaling PME through PCIe PME interrupt
[ 2.734705] pcie_pme 0000:00:07.0:pcie01: service driver pcie_pme loaded
[ 2.734722] pcieport 0000:00:09.0: Signaling PME through PCIe PME interrupt
[ 2.735001] pcie_pme 0000:00:09.0:pcie01: service driver pcie_pme loaded
[ 2.735019] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[ 2.735291] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[ 2.735563] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[ 2.735583] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 2.735890] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 2.736159] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 2.736657] intel_idle: MWAIT substates: 0x1120
[ 2.736667] intel_idle: v0.4 model 0x1A
[ 2.736668] intel_idle: lapic_timer_reliable_states 0x2
[ 2.736781] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 2.737276] ACPI: Power Button [PWRF]
[ 2.739406] ERST: Error Record Serialization Table (ERST) support is initialized.
[ 2.740052] GHES: APEI firmware first mode is enabled by WHEA _OSC.
[ 2.740392] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 2.761214] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 2.798325] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 2.827524] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 2.848449] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 2.849177] Non-volatile memory driver v1.3
[ 2.849445] Linux agpgart interface v0.103
[ 2.851605] brd: module loaded
[ 2.852731] loop: AES key scrubbing enabled
[ 2.853004] loop: loaded (max 8 devices)
[ 2.853365] ata_piix 0000:00:1f.2: version 2.13
[ 2.853387] ata_piix 0000:00:1f.2: PCI INT C -> GSI 23 (level, low) -> IRQ 23
[ 2.853662] ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ]
[ 3.004727] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 3.005006] scsi0 : ata_piix
[ 3.005344] scsi1 : ata_piix
[ 3.005653] ata1: SATA max UDMA/133 cmd 0xec10 ctl 0xec08 bmdma 0xec20 irq 23
[ 3.005936] ata2: SATA max UDMA/133 cmd 0xec18 ctl 0xec0c bmdma 0xec28 irq 23
[ 3.006272] Fixed MDIO Bus: probed
[ 3.006585] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.006877] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 19 (level, low) -> IRQ 19
[ 3.007172] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 3.007176] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 3.007509] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 3.008030] ehci_hcd 0000:00:1a.7: debug port 1
[ 3.012165] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[ 3.012181] ehci_hcd 0000:00:1a.7: irq 19, io mem 0xdf0ff800
[ 3.021669] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 3.021961] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.022235] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.022724] usb usb1: Product: EHCI Host Controller
[ 3.022989] usb usb1: Manufacturer: Linux 3.2.33-std311-amd64 ehci_hcd
[ 3.023257] usb usb1: SerialNumber: 0000:00:1a.7
[ 3.023635] hub 1-0:1.0: USB hub found
[ 3.023909] hub 1-0:1.0: 4 ports detected
[ 3.024262] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[ 3.024545] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 3.024549] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 3.024873] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 3.025379] ehci_hcd 0000:00:1d.7: debug port 1
[ 3.029518] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 3.029536] ehci_hcd 0000:00:1d.7: irq 21, io mem 0xdf0ffc00
[ 3.039659] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 3.039946] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.040214] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.040701] usb usb2: Product: EHCI Host Controller
[ 3.040968] usb usb2: Manufacturer: Linux 3.2.33-std311-amd64 ehci_hcd
[ 3.041238] usb usb2: SerialNumber: 0000:00:1d.7
[ 3.041610] hub 2-0:1.0: USB hub found
[ 3.041885] hub 2-0:1.0: 4 ports detected
[ 3.042235] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.042516] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.042806] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 3.043083] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 3.043086] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 3.043405] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 3.043926] uhci_hcd 0000:00:1a.0: irq 17, io base 0x0000ec40
[ 3.044227] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.044501] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.044982] usb usb3: Product: UHCI Host Controller
[ 3.045247] usb usb3: Manufacturer: Linux 3.2.33-std311-amd64 uhci_hcd
[ 3.045515] usb usb3: SerialNumber: 0000:00:1a.0
[ 3.045889] hub 3-0:1.0: USB hub found
[ 3.046156] hub 3-0:1.0: 2 ports detected
[ 3.046494] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[ 3.046777] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 3.046780] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 3.047092] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 3.047599] uhci_hcd 0000:00:1a.1: irq 18, io base 0x0000ec60
[ 3.047899] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.048167] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.048655] usb usb4: Product: UHCI Host Controller
[ 3.048921] usb usb4: Manufacturer: Linux 3.2.33-std311-amd64 uhci_hcd
[ 3.049191] usb usb4: SerialNumber: 0000:00:1a.1
[ 3.049571] hub 4-0:1.0: USB hub found
[ 3.049842] hub 4-0:1.0: 2 ports detected
[ 3.050180] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[ 3.050457] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 3.050460] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 3.050783] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 3.051289] uhci_hcd 0000:00:1d.0: irq 21, io base 0x0000ec80
[ 3.051588] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.051868] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.052353] usb usb5: Product: UHCI Host Controller
[ 3.052621] usb usb5: Manufacturer: Linux 3.2.33-std311-amd64 uhci_hcd
[ 3.052896] usb usb5: SerialNumber: 0000:00:1d.0
[ 3.053263] hub 5-0:1.0: USB hub found
[ 3.053528] hub 5-0:1.0: 2 ports detected
[ 3.053877] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[ 3.054156] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 3.054159] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 3.054474] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 3.054993] uhci_hcd 0000:00:1d.1: irq 20, io base 0x0000eca0
[ 3.055287] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.055559] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.056048] usb usb6: Product: UHCI Host Controller
[ 3.056316] usb usb6: Manufacturer: Linux 3.2.33-std311-amd64 uhci_hcd
[ 3.056586] usb usb6: SerialNumber: 0000:00:1d.1
[ 3.056957] hub 6-0:1.0: USB hub found
[ 3.057223] hub 6-0:1.0: 2 ports detected
[ 3.057608] usbcore: registered new interface driver usbserial
[ 3.057892] USB Serial support registered for generic
[ 3.058170] usbcore: registered new interface driver usbserial_generic
[ 3.058440] usbserial: USB Serial Driver core
[ 3.058760] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 3.061655] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.061925] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 3.062290] mousedev: PS/2 mouse device common for all mice
[ 3.062699] rtc_cmos 00:04: RTC can wake from S4
[ 3.063075] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 3.063369] rtc0: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
[ 3.063746] device-mapper: uevent: version 1.0.3
[ 3.064091] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[ 3.064791] cpuidle: using governor ladder
[ 3.065242] cpuidle: using governor menu
[ 3.066156] EFI Variables Facility v0.08 2004-May-17
[ 3.066566] usbcore: registered new interface driver usbhid
[ 3.066908] usbhid: USB HID core driver
[ 3.067231] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 3.067528] TCP cubic registered
[ 3.067850] Initializing XFRM netlink socket
[ 3.068253] NET: Registered protocol family 10
[ 3.068795] Mobile IPv6
[ 3.069058] NET: Registered protocol family 17
[ 3.069344] Registering the dns_resolver key type
[ 3.069923] PM: Hibernation image not present or could not be loaded.
[ 3.069935] registered taskstats version 1
[ 3.070987] Magic number: 5:329:572
[ 3.071425] rtc_cmos 00:04: setting system clock to 2013-03-21 07:35:50 UTC (1363851350)
[ 3.071954] Initializing network drop monitor service
[ 3.376628] usb 1-3: new high-speed USB device number 3 using ehci_hcd
[ 3.461625] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 3.464806] ata1.00: ATAPI: TEAC DVD-ROM DV28SV, D.0J, max UDMA/100
[ 3.470792] ata1.00: configured for UDMA/100
[ 3.480808] scsi 0:0:0:0: CD-ROM TEAC DVD-ROM DV28SV D.0J PQ: 0 ANSI: 5
[ 3.486049] sr0: scsi3-mmc drive: 62x/62x cd/rw xa/form2 cdda tray
[ 3.486325] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 3.486885] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 3.487059] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 3.490815] usb 1-3: New USB device found, idVendor=0424, idProduct=2514
[ 3.491091] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.491853] hub 1-3:1.0: USB hub found
[ 3.492300] hub 1-3:1.0: 3 ports detected
[ 3.676463] Refined TSC clocksource calibration: 1994.998 MHz.
[ 3.676737] Switching to clocksource tsc
[ 3.852277] usb 3-1: new low-speed USB device number 2 using uhci_hcd
[ 4.012156] ata2: failed to resume link (SControl 0)
[ 4.023231] ata2: SATA link down (SStatus 4 SControl 0)
[ 4.024770] usb 3-1: New USB device found, idVendor=046d, idProduct=c016
[ 4.025042] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.025383] usb 3-1: Product: Optical USB Mouse
[ 4.025645] usb 3-1: Manufacturer: Logitech
[ 4.028794] Freeing unused kernel memory: 7580k freed
[ 4.030792] Write protecting the kernel read-only data: 12288k
[ 4.038512] Freeing unused kernel memory: 1444k freed
[ 4.040938] input: Logitech Optical USB Mouse as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/input/input1
[ 4.041883] generic-usb 0003:046D:C016.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:1a.0-1/input0
[ 4.044286] Freeing unused kernel memory: 1048k freed
[ 4.249092] usb 5-1: new low-speed USB device number 2 using uhci_hcd
[ 4.383066] bnx2: Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 v2.1.11 (July 20, 2011)
[ 4.383104] bnx2 0000:01:00.0: PCI INT A -> GSI 36 (level, low) -> IRQ 36
[ 4.383112] bnx2 0000:01:00.0: setting latency timer to 64
[ 4.383672] bnx2 0000:01:00.0: eth0: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem d6000000, IRQ 36, node addr 00:21:9b:8c:bc:02
[ 4.383702] bnx2 0000:01:00.1: PCI INT B -> GSI 48 (level, low) -> IRQ 48
[ 4.383708] bnx2 0000:01:00.1: setting latency timer to 64
[ 4.384241] bnx2 0000:01:00.1: eth1: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem d8000000, IRQ 48, node addr 00:21:9b:8c:bc:04
[ 4.384270] bnx2 0000:02:00.0: PCI INT A -> GSI 32 (level, low) -> IRQ 32
[ 4.384276] bnx2 0000:02:00.0: setting latency timer to 64
[ 4.384802] bnx2 0000:02:00.0: eth2: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem da000000, IRQ 32, node addr 00:21:9b:8c:bc:06
[ 4.384832] bnx2 0000:02:00.1: PCI INT B -> GSI 42 (level, low) -> IRQ 42
[ 4.384838] bnx2 0000:02:00.1: setting latency timer to 64
[ 4.387436] bnx2 0000:02:00.1: eth3: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem dc000000, IRQ 42, node addr 00:21:9b:8c:bc:08
[ 4.394429] Fusion MPT base driver 3.04.20
[ 4.394432] Copyright (c) 1999-2008 LSI Corporation
[ 4.396403] Fusion MPT SAS Host driver 3.04.20
[ 4.396442] mptsas 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 4.400666] mptbase: ioc0: Initiating bringup
[ 4.414851] usb 5-1: New USB device found, idVendor=413c, idProduct=2005
[ 4.414855] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.414858] usb 5-1: Product: DELL USB Keyboard
[ 4.414861] usb 5-1: Manufacturer: DELL
[ 4.433327] input: DELL DELL USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.0/input/input2
[ 4.433582] generic-usb 0003:413C:2005.0002: input,hidraw1: USB HID v1.10 Keyboard [DELL DELL USB Keyboard] on usb-0000:00:1d.0-1/input0
[ 4.639881] usb 5-2: new full-speed USB device number 3 using uhci_hcd
[ 4.677885] ioc0: LSISAS1068E B3: Capabilities={Initiator}
[ 4.677918] mptsas 0000:03:00.0: setting latency timer to 64
[ 4.787667] usb 5-2: New USB device found, idVendor=0624, idProduct=0248
[ 4.787671] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.787753] usb 5-2: Product: USB Composite Device-0
[ 4.787756] usb 5-2: Manufacturer: Avocent
[ 4.787758] usb 5-2: SerialNumber: 20080519
[ 4.796828] input: Avocent USB Composite Device-0 as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/input/input3
[ 4.797203] generic-usb 0003:0624:0248.0003: input,hidraw2: USB HID v1.00 Keyboard [Avocent USB Composite Device-0] on usb-0000:00:1d.0-2/input0
[ 4.802812] input: Avocent USB Composite Device-0 as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.1/input/input4
[ 4.803460] generic-usb 0003:0624:0248.0004: input,hidraw3: USB HID v1.00 Mouse [Avocent USB Composite Device-0] on usb-0000:00:1d.0-2/input1
[ 22.336759] scsi2 : ioc0: LSISAS1068E B3, FwRev=00192f00h, Ports=1, MaxQ=266, IRQ=16
[ 22.372423] mptsas: ioc0: attaching sata device: fw_channel 0, fw_id 0, phy 0, sas_addr 0x1221000000000000
[ 22.374158] scsi 2:0:0:0: Direct-Access ATA FUJITSU MHZ2080B 8A22 PQ: 0 ANSI: 5
[ 22.375887] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 22.376711] sd 2:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[ 22.779338] sd 2:0:0:0: [sda] Write Protect is off
[ 22.779343] sd 2:0:0:0: [sda] Mode Sense: 73 00 00 08
[ 22.781640] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 22.921379] sda: sda1 sda2 sda3
[ 23.047904] sd 2:0:0:0: [sda] Attached SCSI disk
[ 47.693090] md: linear personality registered for level -1
[ 47.694945] md: multipath personality registered for level -4
[ 47.696888] md: raid0 personality registered for level 0
[ 47.699030] md: raid1 personality registered for level 1
[ 47.700704] async_tx: api initialized (async)
[ 47.701698] xor: automatically using best checksumming function: generic_sse
[ 47.705994] generic_sse: 7784.000 MB/sec
[ 47.705997] xor: using function: generic_sse (7784.000 MB/sec)
[ 47.724951] raid6: int64x1 2015 MB/s
[ 47.741949] raid6: int64x2 2054 MB/s
[ 47.758937] raid6: int64x4 1699 MB/s
[ 47.775913] raid6: int64x8 1285 MB/s
[ 47.792907] raid6: sse2x1 4914 MB/s
[ 47.809890] raid6: sse2x2 5796 MB/s
[ 47.826884] raid6: sse2x4 6496 MB/s
[ 47.826886] raid6: using algorithm sse2x4 (6496 MB/s)
[ 47.829051] md: raid6 personality registered for level 6
[ 47.829053] md: raid5 personality registered for level 5
[ 47.829056] md: raid4 personality registered for level 4
[ 47.833992] md: raid10 personality registered for level 10
[ 50.727462] ISO 9660 Extensions: Microsoft Joliet Level 3
[ 50.728438] ISO 9660 Extensions: RRIP_1991A
[ 51.112795] aufs test_add:261:mount[391]: uid/gid/perm /squashfs 0/0/0755, 0/0/01777
[ 51.115776] aufs test_add:261:mount[396]: uid/gid/perm /boot 0/0/0755, 0/0/01777
[ 60.608574] udev[773]: starting version 164
[ 60.894645] ACPI Error: SMBus or IPMI write requires Buffer of length 66, found length 32 (20110623/exfield-285)
[ 60.894662] ACPI Error: Method parse/execution failed [\_SB_.PMI0._GHL] (Node ffff880128647c08), AE_AML_BUFFER_LIMIT (20110623/psparse-536)
[ 60.894674] ACPI Error: Method parse/execution failed [\_SB_.PMI0._PMC] (Node ffff880128647b68), AE_AML_BUFFER_LIMIT (20110623/psparse-536)
[ 60.894688] ACPI Exception: AE_AML_BUFFER_LIMIT, Evaluating _PMC (20110623/power_meter-773)
[ 61.177032] iTCO_vendor_support: vendor-support=0
[ 61.483287] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[ 61.493384] EDAC MC: Ver: 2.1.0
[ 62.170332] EDAC MC0: Giving out device to 'i7core_edac.c' 'i7 core #0': DEV 0000:fe:03.0
[ 62.170352] EDAC PCI0: Giving out device to module 'i7core_edac' controller 'EDAC PCI controller': DEV '0000:fe:03.0' (POLLED)
[ 62.170589] EDAC i7core: Driver loaded, 1 memory controller(s) found.
[ 62.584240] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[ 62.584330] iTCO_wdt: Found a ICH9 TCO device (Version=2, TCOBASE=0x0860)
[ 62.584403] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 72.604190] bnx2 0000:01:00.0: irq 77 for MSI/MSI-X
[ 72.604200] bnx2 0000:01:00.0: irq 78 for MSI/MSI-X
[ 72.604207] bnx2 0000:01:00.0: irq 79 for MSI/MSI-X
[ 72.604214] bnx2 0000:01:00.0: irq 80 for MSI/MSI-X
[ 72.604221] bnx2 0000:01:00.0: irq 81 for MSI/MSI-X
[ 72.604228] bnx2 0000:01:00.0: irq 82 for MSI/MSI-X
[ 72.652440] bnx2 0000:01:00.0: eth0: using MSIX
[ 72.652853] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 72.660928] bnx2 0000:01:00.1: irq 83 for MSI/MSI-X
[ 72.660937] bnx2 0000:01:00.1: irq 84 for MSI/MSI-X
[ 72.660944] bnx2 0000:01:00.1: irq 85 for MSI/MSI-X
[ 72.660951] bnx2 0000:01:00.1: irq 86 for MSI/MSI-X
[ 72.660958] bnx2 0000:01:00.1: irq 87 for MSI/MSI-X
[ 72.660965] bnx2 0000:01:00.1: irq 88 for MSI/MSI-X
[ 72.707469] bnx2 0000:01:00.1: eth1: using MSIX
[ 72.707870] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 72.714812] bnx2 0000:02:00.0: irq 89 for MSI/MSI-X
[ 72.714821] bnx2 0000:02:00.0: irq 90 for MSI/MSI-X
[ 72.714828] bnx2 0000:02:00.0: irq 91 for MSI/MSI-X
[ 72.714835] bnx2 0000:02:00.0: irq 92 for MSI/MSI-X
[ 72.714842] bnx2 0000:02:00.0: irq 93 for MSI/MSI-X
[ 72.714849] bnx2 0000:02:00.0: irq 94 for MSI/MSI-X
[ 72.759440] bnx2 0000:02:00.0: eth2: using MSIX
[ 72.759839] ADDRCONF(NETDEV_UP): eth2: link is not ready
[ 72.766635] bnx2 0000:02:00.1: irq 95 for MSI/MSI-X
[ 72.766644] bnx2 0000:02:00.1: irq 96 for MSI/MSI-X
[ 72.766651] bnx2 0000:02:00.1: irq 97 for MSI/MSI-X
[ 72.766658] bnx2 0000:02:00.1: irq 98 for MSI/MSI-X
[ 72.766665] bnx2 0000:02:00.1: irq 99 for MSI/MSI-X
[ 72.766672] bnx2 0000:02:00.1: irq 100 for MSI/MSI-X
[ 72.812422] bnx2 0000:02:00.1: eth3: using MSIX
[ 72.812818] ADDRCONF(NETDEV_UP): eth3: link is not ready
[ 76.469267] md: Autodetecting RAID arrays.
[ 76.469270] md: Scanned 0 and added 0 devices.
[ 76.469272] md: autorun ...
[ 76.469273] md: ... autorun DONE.
[ 430.645491] bnx2 0000:01:00.0: eth0: NIC Copper Link is Up, 1000 Mbps full duplex, receive & transmit flow control ON
[ 430.646016] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 443.327304] eth0: no IPv6 routers present
[ 571.712308] eth0: no IPv6 routers present
[ 665.973124] midori[2203]: segfault at 0 ip 00000000f760dd34 sp 00000000ffd7f6d4 error 4 in libglib-2.0.so.0.3200.4[f75de000+e2000]
[ 1117.868136] Adding 4194300k swap on /dev/sda2. Priority:-1 extents:1 across:4194300k
[ 1546.680473] kjournald starting. Commit interval 5 seconds
[ 1546.680762] EXT3-fs (sda3): using internal journal
[ 1546.680768] EXT3-fs (sda3): mounted filesystem with ordered data mode
[ 1603.120703] EXT2-fs (sda1): warning: mounting unchecked fs, running e2fsck is recommended
[ 9700.076024] NET: Registered protocol family 3
[ 9700.340742] NET: Registered protocol family 6
[ 9700.359878] NET: Registered protocol family 11
[ 9701.131089] NET: Registered protocol family 4
[ 9701.142577] NET: Registered protocol family 5
___________
/ # lsmod
libkmod: kmod_module_new_from_loaded: could not open /proc/modules: No such file or directory
Error: could not get list of modules: No such file or directory
__________
How about used kernel config?emerged genkernel created kernel-genkernei-x86_64-3.7.10-gentoo


I hope this is all you were asking for...
_________________
Newbee 12
Back to top
View user's profile Send private message
SamuliSuominen
Retired Dev
Retired Dev


Joined: 30 Sep 2005
Posts: 2133
Location: Finland

PostPosted: Thu Mar 21, 2013 10:20 pm    Post subject: Reply with quote

Quote:

# lsmod
libkmod: kmod_module_new_from_loaded: could not open /proc/modules: No such file or directory

# ls -l /sys/class/net*
ls: cannot access /sys/class/net*: No such file or directory

# ifconfig
Warning: cannot open /proc/net/dev (No such file or directory). Limited output.


That looks like as if /proc wasn't mounted at all. What about outputs of `cat /proc/mounts`, `mount |grep proc` and `mount |grep sysfs`? Are you working inside from a chroot? The Gentoo handbook has instructions on mounting /proc:

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=6

Quote:

Code Listing 1.4: Mounting /proc and /dev

# mount -t proc none /mnt/gentoo/proc
# mount --rbind /sys /mnt/gentoo/sys
# mount --rbind /dev /mnt/gentoo/dev


Obviously remove the /mnt/gentoo part from those if required. Don't just copy and paste.
Back to top
View user's profile Send private message
Newbee 12
n00b
n00b


Joined: 31 Oct 2012
Posts: 38
Location: Northwest, USA

PostPosted: Thu Mar 21, 2013 11:24 pm    Post subject: Reply with quote

Forgive my ignorance but after i finished the original installation I had and issue with Error 15 after the reboot and i finally solved that, then i rebooted again and had and issue with all files in my install being Read-only logged in as root. That seems to be solved. I now just have this network issue:
per your questions posted when i rebooted into my system i checked nano -w /proc/mounts
this is /proc/mounts output

rootfs /rootfs rw 00
proc /proc proc rw,nosuid,,nodev,noexec,relatime 0 0
udev /dev devtmps rw,nosuid,relatime,size=10240k,nr_inodes=504821,mode=755 0 0
devpts /dev/pts devpts rw,relatime,grid=5,mode=620 0 0
sysfs /sys sysfs,rw,nosuid,nodev,noexec,relatime 0 0
/dev/sda3 /ext3 ro,relatime,errors=continue,iser_xattr,acl,barrier=1,data=orde$
tmpfs /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0
shm /dev/shm tmpfs rw,nosuid,nodev,noexec,relatime 0 0
configfs /sys/kernel/config configs rw,nosuid,nodev,noexec,relatime 0 0
cgrop_root /sys/fs/cgroup tmpfs rw,nosuid,nodev,noexec,relatime,size=1024k,mo$
openrc /sys/fs/cgroup/openrc cgroup r,nosuid,nodev,noexec,relatime,release_age$
cpuset /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cpuacct /sys/fs/cgroup/cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpuacct 0$
/dev/sda1 /boot ext2 rw,relatime,errors=continue,user_xattr,acl 0 0

_____
mount |grep proc & mount |grep sysfs outputs no such file or directory
I was booted in Live CD and followed the handbook insructions for:
Mounting Necessary Filesystems &
Entering the new Enviroment

When Booted on live cd it would not:
#mount -t proc none /mnt/gentoo/proc ---gave me this error: mount point /mnt/gentoo/proc does not exist

Should i just start over? clean install
i did find my network driver bnx2.ko listed under /lib/modules/3.7.10-gentoo/kernel/drivers/net/ethernet/broadcom/bnx2.ko
_________________
Newbee 12
Back to top
View user's profile Send private message
SamuliSuominen
Retired Dev
Retired Dev


Joined: 30 Sep 2005
Posts: 2133
Location: Finland

PostPosted: Thu Mar 21, 2013 11:32 pm    Post subject: Reply with quote

Newbee 12 wrote:
Forgive my ignorance but after i finished the original installation I had and issue with Error 15 after the reboot and i finally solved that, then i rebooted again and had and issue with all files in my install being Read-only logged in as root. That seems to be solved. I now just have this network issue:
per your questions posted when i rebooted into my system i checked nano -w /proc/mounts
this is /proc/mounts output

rootfs /rootfs rw 00
proc /proc proc rw,nosuid,,nodev,noexec,relatime 0 0
udev /dev devtmps rw,nosuid,relatime,size=10240k,nr_inodes=504821,mode=755 0 0
devpts /dev/pts devpts rw,relatime,grid=5,mode=620 0 0
sysfs /sys sysfs,rw,nosuid,nodev,noexec,relatime 0 0
/dev/sda3 /ext3 ro,relatime,errors=continue,iser_xattr,acl,barrier=1,data=orde$
tmpfs /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0
shm /dev/shm tmpfs rw,nosuid,nodev,noexec,relatime 0 0
configfs /sys/kernel/config configs rw,nosuid,nodev,noexec,relatime 0 0
cgrop_root /sys/fs/cgroup tmpfs rw,nosuid,nodev,noexec,relatime,size=1024k,mo$
openrc /sys/fs/cgroup/openrc cgroup r,nosuid,nodev,noexec,relatime,release_age$
cpuset /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cpuacct /sys/fs/cgroup/cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpuacct 0$
/dev/sda1 /boot ext2 rw,relatime,errors=continue,user_xattr,acl 0 0

_____
mount |grep proc & mount |grep sysfs outputs no such file or directory
I was booted in Live CD and followed the handbook insructions for:
Mounting Necessary Filesystems &
Entering the new Enviroment

When Booted on live cd it would not:
#mount -t proc none /mnt/gentoo/proc ---gave me this error: mount point /mnt/gentoo/proc does not exist

Should i just start over? clean install
i did find my network driver bnx2.ko listed under /lib/modules/3.7.10-gentoo/kernel/drivers/net/ethernet/broadcom/bnx2.ko


I said don't copy and paste my example commands ;-)

Obviously "mount -t proc none /mnt/gentoo/proc" could be like "mount -t proc none /proc" depends on where you are, LiveCD or not, chroot or not, ...

Is modules support enabled in kernel since you don't have /proc/modules?

Code:

# mount -t proc none /proc
# depmod -a
# modprobe bnx2
# lsmod
$ zgrep MODULES= /proc/config.gz
CONFIG_MODULES=y
$ grep MODULES= /usr/src/linux/.config
CONFIG_MODULES=y
$ zgrep PROC_FS= /proc/config.gz
CONFIG_PROC_FS=y
$ grep PROC_FS= /usr/src/linux/.config


Good luck. I don't really have more to add at this time. Let's see what others have to say...
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Mar 22, 2013 1:21 am    Post subject: Reply with quote

Don't start over. Won't help.

boot sysresccd or gentoo minimal install cd, mount the gentoo partitions, run (copy and paste ok)
Code:
wgetpaste /mnt/gentoo/etc/conf.d/net
wgetpaste /mnt/gentoo/etc/init.d/net*
wgetpaste /mnt/gentoo/usr/src/linux/.config
post the url's returned
_________________
Defund the FCC.
Back to top
View user's profile Send private message
Newbee 12
n00b
n00b


Joined: 31 Oct 2012
Posts: 38
Location: Northwest, USA

PostPosted: Fri Mar 22, 2013 3:14 pm    Post subject: Reply with quote

DONAHUE wrote:
Don't start over. Won't help.

boot sysresccd or gentoo minimal install cd, mount the gentoo partitions, run (copy and paste ok)
Code:
wgetpaste /mnt/gentoo/etc/conf.d/net
wgetpaste /mnt/gentoo/etc/init.d/net*
wgetpaste /mnt/gentoo/usr/src/linux/.config
post the url's returned


NewBee 12 wrote:
here are the results

http://bpaste.net/show/85615/ (Fixed my extra symbol on the DNS servers eth0)

http://bpaste.net/show/85616/

http://bpaste.net/show/85617/

_________________
Newbee 12


Last edited by Newbee 12 on Fri Mar 22, 2013 3:30 pm; edited 1 time in total
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Mar 22, 2013 3:26 pm    Post subject: Reply with quote

my brain dumped, please retry
Code:
ls /mnt/gentoo/etc/init.d/net* | wgetpaste
`

Quote:
dns_servers_eth0="192.168.1.53 192.168.1.54""
has extra " not significant to your problem.
_________________
Defund the FCC.


Last edited by DONAHUE on Fri Mar 22, 2013 3:35 pm; edited 1 time in total
Back to top
View user's profile Send private message
Newbee 12
n00b
n00b


Joined: 31 Oct 2012
Posts: 38
Location: Northwest, USA

PostPosted: Fri Mar 22, 2013 3:33 pm    Post subject: Reply with quote

DONAHUE wrote:
my brain dumped, please retry
Code:
ls /mnt/gentoo/etc/init.d/net* | wgetpaste



NewBee 12 wrote:

http://bpaste.net/show/85621

_________________
Newbee 12
Back to top
View user's profile Send private message
Newbee 12
n00b
n00b


Joined: 31 Oct 2012
Posts: 38
Location: Northwest, USA

PostPosted: Fri Mar 22, 2013 4:05 pm    Post subject: Reply with quote

ssuominen wrote:
Newbee 12 wrote:
Forgive my ignorance but after i finished the original installation I had and issue with Error 15 after the reboot and i finally solved that, then i rebooted again and had and issue with all files in my install being Read-only logged in as root. That seems to be solved. I now just have this network issue:
per your questions posted when i rebooted into my system i checked nano -w /proc/mounts
this is /proc/mounts output

rootfs /rootfs rw 00
proc /proc proc rw,nosuid,,nodev,noexec,relatime 0 0
udev /dev devtmps rw,nosuid,relatime,size=10240k,nr_inodes=504821,mode=755 0 0
devpts /dev/pts devpts rw,relatime,grid=5,mode=620 0 0
sysfs /sys sysfs,rw,nosuid,nodev,noexec,relatime 0 0
/dev/sda3 /ext3 ro,relatime,errors=continue,iser_xattr,acl,barrier=1,data=orde$
tmpfs /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0
shm /dev/shm tmpfs rw,nosuid,nodev,noexec,relatime 0 0
configfs /sys/kernel/config configs rw,nosuid,nodev,noexec,relatime 0 0
cgrop_root /sys/fs/cgroup tmpfs rw,nosuid,nodev,noexec,relatime,size=1024k,mo$
openrc /sys/fs/cgroup/openrc cgroup r,nosuid,nodev,noexec,relatime,release_age$
cpuset /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cpuacct /sys/fs/cgroup/cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpuacct 0$
/dev/sda1 /boot ext2 rw,relatime,errors=continue,user_xattr,acl 0 0

_____
mount |grep proc & mount |grep sysfs outputs no such file or directory
I was booted in Live CD and followed the handbook insructions for:
Mounting Necessary Filesystems &
Entering the new Enviroment

When Booted on live cd it would not:
#mount -t proc none /mnt/gentoo/proc ---gave me this error: mount point /mnt/gentoo/proc does not exist

Should i just start over? clean install
i did find my network driver bnx2.ko listed under /lib/modules/3.7.10-gentoo/kernel/drivers/net/ethernet/broadcom/bnx2.ko


I said don't copy and paste my example commands ;-)

Obviously "mount -t proc none /mnt/gentoo/proc" could be like "mount -t proc none /proc" depends on where you are, LiveCD or not, chroot or not, ...

Is modules support enabled in kernel since you don't have /proc/modules?

Code:

# mount -t proc none /proc
# depmod -a
# modprobe bnx2
# lsmod
$ zgrep MODULES= /proc/config.gz
CONFIG_MODULES=y
$ grep MODULES= /usr/src/linux/.config
CONFIG_MODULES=y
$ zgrep PROC_FS= /proc/config.gz
CONFIG_PROC_FS=y
$ grep PROC_FS= /usr/src/linux/.config


Good luck. I don't really have more to add at this time. Let's see what others have to say...



NewBee 12 wrote:
I did not copy and paste I was following the instructions in the Gentoo install manual. For a new person the documention is very confusing & yes i would use something else but my boss wants a Gentoo server....
[/quote]
_________________
Newbee 12
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Mar 22, 2013 4:28 pm    Post subject: Reply with quote

boot gentoo, try
Code:
ping -c2 192.168.1.52
did ping work? whether yes or no, run
Code:
ifconfig > /ifc
emerge --info > /emi
ls -l /sys/class/net* > /lsl
udevadm test-builtin net_id /sys/class/net/eth0 > /uda
lsmod > /lsm
rc-update -v show > /rcu
reboot to minimal install cd or sysresccd and run
Code:
wgetpaste /mnt/gentoo/ifc
wgetpaste /mnt/gentoo/emi
wgetpaste /mnt/gentoo/lsl
wgetpaste /mnt/gentoo/uda
wgetpaste /mnt/gentoo/lsm
wgetpaste /mnt/gentoo/rcu
wgetpaste /mnt/gentoo/var/log/dmesg
wgetpaste /mnt/gentoo/etc/rc.conf
post url's

edited to remove additional brain dumps
_________________
Defund the FCC.
Back to top
View user's profile Send private message
Newbee 12
n00b
n00b


Joined: 31 Oct 2012
Posts: 38
Location: Northwest, USA

PostPosted: Fri Mar 22, 2013 6:51 pm    Post subject: Reply with quote

[Quote="NewBee 12"
Ping gave me message:
connect: Network is unreachable

For the next part i am sorry to say but it is booting up again with Read Only File System
Cant do the rest
_________________
Newbee 12
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Mar 22, 2013 7:04 pm    Post subject: Reply with quote

boot gentoo, if not read/write, run
Code:
mount -o remount,rw /
rc
and proceed as above
_________________
Defund the FCC.
Back to top
View user's profile Send private message
Newbee 12
n00b
n00b


Joined: 31 Oct 2012
Posts: 38
Location: Northwest, USA

PostPosted: Mon Mar 25, 2013 8:44 pm    Post subject: Reply with quote

Finally after several tries i was able to get the mount -o remount,rw / to work
Netowrk unreachable on the ping -c2 to the 192.168.1.52 Address
_________

ifconfig > /ifc
emerge --info > /emi
ls -l /sys/class/net* > /lsl
udevadm test-builtin net_id /sys/class/net/eth0 > /uda
error reading /etc/udev/hwdb.bin: No such file or directory
load module index
unload module index


During the boot process i am getting several Error that i know are related to this issue.
Failed to set system clock (not a big deal)
/et/init.d/../config.d/modules: line24:modules_3_7_10-gentoo=bnx2 command not found
MODULES: Error loading /etc/ini.d/../conf.d/modules
ERROR: modules failed to start
Root filesystem could not be mounted read/write
/etc/mtab is not updateable.
_________________
Newbee 12
Back to top
View user's profile Send private message
Newbee 12
n00b
n00b


Joined: 31 Oct 2012
Posts: 38
Location: Northwest, USA

PostPosted: Mon Mar 25, 2013 8:58 pm    Post subject: Reply with quote

root@sysresccd /root % wgetpaste /mnt/gentoo/ifc
Your paste can be seen here: http://bpaste.net/show/86519/
root@sysresccd /root % wgetpaste /mnt/gentoo/emi
Your paste can be seen here: http://bpaste.net/show/86520/
root@sysresccd /root % wgetpaste /mnt/gentoo/lsl
/usr/bin/wgetpaste: /mnt/gentoo/lsl No such file found.
root@sysresccd /root % wgetpaste /mnt/gentoo/uda
Your paste can be seen here: http://bpaste.net/show/86521/
root@sysresccd /root % wgetpaste /mnt/gentoo/lsm
Your paste can be seen here: http://bpaste.net/show/86522/
root@sysresccd /root % wgetpaste /mnt/gentoo/rcu
Your paste can be seen here: http://bpaste.net/show/86523/
root@sysresccd /root % wgetpaste /mnt/gentoo/var/log/dmesg
Your paste can be seen here: http://bpaste.net/show/86524/
root@sysresccd /root % wgetpaste /mnt/gentoo/etc/rc.conf
Your paste can be seen here: http://bpaste.net/show/86526/
_________________
Newbee 12
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Mon Mar 25, 2013 9:47 pm    Post subject: Reply with quote

dmesg suggests proceeding as follows:
boot cd, correct
Quote:
warning: mounting unchecked fs, running e2fsck is recommended

by running
Code:
e2fsck /dev/sda1
e2fsck /dev/sda3

post any errors that are reported here. if errors occur, repeat the checks.

mount the gentoo partitions, correct
Quote:
error: unrecognized mount option "noatime0" or missing value

by running
Code:
nano /mnt/gentoo/etc/fstab

and editing each occurrence of "noatime0" to "noatime"

enter the chroot, correct
Code:
bnx2: Can't load firmware file "bnx2/bnx2-mips-09-6.2.1b.fw"

by running
Code:
emerge linux-firmware


exit the chroot, rebooting gentoo, report errors in sequence
_________________
Defund the FCC.
Back to top
View user's profile Send private message
Newbee 12
n00b
n00b


Joined: 31 Oct 2012
Posts: 38
Location: Northwest, USA

PostPosted: Mon Mar 25, 2013 10:35 pm    Post subject: Reply with quote

DONAHUE wrote:
dmesg suggests proceeding as follows:
boot cd, correct
Quote:
warning: mounting unchecked fs, running e2fsck is recommended

by running
Code:
e2fsck /dev/sda1
e2fsck /dev/sda3

post any errors that are reported here. if errors occur, repeat the checks.
NewBee 12 wrote:

no errors

mount the gentoo partitions, correct
Quote:
error: unrecognized mount option "noatime0" or missing value

by running
Code:
nano /mnt/gentoo/etc/fstab

and editing each occurrence of "noatime0" to "noatime"
NewBee 12 wrote:

This is my fstab: no noatime0 in fstab
# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed); notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#

# <fs> <mountpoint> <type> <opts> <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda1 /boot ext2 defaults 0 0
/dev/sda2 none swap sw 0 0
/dev/sda3 / ext3 defaults,noatime 0 1
/dev/cdrom /mnt/cdrom auto noauto,user 0 0


enter the chroot, correct

NewBee12 wrote:

root@sysresccd /root % chroot /mnt/gentoo /bin/bash
sysresccd / # env-update
>>> Regenerating /etc/ld.so.cache...
sysresccd / # source /etc/profile
sysresccd / # export PS1="(chroot) $PS1"
(chroot) sysresccd / #


Code:
bnx2: Can't load firmware file "bnx2/bnx2-mips-09-6.2.1b.fw"

by running
Code:
emerge linux-firmware

Quote:
results are at http://bpaste.net/show/k3x6f5pT3nQpoPkY9EnM/[/


exit the chroot, rebooting gentoo, report errors in sequence


will exit and post any errors.

Quote:
Only error i could catch now is the hwclock. That is set so not sure what is up will look into it further
Thank you so much for the assistance.

_________________
Newbee 12
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum