Watchguard Firebox XTM 8 Series
-
Managed to write the original 2meg rom file, no writing errors - didn't verify.
Added a 1000uf capacitor between GND and VCC/HLD/WH# - wrote ok, verified ok!!
Cleared bios via jumper, booted up - XTM8 does a boot cycle, reboots then sits there and the fans go into a low power mode - thats it, nothing on screen at all :(
Added the battery to between GND and VCC etc - result same as above >:(
Not sure what else to do apart from unsolder the chip and program it off the motherboard or replace it.
Eamon
-
Hmm, interesting about the capacitor.
If the fans are changing speed then that implies at least some bios code is running to reprogram the superio chip.
Where did the 2Mb file come from? Perhaps you're not seeing any output for some reason other than it didn't write to the flash?
What program are you using to write the chip?Steve
-
The 2meg rom file came form Lanner direct, they sent me two, one that was 1meg and one that was 2meg.
Currently using SPIPGM.
You're gonna suggest FLASHROM aren't you? Considering this is part of how I got into this mess I suppose it's worth a try!
Tried Flashrom, didn't seem to detect the chip, where as SPIPGM does.
Re-did it with SPIPGM… And it's only come back from the dead!!!
The rom I used was one you had edited back when I first saved the BIOS to disk prior to flashing to try and open up the menus.
I haven't tried going into the BIOS yet - but it did request boot media - stuck in a 4gb flash drive from last year and pfsense booted up!!
Of course it only got to the menu then defaulted to COM1, but after a few mins it did its beeps to confirm it was loaded :)
Eamon
![2014-08-29 15.45.31.jpg](/public/imported_attachments/1/2014-08-29 15.45.31.jpg)
![2014-08-29 15.45.31.jpg_thumb](/public/imported_attachments/1/2014-08-29 15.45.31.jpg_thumb) -
Persistence for the win! ;D
Nice one.JimP suggested a method for switching the com port even in Nano a while ago you might try that if you can edit the files on the CF card:
https://forum.pfsense.org/index.php?topic=76382.msg418066#msg418066Steve
-
Thanks, I'm chuffed I managed to get it back from the dead ;D
Do I try and update the BIOS to an unlocked one?… haha, might do. Getting COM2 reassigned as COM1 would be handy!
Thanks for your help Ste :)
Eamon
-
Hey Guys,
I bought off eBay this item: http://www.ebay.com/itm/VGA-Graphics-Card-Bracket-Header-Cable-11pin-12P-Small-/150600480861?ssPageName=ADME:L:OC:AU:3160
It makes life so much easier. It works with both the XTM 5 and the XTM 8 series.
USB ports work on both devices. You can access the BIOS etc.I bought another 4 of these today. My plan is to case-mod the chassis of all my boxes and permanently add this to the side of the box. Honestly, it is the best money I have ever spent.
XTM 8 works great out of the box with nano-bsd vga, and this vga header cable.
Cheers,
ScottI bought that same item from that seller and just tested the vga connector on a XTM8 and seeing no vga signal on two different monitors. Can't see bios or anything else.
Console interfacing thru minicom I see nano-bsd-vga on the CF start and then console screen freezes once pfsense is booting.
What am I doing wrong with the vga? And is there any fix the COM2 redirection in pfsense?
Is there anything else I am missing?
Otherwise as a last option I may just try to solder on a connector to COM1 on the pcb but is it an active interface that would function in pfsense?
-
Hi tojaktoty,
So your headache is just beginning!
I've added some extra pictures for the VGA connection - I used a 15 Pin Male to Female VGA adaptor and then some Female to Male PCB adaptors to them connect the motherboard VGA connector to the female end of the VGA connector.
I suspect your VGA header card is wired straight throu, either unsolder the VGA plug end and re do the wires as below or go the makeshift route I did.
Pictures here: https://plus.google.com/photos/115736786050007462202/albums/5874219398935451569
PDF for the VGA header pin out here: https://drive.google.com/folderview?id=0B0TOx6iNE-K4Rml0bmduRURuUDg&usp=sharing
Motherboard is:
1 VGA_R
2 Ground
3 VGA_G
4 Ground
5 VGA_B
6 Ground
7 HSYNC_3V N/C
9 VSYNC_3V
10 Ground
11 DD_DATA
12 DD_CLKVGA cable is Pin out: http://en.wikipedia.org/wiki/VGA_connector
I connected green as most monitors usually sync on green or at least they used to - it works.
Soldering on to COM1 on the motherboard isn't going to allow you to do anything as the BIOS is hard set to COM2.
Stick a USB keyboard in at the front, and connect up your monitor as above, and away you go.
Careful if you choose to flash the BIOS it seems to be a little hit and miss shall we say ;)
Once you have the monitor connected, flash pfSense to a card, stick it in and have fun. Mine currently runs nanobsd i386 - I should really stick the 64bit one on someday.
Eamon
-
Hello,
I was wandering if anyone could help me get my xtm 8 working. I followed the post above and have the VGA setup working. I have tried installing both 2.2.1 i386 and 2.2.2 amd64 versions of pfsense. I've installed both version fine and everything appears to work from the WAN side. I can ping address to my gateway and to the outside world using both IP and DNS. When I disable the firewall (pfctl -d) i can also ping and access the firewall though ssh from the WAN side. WAN seems to work fine. On the other hand, the LAN is giving me nothing but grief. I cannot get anywhere on the LAN. I've tried pinging and ssh from the firewall out to the LAN and from the LAN into the firewall. I get either host is down or timeout. Cables are all good. I've tested everything I can think of. the only oddity that I can note is that when I look at ifconfig for em1 (where LAN is configured) it says no carrier. I've swapped out the cables with know good cables. I've also tried connecting to 3 different computers, switches, and wifi ap. Nothing seems to work. Any thoughts on this are greatly appreciated.
Thank you,
-
Hmm, that's weird.
Can you show us the output of 'ifconfig -a'
Do you see carrier on any of the other interfaces if you connect to them? Do you see link LEDs?By the way it may be possible to do this far more easily now. Since the new ADI boxes are using com2 as their console the commands to change the console are known. I haven’t actually tried though.
Steve
-
Thank you for the response. I think I have it figured out tonight. I had pfSense auto probe for the active ports on LAN and when I looked at the status of the ports in ifconfig, I noticed that it was always +1 (e.g. em1 connected, but em2 would show up as active). So I took this into account and have everything working now. WAN {em0 = em0}; LAN {em0 = em1}.
Although it appears to work, is this correct behavior or is there something else going on? I never had this type of an issue w/ x700, x1250e or any other fireboxes. I'm fine with the setup, just seems odd.
-
Hmm, I'm not sure I understand what you're saying there? That sounds very odd. Can you get a screen shot showing this difference?
Steve
-
Sure Steve. Please see the attached screen shots showing that LAN is configured on em5 and that em5 has a status of active while em4 (where my ethernet cable is actually connected) shows as no carrier.
![Screen Shot 2015-06-11 at 12.39.31 PM.png](/public/imported_attachments/1/Screen Shot 2015-06-11 at 12.39.31 PM.png)
![Screen Shot 2015-06-11 at 12.39.31 PM.png_thumb](/public/imported_attachments/1/Screen Shot 2015-06-11 at 12.39.31 PM.png_thumb)
![Screen Shot 2015-06-11 at 12.40.07 PM.png](/public/imported_attachments/1/Screen Shot 2015-06-11 at 12.40.07 PM.png)
![Screen Shot 2015-06-11 at 12.40.07 PM.png_thumb](/public/imported_attachments/1/Screen Shot 2015-06-11 at 12.40.07 PM.png_thumb) -
How do you know your cable is connected to em4? The numbers on the case are only really applicable if you're running Linux, maybe even only Watchguards cut down OS.
Are all the interfaces detected as em on the XTM8? The XTM5 has one fxp interface which offsets everything by 1.
Which NICs on the front are which pfSense interfaces is determined only by the order in which they are detected at boot.Steve
-
Hi Steve,
It's a good point. All of the interfaces are name em0 through em9. I assumed that they names corresponded to the numbers on the front because when I go into assign the cards it shows the ports I have an ethernet cable connected to as being up.
On an alternate note, what you are suggesting makes sense. In discussions with some other friends and testing, we found that it appears em0 is automatically assigned as wan and excluded from the list on boot. Along with this, we found that the other ports seems to round robin (e.g. label 1 = em 2, label 2 = em3, label 3 = em1, and on the main board: label 4 = em 5 … label 9 = em4}. So what you're saying about the determination does seem to have little to do with the labels on the front.
Thank you for your help and helping me to understand the setup.
~Davis
-
No problem. If you can document which port equates to which em interface I'm sure other will find that helpful.
Steve
-
Of course. What I found when troubleshooting the different network configurations on 2 different XTM 810 firewalls.
Note: I was unable to get WAN to work on anything but em0, although I didn't put a lot of effort into it other than trying to connect once or twice. I planned on using Label0 (em0) anyway and therefore left it at that.
Also, the Labels refer to the the labels on the front of the WatchGuard XTM 8. This is for an XTM 810.
WAN:
- Label 0 = em0
LAN (Daughterboard):
-
Label 1 = em2
-
Label 2 = em3
-
Label 3 = em1
LAN (Mainboard):
-
Label 4 = em5
-
Label 5 = em6
-
Label 6 = em7
-
Label 7 = em8
-
Label 8 = em9
-
Label 9 = em4
-
hi there,
i got hold of a functioning 810 with working fw:
if someone needs it i can send some files and time to get this box supported as easy asl the x-core models.a dmesg for example:
Booting 'WatchGuard (SysA)' root (hd0,2) Filesystem type is ext2fs, partition type 0x83 kernel /bzImage ro root=/dev/sda3 console=ttyS1,115200 crashkernel=16M@16M wg_p tfm=xtm8 [Linux-bzImage, setup=0x2e00, size=0x242280] [ 0.000000] Linux version 2.6.35.12 (release@cm19se) (gcc version 4.4.5 (WatchGuard Inc./crosstool-ng version: 0.1.5/1.9.0) ) #1 SMP Fri Mar 8 13:44:55 PST 2013 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009dc00 (usable) [ 0.000000] BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000007f6c0000 (usable) [ 0.000000] BIOS-e820: 000000007f6c0000 - 000000007f6ce000 (ACPI data) [ 0.000000] BIOS-e820: 000000007f6ce000 - 000000007f6e0000 (ACPI NVS) [ 0.000000] BIOS-e820: 000000007f6e0000 - 000000007f6ee000 (reserved) [ 0.000000] BIOS-e820: 000000007f6f0000 - 000000007f700000 (reserved) [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) [ 0.000000] BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved) [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel! [ 0.000000] DMI present. [ 0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it. [ 0.000000] last_pfn = 0x7f6c0 max_arch_pfn = 0x100000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [b00ff780] ff780 [ 0.000000] init_memory_mapping: 0000000000000000-000000002effe000 [ 0.000000] crashkernel reservation failed - memory is in use. [ 0.000000] ACPI: RSDP 000f9570 00024 (v02 ACPIAM) [ 0.000000] ACPI: XSDT 7f6c0100 0004C (v01 120208 XSDT1015 20081202 MSFT 00000097) [ 0.000000] ACPI: FACP 7f6c0290 000F4 (v03 120208 FACP1015 20081202 MSFT 00000097) [ 0.000000] ACPI: DSDT 7f6c0440 058F4 (v01 1AAAA 1AAAA000 00000000 INTL 20051117) [ 0.000000] ACPI: FACS 7f6ce000 00040 [ 0.000000] ACPI: APIC 7f6c0390 0006C (v01 120208 APIC1015 20081202 MSFT 00000097) [ 0.000000] ACPI: MCFG 7f6c0400 0003C (v01 120208 OEMMCFG 20081202 MSFT 00000097) [ 0.000000] ACPI: OEMB 7f6ce040 00071 (v01 120208 OEMB1015 20081202 MSFT 00000097) [ 0.000000] ACPI: GSCI 7f6ce0c0 02024 (v01 120208 GMCHSCI 20081202 MSFT 00000097) [ 0.000000] 1286MB HIGHMEM available. [ 0.000000] 751MB LOWMEM available. [ 0.000000] mapped low ram: 0 - 2effe000 [ 0.000000] low ram: 0 - 2effe000 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] Normal 0x00001000 -> 0x0002effe [ 0.000000] HighMem 0x0002effe -> 0x0007f6c0 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009d [ 0.000000] 0: 0x00000100 -> 0x0007f6c0 [ 0.000000] Using APIC driver default [ 0.000000] ACPI: PM-Timer IO Port: 0x808 [ 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: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23 [ 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] Using ACPI (MADT) for SMP configuration information [ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs [ 0.000000] Allocating PCI resources starting at 7f700000 (gap: 7f700000:7f700000) [ 0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 14 pages/cpu @b2800000 s32832 r0 d24512 u1048576 [ 0.000000] pcpu-alloc: s32832 r0 d24512 u1048576 alloc=1*4194304 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 517727 [ 0.000000] Kernel command line: ro root=/dev/sda3 console=ttyS1,115200 crashkernel=16M@16M wg_ptfm=xtm8 vmalloc=512M [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Enabling fast FPU save and restore... done. [ 0.000000] Enabling unmasked SIMD FPU exception support... done. [ 0.000000] Initializing CPU#0 [ 0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240 [ 0.000000] Subtract (47 early reservations) [ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE [ 0.000000] #2 [0001000000 - 0001549e44] TEXT DATA BSS [ 0.000000] #3 [000154a000 - 0001550193] BRK [ 0.000000] #4 [00000ff790 - 0000100000] BIOS reserved [ 0.000000] #5 [00000ff780 - 00000ff790] MP-table mpf [ 0.000000] #6 [000009dc00 - 00000fc5d0] BIOS reserved [ 0.000000] #7 [00000fc814 - 00000ff780] BIOS reserved [ 0.000000] #8 [00000fc5d0 - 00000fc814] MP-table mpc [ 0.000000] #9 [0000010000 - 0000011000] TRAMPOLINE [ 0.000000] #10 [0000011000 - 0000012000] PGTABLE [ 0.000000] #11 [0001551000 - 0001552000] BOOTMEM [ 0.000000] #12 [0001552000 - 0002542000] BOOTMEM [ 0.000000] #13 [0001549e80 - 0001549e84] BOOTMEM [ 0.000000] #14 [0001549ec0 - 0001549f80] BOOTMEM [ 0.000000] #15 [0001549f80 - 0001549fc8] BOOTMEM [ 0.000000] #16 [0002542000 - 0002545000] BOOTMEM [ 0.000000] #17 [00015501c0 - 000155023c] BOOTMEM [ 0.000000] #18 [0002545000 - 000254b000] BOOTMEM [ 0.000000] #19 [0001550240 - 0001550267] BOOTMEM [ 0.000000] #20 [0001550280 - 00015503b4] BOOTMEM [ 0.000000] #21 [00015503c0 - 0001550400] BOOTMEM [ 0.000000] #22 [0001550400 - 0001550440] BOOTMEM [ 0.000000] #23 [0001550440 - 0001550480] BOOTMEM [ 0.000000] #24 [0001550480 - 00015504c0] BOOTMEM [ 0.000000] #25 [00015504c0 - 0001550500] BOOTMEM [ 0.000000] #26 [0001550500 - 0001550540] BOOTMEM [ 0.000000] #27 [0001550540 - 0001550580] BOOTMEM [ 0.000000] #28 [0001550580 - 00015505c0] BOOTMEM [ 0.000000] #29 [00015505c0 - 0001550600] BOOTMEM [ 0.000000] #30 [0001550600 - 0001550640] BOOTMEM [ 0.000000] #31 [0001550640 - 0001550695] BOOTMEM [ 0.000000] #32 [00015506c0 - 0001550715] BOOTMEM [ 0.000000] #33 [0002800000 - 000280e000] BOOTMEM [ 0.000000] #34 [0002900000 - 000290e000] BOOTMEM [ 0.000000] #35 [0002a00000 - 0002a0e000] BOOTMEM [ 0.000000] #36 [0002b00000 - 0002b0e000] BOOTMEM [ 0.000000] #37 [0001550740 - 0001550744] BOOTMEM [ 0.000000] #38 [0001550780 - 0001550784] BOOTMEM [ 0.000000] #39 [00015507c0 - 00015507d0] BOOTMEM [ 0.000000] #40 [0001550800 - 0001550810] BOOTMEM [ 0.000000] #41 [0001550840 - 00015508e0] BOOTMEM [ 0.000000] #42 [0001550900 - 0001550948] BOOTMEM [ 0.000000] #43 [000254b000 - 000254f000] BOOTMEM [ 0.000000] #44 [000254f000 - 00025cf000] BOOTMEM [ 0.000000] #45 [00025cf000 - 000260f000] BOOTMEM [ 0.000000] #46 [0001550980 - 0001550bc0] BOOTMEM [ 0.000000] Initializing HighMem for node 0 (0002effe:0007f6c0) [ 0.000000] Memory: 2064400k/2087680k available (2608k kernel code, 22820k reserved, 1492k data, 384k init, 1317640k highmem) [ 0.000000] virtual kernel memory layout: [ 0.000000] fixmap : 0xfff67000 - 0xfffff000 ( 608 kB) [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB) [ 0.000000] vmalloc : 0xdf7fe000 - 0xff7fe000 ( 512 MB) [ 0.000000] lowmem : 0xb0000000 - 0xdeffe000 ( 751 MB) [ 0.000000] .init : 0xb1402000 - 0xb1462000 ( 384 kB) [ 0.000000] .data : 0xb128c35d - 0xb14013b0 (1492 kB) [ 0.000000] .text : 0xb1000000 - 0xb128c35d (2608 kB) [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok. [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Verbose stalled-CPUs detection is disabled. [ 0.000000] NR_IRQS:384 [ 0.000000] Extended CMOS year: 2000 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [ttyS1] enabled [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 2660.191 MHz processor. [ 0.010003] Calibrating delay loop (skipped), value calculated using timer frequency.. 5322.06 BogoMIPS (lpj=8867303) [ 0.016669] pid_max: default: 32768 minimum: 301 [ 0.020076] Mount-cache hash table entries: 512 [ 0.023447] CPU: Physical Processor ID: 0 [ 0.026669] CPU: Processor Core ID: 0 [ 0.030003] mce: CPU supports 6 MCE banks [ 0.033340] CPU0: Thermal monitoring enabled (TM2) [ 0.036670] using mwait in idle threads. [ 0.040006] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver. [ 0.048338] ... version: 2 [ 0.050002] ... bit width: 40 [ 0.053335] ... generic registers: 2 [ 0.056669] ... value mask: 000000ffffffffff [ 0.060002] ... max period: 000000007fffffff [ 0.063335] ... fixed-purpose events: 3 [ 0.066668] ... event mask: 0000000700000003 [ 0.070330] Freeing SMP alternatives: 16k freed [ 0.073342] ACPI: Core revision 20100428 [ 0.086707] Enabling APIC mode: Flat. Using 1 I/O APICs [ 0.090300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.128817] CPU0: Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz stepping 0a [ 0.136666] Booting Node 0, Processors #1 [ 0.013332] Initializing CPU#1 [ 0.233427] #2 [ 0.013332] Initializing CPU#2 [ 0.333414] #3 Ok. [ 0.013332] Initializing CPU#3 [ 0.433344] Brought up 4 CPUs [ 0.436669] Total of 4 processors activated (21287.06 BogoMIPS). [ 0.444055] NET: Registered protocol family 16 [ 0.447098] ACPI: bus type pci registered [ 0.450184] dca service started, version 1.12.1 [ 0.453404] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.456669] PCI: not using MMCONFIG [ 0.460138] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=14 [ 0.463334] PCI: Using configuration type 1 for base access [ 0.474743] bio: create slab <bio-0>at 0 [ 0.481938] ACPI: Executed 1 blocks of module-level executable AML code [ 0.495014] ACPI: Interpreter enabled [ 0.496668] ACPI: (supports S0 S5) [ 0.500563] ACPI: Using IOAPIC for interrupt routing [ 0.503383] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.513263] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources [ 0.513335] PCI: Using MMCONFIG for extended config space [ 0.530969] ACPI Warning: Incorrect checksum in table [OEMB] - 0x4B, should be 0x45 (20100428/tbutils-314) [ 0.540653] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.543639] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.547021] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] [ 0.550002] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] [ 0.553335] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] [ 0.556669] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff] [ 0.560002] pci_root PNP0A08:00: host bridge window [mem 0x7f700000-0xdfffffff] [ 0.563335] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xffffffff] [ 0.570618] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0a00 (mask 00ff) [ 0.573643] pci 0000:00:01.0: PCI bridge to [bus 07-0e] [ 0.577158] pci 0000:07:00.0: PCI bridge to [bus 08-0e] [ 0.580147] pci 0000:08:00.0: PCI bridge to [bus 0e-0e] [ 0.583568] pci 0000:08:01.0: PCI bridge to [bus 0d-0d] [ 0.586723] pci 0000:08:04.0: PCI bridge to [bus 0c-0c] [ 0.590235] pci 0000:08:06.0: PCI bridge to [bus 0b-0b] [ 0.593567] pci 0000:08:08.0: PCI bridge to [bus 0a-0a] [ 0.600035] pci 0000:08:09.0: PCI bridge to [bus 09-09] [ 0.603585] pci 0000:00:1c.0: PCI bridge to [bus 06-06] [ 0.606891] pci 0000:00:1c.1: PCI bridge to [bus 05-05] [ 0.610223] pci 0000:00:1c.2: PCI bridge to [bus 04-04] [ 0.613557] pci 0000:00:1c.3: PCI bridge to [bus 03-03] [ 0.616889] pci 0000:00:1c.4: PCI bridge to [bus 02-02] [ 0.620069] pci 0000:00:1e.0: PCI bridge to [bus 01-01] (subtractive decode) [ 0.642579] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 10 11 12 14 *15) [ 0.645966] ACPI: PCI Interrupt Link [LNKB] (IRQs *5) [ 0.647347] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15) [ 0.655391] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 *10 11 12 14 15) [ 0.659310] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 *4 6 7 10 11 12 14 15) [ 0.662633] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled. [ 0.667936] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled. [ 0.676364] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 7 10 11 12 *14 15) [ 0.680453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.683351] vgaarb: loaded [ 0.686936] SCSI subsystem initialized [ 0.690250] usbcore: registered new interface driver usbfs [ 0.693435] usbcore: registered new interface driver hub [ 0.696737] usbcore: registered new device driver usb [ 0.700318] PCI: Using ACPI for IRQ routing [ 0.703711] Switching to clocksource tsc [ 0.708026] Slow work thread pool: Starting up [ 0.712507] Slow work thread pool: Ready [ 0.716451] FS-Cache: Loaded [ 0.719401] CacheFiles: Loaded [ 0.722481] pnp: PnP ACPI init [ 0.725549] ACPI: bus type pnp registered [ 0.736091] pnp: PnP ACPI: found 15 devices [ 0.740284] ACPI: ACPI bus type pnp unregistered [ 0.744910] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved [ 0.751525] system 00:01: [mem 0xfed90000-0xfed93fff] has been reserved [ 0.758141] system 00:08: [io 0x0a00-0x0a0f] has been reserved [ 0.764054] system 00:08: [io 0x0a10-0x0a1f] has been reserved [ 0.769974] system 00:08: [io 0x0a20-0x0a2f] has been reserved [ 0.775893] system 00:08: [io 0x0a30-0x0a3f] has been reserved [ 0.781814] system 00:09: [io 0x04d0-0x04d1] has been reserved [ 0.787731] system 00:09: [io 0x0800-0x087f] has been reserved [ 0.793649] system 00:09: [io 0x0480-0x04bf] has been reserved [ 0.799568] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 0.806182] system 00:09: [mem 0xfed20000-0xfed8ffff] has been reserved [ 0.812795] system 00:0b: [mem 0xffc00000-0xffefffff] has been reserved [ 0.819408] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.826365] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.833300] system 00:0d: [mem 0xe0000000-0xefffffff] has been reserved [ 0.839910] system 00:0e: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.846869] system 00:0e: [mem 0x000c0000-0x000cffff] could not be reserved [ 0.853827] system 00:0e: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.860786] system 00:0e: [mem 0x00100000-0x7f6fffff] could not be reserved [ 0.907043] pci 0000:00:1c.0: BAR 15: assigned [mem 0x7f700000-0x7f8fffff 64bit pref] [ 0.914871] pci 0000:00:1c.1: BAR 15: assigned [mem 0x7f900000-0x7fafffff 64bit pref] [ 0.922697] pci 0000:00:1c.2: BAR 15: assigned [mem 0x7fb00000-0x7fcfffff 64bit pref] [ 0.930521] pci 0000:00:1c.3: BAR 15: assigned [mem 0x7fd00000-0x7fefffff 64bit pref] [ 0.938346] pci 0000:00:1c.4: BAR 15: assigned [mem 0x7ff00000-0x800fffff 64bit pref] [ 0.946174] pci 0000:08:01.0: BAR 15: can't assign mem pref (size 0x200000) [ 0.953131] pci 0000:08:09.0: BAR 15: can't assign mem pref (size 0x200000) [ 0.960090] pci 0000:08:00.0: PCI bridge to [bus 0e-0e] [ 0.965314] pci 0000:08:00.0: bridge window [io disabled] [ 0.970975] pci 0000:08:00.0: bridge window [mem disabled] [ 0.976636] pci 0000:08:00.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref] [ 0.984374] pci 0000:08:01.0: PCI bridge to [bus 0d-0d] [ 0.989598] pci 0000:08:01.0: bridge window [io 0xe000-0xefff] [ 0.995691] pci 0000:08:01.0: bridge window [mem 0xfeb00000-0xfebfffff] [ 1.002475] pci 0000:08:01.0: bridge window [mem pref disabled] [ 1.008571] pci 0000:08:04.0: PCI bridge to [bus 0c-0c] [ 1.013793] pci 0000:08:04.0: bridge window [io disabled] [ 1.019454] pci 0000:08:04.0: bridge window [mem disabled] [ 1.025111] pci 0000:08:04.0: bridge window [mem pref disabled] [ 1.031205] pci 0000:08:06.0: PCI bridge to [bus 0b-0b] [ 1.036429] pci 0000:08:06.0: bridge window [io 0xd000-0xdfff] [ 1.042523] pci 0000:08:06.0: bridge window [mem 0xfea00000-0xfeafffff] [ 1.049307] pci 0000:08:06.0: bridge window [mem pref disabled] [ 1.055402] pci 0000:08:08.0: PCI bridge to [bus 0a-0a] [ 1.060624] pci 0000:08:08.0: bridge window [io 0xc000-0xcfff] [ 1.066718] pci 0000:08:08.0: bridge window [mem 0xfe900000-0xfe9fffff] [ 1.073504] pci 0000:08:08.0: bridge window [mem pref disabled] [ 1.079597] pci 0000:08:09.0: PCI bridge to [bus 09-09] [ 1.084820] pci 0000:08:09.0: bridge window [io 0xb000-0xbfff] [ 1.091270] pci 0000:08:09.0: bridge window [mem 0xfe800000-0xfe8fffff] [ 1.098054] pci 0000:08:09.0: bridge window [mem pref disabled] [ 1.104150] pci 0000:07:00.0: PCI bridge to [bus 08-0e] [ 1.109370] pci 0000:07:00.0: bridge window [io 0xb000-0xefff] [ 1.115466] pci 0000:07:00.0: bridge window [mem 0xfe800000-0xfebfffff] [ 1.122250] pci 0000:07:00.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref] [ 1.129993] pci 0000:00:01.0: PCI bridge to [bus 07-0e] [ 1.135212] pci 0000:00:01.0: bridge window [io 0xb000-0xefff] [ 1.141305] pci 0000:00:01.0: bridge window [mem 0xfe700000-0xfebfffff] [ 1.148091] pci 0000:00:01.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref] [ 1.155832] pci 0000:00:1c.0: PCI bridge to [bus 06-06] [ 1.161055] pci 0000:00:1c.0: bridge window [io 0xa000-0xafff] [ 1.167149] pci 0000:00:1c.0: bridge window [mem 0xfe600000-0xfe6fffff] [ 1.173934] pci 0000:00:1c.0: bridge window [mem 0x7f700000-0x7f8fffff 64bit pref] [ 1.181691] pci 0000:00:1c.1: PCI bridge to [bus 05-05] [ 1.186914] pci 0000:00:1c.1: bridge window [io 0x9000-0x9fff] [ 1.193008] pci 0000:00:1c.1: bridge window [mem 0xfe500000-0xfe5fffff] [ 1.199793] pci 0000:00:1c.1: bridge window [mem 0x7f900000-0x7fafffff 64bit pref] [ 1.207533] pci 0000:00:1c.2: PCI bridge to [bus 04-04] [ 1.212757] pci 0000:00:1c.2: bridge window [io 0x8000-0x8fff] [ 1.218851] pci 0000:00:1c.2: bridge window [mem 0xfe400000-0xfe4fffff] [ 1.225637] pci 0000:00:1c.2: bridge window [mem 0x7fb00000-0x7fcfffff 64bit pref] [ 1.233375] pci 0000:00:1c.3: PCI bridge to [bus 03-03] [ 1.238599] pci 0000:00:1c.3: bridge window [io 0x7000-0x7fff] [ 1.244692] pci 0000:00:1c.3: bridge window [mem 0xfe300000-0xfe3fffff] [ 1.251477] pci 0000:00:1c.3: bridge window [mem 0x7fd00000-0x7fefffff 64bit pref] [ 1.259218] pci 0000:00:1c.4: PCI bridge to [bus 02-02] [ 1.264442] pci 0000:00:1c.4: bridge window [io 0x6000-0x6fff] [ 1.270534] pci 0000:00:1c.4: bridge window [mem 0xfe200000-0xfe2fffff] [ 1.277320] pci 0000:00:1c.4: bridge window [mem 0x7ff00000-0x800fffff 64bit pref] [ 1.285060] pci 0000:00:1e.0: PCI bridge to [bus 01-01] [ 1.290281] pci 0000:00:1e.0: bridge window [io disabled] [ 1.295943] pci 0000:00:1e.0: bridge window [mem disabled] [ 1.301602] pci 0000:00:1e.0: bridge window [mem pref disabled] [ 1.307703] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 1.314410] pci 0000:07:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 1.321116] pci 0000:08:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 1.327827] pci 0000:08:01.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 1.334531] pci 0000:08:04.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 1.341240] pci 0000:08:06.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 1.348286] pci 0000:08:08.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 1.354992] pci 0000:08:09.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 1.361700] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 1.368406] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16 [ 1.375115] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ 1.381823] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19 [ 1.388530] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 1.395405] NET: Registered protocol family 2 [ 1.399826] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) [ 1.407115] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 1.414840] TCP bind hash table entries: 65536 (order: 7, 524288 bytes) [ 1.421630] TCP: Hash tables configured (established 131072 bind 65536) [ 1.428237] TCP reno registered [ 1.431384] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.437307] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.443751] NET: Registered protocol family 1 [ 1.467652] highmem bounce pool size: 64 pages [ 1.472101] HugeTLB registered 4 MB page size, pre-allocated 0 pages [ 1.478820] msgmni has been set to 1458 [ 1.483603] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 1.490997] io scheduler noop registered [ 1.494921] io scheduler deadline registered [ 1.499226] io scheduler cfq registered (default) [ 1.507247] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 1.515594] ACPI: Power Button [PWRB] [ 1.519346] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 [ 1.526738] ACPI: Power Button [PWRF] [ 1.575013] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.581502] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [ 1.588111] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [ 1.596237] brd: module loaded [ 1.600432] loop: module loaded [ 1.603899] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 1.611035] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ] [ 1.616354] scsi0 : ata_piix [ 1.619417] scsi1 : ata_piix [ 1.623848] ata1: SATA max UDMA/133 cmd 0x4c00 ctl 0x4880 bmdma 0x4400 irq 19 [ 1.630983] ata2: SATA max UDMA/133 cmd 0x4800 ctl 0x4480 bmdma 0x4408 irq 19 [ 1.638138] ata_piix 0000:00:1f.5: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 1.645273] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ] [ 1.650567] scsi2 : ata_piix [ 1.653621] scsi3 : ata_piix [ 1.657969] ata3: SATA max UDMA/133 cmd 0x5c00 ctl 0x5880 bmdma 0x5400 irq 19 [ 1.665108] ata4: SATA max UDMA/133 cmd 0x5800 ctl 0x5480 bmdma 0x5408 irq 19 [ 1.672388] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.678929] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23 [ 1.686076] ehci_hcd 0000:00:1d.7: EHCI Host Controller [ 1.691310] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1 [ 1.698722] ehci_hcd 0000:00:1d.7: debug port 1 [ 1.707153] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfe1ff800 [ 1.726109] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ 1.732043] hub 1-0:1.0: USB hub found [ 1.735798] hub 1-0:1.0: 4 ports detected [ 1.739952] uhci_hcd: USB Universal Host Controller Interface driver [ 1.746335] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23 [ 1.753480] uhci_hcd 0000:00:1d.0: UHCI Host Controller [ 1.758704] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ 1.766113] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00003c00 [ 1.772038] hub 2-0:1.0: USB hub found [ 1.775793] hub 2-0:1.0: 2 ports detected [ 1.779895] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 1.787036] uhci_hcd 0000:00:1d.1: UHCI Host Controller [ 1.792266] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 [ 1.799672] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00004000 [ 1.805604] hub 3-0:1.0: USB hub found [ 1.809357] hub 3-0:1.0: 2 ports detected [ 1.813753] PNP: No PS/2 controller found. Probing ports directly. [ 1.820353] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.825324] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.830561] mice: PS/2 mouse device common for all mice [ 1.835890] rtc_cmos 00:03: RTC can wake from S4 [ 1.840590] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0 [ 1.846697] rtc0: alarms up to one month, y3k, 114 bytes nvram [ 1.852577] i2c /dev entries driver [ 1.856246] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ 1.864326] it87: Found IT8718F chip at 0xa10, revision 4 [ 1.869732] it87: in3 is VCC (+5V) [ 1.873134] it87: in7 is VCCH (+5V Stand-By) [ 1.877780] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06 [ 1.883496] iTCO_wdt: Found a ICH9DO TCO device (Version=2, TCOBASE=0x0860) [ 1.890557] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 1.896664] IT87 WDT: Cannot register miscdev on minor=130 (err=-16) [ 1.903030] cpuidle: using governor ladder [ 1.907124] ioatdma: Intel(R) QuickData Technology Driver 4.00 [ 1.913715] TCP cubic registered [ 1.916942] [ 1.916943] wg_shim_init: Built Mar 8 2013 13:44:43 CPUs 4 [ 1.916944] [ 1.925496] wg_shim_init: xfrm_skb_cb 36 Hw_callback_data 12 [ 1.931169] Initializing XFRM netlink socket [ 1.935514] NET: Registered protocol family 10 [ 1.940132] lo: Disabled Privacy Extensions [ 1.944344] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 1.949743] NET: Registered protocol family 17 [ 1.954198] NET: Registered protocol family 15 [ 1.958650] Using IPI Shortcut mode [ 1.962367] registered taskstats version 1 [ 1.967080] rtc_cmos 00:03: setting system clock to 2016-02-03 18:23:51 UTC (1454523831) [ 2.011428] ata4: SATA link down (SStatus 0 SControl 300) [ 2.022331] ata3: SATA link down (SStatus 0 SControl 300) [ 2.335190] ata1.00: SATA link down (SStatus 0 SControl 300) [ 2.340919] ata1.01: SATA link down (SStatus 0 SControl 300) [ 2.487547] ata2.00: SATA link down (SStatus 0 SControl 300) [ 2.493258] ata2.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 2.524781] ata2.01: ATA-0: TRANSCEND, 20071116, max MWDMA2 [ 2.530429] ata2.01: 1993824 sectors, multi 0: LBA [ 2.535383] ata2.01: applying bridge limits [ 2.551464] ata2.01: configured for MWDMA2 [ 2.555674] scsi 1:0:1:0: Direct-Access ATA TRANSCEND 2007 PQ: 0 ANSI: 5 [ 2.564096] sd 1:0:1:0: [sda] 1993824 512-byte logical blocks: (1.02 GB/973 MiB) [ 2.571821] sd 1:0:1:0: [sda] Write Protect is off [ 2.576855] sd 1:0:1:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 2.586478] sda: sda1 sda2 sda3 sda4 < sda5 sda6 > [ 2.593635] sd 1:0:1:0: [sda] Attached SCSI disk [ 2.601731] VFS: Mounted root (ext2 filesystem) readonly on device 8:3. [ 2.608565] Freeing unused kernel memory: 384k freed [ 3.033604] Running /etc/runlevel/1/S02rootrw...Done. [ 3.045110] Running /etc/runlevel/1/S10armled...Done. [ 3.056315] Running /etc/runlevel/1/S12mproc...Done. [ 3.056686] Running /etc/runlevel/1/S17sysfs...Done. [ 3.057290] Running /etc/runlevel/1/S18seed-random...Reseeded random generator [ 3.058743] Done. [ 3.065792] Running /etc/runlevel/2/S10var...Done. [ 3.066640] Running /etc/runlevel/2/S11shm...Done. [ 3.067253] Running /etc/runlevel/2/S13devpts...Done. [ 3.067854] Running /etc/runlevel/2/S14temp...Done. [ 3.068218] Running /etc/runlevel/2/S15mbootext2...Done. [ 3.069890] Running /etc/runlevel/2/S16checkgrub...S16checkgrub: check SYSA file [ 3.073480] S16checkgrub passed: No Action Required! [ 3.073555] Done. [ 3.073579] Running /etc/runlevel/2/S16pending...Done. [ 3.074060] Running /etc/runlevel/2/S18data...fsck 1.41.0 (10-Jul-2008) [ 3.130692] e2fsck 1.41.0 (10-Jul-2008) [ 3.169758] /dev/wgrd.sysa_data: recovering journal [ 3.423384] /dev/wgrd.sysa_data: clean, 490/51712 [ 3.286636] EXT3-fs: barriers not enabled files, 124359/82[ 3.291898] kjournald starting. Commit interval 5 seconds 5520 blocks [ 3.298554] EXT3-fs (sda6): using internal journal [ 3.304705] EXT3-fs (sda6): mounted filesystem with writeback data mode [ 3.452239] Done. [ 3.452281] Running /etc/runlevel/2/S18hotplug...Done. [ 3.688667] Running /etc/runlevel/2/S18kdump...Then try loading kdump kernel [ 3.709022] Memory for crashkernel is not reserved [ 3.709097] Please reserve memory by passing "crashkernel=X@Y" parameter to the kernel [ 3.709246] Don[ 3.585057] pkp_drv: module license 'CAVIUM' taints kernel. [ 3.591091] Disabling lock debugging due to kernel taint e. [ 3.709270] Running /etc/runlevel/2/S19fips...Done. [ 3.709610] Running /etc/runlevel/2/S19ipv6...dis[ 3.605886] Cavium Driver --- 1.01-abling IPv6 autoNitrox-PX found at Bus 14 Slot 0 conf for all [ [ 3.614325] pci 0000:0e:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 3.622682] Using memory-mapped bar for device 0x177D:0x10 3.710275] dis[ 3.628381] bar 0: fdfff000 abling IPv6 autoconf for default [ 3.710341] enable IPv6 forwarding for all [ 3.710400] enable IPv6 forwarding for default [ 3.710465] disabling IPv6 for all [ 3.710529] disabl[ 3.648916] NO DDR on the chip [ 3.652603] Resorting to Context memory on Host. [ 3.657465] part number=1620 ing IPv6 for def[ 3.660481] totoal number of cores=8 [ 3.665654] Finished Initializing this device ault [ 3.710[ 3.670310] Total Number of Nitrox Devices: 1 606] Done. [ 3.710629] Runni[ 3.677658] Starting poll_thread ng /etc/runlevel[ 3.682392] device count = 1 /2/S20cavium...[ 3.686796] Starting poll_thread [ 3.686825] Starting poll_thread [ 3.686827] device count = 1 [ 3.686852] Starting poll_thread [ 3.686854] device count = 1 [ 3.686967] Registration is a success The major device number is 125 [ 3.686968] To talk to the device driver, please use device appropriate device node. [ 3.686970] Device's minor number corresponds to the microcode to be used. [ 3.686972] Please read the README file for further instructions [ 3.686973] [ 3.686985] Loaded Cavium Driver --- 1.01-device count = 1 [ 5.966801] Write 0xf00000ff into CORE ENABLE after Interrupt bits check [ 5.973772] UEN = 0xff [ 5.976214] Final Core Mask = 0x000000ff [ 5.980374] Loaded Boot microcode [ 5.987838] All cores joined to group 0,REG_EXEC_GRP: 0x11111111 [ 5.994021] Additional setup for CN1600 [ 5.997993] Config: Device Control Reg (offset 0x78): 0x00092810 [ 6.004241] PCI-E Link error detected: 0x00090000 [ 6.009149] Disabling units: mask 0xff [ 6.013063] Loading ucode 4 File: /lib/microcode/boot_mc2_px.out [ 6.638271] Version = CNPx-MC-BOOT-2.00 [ 6.638334] Code length = 17536 Data length[ 6.507968] Initializing USB Mass Storage driver... = 152 [ 6.6[ 6.514132] usbcore: registered new interface driver usb-storage 38435] 0: name=/[ 6.521726] USB Mass Storage support registered. lib/microcode/boot_mc2_px.out, index=0, core=0 [ 6.638530] File: /lib/microcode/main_ipsec2_px.out [ 6.638604] Version = CNPx-MC-IPSEC[ 6.539596] sky2: driver version 1.28 -MAIN-0006 [ 6.638671] Code length = 38448 Data length = 1176 [ 6.638744] 1: name=/lib/microcode/main_ipsec2_px.out, index=4, core=8 [ 6.638845] CSP1 core assignments [ 6.638891] BOOT : 0x000000 [ 6.638937] IPSEC_MLM : 0x0000ff [ 6.638983] Done. [ 6.639007] Running /etc/runlevel/2/S20cleanup-dbg...Done. [ 6.639088] Running /etc/runlevel/2/S20fipstest...Done. [ 6.639294] Running /etc/runlevel/2/S20usb...Done. [ 6.668512] Running /etc/runlevel/2/S20wgbase...Done. [ 6.672853] Running /etc/runlevel/2/S21eth...[ 9.559630] e1000e: Intel(R) PRO/1000 Network Driver - 1.6.3-NAPI [ 9.565941] e1000e: Copyright(c) 1999 - 2011 Intel Corporation. [ 9.572142] e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20 [ 9.902055] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:90:7f:83:0a:28 [ 9.910455] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection [ 9.917789] e1000e 0000:00:19.0: eth0: MAC: 8, PHY: 6, PBA No: FFFFFF-0FF [ 9.924833] e1000e 0000:0d:00.0: Disabling ASPM L0s [ 9.930003] e1000e 0000:0d:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 10.052016] e1000e 0000:0d:00.0: eth1: (PCI Express:2.5GT/s:Width x1) 00:90:7f:83:0a:1f [ 10.060368] e1000e 0000:0d:00.0: eth1: Intel(R) PRO/1000 Network Connection [ 10.067752] e1000e 0000:0d:00.0: eth1: MAC: 4, PHY: 8, PBA No: FFFFFF-0FF [ 10.074941] e1000e 0000:0b:00.0: Disabling ASPM L0s [ 10.080100] e1000e 0000:0b:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 10.202027] e1000e 0000:0b:00.0: eth2: (PCI Express:2.5GT/s:Width x1) 00:90:7f:83:0a:22 [ 10.210255] e1000e 0000:0b:00.0: eth2: Intel(R) PRO/1000 Network Connection [ 10.217651] e1000e 0000:0b:00.0: eth2: MAC: 4, PHY: 8, PBA No: FFFFFF-0FF [ 10.224725] e1000e 0000:0a:00.0: Disabling ASPM L0s [ 10.229910] e1000e 0000:0a:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 10.352015] e1000e 0000:0a:00.0: eth3: (PCI Express:2.5GT/s:Width x1) 00:90:7f:83:0a:20 [ 10.360369] e1000e 0000:0a:00.0: eth3: Intel(R) PRO/1000 Network Connection [ 10.367729] e1000e 0000:0a:00.0: eth3: MAC: 4, PHY: 8, PBA No: FFFFFF-0FF [ 10.374742] e1000e 0000:09:00.0: Disabling ASPM L0s [ 10.379962] e1000e 0000:09:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 10.502018] e1000e 0000:09:00.0: eth4: (PCI Express:2.5GT/s:Width x1) 00:90:7f:83:0a:21 [ 10.510387] e1000e 0000:09:00.0: eth4: Intel(R) PRO/1000 Network Connection [ 10.517745] e1000e 0000:09:00.0: eth4: MAC: 4, PHY: 8, PBA No: FFFFFF-0FF [ 10.524908] e1000e 0000:06:00.0: Disabling ASPM L0s L1 [ 10.530248] e1000e 0000:06:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 10.646777] e1000e 0000:06:00.0: eth5: (PCI Express:2.5GT/s:Width x1) 00:90:7f:83:0a:23 [ 10.655153] e1000e 0000:06:00.0: eth5: Intel(R) PRO/1000 Network Connection [ 10.662530] e1000e 0000:06:00.0: eth5: MAC: 3, PHY: 2, PBA No: FFFFFF-0FF [ 10.669606] e1000e 0000:05:00.0: Disabling ASPM L0s L1 [ 10.674970] e1000e 0000:05:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 10.790836] e1000e 0000:05:00.0: eth6: (PCI Express:2.5GT/s:Width x1) 00:90:7f:83:0a:24 [ 10.799122] e1000e 0000:05:00.0: eth6: Intel(R) PRO/1000 Network Connection [ 10.806474] e1000e 0000:05:00.0: eth6: MAC: 3, PHY: 2, PBA No: FFFFFF-0FF [ 10.813583] e1000e 0000:04:00.0: Disabling ASPM L0s L1 [ 10.818957] e1000e 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 10.937889] e1000e 0000:04:00.0: eth7: (PCI Express:2.5GT/s:Width x1) 00:90:7f:83:0a:25 [ 10.946315] e1000e 0000:04:00.0: eth7: Intel(R) PRO/1000 Network Connection [ 10.953641] e1000e 0000:04:00.0: eth7: MAC: 3, PHY: 2, PBA No: FFFFFF-0FF [ 10.960768] e1000e 0000:03:00.0: Disabling ASPM L0s L1 [ 10.966159] e1000e 0000:03:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19 [ 11.087902] e1000e 0000:03:00.0: eth8: (PCI Express:2.5GT/s:Width x1) 00:90:7f:83:0a:26 [ 11.096394] e1000e 0000:03:00.0: eth8: Intel(R) PRO/1000 Network Connection [ 11.103725] e1000e 0000:03:00.0: eth8: MAC: 3, PHY: 2, PBA No: FFFFFF-0FF [ 11.110843] e1000e 0000:02:00.0: Disabling ASPM L0s L1 [ 11.116264] e1000e 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 11.234576] e1000e 0000:02:00.0: eth9: (PCI Express:2.5GT/s:Width x1) 00:90:7f:83:0a:27 [ 11.242902] e1000e 0000:02:00.0: eth9: Intel(R) PRO/1000 Network Connection [ 11.250288] e1000e 0000:02:00.0: eth9: MAC: 3, PHY: 2, PBA No: FFFFFF-0FF No Marvell interfaces found, probi[ 11.366064] Parallel LCM Driver Version 0.0.6 is loaded ng for Intel [ [ 11.372719] plcm_drv: LPTx Address = 378 11.505011] Done. [ 11.505037] Running /etc/runlevel/2/S21frontpanel...[ 11.532260] <plcm_init>:keypad thread created, threadp = de879410 [ 11.532272] <keypad_thread>:keypad thread started Done. [ 11.685312] Running /etc/runlevel/2/S22flashrom...[ 11.550643] [ 11.552184] [ 11.553780] [ 11.555332] [ 11.596672] [ 11.598238] [ 11.599795] [ 11.601391] Done. [ 11.743702] Running /etc/runlevel/2/S22login...Done. [ 11.744051] Running /etc/runlevel/2/S22rtc...Done. [ 11.752257] Running /etc/runlevel/2/S23pppoe...[ 11.620263] PPP generic driver version 2.4.2 [ 11.628697] PPP MPPE Compression module registered [ 11.635143] PPP Deflate Compression module registered [ 11.641574] NET: Registered protocol family 24 Done. [ 11.790401] Running /etc/runlevel/2/S23sslvpn...[ 11.654239] tun: Universal TUN/TAP device driver, 1.6 [ 11.660061] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>Done. [ 11.807290] Running /etc/runlevel/2/S24l2tpvpn...[ 11.671410] L2TP core driver, V2.0 [ 11.677311] L2TP netlink interface [ 11.685395] PPPoL2TP kernel driver, V2.0 Done. [ 11.830164] Running /etc/runlevel/2/S25wgcfg...No conversion required from version 11.7.2 to 11.7.2. [ 12.176300] Done. [ 12.176331] Running /etc/runlevel/2/S27cfgcheck...Config ok [ 12.547144] Done. [ 12.547222] Running /etc/runlevel/2/S29firewall...Done. [ 12.547694] Running /etc/runlevel/2/S29wgcore...Done. [ 12.576943] Running /etc/runlevel/2/S30bonding...[ 12.447622] bonding: Ethernet Channel Bonding Driver: v3.6.0 (September 26, 2009) [ 12.455360] bonding: MII link monitoring set to 100 ms Done. [ 12.601324] Running /etc/runlevel/2/S30net...[ 12.473269] Bridge firewalling registered [ 12.480469] Ebtables v2.0 registered [ 12.499416] GRE over IPv4 tunneling driver [ 12.511813] 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>[ 12.518848] All bugs added by David S. Miller <davem@redhat.com>Done. [ 12.667066] Running /etc/runlevel/2/S30upgrade...Done. [ 12.668018] Running /etc/runlevel/2/S31bwsigs...Done. [ 12.670895] Running /etc/runlevel/2/S31cacert...Done. [ 12.672893] Running /etc/runlevel/2/S31cert...Done. [ 12.730127] Running /etc/runlevel/2/S31crypto...[ 12.596143] [ 12.596144] wg_crypto_init: Built Mar 8 2013 13:45:48 FIPS 0 [ 12.596146] [ 12.605242] wg_crypto_init: Insert aead 'authenc(digest_null,cbc(des3_ede))-wg' [ 12.613121] wg_crypto_init: Insert aead 'authenc(digest_null,cbc(aes))-wg' [ 12.620399] wg_crypto_init: Insert aead 'authenc(hmac(sha1),cbc(cipher_null))-wg' [ 12.628355] wg_crypto_init: Insert aead 'authenc(hmac(sha1),cbc(des3_ede))-wg' [ 12.636082] wg_crypto_init: Insert aead 'authenc(hmac(sha1),cbc(aes))-wg' Done. [ 12.783967] Running /etc/runl[ 12.646163] Netfilter messages via NETLINK v0.30. evel/2/S31xtables...[ 12.655662] ip_set_init[1869]: ip_set: protocol 5 [ 12.697897] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 12.704273] nf_conntrack_init_init_net: conntrack max=65536 high water mark=52428 [ 12.712149] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use [ 12.719865] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or [ 12.728139] sysctl net.netfilter.nf_conntrack_acct=1 to enable it. [ 12.743813] ip_tables: (C) 2000-2006 Netfilter Core Team [ 12.760760] nf_ct_ftp: Maximum expected value 1 [ 12.785900] ctnetlink v0.93: registering with nfnetlink. [ 12.822992] arp_tables: (C) 2002 David S. Miller [ 12.850934] u32 classifier [ 12.853757] Performance counters on [ 12.857723] input device check on [ 12.861518] Actions configured Done. [ 13.012115] Running /etc/runlevel/2/S31xtables6...Done. [ 13.021044] Running /etc/runlevel/2/S32clst...Done. [ 13.036692] Running /etc/runlevel/2/S32hotspot...Done. [ 1[ 12.901093] ipt_addrpairs_6 v0.1.0: Loading 3.037708] Running /etc/runlevel/2/S32wgxt...[ 12.910767] xt_session6 : Loading [ 12.914139] xt_session6 : Loaded limit 1000 hash 1024 WG IPC ID 184549376 (0x0B000000) [ 12.927752] ipt_addrpairs v0.1.0: Loaded [ 12.934551] xt_ifset: Loaded with set limit 5000 and entry limit 5000 [ 12.941718] xt_classify : Loaded [ 12.945657] xt_master: Loaded [ 12.949319] xt_MASTER: Loaded [ 12.953352] xt_WGTEE: Loaded [ 12.956996] xt_STP: Loaded [ 12.960791] Schedule: Loaded [ 12.964354] xt_POLICY: Loaded [ 12.968050] xt_policy : Loaded [ 12.971885] xt_EXPIRES: Loaded [ 12.975711] xt_IPPRECEDENCE: Loaded [ 12.981115] xt_PKTCACHE: Loaded [ 12.989181] xt_session : Loaded limit 1000 hash 1024 WG IPC ID 92274688 (0x05800000) [ 13.003564] xt_CONNCLASSIFY: Loaded [ 13.007721] xt_connclassify : Loaded [ 13.012714] xt_ipspoof : Loaded [ 13.021234] xt_LBDNAT: Loaded [ 13.027759] xt_MWAN: Loaded [ 13.033005] xt_psd: Loaded [ 13.036855] xt_ipsd: Loaded [ 13.040807] xt_ddos: Loaded [ 13.044955] xt_dos: Loaded [ 13.050710] xt_wgaccount: Loaded [ 13.067280] xt_block : Loaded limit 1000 hash 1024 WG IPC ID 155189248 [ 13.075579] xt_localroute: Loaded [ 13.080327] xt_duplicate: Loaded Done. [ 13.228111] Running /etc/runlevel/2/S33appID...[ 13.129112] WG workqueue: Loaded [ 13.139566] bw driver: Loaded Done. [ 13.283826] Running /etc/runlevel/2/S33proxy...Linking proxy needed libs to sandbox [ 13.306128] Linking Done. [ 13.306166] Done. [ 13.306189] Running /etc/runlevel/2/S34proxy...Done. [ 13.306735] Running /etc/runlevel/2/S35proxy...Done. [ 13.307098] Running /etc/runlevel/2/S35scand...Done. [ 13.307779] Running /etc/runlevel/2/S36dynroute...Done. [ 13.308123] Running /etc/runlevel/2/S42ssh...Done. [ 13.309860] Running /etc/runlevel/2/S44sysb...Done. [ 13.311737] Running /etc/runlevel/2/S50nettune...Setting IPv4 route garbage collection timeout to 2 minutes [ 13.312357] Setting promote_secondaries to 1 [ 13.312406] Done. [ 13.312432] Running /etc/runlevel/2/S53configdhash...Done. [ 13.312887] Running /etc/runlevel/2/S80seed-random...Saved random seed [ 13.681687] Done. [ 13.681707] Running /etc/runlevel/2/S99igmp...Done. [ 13.682556] Running /etc/runlevel/2/S99rootro...Done. [ 20.288381] Running /etc/runlevel/4/S51armled...Done. XTM_8_Series login:</davem@redhat.com></greearb@candelatech.com></maxk@qualcomm.com></keypad_thread></plcm_init></bio-0>
-
Any updates ??
Was thinking if I go this route ( XTM8 ) an E8400 would be nice upgrade since they aren't an arm and a leg anymore… but I do have to say the QX9650 is twice the chip ( literally !!) however its not the "buck" bargain that the E8400 is... But there also the option of the Q9550 or even the Q9650 which are both great options...
Also having the max RAM 2X2GB wouldn't hurt either. I'm guessing it would call for PC2-6400-2Gb Low Density Non-ECC ??
Reason behind the Upgrades is the few "streamers" in the house that are being VPN hogs... 4 Clients at 10-15Mbps and my X1250 is getting slow and need to update to a XTM5 or preferably to an XTM8 very soon !
-
Is that encryption happening on the X-e box? If it's just passing the encrypted traffic it shouldn't have much trouble.
I never managed to get hold of an XTM 8. Now I have access to more interesting hardware. ;)
However the initial problems we had installing are probably not applicable now as both consoles are active by default and em is the default NIC type.
Steve
-
Is that encryption happening on the X-e box? If it's just passing the encrypted traffic it shouldn't have much trouble.
I never managed to get hold of an XTM 8. Now I have access to more interesting hardware. ;)
However the initial problems we had installing are probably not applicable now as both consoles are active by default and em is the default NIC type.
Steve
Yes Steve it is…
Seems like anytime any heavy streaming / downloading happens the box just bogs down.
CPU jumps from Idle ( ~ 3-5% ) to Heavy Load ( 90+% ) as well as any local traffic is down down to a crawl ! (2-5mbit on a 170ish mbit service)