[ltp] Java Zombies

Martin Lorenz linux-thinkpad@linux-thinkpad.org
Thu, 5 Oct 2006 08:25:37 +0200


--fdj2RfSjLxBAspz7
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Wed, Oct 04, 2006 at 09:52:16PM +0200, Dipl.-Ing. Martin Lorenz wrote:
> On Wed, Oct 04, 2006 at 09:25:50PM +0200, Dipl.-Ing. Martin Lorenz wrote:
> > On Wed, Oct 04, 2006 at 03:29:36PM -0300, Henrique de Moraes Holschuh wrote:
> > > On Wed, 04 Oct 2006, Martin Lorenz wrote:
> > > > I run a java app for a while, stop it, start it, do things with it
> > 
> > > get a memtest boot image, check the memory, then get a simple kernel that is
> > > thrustworthy into the machine (no patches and no proprietary drivers that
> > > taint the kernel), and do a complete filesystem check on all filesystems.
> find attached the config for a monolithic kernel that currently compiles
> 

seems you were right (not that I had any doubt ;-) 
I run the very same java-app for about an hour now without any problems on
the 'naked' kernel

I attach the dmesg for comparison

in the current dmesg outpt I get nothing but a bunch of these:
[ 2869.087000] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0
[ 2869.143000] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 34
[ 2869.143000] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 1, Code: 34, Value: 0
[ 2869.143000] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0
[ 2869.356000] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 15
[ 2869.356000] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 1, Code: 15, Value: 1
[ 2869.356000] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0
[ 2869.467000] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 15
[ 2869.467000] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 1, Code: 15, Value: 0
[ 2869.467000] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0
[ 2869.590000] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 28
[ 2869.590000] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 1, Code: 28, Value: 1
[ 2869.590000] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0



> #
> # Automatically generated make config: don't edit
> # Linux kernel version: 2.6.18-naked
> # Wed Oct  4 21:47:06 2006
> #
[...]

gruss
  mlo
--
Dipl.-Ing. Martin Lorenz

            They that can give up essential liberty 
	    to obtain a little temporary safety 
	    deserve neither liberty nor safety.
                                   Benjamin Franklin

please encrypt your mail to me
GnuPG key-ID: F1AAD37D
get it here:
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0xF1AAD37D

ICQ UIN: 33588107

--fdj2RfSjLxBAspz7
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=dmesg

[    0.000000] Linux version 2.6.18-naked (mlo@gimli) (gcc version 4.1.2 20060920 (prerelease) (Debian 4.1.1-14)) #1 SMP Wed Oct 4 21:56:23 CEST 2006
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[    0.000000]  BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
[    0.000000]  BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007f6e0000 (usable)
[    0.000000]  BIOS-e820: 000000007f6e0000 - 000000007f6f3000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007f6f3000 - 000000007f700000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f700000 - 0000000080000000 (reserved)
[    0.000000]  BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[    0.000000]  BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
[    0.000000] 1142MB HIGHMEM available.
[    0.000000] 896MB LOWMEM available.
[    0.000000] found SMP MP-table at 000f68b0
[    0.000000] Entering add_active_range(0, 0, 521952) 0 entries of 256 used
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->   229376
[    0.000000]   HighMem    229376 ->   521952
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->   521952
[    0.000000] On node 0 totalpages: 521952
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 4064 pages, LIFO batch:0
[    0.000000]   Normal zone: 1760 pages used for memmap
[    0.000000]   Normal zone: 223520 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2285 pages used for memmap
[    0.000000]   HighMem zone: 290291 pages, LIFO batch:31
[    0.000000] DMI present.
[    0.000000] ACPI: RSDP (v002 LENOVO                                ) @ 0x000f6870
[    0.000000] ACPI: XSDT (v001 LENOVO TP-7B    0x00001100  LTP 0x00000000) @ 0x7f6e6526
[    0.000000] ACPI: FADT (v003 LENOVO TP-7B    0x00001100 LNVO 0x00000001) @ 0x7f6e6600
[    0.000000] ACPI: SSDT (v001 LENOVO TP-7B    0x00001100 MSFT 0x0100000e) @ 0x7f6e67b4
[    0.000000] ACPI: ECDT (v001 LENOVO TP-7B    0x00001100 LNVO 0x00000001) @ 0x7f6f2d45
[    0.000000] ACPI: TCPA (v002 LENOVO TP-7B    0x00001100 LNVO 0x00000001) @ 0x7f6f2d97
[    0.000000] ACPI: MADT (v001 LENOVO TP-7B    0x00001100 LNVO 0x00000001) @ 0x7f6f2dc9
[    0.000000] ACPI: MCFG (v001 LENOVO TP-7B    0x00001100 LNVO 0x00000001) @ 0x7f6f2e31
[    0.000000] ACPI: HPET (v001 LENOVO TP-7B    0x00001100 LNVO 0x00000001) @ 0x7f6f2e6f
[    0.000000] ACPI: BOOT (v001 LENOVO TP-7B    0x00001100  LTP 0x00000001) @ 0x7f6f2fd8
[    0.000000] ACPI: SSDT (v001 LENOVO TP-7B    0x00001100 INTL 0x20050513) @ 0x7f6e5ae1
[    0.000000] ACPI: SSDT (v001 LENOVO TP-7B    0x00001100 INTL 0x20050513) @ 0x7f6e5909
[    0.000000] ACPI: DSDT (v001 LENOVO TP-7B    0x00001100 MSFT 0x0100000e) @ 0x00000000
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] Processor #0 6:14 APIC version 20
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] Processor #1 6:14 APIC version 20
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, 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] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at 88000000 (gap: 80000000:70000000)
[    0.000000] Detected 1662.636 MHz processor.
[    8.470894] Built 1 zonelists.  Total pages: 517875
[    8.470898] Kernel command line: root=/dev/sda5 ro resume
[    8.471196] mapped APIC to ffffd000 (fee00000)
[    8.471200] mapped IOAPIC to ffffc000 (fec00000)
[    8.471205] Enabling fast FPU save and restore... done.
[    8.471209] Enabling unmasked SIMD FPU exception support... done.
[    8.471213] Initializing CPU#0
[    8.471293] PID hash table entries: 4096 (order: 12, 16384 bytes)
[    8.472856] Console: colour VGA+ 80x25
[    8.476260] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    8.476878] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    8.593939] Memory: 2063020k/2087808k available (3557k kernel code, 23576k reserved, 1722k data, 232k init, 1170304k highmem)
[    8.594044] virtual kernel memory layout:
[    8.594046]     fixmap  : 0xfff9d000 - 0xfffff000   ( 392 kB)
[    8.594048]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    8.594051]     vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
[    8.594053]     lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
[    8.594055]       .init : 0xc06af000 - 0xc06e9000   ( 232 kB)
[    8.594057]       .data : 0xc0479413 - 0xc0627f70   (1722 kB)
[    8.594059]       .text : 0xc0100000 - 0xc0479413   (3557 kB)
[    8.594593] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[    8.594926] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    8.595180] hpet0: 3 64-bit timers, 14318180 Hz
[    8.596251] Using HPET for base-timer
[    8.655836] Calibrating delay using timer specific routine.. 3328.32 BogoMIPS (lpj=1664160)
[    8.656018] Security Framework v1.0.0 initialized
[    8.656094] Capability LSM initialized
[    8.656186] Mount-cache hash table entries: 512
[    8.656396] CPU: After generic identify, caps: bfe9fbff 00100000 00000000 00000000 0000c1a9 00000000 00000000
[    8.656408] monitor/mwait feature present.
[    8.656474] using mwait in idle threads.
[    8.656543] CPU: L1 I cache: 32K, L1 D cache: 32K
[    8.656656] CPU: L2 cache: 2048K
[    8.656722] CPU: Physical Processor ID: 0
[    8.656788] CPU: Processor Core ID: 0
[    8.656866] CPU: After all inits, caps: bfe9fbff 00100000 00000000 00000940 0000c1a9 00000000 00000000
[    8.656877] Intel machine check architecture supported.
[    8.656952] Intel machine check reporting enabled on CPU#0.
[    8.657025] Compat vDSO mapped to ffffe000.
[    8.657104] Checking 'hlt' instruction... OK.
[    8.661054] Freeing SMP alternatives: 20k freed
[    8.661122] ACPI: Core revision 20060707
[    8.685327] CPU0: Intel Genuine Intel(R) CPU           L2400  @ 1.66GHz stepping 08
[    8.685572] Booting processor 1/1 eip 2000
[    8.696798] Initializing CPU#1
[    8.757021] Calibrating delay using timer specific routine.. 3325.08 BogoMIPS (lpj=1662540)
[    8.757031] CPU: After generic identify, caps: bfe9fbff 00100000 00000000 00000000 0000c1a9 00000000 00000000
[    8.757039] monitor/mwait feature present.
[    8.757045] CPU: L1 I cache: 32K, L1 D cache: 32K
[    8.757048] CPU: L2 cache: 2048K
[    8.757051] CPU: Physical Processor ID: 0
[    8.757054] CPU: Processor Core ID: 1
[    8.757056] CPU: After all inits, caps: bfe9fbff 00100000 00000000 00000940 0000c1a9 00000000 00000000
[    8.757065] Intel machine check architecture supported.
[    8.757074] Intel machine check reporting enabled on CPU#1.
[    8.757333] CPU1: Intel Genuine Intel(R) CPU           L2400  @ 1.66GHz stepping 08
[    8.758175] Total of 2 processors activated (6653.40 BogoMIPS).
[    8.758444] ENABLING IO-APIC IRQs
[    8.758717] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[    8.870505] checking TSC synchronization across 2 CPUs: 
[    0.000059] CPU#0 had -172 usecs TSC skew, fixed it up.
[    0.000128] CPU#1 had 172 usecs TSC skew, fixed it up.
[    0.000943] Brought up 2 CPUs
[    0.196240] migration_cost=181
[    0.197004] NET: Registered protocol family 16
[    0.197175] ACPI: bus type pci registered
[    0.197250] PCI: Using MMCONFIG
[    0.198233] Setting up standard PCI resources
[    0.203420] ACPI: Found ECDT
[    0.217998] ACPI: Interpreter enabled
[    0.218065] ACPI: Using IOAPIC for interrupt routing
[    0.219548] ACPI: PCI Interrupt Link [LNKA] (IRQs *3 4 5 6 7 9 10 11)
[    0.221129] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *4 5 6 7 9 10 11)
[    0.222723] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 9 10 11)
[    0.224292] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 *6 7 9 10 11)
[    0.225876] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
[    0.227444] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
[    0.229023] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 *10 11)
[    0.230602] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[    0.231780] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.231850] PCI: Probing PCI hardware (bus 00)
[    0.237042] Boot video device is 0000:00:02.0
[    0.237828] PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
[    0.239334] PCI: Transparent bridge - 0000:00:1e.0
[    0.239555] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.246895] ACPI: Embedded Controller [EC] (gpe 28) interrupt mode.
[    0.247570] ACPI: Power Resource [PUBS] (on)
[    0.250095] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
[    0.250409] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[    0.250732] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
[    0.251107] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
[    0.251483] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[    0.254213] Linux Plug and Play Support v0.97 (c) Adam Belay
[    0.254329] intel_rng: FWH not detected
[    0.254579] SCSI subsystem initialized
[    0.254708] PCI: Using ACPI for IRQ routing
[    0.254777] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[    0.256510] PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0
[    0.256592] PCI: Bridge: 0000:00:1c.0
[    0.256660]   IO window: 2000-2fff
[    0.256729]   MEM window: ee000000-ee0fffff
[    0.256798]   PREFETCH window: disabled.
[    0.256867] PCI: Bridge: 0000:00:1c.1
[    0.256934]   IO window: 3000-4fff
[    0.257003]   MEM window: ec000000-edffffff
[    0.257073]   PREFETCH window: e4000000-e40fffff
[    0.257143] PCI: Bridge: 0000:00:1c.2
[    0.257210]   IO window: 5000-6fff
[    0.257279]   MEM window: e8000000-e9ffffff
[    0.257349]   PREFETCH window: e4100000-e41fffff
[    0.257419] PCI: Bridge: 0000:00:1c.3
[    0.257486]   IO window: 7000-8fff
[    0.257585]   MEM window: ea000000-ebffffff
[    0.257654]   PREFETCH window: e4200000-e42fffff
[    0.257729] PCI: Bus 22, cardbus bridge: 0000:15:00.0
[    0.257798]   IO window: 00009000-000090ff
[    0.257868]   IO window: 00009400-000094ff
[    0.257938]   PREFETCH window: e0000000-e1ffffff
[    0.258009]   MEM window: e6000000-e7ffffff
[    0.258078] PCI: Bridge: 0000:00:1e.0
[    0.258145]   IO window: 9000-cfff
[    0.258214]   MEM window: e4300000-e7ffffff
[    0.258283]   PREFETCH window: e0000000-e3ffffff
[    0.258377] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 20 (level, low) -> IRQ 169
[    0.258512] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[    0.258542] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 21 (level, low) -> IRQ 177
[    0.258677] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[    0.258699] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 22 (level, low) -> IRQ 185
[    0.258833] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[    0.258855] ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 23 (level, low) -> IRQ 193
[    0.258989] PCI: Setting latency timer of device 0000:00:1c.3 to 64
[    0.259001] PCI: Enabling device 0000:00:1e.0 (0005 -> 0007)
[    0.259074] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[    0.259093] ACPI: PCI Interrupt 0000:15:00.0[A] -> GSI 16 (level, low) -> IRQ 201
[    0.259228] PCI: Setting latency timer of device 0000:15:00.0 to 64
[    0.259265] NET: Registered protocol family 2
[    0.271567] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.271778] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.274640] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.275413] TCP: Hash tables configured (established 262144 bind 65536)
[    0.275485] TCP reno registered
[    0.275769] Simple Boot Flag at 0x35 set to 0x1
[   20.244820] IA-32 Microcode Update Driver: v1.14a <tigran@veritas.com>
[   20.245138] audit: initializing netlink socket (disabled)
[   20.245225] audit(1160033691.730:1): initialized
[   20.245381] highmem bounce pool size: 64 pages
[   20.245660] Coda Kernel/Venus communications, v6.0.0, coda@cs.cmu.edu
[   20.246046] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   20.246397] NTFS driver 2.1.27 [Flags: R/W].
[   20.246508] fuse init (API version 7.7)
[   20.246732] io scheduler noop registered
[   20.246866] io scheduler cfq registered (default)
[   20.247323] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[   20.247376] assign_interrupt_mode Found MSI capability
[   20.247507] Allocate Port Service[0000:00:1c.0:pcie00]
[   20.247560] Allocate Port Service[0000:00:1c.0:pcie02]
[   20.247613] Allocate Port Service[0000:00:1c.0:pcie03]
[   20.247730] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[   20.247788] assign_interrupt_mode Found MSI capability
[   20.247904] Allocate Port Service[0000:00:1c.1:pcie00]
[   20.247951] Allocate Port Service[0000:00:1c.1:pcie02]
[   20.248001] Allocate Port Service[0000:00:1c.1:pcie03]
[   20.248117] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[   20.248169] assign_interrupt_mode Found MSI capability
[   20.248285] Allocate Port Service[0000:00:1c.2:pcie00]
[   20.248332] Allocate Port Service[0000:00:1c.2:pcie02]
[   20.248376] Allocate Port Service[0000:00:1c.2:pcie03]
[   20.248490] PCI: Setting latency timer of device 0000:00:1c.3 to 64
[   20.248542] assign_interrupt_mode Found MSI capability
[   20.248659] Allocate Port Service[0000:00:1c.3:pcie00]
[   20.248709] Allocate Port Service[0000:00:1c.3:pcie02]
[   20.248761] Allocate Port Service[0000:00:1c.3:pcie03]
[   20.249229] ACPI: AC Adapter [AC] (off-line)
[   20.259411] ACPI: Battery Slot [BAT0] (battery present)
[   20.259504] ACPI: Power Button (FF) [PWRF]
[   20.259589] ACPI: Lid Switch [LID]
[   20.259664] ACPI: Sleep Button (CM) [SLPB]
[   20.260872] ACPI (exconfig-0455): Dynamic SSDT Load - OemId [ PmRef] OemTableId [ Cpu0Ist] [20060707]
[   20.261580] ACPI (exconfig-0455): Dynamic SSDT Load - OemId [ PmRef] OemTableId [ Cpu0Cst] [20060707]
[   20.262885] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[   20.263138] ACPI: Processor [CPU0] (supports 8 throttling states)
[   20.264268] ACPI (exconfig-0455): Dynamic SSDT Load - OemId [ PmRef] OemTableId [ Cpu1Ist] [20060707]
[   20.264921] ACPI (exconfig-0455): Dynamic SSDT Load - OemId [ PmRef] OemTableId [ Cpu1Cst] [20060707]
[   20.266277] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
[   20.266531] ACPI: Processor [CPU1] (supports 8 throttling states)
[   20.461000] ACPI: Thermal Zone [THM0] (46 C)
[   20.464000] ACPI: Thermal Zone [THM1] (46 C)
[   20.464000] ibm_acpi: IBM ThinkPad ACPI Extras v0.12a
[   20.464000] ibm_acpi: http://ibm-acpi.sf.net/
[   20.496000] Real Time Clock Driver v1.12ac
[   20.497000] hpet_resources: 0xfed00000 is busy
[   20.497000] Non-volatile memory driver v1.2
[   20.497000] Linux agpgart interface v0.101 (c) Dave Jones
[   20.497000] agpgart: Detected an Intel 945GM Chipset.
[   20.499000] agpgart: Detected 7932K stolen memory.
[   20.516000] agpgart: AGP aperture is 256M @ 0xd0000000
[   20.517000] [drm] Initialized drm 1.0.1 20051102
[   20.517000] ipmi message handler version 39.0
[   20.517000] ipmi device interface
[   20.517000] IPMI System Interface driver.
[   20.530000] ipmi_si: Unable to find any System Interface(s)
[   20.530000] IPMI Watchdog: driver initialized
[   20.530000] Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot.
[   20.530000] Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds).
[   20.530000] Hangcheck: Using get_cycles().
[   20.530000] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[   23.542000] floppy0: no floppy controllers found
[   23.542000] loop: loaded (max 8 devices)
[   23.543000] Intel(R) PRO/1000 Network Driver - version 7.2.9-k2-NAPI
[   23.543000] Copyright (c) 1999-2006 Intel Corporation.
[   23.543000] ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 16 (level, low) -> IRQ 201
[   23.543000] PCI: Setting latency timer of device 0000:02:00.0 to 64
[   23.587000] e1000: 0000:02:00.0: e1000_probe: The EEPROM Checksum Is Not Valid
[   23.608000] ACPI: PCI interrupt for device 0000:02:00.0 disabled
[   23.608000] e1000: probe of 0000:02:00.0 failed with error -5
[   23.608000] Ethernet Channel Bonding Driver: v3.1.1 (September 26, 2006)
[   23.608000] bonding: Warning: either miimon or arp_interval and arp_ip_target module parameters must be specified, otherwise bonding will not detect link failures! see bonding.txt for details.
[   23.609000] PPP generic driver version 2.4.2
[   23.609000] PPP Deflate Compression module registered
[   23.609000] PPP BSD Compression module registered
[   23.609000] tun: Universal TUN/TAP device driver, 1.6
[   23.609000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   23.609000] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.1.4kmpr
[   23.609000] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[   23.609000] Loading iSCSI transport class v2.0-685.<6>st: Version 20050830, fixed bufsize 32768, s/g segs 256
[   23.610000] osst :I: Tape driver with OnStream support version 0.99.4
[   23.610000] osst :I: $Id: osst.c,v 1.73 2005/01/01 21:13:34 wriede Exp $
[   23.610000] SCSI Media Changer driver v0.25 
[   23.610000] libata version 2.00 loaded.
[   23.610000] ahci 0000:00:1f.2: version 2.0
[   23.610000] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 16 (level, low) -> IRQ 201
[   24.614000] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[   24.614000] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 1.5 Gbps 0x1 impl SATA mode
[   24.614000] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part 
[   24.614000] ata1: SATA max UDMA/133 cmd 0xF883C500 ctl 0x0 bmdma 0x0 irq 58
[   24.614000] ata2: SATA max UDMA/133 cmd 0xF883C580 ctl 0x0 bmdma 0x0 irq 58
[   24.614000] ata3: SATA max UDMA/133 cmd 0xF883C600 ctl 0x0 bmdma 0x0 irq 58
[   24.615000] ata4: SATA max UDMA/133 cmd 0xF883C680 ctl 0x0 bmdma 0x0 irq 58
[   24.615000] scsi0 : ahci
[   25.073000] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   25.073000] ata1.00: ATA-7, max UDMA/100, 156301488 sectors: LBA48 NCQ (depth 31/32)
[   25.073000] ata1.00: ata1: dev 0 multi count 16
[   25.076000] ata1.00: configured for UDMA/100
[   25.076000] scsi1 : ahci
[   25.379000] ata2: SATA link down (SStatus 0 SControl 0)
[   25.379000] scsi2 : ahci
[   25.682000] ata3: SATA link down (SStatus 0 SControl 0)
[   25.682000] scsi3 : ahci
[   25.985000] ata4: SATA link down (SStatus 0 SControl 0)
[   25.985000] scsi 0:0:0:0: Direct-Access     ATA      FUJITSU MHV2080B 0084 PQ: 0 ANSI: 5
[   25.985000] SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
[   25.985000] sda: Write Protect is off
[   25.985000] sda: Mode Sense: 00 3a 00 00
[   25.985000] SCSI device sda: drive cache: write back
[   25.985000] SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
[   25.986000] sda: Write Protect is off
[   25.986000] sda: Mode Sense: 00 3a 00 00
[   25.986000] SCSI device sda: drive cache: write back
[   25.986000]  sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 sda14 >
[   26.494000] sd 0:0:0:0: Attached scsi disk sda
[   26.494000] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   26.495000] PNP: No PS/2 controller found. Probing ports directly.
[   26.504000] serio: i8042 KBD port at 0x60,0x64 irq 1
[   26.504000] serio: i8042 AUX port at 0x60,0x64 irq 12
[   26.537000] mice: PS/2 mouse device common for all mice
[   26.537000] input: PC Speaker as /class/input/input0
[   26.537000] evbug.c: Connected device: "PC Speaker", isa0061/input0
[   26.544000] input: AT Translated Set 2 keyboard as /class/input/input1
[   26.544000] evbug.c: Connected device: "AT Translated Set 2 keyboard", isa0060/serio0/input0
[   26.550000] wistron_btns: System unknown
[   26.550000] GRE over IPv4 tunneling driver
[   26.550000] TCP bic registered
[   26.550000] TCP cubic registered
[   26.550000] TCP westwood registered
[   26.551000] TCP htcp registered
[   26.551000] Initializing XFRM netlink socket
[   26.551000] NET: Registered protocol family 1
[   26.551000] NET: Registered protocol family 17
[   26.551000] NET: Registered protocol family 15
[   26.551000] 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
[   26.551000] All bugs added by David S. Miller <davem@redhat.com>
[   26.551000] ieee80211: 802.11 data/management/control stack, git-1.1.13
[   26.551000] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[   26.551000] ieee80211_crypt: registered algorithm 'NULL'
[   26.551000] ieee80211_crypt: registered algorithm 'WEP'
[   26.551000] ieee80211_crypt: registered algorithm 'CCMP'
[   26.551000] ieee80211_crypt: registered algorithm 'TKIP'
[   26.554000] Starting balanced_irq
[   26.554000] Using IPI Shortcut mode
[   26.554000] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
[   26.555000] Time: tsc clocksource has been installed.
[   26.557000] Time: hpet clocksource has been installed.
[   27.063000] IBM TrackPoint firmware: 0x0e, buttons: 3/3
[   27.086000] input: TPPS/2 IBM TrackPoint as /class/input/input2
[   27.086000] evbug.c: Connected device: "TPPS/2 IBM TrackPoint", isa0060/serio1/input0
[   27.162000] VFS: Mounted root (ext2 filesystem) readonly.
[   27.162000] Freeing unused kernel memory: 232k freed
[   34.374000] ReiserFS: sda14: found reiserfs format "3.6" with standard journal
[   34.374000] ReiserFS: sda14: warning: CONFIG_REISERFS_CHECK is set ON
[   34.374000] ReiserFS: sda14: warning: - it is slow mode for debugging.
[   34.374000] ReiserFS: sda14: using ordered data mode
[   34.397000] ReiserFS: sda14: journal params: device sda14, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[   34.398000] ReiserFS: sda14: checking transaction log (sda14)
[   34.398000] ReiserFS: sda14: journal-1153: found in header: first_unflushed_offset 6720, last_flushed_trans_id 15278
[   34.405000] ReiserFS: sda14: journal-1206: Starting replay from offset 65622805322304, trans_id 1854622135
[   34.405000] ReiserFS: sda14: journal-1299: Setting newest_mount_id to 127
[   34.442000] ReiserFS: sda14: Using r5 hash to sort names
[   34.505000] ReiserFS: sda8: found reiserfs format "3.6" with standard journal
[   34.505000] ReiserFS: sda8: warning: CONFIG_REISERFS_CHECK is set ON
[   34.505000] ReiserFS: sda8: warning: - it is slow mode for debugging.
[   34.505000] ReiserFS: sda8: using ordered data mode
[   34.546000] ReiserFS: sda8: journal params: device sda8, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[   34.546000] ReiserFS: sda8: checking transaction log (sda8)
[   34.547000] ReiserFS: sda8: journal-1153: found in header: first_unflushed_offset 178, last_flushed_trans_id 441370
[   34.560000] ReiserFS: sda8: journal-1206: Starting replay from offset 1895674010402994, trans_id 4155873444
[   34.560000] ReiserFS: sda8: journal-1299: Setting newest_mount_id to 127
[   34.586000] ReiserFS: sda8: Using r5 hash to sort names
[   34.634000] ReiserFS: sda11: found reiserfs format "3.6" with standard journal
[   34.634000] ReiserFS: sda11: warning: CONFIG_REISERFS_CHECK is set ON
[   34.635000] ReiserFS: sda11: warning: - it is slow mode for debugging.
[   34.635000] ReiserFS: sda11: using ordered data mode
[   34.640000] ReiserFS: sda11: journal params: device sda11, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[   34.641000] ReiserFS: sda11: checking transaction log (sda11)
[   34.641000] ReiserFS: sda11: journal-1153: found in header: first_unflushed_offset 2766, last_flushed_trans_id 6392
[   34.650000] ReiserFS: sda11: journal-1206: Starting replay from offset 27457725926094, trans_id 4159767972
[   34.650000] ReiserFS: sda11: journal-1299: Setting newest_mount_id to 127
[   34.662000] ReiserFS: sda11: Using r5 hash to sort names
[   34.679000] ReiserFS: sda10: found reiserfs format "3.6" with standard journal
[   34.679000] ReiserFS: sda10: warning: CONFIG_REISERFS_CHECK is set ON
[   34.679000] ReiserFS: sda10: warning: - it is slow mode for debugging.
[   34.679000] ReiserFS: sda10: using ordered data mode
[   34.689000] ReiserFS: sda10: journal params: device sda10, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[   34.690000] ReiserFS: sda10: checking transaction log (sda10)
[   34.690000] ReiserFS: sda10: journal-1153: found in header: first_unflushed_offset 2775, last_flushed_trans_id 6395
[   34.695000] ReiserFS: sda10: journal-1206: Starting replay from offset 27470610827991, trans_id 0
[   34.695000] ReiserFS: sda10: journal-1299: Setting newest_mount_id to 127
[   34.700000] ReiserFS: sda10: Using r5 hash to sort names
[   34.718000] ReiserFS: sda9: found reiserfs format "3.6" with standard journal
[   34.718000] ReiserFS: sda9: warning: CONFIG_REISERFS_CHECK is set ON
[   34.718000] ReiserFS: sda9: warning: - it is slow mode for debugging.
[   34.718000] ReiserFS: sda9: using ordered data mode
[   34.724000] ReiserFS: sda9: journal params: device sda9, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[   34.725000] ReiserFS: sda9: checking transaction log (sda9)
[   34.725000] ReiserFS: sda9: journal-1153: found in header: first_unflushed_offset 7379, last_flushed_trans_id 50944
[   34.728000] ReiserFS: sda9: journal-1206: Starting replay from offset 218807108902099, trans_id 0
[   34.728000] ReiserFS: sda9: journal-1299: Setting newest_mount_id to 127
[   34.740000] ReiserFS: sda9: Using r5 hash to sort names
[   34.767000] ReiserFS: sda7: found reiserfs format "3.6" with standard journal
[   34.767000] ReiserFS: sda7: warning: CONFIG_REISERFS_CHECK is set ON
[   34.767000] ReiserFS: sda7: warning: - it is slow mode for debugging.
[   34.767000] ReiserFS: sda7: using ordered data mode
[   34.772000] ReiserFS: sda7: journal params: device sda7, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[   34.773000] ReiserFS: sda7: checking transaction log (sda7)
[   34.773000] ReiserFS: sda7: journal-1153: found in header: first_unflushed_offset 1590, last_flushed_trans_id 474438
[   34.785000] ReiserFS: sda7: journal-1206: Starting replay from offset 2037699988948534, trans_id 0
[   34.785000] ReiserFS: sda7: journal-1299: Setting newest_mount_id to 127
[   34.833000] ReiserFS: sda7: Using r5 hash to sort names
[   34.884000] ReiserFS: sda6: found reiserfs format "3.6" with standard journal
[   34.884000] ReiserFS: sda6: warning: CONFIG_REISERFS_CHECK is set ON
[   34.884000] ReiserFS: sda6: warning: - it is slow mode for debugging.
[   34.884000] ReiserFS: sda6: using ordered data mode
[   34.898000] ReiserFS: sda6: journal params: device sda6, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[   34.899000] ReiserFS: sda6: checking transaction log (sda6)
[   34.899000] ReiserFS: sda6: journal-1153: found in header: first_unflushed_offset 1392, last_flushed_trans_id 580197
[   34.902000] ReiserFS: sda6: journal-1206: Starting replay from offset 2491931435206000, trans_id 4155872388
[   34.902000] ReiserFS: sda6: journal-1299: Setting newest_mount_id to 127
[   34.947000] ReiserFS: sda6: Using r5 hash to sort names

--fdj2RfSjLxBAspz7--