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

Bug#507955: marked as done (Oops in native_apic_write() on a Dell Dimension 2350)



Your message dated Thu, 12 May 2011 22:00:41 +0200
with message-id <20110512200041.GD21918@inutil.org>
and subject line Re: Addendum
has caused the Debian Bug report #507955,
regarding Oops in native_apic_write() on a Dell Dimension 2350
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
507955: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507955
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linux-image-2.6.26-1-686
Version: 2.6.26-10
Severity: important

Problem with this kernel on a Dell Dimension 2350, with an add-on PCI video 
card and 1GB of RAM. The Ubuntu "generic" kernel DOES NOT exhibit the 
behavior described below, so this bug is specific to Debian.

The kernel appears to be oopsing inside the native_apic_write() function. 
This occurs either during bootup or just before rebooting, depending on 
whether the "nosmp" kernel command-line option is given.

NOTE: The "noapic" and "nolapic" options have no effect on this bug!

Attached are three kernel console logs, recorded via serial link:

* boot-plain.txt: root=/dev/hda7 ro mem=256M console=ttyS0 apic=debug

  Oops occurs immediately after loading agpgart functionality on bootup.

* boot-nosmp.txt: root=/dev/hda7 ro mem=256M console=ttyS0 apic=debug nosmp

  Oops occurs just before the actual hardware reset during the reboot 
  process.

* boot-noapic-nolapic-nosmp.txt: root=/dev/hda7 ro mem=256M console=ttyS0 
  apic=debug noapic nolapic nosmp

  Just for completeness. You can see that the same crash occurs as in the 
  previous case.

NOTE: The mem=256M bit is a workaround for what I believe is a separate, 
unrelated kernel issue in highmem_32.c on this system. (The Ubuntu 
"generic" kernel does happen to be affected by this one.)

A bit of background: This Dell system has had kernel issues in the past due 
to buggy BIOS-level interaction between the add-on PCI video card and the 
(disabled) onboard Intel video. With 2006-vintage Ubuntu kernels, the 
system would lock up when the intel-agp kernel module was loaded on bootup; 
this was resolved at the time using a modprobe blacklist. For more 
information on this, see an old bug-report comment of mine at

	http://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg46033.html

and the Ubuntu forum thread linked therein. Recent kernels seem to have 
fixed this issue, and blacklisting is no longer needed. However, the fact 
that the first oops detailed above occurs right after agpgart is loaded 
suggests that there may yet be an unresolved issue with the interaction 
between the onboard and add-on video hardware.

This system is currently not in production use, and I will be happy to 
provide any useful telemetry upon request.
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.26-1-686 (Debian 2.6.26-10) (waldi@debian.org) (gcc version 4.1.3 20080623 (prerelease) (Debian 4.1.2-23)) #1 SMP Sat Nov 8 19:00:26 UTC 2008
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003fef0000 (usable)
[    0.000000]  BIOS-e820: 000000003fef0000 - 000000003fef3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003fef3000 - 000000003ff00000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000]  limit_regions start: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  limit_regions start: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  limit_regions start: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  limit_regions start: 0000000000100000 - 000000003fef0000 (usable)
[    0.000000]  limit_regions start: 000000003fef0000 - 000000003fef3000 (ACPI NVS)
[    0.000000]  limit_regions start: 000000003fef3000 - 000000003ff00000 (ACPI data)
[    0.000000]  limit_regions start: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  limit_regions start: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  limit_regions start: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000]  limit_regions endfor: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  limit_regions endfor: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  limit_regions endfor: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  limit_regions endfor: 0000000000100000 - 0000000010000000 (usable)
[    0.000000] user-defined physical RAM map:
[    0.000000]  user: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  user: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  user: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  user: 0000000000100000 - 0000000010000000 (usable)
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 256MB LOWMEM available.
[    0.000000] found SMP MP-table at [c00f4b80] 000f4b80
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->    65536
[    0.000000]   HighMem     65536 ->    65536
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->    65536
[    0.000000] DMI 2.3 present.
[    0.000000] ACPI: RSDP 000F6D00, 0014 (r0 IntelR)
[    0.000000] ACPI: RSDT 3FEF3000, 0030 (r1 IntelR AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: FACP 3FEF3040, 0074 (r1 IntelR AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: DSDT 3FEF30C0, 3543 (r1 INTELR AWRDACPI     1000 MSFT  100000C)
[    0.000000] ACPI: FACS 3FEF0000, 0040
[    0.000000] ACPI: BOOT 3FEF6640, 0028 (r1 IntelR AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: APIC 3FEF6680, 0054 (r1 IntelR AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, 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] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at 20000000 (gap: 10000000:f0000000)
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] PERCPU: Allocating 37960 bytes of per cpu data
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
[    0.000000] Kernel command line: root=/dev/hda7 ro mem=256M console=ttyS0 apic=debug
[    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] PID hash table entries: 1024 (order: 10, 4096 bytes)
[    0.000000] Detected 2193.004 MHz processor.
[    0.004000] Console: colour VGA+ 80x25
[    0.004000] console [ttyS0] enabled
[    0.004000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.004000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.004000] Memory: 250308k/262144k available (1768k kernel code, 11328k reserved, 752k data, 244k init, 0k highmem)
[    0.004000] virtual kernel memory layout:
[    0.004000]     fixmap  : 0xfff4c000 - 0xfffff000   ( 716 kB)
[    0.004000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.004000]     vmalloc : 0xd0800000 - 0xff7fe000   ( 751 MB)
[    0.004000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.004000]       .init : 0xc037f000 - 0xc03bc000   ( 244 kB)
[    0.004000]       .data : 0xc02ba30b - 0xc0376620   ( 752 kB)
[    0.004000]       .text : 0xc0100000 - 0xc02ba30b   (1768 kB)
[    0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.084059] Calibrating delay using timer specific routine.. 4391.38 BogoMIPS (lpj=8782761)
[    0.096006] Security Framework initialized
[    0.100006] SELinux:  Disabled at boot.
[    0.104006] Capability LSM initialized
[    0.108006] Mount-cache hash table entries: 512
[    0.112007] Initializing cgroup subsys ns
[    0.116007] Initializing cgroup subsys cpuacct
[    0.120007] Initializing cgroup subsys devices
[    0.124007] CPU: Trace cache: 12K uops, L1 D cache: 8K
[    0.132008] CPU: L2 cache: 512K
[    0.136008] CPU: Hyper-Threading is disabled
[    0.140008] Intel machine check architecture supported.
[    0.144009] Intel machine check reporting enabled on CPU#0.
[    0.148009] CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
[    0.152009] CPU0: Thermal monitoring enabled
[    0.156009] Checking 'hlt' instruction... OK.
[    0.180011] SMP alternatives: switching to UP code
[    0.195147] Freeing SMP alternatives: 16k freed
[    0.200012] ACPI: Core revision 20080321
[    0.213969] Getting VERSION: 50014
[    0.220013] Getting VERSION: 50014
[    0.224014] Getting ID: 0
[    0.228014] Getting LVT0: 700
[    0.232014] Getting LVT1: 400
[    0.236014] enabled ExtINT on CPU#0
[    0.240015] ENABLING IO-APIC IRQs
[    0.244015] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.287668] CPU0: Intel(R) Pentium(R) 4 CPU 2.20GHz stepping 04
[    0.300018] Using local APIC timer interrupts.
[    0.300018] calibrating APIC timer ...
[    0.304019] ... lapic delta = 623010
[    0.304019] ... PM timer delta = 357973
[    0.304019] ... PM timer result ok
[    0.304019] ..... delta 623010
[    0.304019] ..... mult: 26756403
[    0.304019] ..... calibration result: 398726
[    0.304019] ..... CPU clock speed is 2193.0012 MHz.
[    0.304019] ..... host bus clock speed is 99.2726 MHz.
[    0.308019] Brought up 1 CPUs
[    0.312019] Total of 1 processors activated (4391.38 BogoMIPS).
[    0.316019] net_namespace: 660 bytes
[    0.320020] Booting paravirtualized kernel on bare hardware
[    0.324107] NET: Registered protocol family 16
[    0.332020] ACPI: bus type pci registered
[    0.360022] PCI: PCI BIOS revision 2.10 entry at 0xfaea0, last bus=1
[    0.364022] PCI: Using configuration type 1 for base access
[    0.368023] Setting up standard PCI resources
[    0.386558] ACPI: Interpreter enabled
[    0.392024] ACPI: (supports S0 S1 S3 S4 S5)
[    0.409399] ACPI: Using IOAPIC for interrupt routing
[    0.421117] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.428026] * The chipset may have PM-Timer Bug. Due to workarounds for a bug,
[    0.428026] * this clock source is slow. If you are sure your timer does not have
[    0.428026] * this bug, please use "acpi_pm_good" to disable the workaround
[    0.432027] pci 0000:00:1f.0: quirk: region 0400-047f claimed by ICH4 ACPI/GPIO/TCO
[    0.436027] pci 0000:00:1f.0: quirk: region 0480-04bf claimed by ICH4 GPIO
[    0.440463] PCI: Transparent bridge - 0000:00:1e.0
[    0.465658] ACPI: PCI Interrupt Link [LNKA] (IRQs *3 4 5 7 9 10 11 12 14 15)
[    0.502405] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.536031] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.568031] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[    0.600031] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.638262] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.680031] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.722262] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[    0.758457] Linux Plug and Play Support v0.97 (c) Adam Belay
[    0.764031] pnp: PnP ACPI init
[    0.768031] ACPI: bus type pnp registered
[    0.774120] pnp: PnP ACPI: found 12 devices
[    0.780031] ACPI: ACPI bus type pnp unregistered
[    0.784031] PnPBIOS: Disabled by ACPI PNP
[    0.788032] PCI: Using ACPI for IRQ routing
[    0.792031] testing the IO APIC.......................
[    0.796031] .................................... done.
[    0.800031] ACPI: RTC can wake from S4
[    0.804033] system 00:00: iomem range 0xd0000-0xd3fff has been reserved
[    0.879125] system 00:00: iomem range 0xd9800-0xdbfff has been reserved
[    0.958179] system 00:00: iomem range 0xf0000-0xfbfff could not be reserved
[    1.041390] system 00:00: iomem range 0xfc000-0xfffff could not be reserved
[    1.124602] system 00:00: iomem range 0x3fef0000-0x3fefffff has been reserved
[    1.209890] system 00:00: iomem range 0x0-0x9ffff could not be reserved
[    1.288939] system 00:00: iomem range 0x100000-0x3feeffff could not be reserved
[    1.376307] system 00:00: iomem range 0xfec00000-0xfec00fff has been reserved
[    1.461593] system 00:00: iomem range 0xfee00000-0xfee00fff has been reserved
[    1.546883] system 00:00: iomem range 0xffb00000-0xffbfffff has been reserved
[    1.632170] system 00:00: iomem range 0xfff00000-0xffffffff has been reserved
[    1.717460] system 00:00: iomem range 0xe0000-0xeffff has been reserved
[    1.796516] system 00:02: ioport range 0x400-0x4bf could not be reserved
[    1.876610] system 00:03: ioport range 0x4d0-0x4d1 has been reserved
[    1.952540] system 00:03: ioport range 0x800-0x87f has been reserved
[    2.060734] PCI: Bridge: 0000:00:1e.0
[    2.102727]   IO window: c000-cfff
[    2.143301]   MEM window: 0xec000000-0xedffffff
[    2.197395]   PREFETCH window: 0x00000000d8000000-0x00000000e7ffffff
[    2.273371] NET: Registered protocol family 2
[    2.325524] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[    2.407976] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    2.492289] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    2.569319] TCP: Hash tables configured (established 8192 bind 8192)
[    2.645251] TCP reno registered
[    2.682799] NET: Registered protocol family 1
[    2.734968] checking if image is initramfs... it is
[    5.090800] Freeing initrd memory: 5775k freed
[    5.090800] Simple Boot Flag at 0x59 set to 0x1
[    5.090800] audit: initializing netlink socket (disabled)
[    5.090800] type=2000 audit(1228522596.628:1): initialized
[    5.090800] Total HugeTLB memory allocated, 0
[    5.090800] VFS: Disk quotas dquot_6.5.1
[    5.090800] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    5.090800] msgmni has been set to 500
[    5.090800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    5.090800] io scheduler noop registered
[    5.090800] io scheduler anticipatory registered
[    5.090800] io scheduler deadline registered
[    5.090800] io scheduler cfq registered (default)
[    5.090800] isapnp: Scanning for PnP cards...
[    5.090800] isapnp: No Plug & Play device found
[    5.090801] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[    5.090801] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    5.090801] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    5.090802] brd: module loaded
[    5.090802] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    5.090802] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    5.142894] serio: i8042 KBD port at 0x60,0x64 irq 1
[    5.202233] mice: PS/2 mouse device common for all mice
[    5.264700] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    5.336893] rtc0: alarms up to one month
[    5.383678] cpuidle: using governor ladder
[    5.432486] cpuidle: using governor menu
[    5.479211] No iBFT detected.
[    5.516003] TCP cubic registered
[    5.552010] NET: Registered protocol family 17
[    5.606977] Using IPI No-Shortcut mode
[    5.651791] registered taskstats version 1
[    5.700765] rtc_cmos 00:05: setting system clock to 2008-12-06 00:16:49 UTC (1228522609)
[    5.797694] Freeing unused kernel memory: 244k freed
Loading, please [    5.864295] input: AT Translated Set 2 keyboard as /class/input/input0
wait...
eing unused kernel memory Set 2 keyboard as /class/input/input0
wait...
eing unused kernelBegin: Loading [    6.072501] ACPI: ACPI0007:00 is registered as cooling_device0
essential driver[    6.153340] ACPI: Processor [CPU0] (supportss ...  memory Se 2 throttling statest 2 kedone.
Beg)
in: Running /scripts/init-premount ... yboard as /class/input/input0
072501] ACPI: ACsential driver[ rocessor [CPU0] pportss ...  memory Se 2 throttling statest 2 kedone.
Beg)
in: Running /scripts/init-premount ... yboard as /class/input/input0
072501] ACPI: ACs[    6.667972] usbcore: registered new interface driver usbfs
ential driver[ r[    6.741177] usbcore: registered new interface driver hub
ocessor [CPU0] pportss ...  memory Se 2 throttling statest 2 kedone.
Beg)
[    6.936271] usbcore: registered new device driver usb
[    7.002627] ttyS0: 8 input overrun(s)
in: Runn[    7.060241] USB Universal Host Controller Interface driver v3.0
ing /scripts/ini[    7.147417] ACPI: PCI Interrupt 0000:00:1d.0[A] -> t-premount ... yGSI 16 (level, low) -> IRQ 16
board as /class/[    7.268900] uhci_hcd 0000:00:1d.0: UHCI Host Controller
input/input0
[    7.347983] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    7.452736] uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000d800
[    7.539994] usb usb1: configuration #1 chosen from 1 choice
[    7.623011] hub 1-0:1.0: USB hub found
[    7.684265] hub 1-0:1.0: 2 ports detected
072501] ACPI: ACs[    6.667972] usbcore: registered new interface driver usbfs
entiinterf[    7.884015] Uniform Multi-Platform E-IDE driver
ace driver Se 2 [    7.950323] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
throttling
[    8.062756] ttyS0: 11 input overrun(s)
Beew device driver
[    7.[    7.060241] UACPI: PCI Interr16
board as /
input/input00: new [    8.256776] Floppy drive(s): fd0 is 1.44MUSB bus r
[    8.361849] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    7.4527[    8.453140] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
36] uhci_hcd 000[    8.555970] usb usb1: Product: UHCI Host Controller
0:00:1d.0: irq 1[    8.631938] usb usb1: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
6, io base 0x000[    8.719172] usb usb1: SerialNumber: 0000:00:1d.0
0d800
[    8.792081] ACPI: PCI Interrupt 0000:00:1d.1[B] -> 
GSI 19 (level, low) -> IRQ 19
[    8.914986] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    8.992526] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[  [    9.099602] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000d000
  7.539994] usb [    9.184771] usb usb2: configuration #1 chosen from 1 choice
usb
[    9.267774] hub 2-0:1.0: USB hub found
[    9.329034] hub 2-0:1.0: 2 ports detected
84265] hub 1-[    9.393516] ttyS0: 10 input overrun(s)
0:1
[    9.456029] FDC 0 is a post-1991 82077
[    9.518090] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    9.612115] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.715831] usb usb2: Product: UHCI Host Controller
[    9.790841] usb usb2: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
[    9.878090] usb usb2: SerialNumber: 0000:00:1d.1
[    9.950977] ACPI: PCI Interrupt 0000:00:1d.2[C] -> 
GSI 18 (level, low) -> IRQ 18
[   10.071337] uhci_hcd 0000:00:1d.2: UHCI Host Controller
072[   10.150874] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
501] ACPI: ACs[ [   10.255710] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000d400
   6.667972] usb[   10.343107] usb usb3: configuration #1 chosen from 1 choice
core: registered[   10.424356] hub 3-0:1.0: USB hub found
 new interface 8[   10.487571] hub 3-0:1.0: 2 ports detected
84015] Uniform l[   10.551992] ttyS0: 15 input overrun(s)
ti-Platform E-IDE driver
ace override wit[   10.652249] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
h i
[   10.742000] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.846016] usb usb3: Product: UHCI Host Controller
[   10.920793] usb usb3: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
[   11.008022] usb usb3: SerialNumber: 0000:00:1d.2
 as /
[   11.080428] ACPI: PCI Interrupt 0000:00:1d.7[D] -> 
):GSI 23 (level, low) -> IRQ 23
 fd0 is 1.44MU
[   11.204128] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[   11.284034] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4
9][   11.392002] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xee080000
 usb usb1: New
[   11.486368] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    7.4527[  [   11.576187] usb usb4: configuration #1 chosen from 1 choice
 uhci_hcd 000[  [   11.659613] hub 4-0:1.0: USB hub found
 rq 1[    8.6319[   11.722840] hub 4-0:1.0: 6 ports detected
3base 0x000[    [   11.787260] ttyS0: 19 input overrun(s)
8.0
0d800
rrupt 0000:00:1dI 19 ([   11.890404] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
level, low
[   11.979353] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.91498
[   12.082167] usb usb4: Product: EHCI Host Controller
[    8.99252[   12.156283] usb usb4: Manufacturer: Linux 2.6.26-1-686 ehci_hcd
6
[   12.243514] usb usb4: SerialNumber: 0000:00:1d.7
[   12.322502] ACPI: PCI Interrupt 0000:01:09.0[A] -> 
e 0x0000d000
GSI 17 (level, low) -> IRQ 17
m 1 choice
us: USB hub found
2-0:1.0: 2 ports-[    9.393516] t   9.456029] FDCew US[   12.524137] ssb: Sonics Silicon Backplane found on PCI device 0000:01:09.0
B device fo
[   12.618323] b44.c:v2.0
[    9.61211b[   12.663078] ICH4: IDE controller (0x8086:0x24cb rev 0x02) at  PCI slot 0000:00:1f.1
er=1
[   12.771263] ACPI: PCI Interrupt 0000:00:1f.1[A] -> 
 usb2:GSI 18 (level, low) -> IRQ 18
 Product: 
[   12.896102] ICH4: not 100% native mode: will probe irqs later
[ [   12.981052]     ide0: BM-DMA at 0xf000-0xf007
   96-1-686 uhci[   13.049598]     ide1: BM-DMA at 0xf008-0xf00f
_hcd
[   13.128002] ttyS0: 12 input overrun(s)
[   13.192651] eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:0b:db:2b:96:db
[  
[  GSI 18 (level, l071337] uhci_hcd[   10.150874] ud bus number 3
 irq 18, io base[   10.343107] ust[   13.444186] hda: ST3120023A, ered[   10.424s ATA DISK drive
detected
84tform E-IDE driver
dor=1d6b, idProd New USB device 
duct: UHCI Host 
[   10.920793] usb usb3: Manufacturer: Linux 2.6.26-b3: SerialNumber0:00:1d.7[D] -> 23
 fd0 is 1.
7: new USB bus r
9][   7: irq 23, io mem 0xee080000
 usb usb1: New
[   11.486368] ehci_hcd 0000:00:1d.7: USB 2.0usb4: configurat
 uhci_hcd 000.0: 6 ports dete overrun(s)
8
rrupdVendor=1d6b, id3] usb usb4: Newr=1
[    8.91498
 EHCI Host Controller
-1-686 ehci_hcd
6
[   14.196467] hda: UDMA/100 mode selected
[   14.266744] ttyS0: 12 input overrun(s)
[   12.243514] usb usb4: SerialNumber: 0000:00:1d.7
[   12.322502] ACPI: PCI Interrupt 000
GSI 17 (level
m 1 choice
us: USB hub found
2-0:1.0: 2 ports-[    9.393516] t   9.456029] FDCew US[   12.524137] ssb: Sonics Silicon Backplane found on PCI device 0000:01:09.0
B device fo
[   12.618323] b44.c:v2.0
[    9.61211b[   12.663078] ICH4: IDE controller (0x8086:0x24cb rev 0x02) at  PCI slot 0000:00:1f.1
er=1
[   14.992190] hdc: Lite-On LTN486S 48x Max, 
[   1ATAPI 2.771263] ACPI: CD/DVD-ROMPCI Interrupt 00 drive
00:00:1f.1[A] -> 
 usb2:GSI 18 (level, low) -> IRQ 18
 Product: 
[   12.896102] ICH4: not 100% native mode: will probe irqs later
[ [   12.981052]     ide0: BM-DMA at 0xf00  ide1: BM-DMA at 0xf008
[   15.456132] hdc: UDMA/33 mode selected
[   13.128002] t[   15.514619] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14tyS0: 12 input o
verrun(s)
[   15.608005] ide1 at 0x170-0x177,0x376 on irq 15
[   15.694774] No dock devices found.
[   15.761932] SCSI subsystem initialized
[   13.192651] eth0: Broadcom 4[   15.856857] hda: max request size: 128KiB
4xx/47xx 10/100B[   15.917659] hda: 234441648 sectors (120034 MB)aseT Ethernet 00 w/2048KiB Cache:0b:db:2b:96:db
, CHS=65535/16/63
[   16.047737] hda: cache flushes supported
[   16.108174]  hda:
 hda1
 hda2
 <
 hda5
 hda6
 hda7
 hda8
 >
[  
[   16.351817] hdc: ATAPI
 48X
 CD-ROM
 drive
, 120kB Cache
[   16.492430] Uniform CD-ROM driver Revision: 3.20
[  GSI 18 (level, l071337] uhci_hcd[   10.150874] ud bus number 3
 irq 18, io base[   10.343107] ust[   13.444186] hda: ST3120023A, ered[   10.424s ATA DISK drive
detected
84tform E-IDE driver
dor=1d6b, idProd New USB device 
[   16.901046] PM: Starting manual resume from disk
[   17.024119] kjournald starting.  Commit interval 5 seconds
[   17.099986] EXT3-fs: mounted filesystem with ordered data mode.
duct: UHCI Host 
cturer: Linux 2.3: SerialNumber0 -> 23
d0 is 1.
7: new USB bus r
done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... kinit: name_to_dev_t(/dev/hda5) = hda5(3,5)
kinit: trying to resume from /dev/hda5
kinit: No resume image, doing normal boot...
done.
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.86 booting
 Ethernet 00 w/2048KiB Cache:0b:db:2b:96:db
, CHS=65535/16/63
[   16.047737] hda: cache flushes supported
[   16.108174]  hda:
 hda1
 hda2
 <
 hda5
 hda6
 hda7
 hda8
 >
[  
[   16.351817] hdc: ATAPI
 48X
 CD-ROM
 drive
, 120kB Cache
[   16.492430] Uniform CD-ROM driver Revision: 3.20
[  GSI 18 (level, l071337] uhci_hcd[   10.150874] ud bus number 3
 irq 18, io base[   10.343107] ust[   13.444186] hda: ST3120023A, ered[   10.424s ATA DISK drive
detected
84tform E-IDE driver
dor=1d6b, idProd New USB device 
[   16.901046] PM: Starting manual resume from disk
[   17.024119] kjournald starting.  Commit interval 5 seconds
[   17.099986] EXT3-fs: mounted filesystem with ordered data mode.
duct: UHCI Host 
cturer: Linux 2.3: SerialNumber0 -> 23
d0 is 1.
7: new USB bus r
done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... kinit: name_to_dev_t(/dev/hda5) = hda5(3,5)
kinit: trying to resume from /dev/hda5
kinit: No resume image, doing normal boot...
done.
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.86 booting
 Ethernet 00 w/2048KiB Cache:0b:db:2b:96:db
, CHS=65535/16/63
[   16.047737] hda: cache flushes supported
[   16.108174]  hda:
 hda1
 hda2
 <
 hda5
 hda6
 hda7
Starting the hotplug events dispatcher: udevd[   25.854961] udevd version 125 started
.
Synthesizing the initial hotplug events...done.
Waiting for /dev to be fully populated...[   26.394570] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   26.897200] Linux agpgart interface v0.103
[   27.236209] input: Power Button (FF) as /class/input/input1
[   27.512148] agpgart: Detected an Intel 830M Chipset.
[   27.571673] agpgart: Detected 892K stolen memory.
[   27.648002] agpgart: AGP aperture is 128M @ 0xd0000000
[   27.648002] BUG: unable to handle kernel paging request at ffffb0b0
[   27.648002] IP: [<c0115165>] native_apic_write+0xe/0x11
[   27.648002] *pde = 00007067 *pte = 0eada001 
[   27.648002] Oops: 0003 [#1] SMP 
[   27.648002] Modules linked in: intel_agp(+) button(+) agpgart evdev dcdbas ext3 jbd mbcache ide_cd_mod cdrom ide_disk ata_generic libata scsi_mod dock piix b44 ide_pci_generic floppy ssb pcmcia pcmcia_core firmware_class mii ide_core ehci_hcd uhci_hcd usbcore thermal processor fan thermal_sys
[   27.648002] 
[   27.648002] Pid: 1151, comm: modprobe Not tainted (2.6.26-1-686 #1)
[   27.648002] EIP: 0060:[<c0115165>] EFLAGS: 00010082 CPU: 0
[   27.648002] EIP is at native_apic_write+0xe/0x11
[   27.648002] EAX: 000000b0 EBX: 00000000 ECX: ffffb0b0 EDX: 00000000
[   27.648002] ESI: 00000000 EDI: c03d374e EBP: 0000003d ESP: ceec7cfc
[   27.648002]  DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
[   27.648002] Process modprobe (pid: 1151, ti=ceec6000 task=cf450900 task.ti=ceec6000)
[   27.648002] Stack: c0110179 00000000 00000012 c0104364 00000000 00000046 00000046 00000012 
[   27.648002]        c03d374e 0000003d 00000296 0000007b ffff007b 000000d8 ffffff10 c0122e81 
[   27.648002]        00000060 00000296 00000036 6ff309bd 00000006 0000001b 00000000 00000000 
[   27.648002] Call Trace:
[   27.648002]  [<c0110179>] smp_apic_timer_interrupt+0x1b/0x76
[   27.648002]  [<c0104364>] apic_timer_interrupt+0x28/0x30
[   27.648002]  [<c0122e81>] vprintk+0x2cc/0x2de
[   27.648002]  [<c024dcd3>] pci_read+0x1c/0x21
[   27.648002]  [<c01e5020>] pci_bus_read_config_word+0x59/0x64
[   27.648002]  [<c0122ea7>] printk+0x14/0x18
[   27.648002]  [<d093c324>] agp_add_bridge+0x20f/0x273 [agpgart]
[   27.648002]  [<c023a885>] __driver_attach+0x0/0x55
[   27.648002]  [<c01e848b>] pci_device_probe+0x36/0x57
[   27.648002]  [<c023a80e>] driver_probe_device+0xb5/0x12c
[   27.648002]  [<c023a8bc>] __driver_attach+0x37/0x55
[   27.648002]  [<c023a14f>] bus_for_each_dev+0x37/0x59
[   27.648002]  [<c023a6a9>] driver_attach+0x11/0x13
[   27.648002]  [<c023a885>] __driver_attach+0x0/0x55
[   27.648002]  [<c023a4ac>] bus_add_driver+0x8a/0x1a6
[   27.648002]  [<c01ddae8>] kset_find_obj+0x20/0x4b
[   27.648002]  [<c023aa9d>] driver_register+0x6d/0xc1
[   27.648002]  [<c01e8642>] __pci_register_driver+0x32/0x60
[   27.648002]  [<c013f67b>] sys_init_module+0x186c/0x19dc
[   27.648002]  [<c018a609>] seq_open+0x4d/0x6a
[   27.648002]  [<c0115b4f>] do_page_fault+0x29b/0x5b8
[   27.648002]  [<c0166415>] vma_link+0xa3/0xbd
[   27.648002]  [<d093c0c0>] agp_put_bridge+0x0/0x1c [agpgart]
[   27.648002]  [<c0103853>] sysenter_past_esp+0x78/0xb1
[   27.648002]  [<c02b0000>] hvc_alloc+0x31/0x1e5
[   27.648002]  =======================
[   27.648002] Code: ff ff ff 90 8d 64 24 04 b8 88 00 00 00 0f 00 d0 83 c4 0c 5b 5e c3 8b 44 24 04 89 01 c3 8b 0d 88 0f 35 c0 81 e9 00 40 00 00 01 c1 <89> 11 c3 8b 0d 88 0f 35 c0 87 94 01 00 c0 ff ff c3 b8 68 75 3b 
[   27.648002] EIP: [<c0115165>] native_apic_write+0xe/0x11 SS:ESP 0068:ceec7cfc
[   27.648002] ---[ end trace da23cd0a0621b381 ]---
[   27.648002] ACPI: Power Button (FF) [PWRF]
[   27.648002] input: Power Button (CM) as /class/input/input2
[   27.648002] ACPI: Power Button (CM) [PWRB]
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.26-1-686 (Debian 2.6.26-10) (waldi@debian.org) (gcc version 4.1.3 20080623 (prerelease) (Debian 4.1.2-23)) #1 SMP Sat Nov 8 19:00:26 UTC 2008
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003fef0000 (usable)
[    0.000000]  BIOS-e820: 000000003fef0000 - 000000003fef3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003fef3000 - 000000003ff00000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000]  limit_regions start: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  limit_regions start: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  limit_regions start: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  limit_regions start: 0000000000100000 - 000000003fef0000 (usable)
[    0.000000]  limit_regions start: 000000003fef0000 - 000000003fef3000 (ACPI NVS)
[    0.000000]  limit_regions start: 000000003fef3000 - 000000003ff00000 (ACPI data)
[    0.000000]  limit_regions start: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  limit_regions start: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  limit_regions start: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000]  limit_regions endfor: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  limit_regions endfor: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  limit_regions endfor: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  limit_regions endfor: 0000000000100000 - 0000000010000000 (usable)
[    0.000000] user-defined physical RAM map:
[    0.000000]  user: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  user: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  user: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  user: 0000000000100000 - 0000000010000000 (usable)
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 256MB LOWMEM available.
[    0.000000] found SMP MP-table at [c00f4b80] 000f4b80
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->    65536
[    0.000000]   HighMem     65536 ->    65536
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->    65536
[    0.000000] DMI 2.3 present.
[    0.000000] ACPI: RSDP 000F6D00, 0014 (r0 IntelR)
[    0.000000] ACPI: RSDT 3FEF3000, 0030 (r1 IntelR AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: FACP 3FEF3040, 0074 (r1 IntelR AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: DSDT 3FEF30C0, 3543 (r1 INTELR AWRDACPI     1000 MSFT  100000C)
[    0.000000] ACPI: FACS 3FEF0000, 0040
[    0.000000] ACPI: BOOT 3FEF6640, 0028 (r1 IntelR AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: APIC 3FEF6680, 0054 (r1 IntelR AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: Skipping IOAPIC probe due to 'noapic' option.
[    0.000000] Using ACPI for processor (LAPIC) configuration information
[    0.000000] Intel MultiProcessor Specification v1.4
[    0.000000]     Virtual Wire compatibility mode.
[    0.000000] MPTABLE: OEM ID: OEM00000 Product ID: PROD00000000 <6>MPTABLE: Product ID: PROD00000000 <6>MPTABLE: APIC at: 0xFEE00000
[    0.000000] I/O APIC #2 Version 17 at 0xFEC00000.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Processors: 1
[    0.000000] Allocating PCI resources starting at 20000000 (gap: 10000000:f0000000)
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] PERCPU: Allocating 37960 bytes of per cpu data
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
[    0.000000] Kernel command line: root=/dev/hda7 ro mem=256M console=ttyS0 apic=debug nosmp 
[    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] PID hash table entries: 1024 (order: 10, 4096 bytes)
[    0.000000] Detected 2192.980 MHz processor.
[    0.004000] Console: colour VGA+ 80x25
[    0.004000] console [ttyS0] enabled
[    0.004000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.004000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.004000] Memory: 250308k/262144k available (1768k kernel code, 11328k reserved, 752k data, 244k init, 0k highmem)
[    0.004000] virtual kernel memory layout:
[    0.004000]     fixmap  : 0xfff4c000 - 0xfffff000   ( 716 kB)
[    0.004000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.004000]     vmalloc : 0xd0800000 - 0xff7fe000   ( 751 MB)
[    0.004000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.004000]       .init : 0xc037f000 - 0xc03bc000   ( 244 kB)
[    0.004000]       .data : 0xc02ba30b - 0xc0376620   ( 752 kB)
[    0.004000]       .text : 0xc0100000 - 0xc02ba30b   (1768 kB)
[    0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.084058] Calibrating delay using timer specific routine.. 4391.37 BogoMIPS (lpj=8782741)
[    0.096006] Security Framework initialized
[    0.100006] SELinux:  Disabled at boot.
[    0.104006] Capability LSM initialized
[    0.108006] Mount-cache hash table entries: 512
[    0.112007] Initializing cgroup subsys ns
[    0.116007] Initializing cgroup subsys cpuacct
[    0.120007] Initializing cgroup subsys devices
[    0.124007] CPU: Trace cache: 12K uops, L1 D cache: 8K
[    0.132008] CPU: L2 cache: 512K
[    0.136008] CPU: Hyper-Threading is disabled
[    0.140008] Intel machine check architecture supported.
[    0.144009] Intel machine check reporting enabled on CPU#0.
[    0.148009] CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
[    0.152009] CPU0: Thermal monitoring enabled
[    0.156009] Checking 'hlt' instruction... OK.
[    0.180011] SMP alternatives: switching to UP code
[    0.195143] Freeing SMP alternatives: 16k freed
[    0.200012] ACPI: Core revision 20080321
[    0.211890] ACPI: setting ELCR to 0200 (from 0a28)
[    0.216013] Getting VERSION: 50014
[    0.220013] Getting VERSION: 50014
[    0.224014] Getting ID: 0
[    0.228014] Getting LVT0: 700
[    0.232014] Getting LVT1: 400
[    0.236014] SMP mode deactivated,forcing use of dummy APIC emulation.
[    0.240015] enabled ExtINT on CPU#0
[    0.244015] SMP disabled
[    0.248015] Brought up 1 CPUs
[    0.252015] Total of 1 processors activated (4391.37 BogoMIPS).
[    0.256016] net_namespace: 660 bytes
[    0.260016] Booting paravirtualized kernel on bare hardware
[    0.264016] NET: Registered protocol family 16
[    0.268016] ACPI: bus type pci registered
[    0.298293] PCI: PCI BIOS revision 2.10 entry at 0xfaea0, last bus=1
[    0.304019] PCI: Using configuration type 1 for base access
[    0.308019] Setting up standard PCI resources
[    0.325688] ACPI: Interpreter enabled
[    0.332020] ACPI: (supports S0 S1 S3 S4 S5)
[    0.351675] ACPI: Using PIC for interrupt routing
[    0.360022] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.364022] * The chipset may have PM-Timer Bug. Due to workarounds for a bug,
[    0.364022] * this clock source is slow. If you are sure your timer does not have
[    0.364022] * this bug, please use "acpi_pm_good" to disable the workaround
[    0.368023] pci 0000:00:1f.0: quirk: region 0400-047f claimed by ICH4 ACPI/GPIO/TCO
[    0.372023] pci 0000:00:1f.0: quirk: region 0480-04bf claimed by ICH4 GPIO
[    0.376023] PCI: Transparent bridge - 0000:00:1e.0
[    0.397163] ACPI: PCI Interrupt Link [LNKA] (IRQs *3 4 5 7 9 10 11 12 14 15)
[    0.434412] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.470399] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.506401] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[    0.539807] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.578263] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.620031] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.658263] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[    0.694474] Linux Plug and Play Support v0.97 (c) Adam Belay
[    0.700031] pnp: PnP ACPI init
[    0.704031] ACPI: bus type pnp registered
[    0.709683] pnp: PnP ACPI: found 12 devices
[    0.716031] ACPI: ACPI bus type pnp unregistered
[    0.720031] PnPBIOS: Disabled by ACPI PNP
[    0.724032] PCI: Using ACPI for IRQ routing
[    0.728031] ACPI: RTC can wake from S4
[    0.732034] system 00:00: iomem range 0xd0000-0xd3fff has been reserved
[    0.807138] system 00:00: iomem range 0xd9800-0xdbfff has been reserved
[    0.886193] system 00:00: iomem range 0xf0000-0xfbfff could not be reserved
[    0.969408] system 00:00: iomem range 0xfc000-0xfffff could not be reserved
[    1.052628] system 00:00: iomem range 0x3fef0000-0x3fefffff has been reserved
[    1.137928] system 00:00: iomem range 0x0-0x9ffff could not be reserved
[    1.216983] system 00:00: iomem range 0x100000-0x3feeffff could not be reserved
[    1.304360] system 00:00: iomem range 0xfec00000-0xfec00fff has been reserved
[    1.389654] system 00:00: iomem range 0xfee00000-0xfee00fff has been reserved
[    1.474960] system 00:00: iomem range 0xffb00000-0xffbfffff has been reserved
[    1.560254] system 00:00: iomem range 0xfff00000-0xffffffff has been reserved
[    1.645548] system 00:00: iomem range 0xe0000-0xeffff has been reserved
[    1.724610] system 00:02: ioport range 0x400-0x4bf could not be reserved
[    1.804714] system 00:03: ioport range 0x4d0-0x4d1 has been reserved
[    1.880650] system 00:03: ioport range 0x800-0x87f has been reserved
[    1.989185] PCI: Bridge: 0000:00:1e.0
[    2.030853]   IO window: c000-cfff
[    2.071432]   MEM window: 0xec000000-0xedffffff
[    2.125527]   PREFETCH window: 0x00000000d8000000-0x00000000e7ffffff
[    2.201517] NET: Registered protocol family 2
[    2.253671] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[    2.336124] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    2.420443] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    2.497482] TCP: Hash tables configured (established 8192 bind 8192)
[    2.573416] TCP reno registered
[    2.610970] NET: Registered protocol family 1
[    2.663144] checking if image is initramfs... it is
[    5.018626] Freeing initrd memory: 5775k freed
[    5.018626] Simple Boot Flag at 0x59 set to 0x1
[    5.018626] audit: initializing netlink socket (disabled)
[    5.018626] type=2000 audit(1228522467.572:1): initialized
[    5.018626] Total HugeTLB memory allocated, 0
[    5.018626] VFS: Disk quotas dquot_6.5.1
[    5.018626] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    5.018626] msgmni has been set to 500
[    5.018626] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    5.018626] io scheduler noop registered
[    5.018626] io scheduler anticipatory registered
[    5.018626] io scheduler deadline registered
[    5.018626] io scheduler cfq registered (default)
[    5.018626] isapnp: Scanning for PnP cards...
[    5.018626] isapnp: No Plug & Play device found
[    5.018627] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[    5.018627] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    5.018627] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    5.018627] brd: module loaded
[    5.018628] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    5.018628] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    5.087000] serio: i8042 KBD port at 0x60,0x64 irq 1
[    5.146362] mice: PS/2 mouse device common for all mice
[    5.208837] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    5.281027] rtc0: alarms up to one month
[    5.327826] cpuidle: using governor ladder
[    5.376640] cpuidle: using governor menu
[    5.423377] No iBFT detected.
[    5.459289] TCP cubic registered
[    5.496059] NET: Registered protocol family 17
[    5.551168] Using IPI No-Shortcut mode
[    5.595998] registered taskstats version 1
[    5.644986] rtc_cmos 00:05: setting system clock to 2008-12-06 00:14:39 UTC (1228522479)
[    5.741929] Freeing unused kernel memory: 244k freed
Loading, please [    5.808155] input: AT Translated Set 2 keyboard as /class/input/input0
wait...
ing unused kernel memory:Set 2 keyboard as /class/input/input0
wait...
ing unused kernel meBegin: Loading[    6.017405] ACPI: ACPI0007:00 is registered as cooling_device0
 essential drive[    6.097664] ACPI: Processor [CPU0] (supportsrs ... mory:Set  2 throttling states2 keybodone.
Be)
gin: Running /scripts/init-premount ... ard as /class/input/input0
7405] ACPI: ACPIsential drive[  ocessor [CPU0] (portsrs ... mory:Set  2 throttling states2 keybodone.
Be)
gin: Running /scripts/init-premount ... ard as /class/input/input0
7405] ACPI: ACPIsential drive[  ocessor [CPU0] (portsrs ... mory:Set  2 throttling states2 keybodone.
Be)[    6.763903] usbcore: registered new interface driver usbfs
[    6.835306] usbcore: registered new interface driver hub
[    6.915450] ttyS0: 6 input overrun(s)
gin: Running /scripts/init-premount ... ard as /class/input/input0
[    7.079870] Uniform Multi-Platform E-IDE driver
[    7.146453] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[    7.315929] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
[    7.394131] ACPI: PCI Interrupt 0000:01:09.0[A] -> 
Link [LNKB] -> 
GSI 11 (level, low) -> IRQ 11
[    7.621353] Floppy drive(s): fd0 is 1.44M
[    7.716701] usbcore: registered new device driver usb
[    7.800026] USB Universal Host Controller Interface driver v3.0
.. mor[    7.881927] FDC 0 is a post-1991 82077
y:Set  2 t
[    7.976135] ssb: Sonics Silicon Backplane found on PCI device 0000:01:09.0
[    8.070746] b44.c:v2.0
[    8.115860] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 3
[    8.199820] ACPI: PCI Interrupt 0000:00:1d.0[A] -> 
BeLink [LNKA] -> )[    6.763903] GSI 3 (level, low) -> IRQ 3
usbcore: registe[    8.353000] uhci_hcd 0000:00:1d.0: UHCI Host Controller
red new interfac[    8.432098] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
e driver us usbc[    8.540000] uhci_hcd 0000:00:1d.0: irq 3, io base 0x0000d800
ore: registt ove[    8.624212] usb usb1: configuration #1 chosen from 1 choice
rrun(s)
g[    8.704394] hub 1-0:1.0: USB hub found
in: Running /scr[    8.767627] hub 1-0:1.0: 2 ports detected
ipts/init-premou[    8.832057] ttyS0: 14 input overrun(s)
nt ... ard as /c[    8.907362] eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:0b:db:2b:96:db
lass/i
[    9.008011] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
ti-Platfor[    9.105426] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
m E-ID
[    9.209397] usb usb1: Product: UHCI Host Controller
[    9.284184] usb usb1: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
: Assuming[    9.371439] usb usb1: SerialNumber: 0000:00:1d.0
 33MHz system bu[    9.456343] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 5
s speed for PIO [    9.526926] ACPI: PCI Interrupt 0000:00:1d.1[B] -> modes; override Link [LNKD] -> with idebus=xx
GSI 5 (level, low) -> IRQ 5
[    9.680117] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    9.759107] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[    9.863968] uhci_hcd 0000:00:1d.1: irq 5, io base 0x0000d000
[    9.948175] usb usb2: configuration #1 chosen from 1 choice
[   10.031519] hub 2-0:1.0: USB hub found
[   10.094757] hub 2-0:1.0: 2 ports detected
rrup[   10.159195] ttyS0: 19 input overrun(s)
t Link [LNKB] enable] ACPI: PCI Inte
[   10.262209] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[   10.351080] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Link [LNKB] -> 
[   10.453881] usb usb2: Product: UHCI Host Controller
[   10.528265] usb usb2: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
[   10.615527] usb usb2: SerialNumber: 0000:00:1d.1
[   10.692020] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
[   10.772127] ACPI: PCI Interrupt 0000:00:1d.2[C] -> 
Link [LNKC] -> 
GSI 11 (level, low) -> IRQ 11
[    7.62[   10.928921] uhci_hcd 0000:00:1d.2: UHCI Host Controller
1353]
[   11.007911] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[   11.112773] uhci_hcd 0000:00:1d.2: irq 11, io base 0x0000d400
[   11.198025] usb usb3: configuration #1 chosen from 1 choice
[   11.281053] hub 3-0:1.0: USB hub found
[    7.7167[   11.342788] hub 3-0:1.0: 2 ports detected
01] u
[   11.407206] ttyS0: 16 input overrun(s)
.. mor[    7
[   11.510408] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[   11.599338] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sonic[   11.702149] usb usb3: Product: UHCI Host Controller
s Silicon B
[   11.776309] usb usb3: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
[   11.863580] usb usb3: SerialNumber: 0000:00:1d.2
[   11.935523] ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 9
[   12.019372] ACPI: PCI Interrupt 0000:00:1d.7[D] -> 
nterrLink [LNK1] -> upt Link [LNKA] GSI 9 (level, low) -> IRQ 9
enaI Interrupt 0[   12.171996] ehci_hcd 0000:00:1d.7: EHCI Host Controller
000:00:1d.0[A] -[   12.250955] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4
> 
-> IRQ 3
[   12.360011] ehci_hcd 0000:00:1d.7: irq 9, io mem 0xee080000
usbcnterfac[[   12.453023] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
    8.43igned bu[   12.545360] usb usb4: configuration #1 chosen from 1 choice
s numbero base 0[   12.628406] hub 4-0:1.0: USB hub found
x0000d80ration #[   12.691736] hub 4-0:1.0: 6 ports detected
1 chosen from 1 [   12.756510] ttyS0: 23 input overrun(s)
.0: USB hub founts detected
i[    8.83205[   12.859099] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
7] tnt ... ard a[   12.948104] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
s /c 00:0b:db:2b[   13.050935] usb usb4: Product: EHCI Host Controller
:96:b1: New USB [   13.125713] usb usb4: Manufacturer: Linux 2.6.26-1-686 ehci_hcd
devi    9.105426[   13.212199] usb usb4: SerialNumber: 0000:00:1d.7
] us
m E-[   13.288016] ICH4: IDE controller (0x8086:0x24cb rev 0x02) at  PCI slot 0000:00:1f.1
ID
uc[   13.392143] ACPI: PCI Interrupt 0000:00:1f.1[A] -> t: UHCI Host C  Link [LNKC] ->   9.284184] usciGSI 11 (level, low) -> IRQ 11
_hcd
[   13.548777] ICH4: not 100% native mode: will probe irqs later
[   13.633827]     ide0: BM-DMA at 0xf000-0xf007
: Assuming[ [   13.702390]     ide1: BM-DMA at 0xf008-0xf00f
   9.371439] usb usb1I Interrupt Link00:1d.1[B] -> movel, low) -> IRQ0:1d.1: UHCI Hos9.759107] uhci_h
irq 5, io base 0
 usb2: configura
[   10.03151-0:1.0: 2 ports nput overrun(s)
   10.262209] us idProduct=0001
80] u[   14.060206] hda: ST3120023A, sb usb2: NeialNuATA DISK drive
mber=1
Li[   14.134784] ttyS0: 17 input overrun(s)
nk [LNKB] -> 
[   10.453881] usb usb210.528265] usb u   10.615527] us
[  
00:1d.2[C] -> 
GSI   10.928921] uhcd.2: UHCI Host C
[   1gned bus number  base 0x0000d400figuration #1 chosen frohub found
01] u
 overrun(s)
..: New USB device found, idVendor=1d6b, idProduct=0001
ce strings: Mfr= Product: UHCI Hb usb3: Manufact[   11.863580] u
[  
[   14.812648] hda: UDMA/100 mode selected
NK1] -> upt LinkRQ 9
enaI Int
000:00:1d.0[Aus registered, a12.360011] ehci_hcd 0000:00:1d.7: irq 9, io mem 0xee080000
usbcnterfac[[   12.453023] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
    8.43igned bu[   12.545360] usb usb4: configuration #1 chosen from 1 choice
s numbero base 0[   12.628406] hub 4-0:1.0:0ration #[   12.1.0: 6 ports det0: 23 input overrun(s)
.0: USB hub founts detected
i[    8.83205[   12.859099] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
7] tnt ... ard a[   12.948104] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
s /c 0[   15.608200] hdc: Lite-On LTN486S 48x Max, 0:0b:db:2b[   13ATAPI .050935] usb usbCD/DVD-ROM4: Product: EHCI drive
 Host Controller
:96:b1: New USB [   13.125713] usb usb4: Manufacturer: Linux 2.6.26-1-686 ehci_hcd
devi    9.105426[   13.212199] usb usb4: SerialNumber: 0000:00:1d.7
] us
m E-[   13.288016] ICH4: IDE controller (0x8086:0x24cb rev 0x02) at  PCI slot 0000:00:1f.1
PI: PCI Inter[   16.080497] hdc: UDMA/33 mode selected
rupt 0000:00:1f.[   16.139601] ide0 at 0x1f0-0x1f7,0x3f6 on irq 141[A] -> t: UHCI 
Host C  Link [LN[   16.232013] ide1 at 0x170-0x177,0x376 on irq 15KC] ->   9.28418
4] usciGSI 11 (l[   16.320022] No dock devices found.
evel, low) -> IR[   16.388011] SCSI subsystem initialized
Q 11
_hcd
[   16.480531] hda: max request size: 128KiB
[   16.544549] hda: 234441648 sectors (120034 MB)[   13.548777] I w/2048KiB CacheCH4: not 100% na, CHS=65535/16/63
tive mode: will [   16.672186] hda: cache flushes supported
probe irqs later[   16.732362]  hda:
 hda1
 hda2
 <
[   13.6 hda533827]     ide0: hda6 BM-DMA at 0xf00 hda70-0xf007
 hda8
 >: Assuming[ [   
13.702390]     i[   16.976801] hdc: ATAPIde1: BM-DMA at 0 48Xxf008-0xf00f
 CD-ROM
   9.371439] drive usb usb1I Inter, 120kB Cache
rupt Link00:1d.1[   17.117637] Uniform CD-ROM driver Revision: 3.20
[B] -> movel, low) -> IRQ0:1d.1: UHCI Hos9.759107] uhci_h
irq 5, io base 0
done.
Begin: Mounting root file system[   17.525877] PM: Starting manual resume from disk
 ... Begin: Running /scripts/local-top ... done.
Begin: Running[   17.640711] kjournald starting.  Commit interval 5 seconds
 /scripts/local-[   17.718163] EXT3-fs: mounted filesystem with ordered data mode.
premount ... kinit: name_to_dev_t(/dev/hda5) = hda5(3,5)
kinit: trying to resume from /dev/hda5
kinit: No resume image, doing normal boot...
done.
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.86 booting
0022] No dock devices found.
evel, low) -> IR[   16.388011] SCSI subsystem initialized
Q 11
_hcd
[   16.480531] hda: max request size: 128KiB
[   16.544549] hda: 234441648 sectors (120034 MB)[   13.548777] I w/2048KiB CacheCH4: not 100% na, CHS=65535/16/63
tive mode: will [   16.672186] hda: cache flushes supported
probe irqs later[   16.732362]  hda:
 hda1
 hda2
 <
[   13.6 hda533827]     ide0: hda6 BM-DMA at 0xf00 hda70-0xf007
 hda8
 >: Assuming[ [   
13.702390]     i[   16.976801] hdc: ATAPIde1: BM-DMA at 0 48Xxf008-0xf00f
 CD-ROM
   9.371439] drive usb usb1I Inter, 120kB Cache
rupt Link00:1d.1[   17.117637] Uniform CD-ROM driver Revision: 3.20
[B] -> movel, low) -> IRQ0:1d.1: UHCI Hos9.759107] uhci_h
irq 5, io base 0
done.
Begin: Mounting root file system[   17.525877] PM: Starting manual resume from disk
 ... Begin: Running /scripts/local-top ... done.
Begin: Running[   17.640711] kjournald starting.  Commit interval 5 seconds
 /scripts/local-[   17.718163] EXT3-fs: mounted filesystem with ordered data mode.
premount ... kinit: name_to_dev_t(/dev/hda5) = hda5(3,5)
kinit: trying to resume from /dev/hda5
kinit: No resume image, doing normal boot...
done.
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.86 booting
0022] No dock devices found.
evel, low) -> IR[   16.388011] SCSI subsystem initialized
Q 11
_hcd
[   16.480531] hda: max request size: 128KiB
[   16.544549] hda: 234441648 sectors (120034 MB)[   13.548777] I w/2048KiB CacheCH4: not 100% na, CHS=65535/16/63
tive mode: will [   16.672186] hda: cache flushes supported
probe irqs later[   16.732362]  hda:
 hda1
 hda2
 <
[   13.6 hda533827]     ide0: hda6 BM-DMA at 0xf00 hda70-0xf007
 hda8
 >: Assuming[ [   
13.702390]     i[   16.976801] hdc: ATAPIde1: BM-DMA at 0 48Xxf008-0xf00f
 CD-ROM
   9.371439] drive usb usb1I Inter, 120kB Cache
rupt Link00:1d.1[   17.117637] Uniform CD-ROM driveStarting the hotplug events dispatcher: udevd[   25.574579] udevd version 125 started
.
Synthesizing the initial hotplug events...done.
Waiting for /dev to be fully populated...[   26.109199] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   26.612116] Linux agpgart interface v0.103
[   26.962548] input: Power Button (FF) as /class/input/input1
[   27.226085] agpgart: Detected an Intel 830M Chipset.
[   27.285635] agpgart: Detected 892K stolen memory.
[   27.360010] agpgart: AGP aperture is 128M @ 0xd0000000
[   27.736193] ACPI: Power Button (FF) [PWRF]
[   27.785254] input: Power Button (CM) as /class/input/input2
[   28.066533] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   28.288914] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
[   28.370219] iTCO_wdt: Found a ICH4 TCO device (Version=1, TCOBASE=0x0460)
[   28.451447] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   28.788522] ACPI: PCI Interrupt 0000:00:1f.3[B] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
[   28.897918] input: PC Speaker as /class/input/input3
[   29.000651] Error: Driver 'pcspkr' is already registered, aborting...
[   29.092201] ACPI: Power Button (CM) [PWRB]
[   29.173047] ACPI: PCI Interrupt 0000:00:1f.5[B] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
[   29.445710] parport_pc 00:0a: reported by Plug and Play ACPI
[   29.513434] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
[   29.795599] intel_rng: FWH not detected
[   30.020046] intel8x0_measure_ac97_clock: measured 53969 usecs
[   30.088772] intel8x0: clocking to 48000
[   30.135030] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
done.
Setting the system clock.
Activating swap...[   31.008587] Adding 1060248k swap on /dev/hda5.  Priority:-1 extents:1 across:1060248k
done.
Checking root file system...fsck 1.41.3 (12-Oct-2008)
root: clean, 133[   31.494070] EXT3 FS on hda7, 29/1050576 filesinternal journal
, 188049/4196973 blocks
done.
Setting the system clock.
Cleaning up ifupdown....
Loading kernel modules...[   31.806667] loop: module loaded
done.
Checking file systems...fsck 1.41.3 (12-Oct-2008)
done.
Setting kernel variables (/etc/sysctl.conf)...done.
Mounting local filesystems...done.
Activating swapfile swap...done.
Setting up networking....
Configuring network interfaces...done.
Setting console screen modes and fonts.
r Revision[   32.897371] ttyS0: 1 input overrun(s)
: 3.20
[B] -> movel, low) -> IRQ0:1d.1: UHCI Hos9.759107] uhci_h
irq 5, io base 0
[   35.816171] b44: eth0: Link is up at 100 Mbps, half duplex.
[   35.820010] b44: eth0: Flow control is off for TX and off for RX.
done.
Begin: Mounting root file system[   17.525877] PM: Starting manual resume from disk
 ... Begin: Running /scripts/local-top ... done.
Begin: Running[   17.640711] kjournald starting.  Commit interval 5 seconds
 /scripts/local-[   17.718163] EXT3-fs: mounted filesystem with ordered data mode.
premount ... kinit: name_to_dev_t(/dev/hda5) = hda5(3,5)
kinit: trying to resume from /dev/hda5
kinit: No resume image, doing normal boot...
done.
Begin: Running /scripts/loca
Starting enhanced syslogd: rsyslogd.
Starting ACPI services....
Starting OpenBSD Secure Shell server: sshd[   38.083785] NET: Registered protocol family 10
[   38.137578] lo: Disabled Privacy Extensions
.
Starting periodic command scheduler: crond.
INIT: Switching to runlevel: 6
INIT: Sending processes the TERM signal
Saving the system clock.
Saving the system clock.
Saving the system clock.
[   71.343713] b44: eth0: powering down PHY
[   71.406569] ttyS0: 1 input overrun(s)
SavinStopping enhanced syslogd: rsyslogdg the system clock.
.
Asking all remaining processes to terminate...
acpid: exiting
done.
All processes ended within 1 seconds....done.
Deconfiguring network interfaces...
There is already a pid file /var/run/dhclient.eth0.pid with pid 1782
removed stale PID file
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth0/00:0b:db:2b:96:db
Sending on   LPF/eth0/00:0b:db:2b:96:db
Sending on   Socket/fallback
DHCPRELEASE on eth0 to 172.25.89.16 port 67
done.
Cleaning up ifupdown...
.
Deactivating swap...done.
Will now restart.
[   74.052177] Restarting system.
[   74.056010] machine restart
[   74.056010] BUG: unable to handle kernel paging request at ffffb370
[   74.056010] IP: [<c0115165>] native_apic_write+0xe/0x11
[   74.056010] *pde = 00007067 *pte = 0ea33021 
[   74.056010] Oops: 0003 [#1] SMP 
[   74.056010] Modules linked in: ipv6 loop rng_core parport_pc parport shpchp snd_intel8x0 snd_ac97_codec ac97_bus pcspkr i2c_i801 snd_pcm snd_timer snd soundcore i2c_core snd_page_alloc iTCO_wdt pci_hotplug intel_agp button agpgart evdev dcdbas ext3 jbd mbcache ide_cd_mod cdrom ide_disk ata_generic libata scsi_mod dock piix uhci_hcd ehci_hcd ide_pci_generic floppy b44 ssb pcmcia pcmcia_core firmware_class mii ide_core usbcore thermal processor fan thermal_sys
[   74.056010] 
[   74.056010] Pid: 2088, comm: reboot Not tainted (2.6.26-1-686 #1)
[   74.056010] EIP: 0060:[<c0115165>] EFLAGS: 00010082 CPU: 0
[   74.056010] EIP is at native_apic_write+0xe/0x11
[   74.056010] EAX: 00000370 EBX: 000000f0 ECX: ffffb370 EDX: 000100fe
[   74.056010] ESI: 00000000 EDI: 00000001 EBP: cf9f4000 ESP: cf9f5e28
[   74.056010]  DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
[   74.056010] Process reboot (pid: 2088, ti=cf9f4000 task=ce7dd240 task.ti=cf9f4000)
[   74.056010] Stack: c010faf3 0000004a 00000066 000000f0 00000000 00000001 cf9f4000 c010fc44 
[   74.056010]        343c8f00 c011b39f cf9f5e98 ce7dd240 b7fcdff4 00000202 00000000 00000001 
[   74.056010]        cf9f4000 c010ee60 c01e1585 c023e03f ce7652ec 01234567 28121969 00000282 
[   74.056010] Call Trace:
[   74.056010]  [<c010faf3>] clear_local_APIC+0x31/0x171
[   74.056010]  [<c010fc44>] disable_local_APIC+0x11/0x74
[   74.056010]  [<c011b39f>] task_rq_lock+0x3b/0x5e
[   74.056010]  [<c010ee60>] native_smp_send_stop+0xda/0xed
[   74.056010]  [<c01e1585>] __delay+0x6/0x7
[   74.056010]  [<c023e03f>] uhci_reset_hc+0x33/0x67
[   74.056010]  [<c010ed28>] native_machine_shutdown+0x53/0x67
[   74.056010]  [<c010eaf7>] machine_shutdown+0x6/0x7
[   74.056010]  [<c010eb4b>] native_machine_restart+0x19/0x1e
[   74.056010]  [<c010eb23>] machine_restart+0x6/0x7
[   74.056010]  [<c012d1b4>] sys_reboot+0x143/0x1b4
[   74.056010]  [<c0292222>] inet_gifconf+0x68/0x92
[   74.056010]  [<c025a2bc>] netdev_run_todo+0x1c6/0x1cc
[   74.056010]  [<c02921ba>] inet_gifconf+0x0/0x92
[   74.056010]  [<c0259a19>] dev_ioctl+0x4df/0x571
[   74.056010]  [<c02b93f5>] _spin_lock_bh+0x8/0x1e
[   74.056010]  [<c0250ba2>] lock_sock_nested+0x84/0x8c
[   74.056010]  [<c0250ba2>] lock_sock_nested+0x84/0x8c
[   74.056010]  [<c02b93f5>] _spin_lock_bh+0x8/0x1e
[   74.056010]  [<c0182437>] d_kill+0x37/0x46
[   74.056010]  [<c0182646>] dput+0x15/0xbb
[   74.056010]  [<c0186a54>] mntput_no_expire+0x13/0xd9
[   74.056010]  [<c0172b81>] filp_close+0x4d/0x53
[   74.056010]  [<c0173cbb>] sys_close+0x5b/0x8d
[   74.056010]  [<c0103853>] sysenter_past_esp+0x78/0xb1
[   74.056010]  =======================
[   74.056010] Code: ff ff ff 90 8d 64 24 04 b8 88 00 00 00 0f 00 d0 83 c4 0c 5b 5e c3 8b 44 24 04 89 01 c3 8b 0d 88 0f 35 c0 81 e9 00 40 00 00 01 c1 <89> 11 c3 8b 0d 88 0f 35 c0 87 94 01 00 c0 ff ff c3 b8 68 75 3b 
[   74.056010] EIP: [<c0115165>] native_apic_write+0xe/0x11 SS:ESP 0068:cf9f5e28
[   74.056010] ---[ end trace 129767ed0eb6cc0f ]---
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.26-1-686 (Debian 2.6.26-10) (waldi@debian.org) (gcc version 4.1.3 20080623 (prerelease) (Debian 4.1.2-23)) #1 SMP Sat Nov 8 19:00:26 UTC 2008
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003fef0000 (usable)
[    0.000000]  BIOS-e820: 000000003fef0000 - 000000003fef3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003fef3000 - 000000003ff00000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000]  limit_regions start: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  limit_regions start: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  limit_regions start: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  limit_regions start: 0000000000100000 - 000000003fef0000 (usable)
[    0.000000]  limit_regions start: 000000003fef0000 - 000000003fef3000 (ACPI NVS)
[    0.000000]  limit_regions start: 000000003fef3000 - 000000003ff00000 (ACPI data)
[    0.000000]  limit_regions start: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  limit_regions start: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  limit_regions start: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000]  limit_regions endfor: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  limit_regions endfor: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  limit_regions endfor: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  limit_regions endfor: 0000000000100000 - 0000000010000000 (usable)
[    0.000000] user-defined physical RAM map:
[    0.000000]  user: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  user: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  user: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  user: 0000000000100000 - 0000000010000000 (usable)
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 256MB LOWMEM available.
[    0.000000] found SMP MP-table at [c00f4b80] 000f4b80
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->    65536
[    0.000000]   HighMem     65536 ->    65536
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->    65536
[    0.000000] DMI 2.3 present.
[    0.000000] ACPI: RSDP 000F6D00, 0014 (r0 IntelR)
[    0.000000] ACPI: RSDT 3FEF3000, 0030 (r1 IntelR AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: FACP 3FEF3040, 0074 (r1 IntelR AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: DSDT 3FEF30C0, 3543 (r1 INTELR AWRDACPI     1000 MSFT  100000C)
[    0.000000] ACPI: FACS 3FEF0000, 0040
[    0.000000] ACPI: BOOT 3FEF6640, 0028 (r1 IntelR AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: APIC 3FEF6680, 0054 (r1 IntelR AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] Intel MultiProcessor Specification v1.4
[    0.000000]     Virtual Wire compatibility mode.
[    0.000000] MPTABLE: OEM ID: OEM00000 Product ID: PROD00000000 <6>MPTABLE: Product ID: PROD00000000 <6>MPTABLE: APIC at: 0xFEE00000
[    0.000000] Processor #0 (Bootup-CPU)
[    0.000000] I/O APIC #2 Version 17 at 0xFEC00000.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Processors: 1
[    0.000000] Allocating PCI resources starting at 20000000 (gap: 10000000:f0000000)
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] PERCPU: Allocating 37960 bytes of per cpu data
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
[    0.000000] Kernel command line: root=/dev/hda7 ro mem=256M console=ttyS0 apic=debug noapic nolapic nosmp
[    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] PID hash table entries: 1024 (order: 10, 4096 bytes)
[    0.000000] Detected 2192.921 MHz processor.
[    0.004000] Console: colour VGA+ 80x25
[    0.004000] console [ttyS0] enabled
[    0.004000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.004000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.004000] Memory: 250308k/262144k available (1768k kernel code, 11328k reserved, 752k data, 244k init, 0k highmem)
[    0.004000] virtual kernel memory layout:
[    0.004000]     fixmap  : 0xfff4c000 - 0xfffff000   ( 716 kB)
[    0.004000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.004000]     vmalloc : 0xd0800000 - 0xff7fe000   ( 751 MB)
[    0.004000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.004000]       .init : 0xc037f000 - 0xc03bc000   ( 244 kB)
[    0.004000]       .data : 0xc02ba30b - 0xc0376620   ( 752 kB)
[    0.004000]       .text : 0xc0100000 - 0xc02ba30b   (1768 kB)
[    0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.084058] Calibrating delay using timer specific routine.. 4391.35 BogoMIPS (lpj=8782710)
[    0.096006] Security Framework initialized
[    0.100006] SELinux:  Disabled at boot.
[    0.104006] Capability LSM initialized
[    0.108006] Mount-cache hash table entries: 512
[    0.112007] Initializing cgroup subsys ns
[    0.116007] Initializing cgroup subsys cpuacct
[    0.120007] Initializing cgroup subsys devices
[    0.124007] CPU: Trace cache: 12K uops, L1 D cache: 8K
[    0.132008] CPU: L2 cache: 512K
[    0.136008] CPU: Hyper-Threading is disabled
[    0.140008] Intel machine check architecture supported.
[    0.144009] Intel machine check reporting enabled on CPU#0.
[    0.148009] CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
[    0.152009] CPU0: Thermal monitoring enabled
[    0.156009] Checking 'hlt' instruction... OK.
[    0.180011] SMP alternatives: switching to UP code
[    0.195144] Freeing SMP alternatives: 16k freed
[    0.200012] ACPI: Core revision 20080321
[    0.211910] ACPI: setting ELCR to 0200 (from 0a28)
[    0.216013] Getting VERSION: 50014
[    0.220013] Getting VERSION: 50014
[    0.224014] Getting ID: 0
[    0.228014] Getting LVT0: 700
[    0.232014] Getting LVT1: 400
[    0.236014] SMP mode deactivated,forcing use of dummy APIC emulation.
[    0.240015] enabled ExtINT on CPU#0
[    0.244015] SMP disabled
[    0.248015] Brought up 1 CPUs
[    0.252015] Total of 1 processors activated (4391.35 BogoMIPS).
[    0.256016] net_namespace: 660 bytes
[    0.260016] Booting paravirtualized kernel on bare hardware
[    0.264016] NET: Registered protocol family 16
[    0.268016] ACPI: bus type pci registered
[    0.298297] PCI: PCI BIOS revision 2.10 entry at 0xfaea0, last bus=1
[    0.304019] PCI: Using configuration type 1 for base access
[    0.308019] Setting up standard PCI resources
[    0.325723] ACPI: Interpreter enabled
[    0.332020] ACPI: (supports S0 S1 S3 S4 S5)
[    0.351674] ACPI: Using PIC for interrupt routing
[    0.360118] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.368023] * The chipset may have PM-Timer Bug. Due to workarounds for a bug,
[    0.368023] * this clock source is slow. If you are sure your timer does not have
[    0.368023] * this bug, please use "acpi_pm_good" to disable the workaround
[    0.372023] pci 0000:00:1f.0: quirk: region 0400-047f claimed by ICH4 ACPI/GPIO/TCO
[    0.376023] pci 0000:00:1f.0: quirk: region 0480-04bf claimed by ICH4 GPIO
[    0.380023] PCI: Transparent bridge - 0000:00:1e.0
[    0.401153] ACPI: PCI Interrupt Link [LNKA] (IRQs *3 4 5 7 9 10 11 12 14 15)
[    0.438413] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.474408] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.510398] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[    0.543806] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.582262] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.624031] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.662263] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[    0.698478] Linux Plug and Play Support v0.97 (c) Adam Belay
[    0.704031] pnp: PnP ACPI init
[    0.708031] ACPI: bus type pnp registered
[    0.713690] pnp: PnP ACPI: found 12 devices
[    0.720031] ACPI: ACPI bus type pnp unregistered
[    0.724031] PnPBIOS: Disabled by ACPI PNP
[    0.728032] PCI: Using ACPI for IRQ routing
[    0.732031] ACPI: RTC can wake from S4
[    0.736033] system 00:00: iomem range 0xd0000-0xd3fff has been reserved
[    0.811139] system 00:00: iomem range 0xd9800-0xdbfff has been reserved
[    0.890195] system 00:00: iomem range 0xf0000-0xfbfff could not be reserved
[    0.973413] system 00:00: iomem range 0xfc000-0xfffff could not be reserved
[    1.056635] system 00:00: iomem range 0x3fef0000-0x3fefffff has been reserved
[    1.141931] system 00:00: iomem range 0x0-0x9ffff could not be reserved
[    1.220989] system 00:00: iomem range 0x100000-0x3feeffff could not be reserved
[    1.308367] system 00:00: iomem range 0xfec00000-0xfec00fff has been reserved
[    1.393674] system 00:00: iomem range 0xfee00000-0xfee00fff has been reserved
[    1.478969] system 00:00: iomem range 0xffb00000-0xffbfffff has been reserved
[    1.564266] system 00:00: iomem range 0xfff00000-0xffffffff has been reserved
[    1.649565] system 00:00: iomem range 0xe0000-0xeffff has been reserved
[    1.728629] system 00:02: ioport range 0x400-0x4bf could not be reserved
[    1.808736] system 00:03: ioport range 0x4d0-0x4d1 has been reserved
[    1.884673] system 00:03: ioport range 0x800-0x87f has been reserved
[    1.993294] PCI: Bridge: 0000:00:1e.0
[    2.034881]   IO window: c000-cfff
[    2.075460]   MEM window: 0xec000000-0xedffffff
[    2.129558]   PREFETCH window: 0x00000000d8000000-0x00000000e7ffffff
[    2.205545] NET: Registered protocol family 2
[    2.257700] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[    2.340164] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    2.424488] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    2.501531] TCP: Hash tables configured (established 8192 bind 8192)
[    2.577469] TCP reno registered
[    2.615025] NET: Registered protocol family 1
[    2.667201] checking if image is initramfs... it is
[    5.022599] Freeing initrd memory: 5775k freed
[    5.022599] Simple Boot Flag at 0x59 set to 0x1
[    5.022600] audit: initializing netlink socket (disabled)
[    5.022600] type=2000 audit(1228522070.575:1): initialized
[    5.022600] Total HugeTLB memory allocated, 0
[    5.022600] VFS: Disk quotas dquot_6.5.1
[    5.022600] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    5.022600] msgmni has been set to 500
[    5.022600] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    5.022600] io scheduler noop registered
[    5.022600] io scheduler anticipatory registered
[    5.022600] io scheduler deadline registered
[    5.022600] io scheduler cfq registered (default)
[    5.022600] isapnp: Scanning for PnP cards...
[    5.022600] isapnp: No Plug & Play device found
[    5.022601] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[    5.022601] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    5.022601] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    5.022601] brd: module loaded
[    5.022601] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    5.022601] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    5.089720] serio: i8042 KBD port at 0x60,0x64 irq 1
[    5.149084] mice: PS/2 mouse device common for all mice
[    5.209303] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    5.283777] rtc0: alarms up to one month
[    5.328792] cpuidle: using governor ladder
[    5.379596] cpuidle: using governor menu
[    5.424566] No iBFT detected.
[    5.460476] TCP cubic registered
[    5.498904] NET: Registered protocol family 17
[    5.551864] Using IPI No-Shortcut mode
[    5.596695] registered taskstats version 1
[    5.647898] rtc_cmos 00:05: setting system clock to 2008-12-06 00:08:02 UTC (1228522082)
[    5.744832] Freeing unused kernel memory: 244k freed
Loading, please [    5.811828] input: AT Translated Set 2 keyboard as /class/input/input0
wait...
ing unused kernel memory:et 2 keyboard as /class/input/input0
wait...
ing unused kerBegin: Loading [    6.018557] ACPI: ACPI0007:00 is registered as cooling_device0
essential driver[    6.094154] ACPI: Processor [CPU0] (supportss ... nel memory 2 throttling states:et 2 done.
key)
boardBegin: Running /scripts/init-premount ...  as /class/input/input0
w8557] ACPI: ACPIential driver[  ocessor [CPU0] (portss ... nel memory 2 throttling states:et 2 done.
key)
boardBegin: Running /scripts/init-premount ...  as /class/input/input0
[    6.603904] usbcore: registered new interface driver usbfs
[    6.682067] usbcore: registered new interface driver hub
w8557] ACPI: ACPIential driver[  ocessor [CPU0] (portss ... nel memory 2 throttling states:et 2 done.
[    6.884382] usbcore: registered new device driver usb
[    6.959994] ttyS0: 8 input overrun(s)
key)
[    7.020068] USB Universal Host Controller Interface driver v3.0
[    7.104494] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 3
bo[    7.188316] ACPI: PCI Interrupt 0000:00:1d.0[A] -> ardBegin: RunninLink [LNKA] -> g /scripts/init-GSI 3 (level, low) -> IRQ 3
premount ...  a
[    7.341017] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    7.420110] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    7.528023] uhci_hcd 0000:00:1d.0: irq 3, io base 0x0000d800
[    7.612222] usb usb1: configuration #1 chosen from 1 choice
[    7.692422] hub 1-0:1.0: USB hub found
[    7.755656] hub 1-0:1.0: 2 ports detected
[    6.603904] usbcore: registered new interface driver usbfs
istered new inte
[    8.000423] Uniform Multi-Platform E-IDE driver
emory 2 throttli[    8.071444] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
d new device dri[    8.183909] ttyS0: 13 input overrun(s)
94] ttyS0: 8 inp
USB Universal Ho
[    
[    8.333058] Floppy drive(s): fd0 is 1.44M
bo[    7.188[
LNKA] -> g /scr.341017] uhci_hc
[    8.431430] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    8.524223] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
d[    8.627230] usb usb1: Product: UHCI Host Controller
.0: new USB bus [    8.703231] usb usb1: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
registered, assi[    8.790474] usb usb1: SerialNumber: 0000:00:1d.0
gned bus number [    8.863715] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 5
1
[    8.946985] ACPI: PCI Interrupt 0000:00:1d.1[B] -> 
Link [LNKD] -> 
GSI 5 (level, low) -> IRQ 5
[    9.099624] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    7.[    9.178612] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
528023] uhci_hcd[    9.283462] uhci_hcd 0000:00:1d.1: irq 5, io base 0x0000d000
 0000:00:1d.0: i[    9.367693] usb usb2: configuration #1 chosen from 1 choice
rq 3, io base 0x[    9.451025] hub 2-0:1.0: USB hub found
0000d800
[    9.512301] hub 2-0:1.0: 2 ports detected
[    9.579724] ttyS0: 10 input overrun(s)
[    9.641189] FDC 0 is a post-1991 82077
[    9.704016] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    9.799474] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.ce
[    9.900973] usb usb2: Product: UHCI Host Controller
[    9.975971] usb usb2: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
[   10.063218] usb usb2: SerialNumber: 0000:00:1d.1
[    7.75
[   10.136381] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
[   10.220102] ACPI: PCI Interrupt 0000:00:1d.2[C] -> 
Link [LNKC] -> 
GSI 11 (level, low) -> IRQ 11
[   10.376628] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[   10.455614] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[   10.560467] uhci_hcd 0000:00:1d.2: irq 11, io base 0x0000d400
[   10.645730] usb usb3: configuration #1 chosen from 1 choice
[   10.728744] hub 3-0:1.0: USB hub found
[   10.790016] hub 3-0:1.0: 2 ports detected
[   10.855941] ttyS0: 17 input overrun(s)
[    6.603[   10.956210] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
4] usbcore: regi[   11.044983] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
stered new inter[   11.151962] usb usb3: Product: UHCI Host Controller
[   11.224099] usb usb3: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
[   11.311349] usb usb3: SerialNumber: 0000:00:1d.2
ottli[    8.0714[   11.383951] ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 9
override with id[   11.467184] ACPI: PCI Interrupt 0000:00:1d.7[D] -> 
94] ttySLink [LNK1] -> 0: 8
GSI 9 (level, low) -> IRQ 9
[   11.619735] ehci_hcd 0000:00:1d.7: EHCI Host Controller
U
[   11.698707] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4
[    8.3[
[   11.808012] ehci_hcd 0000:00:1d.7: irq 9, io mem 0xee080000
LNKA] -> g c[   11.901733] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
i_hc
[    8.4[   11.993826] usb usb4: configuration #1 chosen from 1 choice
3 found, idVendo[   12.076269] hub 4-0:1.0: USB hub found
r  8.524223] usb[   12.139500] hub 4-0:1.0: 6 ports detected
 
[   12.203926] ttyS0: 23 input overrun(s)
d[    bus [    8.7032tered, assi[    d.0
[   12.306866] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
gned bus [   12.396111] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[LNKD] enabled a[   12.498918] usb usb4: Product: EHCI Host Controller
    8.946985] AC[   12.573035] usb usb4: Manufacturer: Linux 2.6.26-1-686 ehci_hcd
[   12.660265] usb usb4: SerialNumber: 0000:00:1d.7
[   12.738859] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
 IRQ 5
[   12.817269] ACPI: PCI Interrupt 0000:01:09.0[A] -> 
r
Link [LNKB] -> 
GSI 11 (level, low) -> IRQ 11
USB bus registere0000:00:1d.1: ir693] usb usb2: c025] hub 2-0:1.001] hu[   13.040146] ssb: Sonics Silicon Backplane found on PCI device 0000:01:09.0
b 2-0:1.0:ed
[   13.136216] b44.c:v2.0
[   13.180951] ICH4: IDE controller (0x8086:0x24cb rev 0x02) at  PCI slot 0000:00:1f.1
9724] tt[   13.289149] ACPI: PCI Interrupt 0000:00:1f.1[A] -> yS0: 10 1189] FDLink [LNKC] -> C 0 is adevice fGSI 11 (level, low) -> IRQ 11
ound, id  9.7994[   13.443268] ICH4: not 100% native mode: will probe irqs later
74] usb 
[   [   13.531276]     ide0: BM-DMA at 0xf000-0xf007
 7.ce
U[   13.599834]     ide1: BM-DMA at 0xf008-0xf00f
HCI Host Contro.[   13.676010] ttyS0: 14 input overrun(s)
975971] usb usb
[   13.756754] eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:0b:db:2b:96:db
[   10.063218] usb 1] ACPI: PCI Int02] ACPI: PCI In
Link [LNKC] -
UHCI Host Control00[   14.012205] hda: ST3120023A, :00:1d.2: new 
ATA DISK drive
60467] uhci_hcd  0x0000d400
iguration #1 chohub found
detected
956210] usb usb3oduct=0001
4] device strings: new inter[   11.151962] usb usb3: Product: UHCI Host Conufacturer: Linu SerialNumber: 0Interrupt Link [nterrupt 0000:00 8
[   11.619
U
  11.698707] ehc registered, assigned bus number 4
[    8.3[
[   11.808012] ehc3] ehci_hcd 0000EHCI 1.00, drivem 1 choice
3 d
r  8.524223500] hub 4-0:1.0
[   14.764369] hda: UDMA/100 mode selected
[   [   14.832009] ttyS0: 13 input overrun(s)
 bus [    8.New USB device f
gned bus [   12.396111 Mfr=3, Product=2, SerialNumber=1
[L   8.946985] AC[   12.573035] usb usb4: Manufacturer: Linux 2.6.26-1-686 ehci_hcd
[   12.660265] usb usb4: SerialNumber: 0000:00:1d.7
12.738859] ACPI:ink [LNKB] enabled at IRQ 11
 IRQ 5
[   12.817269] ACPI: PCI Interrupt 0000:01:09.0[A] -> 
r
Link [LNKB] -> 
GSI 11 (level, low) -> IRQ 11
[   15.556209] hdc: Lite-On LTN486S 48x Max, 
ATAPI 
USB buCD/DVD-ROMs registere0000: drive
00:1d.1: ir693] usb usb2: c025] hub 2-0:1.001] hu[   13.040146] ssb: Sonics Silicon Backplane found on PCI device 0000:01:09.0
b 2-0:1.0:ed
[   13.136216] b44.c:v2.0
[   13.180951] ICH4: IDE controller (0x8086:0x24cb rev 0x02) at  PCI slot 000[   16.020202] hdc: UDMA/33 mode selected
0:00:1f.1
[   16.081763] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[   16.175040] ide1 at 0x170-0x177,0x376 on irq 15
9724] tt[   13.
289149] ACPI: PC[   16.261846] No dock devices found.
I Interrupt 0000[   16.328769] SCSI subsystem initialized
:00:1f.1[A] -> yS0: 10 1189] l, low) -> IRQ 11
[   16.424280] hda: max request size: 128KiB
ounot 100%[   16.484026] hda: 234441648 sectors (120034 MB) native mode: wi w/2048KiB Cachell probe irqs la, CHS=65535/16/63
ter
74] u[   16.611963] hda: cache flushes supported
sb 
[   16.674763]  hda:
[   [   13.531276]     ide0:  hda1BM-DMA at 0xf000 hda2-0xf007
  <7.ce
 hda5
U[   hda6 13.599834]      hda7ide1: BM-DMA at  hda80xf008-0xf00f
 >
HCI Host Co
ntro.[   13.6760[   16.935954] hdc: ATAPI10] ttyS0: 14 in 48Xput overrun(s)
 CD-ROM
975971] us driveb usb
, 120kB Cache
[   17.076596] Uniform CD-ROM driver Revision: 3.20
[   13.756754] eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:0b:db:2b:96:db
[   17.467560] PM: Starting manual resume from disk
[   10.063218] usb 1][   17.583352] EXT3-fs: INFO: recovery required on readonly filesystem.
 ACPI: PCI Int02[   17.661357] EXT3-fs: write access will be enabled during recovery.
] ACPI: PCI In
Link [LNKC] -
UHCI Hostdone.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... kinit: name_to_dev_t(/dev/hda5) = hda5(3,5)
kinit: trying to resume from /dev/hda5
kinit: No resume image, doing normal boot...
done.
[   22.685273] kjournald starting.  Commit interval 5 seconds
[   22.750916] EXT3-fs: hda7: orphan cleanup on readonly fs
[   22.834561] EXT3-fs: hda7: 2 orphan inodes deleted
[   22.891725] EXT3-fs: recovery complete.
[   22.948010] EXT3-fs: mounted filesystem with ordered data mode.
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.86 booting
Starting the hotplug events dispatcher: udevd[   32.596504] udevd version 125 started
.
Synthesizing the initial hotplug events...done.
Waiting for /dev to be fully populated...[   33.055946] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   33.568471] Linux agpgart interface v0.103
[   34.084263] input: Power Button (FF) as /class/input/input1
[   34.256230] agpgart: Detected an Intel 830M Chipset.
[   34.315782] agpgart: Detected 892K stolen memory.
[   34.392010] agpgart: AGP aperture is 128M @ 0xd0000000
[   34.748140] ACPI: Power Button (FF) [PWRF]
[   34.797194] input: Power Button (CM) as /class/input/input2
[   35.116220] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   35.320768] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
[   35.402075] iTCO_wdt: Found a ICH4 TCO device (Version=1, TCOBASE=0x0460)
[   35.483312] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   35.680196] ACPI: PCI Interrupt 0000:00:1f.3[B] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
[   35.798081] input: PC Speaker as /class/input/input3
[   35.872559] Error: Driver 'pcspkr' is already registered, aborting...
[   35.961401] ACPI: PCI Interrupt 0000:00:1f.5[B] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
[   36.248153] ACPI: Power Button (CM) [PWRB]
[   36.349212] parport_pc 00:0a: reported by Plug and Play ACPI
[   36.416952] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
[   36.606460] Error: Driver 'pcspkr' is already registered, aborting...
[   36.848265] intel_rng: FWH not detected
[   36.902072] intel8x0_measure_ac97_clock: measured 53828 usecs
[   36.970660] intel8x0: clocking to 48000
[   37.016848] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
done.
Setting the system clock.
Activating swap...[   38.030581] Adding 1060248k swap on /dev/hda5.  Priority:-1 extents:1 across:1060248k
done.
Checking root file system...fsck 1.41.3 (12-Oct-2008)
root: clean, 133[   38.449379] EXT3 FS on hda7, 33/1050576 filesinternal journal
, 187963/4196973 blocks
done.
Setting the system clock.
Cleaning up ifupdown....
Loading kernel modules...[   38.753564] loop: module loaded
done.
Checking file systems...fsck 1.41.3 (12-Oct-2008)
done.
Setting kernel variables (/etc/sysctl.conf)...done.
Mounting local filesystems...done.
Activating swapfile swap...done.
Setting up networking....
Configuring network interfaces...done.
Setting console screen modes and fonts.
[   42.816172] b44: eth0: Link is up at 100 Mbps, half duplex.
[   42.820010] b44: eth0: Flow control is off for TX and off for RX.
Starting enhanced syslogd: rsyslogd.
Starting ACPI services....
Starting OpenBSD Secure Shell server: sshd[   44.688652] NET: Registered protocol family 10
[   44.742379] lo: Disabled Privacy Extensions
.
Starting periodic command scheduler: crond.
INIT: Switching to runlevel: 6
INIT: Sending processes the TERM signal
Saving the system clock.
Saving the system clock.
Saving the system clock.
[   85.299160] b44: eth0: powering down PHY
Stopping enhanced syslogd: rsyslogd
.
Asking all remaining processes to terminate...
acpid: exiting
done.
All processes ended within 1 seconds....done.
Deconfiguring network interfaces...
There is already a pid file /var/run/dhclient.eth0.pid with pid 1789
removed stale PID file
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth0/00:0b:db:2b:96:db
Sending on   LPF/eth0/00:0b:db:2b:96:db
Sending on   Socket/fallback
DHCPRELEASE on eth0 to 172.25.89.16 port 67
done.
Cleaning up ifupdown...
.
Deactivating swap...done.
Will now restart.
Saving the system clock.
[   87.936180] Restarting system.
[   87.940011] machine restart
[   87.940011] BUG: unable to handle kernel paging request at ffffb370
[   87.940011] IP: [<c0115165>] native_apic_write+0xe/0x11
[   87.940011] *pde = 00007067 *pte = 0f670021 
[   87.940011] Oops: 0003 [#1] SMP 
[   87.940011] Modules linked in: ipv6 loop rng_core parport_pc parport shpchp snd_intel8x0 snd_pcsp i2c_i801 i2c_core snd_ac97_codec ac97_bus snd_pcm snd_timer iTCO_wdt snd soundcore snd_page_alloc pci_hotplug intel_agp button agpgart evdev dcdbas ext3 jbd mbcache ide_cd_mod cdrom ide_disk ata_generic libata scsi_mod dock piix b44 floppy ide_pci_generic ide_core ssb pcmcia pcmcia_core firmware_class mii ehci_hcd uhci_hcd usbcore thermal processor fan thermal_sys
[   87.940011] 
[   87.940011] Pid: 2095, comm: reboot Not tainted (2.6.26-1-686 #1)
[   87.940011] EIP: 0060:[<c0115165>] EFLAGS: 00010082 CPU: 0
[   87.940011] EIP is at native_apic_write+0xe/0x11
[   87.940011] EAX: 00000370 EBX: 000000f0 ECX: ffffb370 EDX: 000100fe
[   87.940011] ESI: 00000000 EDI: 00000001 EBP: cf68c000 ESP: cf68de28
[   87.940011]  DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
[   87.940011] Process reboot (pid: 2095, ti=cf68c000 task=ce7cc560 task.ti=cf68c000)
[   87.940011] Stack: c010faf3 00000057 00000066 000000f0 00000000 00000001 cf68c000 c010fc44 
[   87.940011]        343c8f00 c011b39f cf68de98 ce7cc560 b7f48ff4 00000202 00000000 00000001 
[   87.940011]        cf68c000 c010ee60 c01e1585 c023e03f ce775eec 01234567 28121969 00000282 
[   87.940011] Call Trace:
[   87.940011]  [<c010faf3>] clear_local_APIC+0x31/0x171
[   87.940011]  [<c010fc44>] disable_local_APIC+0x11/0x74
[   87.940011]  [<c011b39f>] task_rq_lock+0x3b/0x5e
[   87.940011]  [<c010ee60>] native_smp_send_stop+0xda/0xed
[   87.940011]  [<c01e1585>] __delay+0x6/0x7
[   87.940011]  [<c023e03f>] uhci_reset_hc+0x33/0x67
[   87.940011]  [<c010ed28>] native_machine_shutdown+0x53/0x67
[   87.940011]  [<c010eaf7>] machine_shutdown+0x6/0x7
[   87.940011]  [<c010eb4b>] native_machine_restart+0x19/0x1e
[   87.940011]  [<c010eb23>] machine_restart+0x6/0x7
[   87.940011]  [<c012d1b4>] sys_reboot+0x143/0x1b4
[   87.940011]  [<c0292222>] inet_gifconf+0x68/0x92
[   87.940011]  [<c025a2bc>] netdev_run_todo+0x1c6/0x1cc
[   87.940011]  [<c02921ba>] inet_gifconf+0x0/0x92
[   87.940011]  [<c0259a19>] dev_ioctl+0x4df/0x571
[   87.940011]  [<c02b93f5>] _spin_lock_bh+0x8/0x1e
[   87.940011]  [<c0250ba2>] lock_sock_nested+0x84/0x8c
[   87.940011]  [<c0250ba2>] lock_sock_nested+0x84/0x8c
[   87.940011]  [<c02b93f5>] _spin_lock_bh+0x8/0x1e
[   87.940011]  [<c0182437>] d_kill+0x37/0x46
[   87.940011]  [<c0182646>] dput+0x15/0xbb
[   87.940011]  [<c0186a54>] mntput_no_expire+0x13/0xd9
[   87.940011]  [<c0172b81>] filp_close+0x4d/0x53
[   87.940011]  [<c0173cbb>] sys_close+0x5b/0x8d
[   87.940011]  [<c0103853>] sysenter_past_esp+0x78/0xb1
[   87.940011]  =======================
[   87.940011] Code: ff ff ff 90 8d 64 24 04 b8 88 00 00 00 0f 00 d0 83 c4 0c 5b 5e c3 8b 44 24 04 89 01 c3 8b 0d 88 0f 35 c0 81 e9 00 40 00 00 01 c1 <89> 11 c3 8b 0d 88 0f 35 c0 87 94 01 00 c0 ff ff c3 b8 68 75 3b 
[   87.940011] EIP: [<c0115165>] native_apic_write+0xe/0x11 SS:ESP 0068:cf68de28
[   87.940011] ---[ end trace 0a836153f89b2e70 ]---

--- End Message ---
--- Begin Message ---
On Sat, May 29, 2010 at 06:34:21PM +0200, Moritz Muehlenhoff wrote:
> tags 507955 moreinfo
> thanks
> 
> On Thu, Dec 18, 2008 at 11:20:08PM -0500, Daniel Richard G. wrote:
> > The workaround for this bug is to add the following lines to 
> > /etc/modprobe.d/blacklist:
> > 
> > 	blacklist agpgart
> > 	blacklist intel-agp
> > 
> > With that in place, the system boots and operates perfectly, without 
> > needing any of the other kernel parameters.
> > 
> > Note: I did test with agp=off, and that doesn't help anything. Unless there 
> > is a syntax for blacklisting kernel modules from the kernel command line, 
> > this bug presents a situation where you need to boot into some sort of 
> > "rescue" environment in order to fix the problem.
> 
> Hi,
> The next release of Debian (6.0, code name Squeeze) will be based
> on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
> us whether the kernel works without workarounds. If not, we should 
> report it upstream to the kernel.org developers.
> 
> The 2.6.32 kernel is available from packages.debian.org and can
> be installed in both Debian stable, testing and unstable
> installations.

No further feedback, closing the bug.

Cheers,
         Moritz


--- End Message ---

Reply to: