Inconsistent Compiz performance

Hi all,
I run both Ubuntu Hardy and Arch, and Compiz runs quite smoothly in the former (but I use it less so this might not be a valid point). I noticed however that when I refresh Compiz in my Arch installation (start Fusion-Icon, enable/disable loose-binding, etc.), animation performance would improve, but soon would regress to a very choppy state. The loose-binding/indirect rendering options don't matter; performance always improve when Compiz is refreshed, and regression cannot be prevented. I am using a Nvidia 8400 GS card.
I wonder if there's a way to keep that performance like it's always just refreshed? Is it the inner working of Compiz or my Nvidia card that leads to the performance regression? The choppiness really bugs me, especially when I know that my card can perform.

1. Identical execution plans are what caused the problem!
Imagine you have a table with 50,000 employees and 10 managers, you have a nice index on job type, and a query that selects the managers.
The execution plan will use the index and will run very fast.
Now add another 50,000 employees (acquisition!) and 10,000 managers.
If you didn't recollect statistics, the optimizer will assume that you still have 10 managers and will still use index (same plan!), but selecting 10,010 managers through index is much slower than selecting 10 managers through index, so - same plan, bad performance.
After you recollect stats - optimizer will know that you have 10,010 managers and will do full table scan to get them, which will be much faster than getting them through the index. So collecting stats will lead to better plan and better performance.

Similar Messages

  • [SOLVED] Compiz Performance with ATI x700

    So this is my story:
    I have an Acer Aspire Laptop with a ATI x700 Mobility graphics card. A couple of days ago I installed Arch for the first time. I installed the "xf86-video-ati" package and compiz-fusion and it worked great. Then I managed to break my system to unusability and decided to reinstall. In the meantime there was an update for xf86-video-ati (from 6.8.0-4 to 6.9.0-5) and now I have some quite annoying performance issues with compiz: maximizing/unmaximizing as well as unminimizing a window (so I assume everytime it has to load a new window into the memory) takes like 2 seconds (while working perfectly smoothly before).
    I tryed the options suggested at http://wiki.archlinux.org/index.php/ATI … nce_tuning but without success. Since I use exactly the same xorg configuration as before I can only speculate that it has to do something with the package update (maybe some option that was enabled by default before now has to be manually set?). I also tried the catalyst drivers but performance was pretty much the same.
    Anyways, here are the relevant parts (so I think) of my xorg.conf file
    Section "Module"
    Load "glx"
    Load "dri"
    Load "drm"
    EndSection
    Section "Device"
    Identifier "** ATI (generic) [ati]"
    Driver "ati"
    Option "XAANoOffscreenPixmaps" "true"
    Option "MonitorLayout" "LVDS,AUTO"
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    Any ideas what I could do to bring back compiz at the speed that my graphics card already proved to be capable of are very welcome
    Last edited by Baufo (2008-12-08 16:46:37)

    I think I just experienced the same problem with my x800gto.  It was very slow to toggle between vertical/horizontal/full maximizations.  I tried changing the default acceleration method from XAA to EXA.  This seems to have solved the problem, and now my wobbly windows change size with butter smoothness.  The changes I made were to add
    Option "AccelMethod" "EXA"
    under the device setting.  There reason you need no such option for XAA is because, to my undestanding, XAA is the default.  Making this change means you should also comment out
    Option "XAANoOffscreenPixmaps" "true" #needed for aiglx
    since it is now irrelevant.
    Since you also use an ATI card, I will suggest configuration options that work well for me:
    Option "AGPMode" "4"
    Option "GARTSize" "64"
    Option "EnablePageFlip" "True"
    Option "ColorTiling" "True"
    Good luck.  Hope this does the trick for you.

  • Inconsistent datastore performance

    Hi all
    Hope someone can help, ran into a bit of a wall here. We're running ESXi 5.1 on an HP Proliant DL120 G7 and Intel Cougar Point 6 SATA controller, with 4 identical WD 2TB drives.
    We've got 4 datastores configured, each on the 4 WD drives.
    The problem is that uploading say a 2GB file via vSphere's datastore browser takes incredibly long (at least 20 minutes) on 3 of the 4 datastores, with the odd one out completing in under 2 minutes. I cannot for the life of me figure out what exactly is different between the datastores, especially considering that they're all using what should be identical backend hardware.
    Just as a test, I'm seeing the same behaviour when I SSH to the ESXi host and copy something from one datastore to another - 3 of 4 datastores return write speeds of just over 9MB/s.
    Reading up on the Cougar Point 6 controller though, apparently it has 2 6GB/s ports and 4 3GB/s ports, but there doesn't seem to be a lot of easily accessible info on it. I do not have the output immediately accessible, but all four disks are set at 3GB/s, so doubt that could have anything to do with it.
    Apparently there was/ is also a hardware bug with the B2 stepping version of this particular controller, though I have no idea how to identify whether this controller comes from the faulty batch.
    What I'm more interested in at this stage is if there's a recommended way of identifying where the bottleneck is via ESXi? I'm baffled why one datastore's performance would be great, while others notsomuch.
    Any help appreciated.

    This is probably more a question for Intel or on an Intel forum instead of here, but here's the relevant output from esxcli hardware pci list:
    000:000:1f.2
       Address: 000:000:1f.2
       Segment: 0x0000
       Bus: 0x00
       Slot: 0x1f
       Function: 0x02
       VMkernel Name: vmhba0
       Vendor Name: Intel Corporation
       Device Name: Cougar Point 6 port SATA AHCI Controller
       Configured Owner: Unknown
       Current Owner: VMkernel
       Vendor ID: 0x8086
       Device ID: 0x1c02
       SubVendor ID: 0x103c
       SubDevice ID: 0x330d
       Device Class: 0x0106
       Device Class Name: SATA controller
       Programming Interface: 0x01
       Revision ID: 0x05
       Interrupt Line: 0x0a
       IRQ: 10
       Interrupt Vector: 0x98
       PCI Pin: 0x33
       Spawned Bus: 0x00
       Flags: 0x0201
       Module ID: 65
       Module Name: ahci
       Chassis: 0
       Physical Slot: 255
       Slot Description:
       Passthru Capable: false
       Parent Device:
       Dependent Device: PCI 0:0:31:2
       Reset Method: Function reset
       FPT Sharable: false
    Apparently the B2 stepping model of this type of controller was the faulty version. According to Dell Intel, the B2 stepping model has a revision ID of 04h, with 05h being the B3 and therefore working model. What I can't figure out is whether Revision ID: 0x05 == 05h. Assume it probably is.
    If it is, then I'm probably barking up the wrong tree in suspecting the AHCI controller of being the root cause.

  • Inconsistent query performance

    my query is this:
    select hz, hz_time from freq_logger where hz_time = (select max(hz_time) from freq_logger)
    hz is a float, hz_time is a timestamp that is based on the time the row is inserted. After about a million rows inserted I started noticing slow down in the app that uses this query. I went to toad and the query is executing at 125-200ms, much more than the ~70ms it needs to be at for the app to run smoothly. However in sqlplus I got around 70ms. And then I noticed that another PC was running this exact app without any noticeable slow down. So I logged the query execution within the app, on my PC it was at around 200ms while the other PC was at 70ms. Any ideas what could be causing this performance difference?
    thanks

    No
    Your watch is an inadequate analysis instrument. Moreover you don't adhere to the following to posts
    When your query takes too long ...
    and
    HOW TO: Post a SQL statement tuning request - template posting
    so can not be worked upon.
    Sybrand Bakker
    Senior Oracle DBA

  • [SOLVED] Compiz performance & Gnome stability problem

    Hello,
    I just purchased a new computer, core i5 2400 with integrated graphic. After reinstall arch & stuffs as usual, I found out that Compiz is very slow (I think it's slower than my atom netbook) and Gnome randomly crash to GDM. I did google & search the forum, tried every solutions I found with no luck. Here is my situation.
    1. Gnome is fast with metacity. It will crash to GDM if I try to change the screen solution with System->Preferences->Monitors.
    2. Compiz is slow. I can't play 1080p video from youtube smoothly. I also experience random crash & return to GDM.
    3. With compiz, moving the windows of System->Preferences->Monitors always crash Gnome to GDM instantly.
    4. The current config is from arch's wiki.
    5. I also tried many solutions from google, none of them work.
    6. I now fallback to metacity and looking for a solution.
    any idea?? please advise.
    Tony
    Last edited by xtony (2011-01-22 20:54:10)

    Hello,
    This is the driver issue. Sandy bridge requires xf86-video-intel 2.14 which is being in testing repos. All other related software such as Mesa, libdrm that supports this CPU is still in testing too. We will also get better support for this new platform in kernel 2.6.37 (yes, in testing too). For one who don't want to wait. Add testing repos to your pacman & update your system.
    I'll close this thread and Have a good day.
    Tony

  • Inconsistent YTD Performance in EVFDRE Reports

    Greetings,
    Currently using BPC 5.1 SP5.  I have a report that has nested columns with  measures as a dimension.  On the rows there is a single dimension.  This EVDRE works.  I am able to toggle between periodic and ytd.
    I have created a similar report to the one described above.  the difference is that I have nested multiple dimensions in the rows.  This EVDRE only works for periodic.  If I set the measures dimension to YTD, this report will run for an inordinate amount of time and I must terminate the application.. 
    Any ideas?
    Regards,
    Greg Lakin

    I suppose your application is periodic and probably into your report you are using also some members with dimension formula.
    If this is the case then it is clear that your report will take forever.
    You can check what kind of MDX query is generate and this will explain why is taking so long time.
    Any way my expectation is that actually you are touching some members with dimension formula and this is causing the main issue.
    Any way to be able to provide suggestion we need more information about the report.
    Regards
    Sorin Radulescu

  • Essbase inconsistent calc performance

    Edited by: user610131 on Aug 23, 2012 11:32 AM
    Edited by: user610131 on Aug 23, 2012 11:32 AM

    Edited by: user610131 on Aug 23, 2012 11:32 AM
    Edited by: user610131 on Aug 23, 2012 11:32 AM

  • Xorg using 30% cpu when idle,slow performance and video problems

    I'm having a problem with Xorg, I don't know what it is but I guess it has something to do with configuration problems because in Ubuntu eerything works out of the box.
    My problems are these:
    1. Xorg is using arround 30% cpu when the computer is idle and very simple animations in kde like minimize a window are performed very poorly.
    2. Compiz' performance is very poor and chopy
    3. h264 videos are not wachable. it feels like watching 3fps videos.
    as i mentioned above, i don't have any of these problems with ubuntu.
    Here's my xorg.conf file:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Touchpad" "SendCoreEvents"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "record"
    Load "dbe"
    Load "xtrap"
    Load "extmod"
    Load "synaptics"
    Load "dri"
    Load "GLcore"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 330 210 # mm
    Identifier "Monitor0"
    VendorName "AUO"
    ModelName "187b"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "CacheLines" # <i>
    #Option "Dac6Bit" # [<bool>]
    #Option "DRI" # [<bool>]
    #Option "NoDDC" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "XvMCSurfaces" # <i>
    #Option "PageFlip" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile GM965/GL960 Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/input/mouse0"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "130"
    Option "RightEdge" "840"
    Option "TopEdge" "130"
    Option "BottomEdge" "640"
    Option "FingerLow" "7"
    Option "FingerHigh" "8"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "110"
    Option "EmulateMidButtonTime" "75"
    Option "VertScrollDelta" "20"
    Option "HorizEdgeScroll" "off"
    # Option "HorizScrollDelta" "20"
    Option "MinSpeed" "0.25"
    Option "MaxSpeed" "0.50"
    Option "AccelFactor" "0.010"
    Option "EdgeMotionMinSpeed" "200"
    Option "EdgeMotionMaxSpeed" "200"
    Option "UpDownScrolling" "1"
    # Option "CircularScrolling" "1"
    # Option "CircScrollDelta" "0.1"
    # Option "CircScrollTrigger" "2"
    Option "SHMConfig" "on"
    Option "Emulate3Buttons" "on"
    EndSection
    and my hardware (created with hardinfo):
    http://files.nergar.com/hardinfo_report.html
    thanks in advance, I would like to switch to arch!

    Experiment with section module. My i945 is
    load "dbe"
    load "freetype"
    subsection "extmod"
    option "omit xfree86-dga"
    endsubsection
    Try to comment busid in section device and add another section device before your existing one
    section "device"
    identifier "tommy"
    vendorname "unknown"
    boardname "unknown"
    driver "vga"
    endsection
    Try the drivers i810 and vesa in section device
    My file was created by xorgconfig (run this from the console)
    Last edited by 11010010110 (2008-07-30 21:22:35)

  • Kms, ati, compiz = blank screen or segfault on xorg

    Hello.
    I seem to have never ending trouble with this combination of packages.
    I have two kernels installed right now: 2.6.30 and 2.6.31.
    2.6.30 is my main kernel now. I recompiled it and changed some wireless configuration to work with my card. Otherwise stock stuff.
    2.6.31 is pure repository kernel.
    When 2.6.31 came out, I tried using KMS. It worked, but compiz was giving me blank screen. With compiz off I all worked, but performance dropped from 1700 fps to 400 fps in glxgears. I disabled KMS for this reason.
    2.6.30 does not have KMS enabled, worked fine.
    Today I upgraded these packages:
    upgraded libdrm (2.4.16-1 -> 2.4.17-2)
    upgraded libgl (7.6-2 -> 7.6.1-1)
    upgraded ati-dri (7.6-2 -> 7.6.1-1)
    upgraded mesa (7.6-2 -> 7.6.1-1)
    upgraded xf86-video-ati (6.12.99.git20091014-1 -> 6.12.4-2)
    After that, I could not log into my system. I got to GDM, but after entering password, my system froze. I was able to log in via SSH, so just graphics froze. MY search revealed segfault on Xorg.
    With 2.6.31 kernel and KMS off it behaves the same. With KMS on, there is no segfault, but I get blank screen with compiz + performance hit.
    For now I reverted back to previous versions of packages, but I'd like to get this sorted out.

    Here is the dmesg with errors.
    Can someone point me which way to look ?
    Linux version 2.6.32.3-ARCHc (raqua@Phenom) (gcc version 4.4.2 20091208 (prerelease) (GCC) ) #1 SMP PREEMPT Thu Jan 7 20:29:58 CET 2010
    KERNEL supported cpus:
    Intel GenuineIntel
    AMD AuthenticAMD
    NSC Geode by NSC
    Cyrix CyrixInstead
    Centaur CentaurHauls
    Transmeta GenuineTMx86
    Transmeta TransmetaCPU
    UMC UMC UMC UMC
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
    BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000007ffa0000 (usable)
    BIOS-e820: 000000007ffa0000 - 000000007ffae000 (ACPI data)
    BIOS-e820: 000000007ffae000 - 000000007fff0000 (ACPI NVS)
    BIOS-e820: 000000007fff0000 - 0000000080000000 (reserved)
    BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
    BIOS-e820: 00000000ff700000 - 0000000100000000 (reserved)
    DMI present.
    AMI BIOS detected: BIOS may corrupt low RAM, working around it.
    e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    last_pfn = 0x7ffa0 max_arch_pfn = 0x100000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-EFFFF uncachable
    F0000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 000000000000 mask FFFF80000000 write-back
    1 disabled
    2 disabled
    3 disabled
    4 disabled
    5 disabled
    6 disabled
    7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Scanning 0 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009f000 (usable)
    modified: 000000000009f000 - 00000000000a0000 (reserved)
    modified: 00000000000e0000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000007ffa0000 (usable)
    modified: 000000007ffa0000 - 000000007ffae000 (ACPI data)
    modified: 000000007ffae000 - 000000007fff0000 (ACPI NVS)
    modified: 000000007fff0000 - 0000000080000000 (reserved)
    modified: 00000000fec00000 - 00000000fec01000 (reserved)
    modified: 00000000fee00000 - 00000000fef00000 (reserved)
    modified: 00000000ff700000 - 0000000100000000 (reserved)
    initial memory mapped : 0 - 01800000
    init_memory_mapping: 0000000000000000-00000000377fe000
    0000000000 - 0000400000 page 4k
    0000400000 - 0037400000 page 2M
    0037400000 - 00377fe000 page 4k
    kernel direct mapping tables up to 377fe000 @ 10000-15000
    RAMDISK: 7fe68000 - 7ff8f5d2
    Allocated new RAMDISK: 00100000 - 002275d2
    Move RAMDISK from 000000007fe68000 - 000000007ff8f5d1 to 00100000 - 002275d1
    ACPI: RSDP 000fa720 00014 (v00 ACPIAM)
    ACPI: RSDT 7ffa0000 00044 (v01 050509 RSDT1955 20090505 MSFT 00000097)
    ACPI: FACP 7ffa0200 00084 (v01 050509 FACP1955 20090505 MSFT 00000097)
    ACPI: DSDT 7ffa0450 08824 (v01 1AAAA 1AAAA000 00000000 INTL 20051117)
    ACPI: FACS 7ffae000 00040
    ACPI: APIC 7ffa0390 00080 (v01 050509 APIC1955 20090505 MSFT 00000097)
    ACPI: MCFG 7ffa0410 0003C (v01 050509 OEMMCFG 20090505 MSFT 00000097)
    ACPI: OEMB 7ffae040 00073 (v01 050509 OEMB1955 20090505 MSFT 00000097)
    ACPI: HPET 7ffaa450 00038 (v01 050509 OEMHPET0 20090505 MSFT 00000097)
    ACPI: INFO 7ffae0c0 00124 (v01 050509 AMDINFO 20090505 MSFT 00000097)
    ACPI: NVHD 7ffae1f0 00284 (v01 050509 NVHDCP 20090505 MSFT 00000097)
    ACPI: SSDT 7ffaa490 00672 (v01 A M I POWERNOW 00000001 AMD 00000001)
    ACPI: Local APIC address 0xfee00000
    1159MB HIGHMEM available.
    887MB LOWMEM available.
    mapped low ram: 0 - 377fe000
    low ram: 0 - 377fe000
    node 0 low ram: 00000000 - 377fe000
    node 0 bootmap 00011000 - 00017f00
    (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
    #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
    #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
    #3 [0001000000 - 0001525f44] TEXT DATA BSS ==> [0001000000 - 0001525f44]
    #4 [000009f000 - 0000100000] BIOS reserved ==> [000009f000 - 0000100000]
    #5 [0001526000 - 000152c0db] BRK ==> [0001526000 - 000152c0db]
    #6 [0000010000 - 0000011000] PGTABLE ==> [0000010000 - 0000011000]
    #7 [0000100000 - 00002275d2] NEW RAMDISK ==> [0000100000 - 00002275d2]
    #8 [0000011000 - 0000018000] BOOTMAP ==> [0000011000 - 0000018000]
    found SMP MP-table at [c00ff780] ff780
    Zone PFN ranges:
    DMA 0x00000010 -> 0x00001000
    Normal 0x00001000 -> 0x000377fe
    HighMem 0x000377fe -> 0x0007ffa0
    Movable zone start PFN for each node
    early_node_map[2] active PFN ranges
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x0007ffa0
    On node 0 totalpages: 524079
    free_area_init_node: node 0, pgdat c13d3c00, node_mem_map c152e200
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3951 pages, LIFO batch:0
    Normal zone: 1744 pages used for memmap
    Normal zone: 221486 pages, LIFO batch:31
    HighMem zone: 2320 pages used for memmap
    HighMem zone: 294546 pages, LIFO batch:31
    Using APIC driver default
    ACPI: PM-Timer IO Port: 0x2008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
    ACPI: IOAPIC (id[0x03] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 3, version 17, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    ACPI: IRQ14 used by override.
    ACPI: IRQ15 used by override.
    Enabling APIC mode: Flat. Using 1 I/O APICs
    Using ACPI (MADT) for SMP configuration information
    ACPI: HPET id: 0x10de8201 base: 0xfed00000
    SMP: Allowing 4 CPUs, 1 hotplug CPUs
    nr_irqs_gsi: 24
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    Allocating PCI resources starting at 80000000 (gap: 80000000:7ec00000)
    Booting paravirtualized kernel on bare hardware
    NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    PERCPU: Embedded 14 pages/cpu @c2800000 s34616 r0 d22728 u1048576
    pcpu-alloc: s34616 r0 d22728 u1048576 alloc=1*4194304
    pcpu-alloc: [0] 0 1 2 3
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519983
    Kernel command line: root=/dev/disk/by-uuid/61784892-7568-4816-b930-99a4dcb7a571 ro
    PID hash table entries: 4096 (order: 2, 16384 bytes)
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    Initializing HighMem for node 0 (000377fe:0007ffa0)
    Memory: 2071292k/2096768k available (2773k kernel code, 23952k reserved, 1176k data, 408k init, 1187464k highmem)
    virtual kernel memory layout:
    fixmap : 0xfff1e000 - 0xfffff000 ( 900 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc13dc000 - 0xc1442000 ( 408 kB)
    .data : 0xc12b5576 - 0xc13db6a8 (1176 kB)
    .text : 0xc1000000 - 0xc12b5576 (2773 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Hierarchical RCU implementation.
    NR_IRQS:512
    spurious 8259A interrupt: IRQ7.
    Console: colour VGA+ 80x25
    console [tty0] enabled
    hpet clockevent registered
    HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    Fast TSC calibration using PIT
    Detected 2799.715 MHz processor.
    Calibrating delay loop (skipped), value calculated using timer frequency.. 5601.73 BogoMIPS (lpj=9332383)
    Security Framework initialized
    Mount-cache hash table entries: 512
    CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
    CPU: L2 Cache: 512K (64 bytes/line)
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    mce: CPU supports 6 MCE banks
    using C1E aware idle routine
    Performance Events: AMD PMU driver.
    ... version: 0
    ... bit width: 48
    ... generic registers: 4
    ... value mask: 0000ffffffffffff
    ... max period: 00007fffffffffff
    ... fixed-purpose events: 0
    ... event mask: 000000000000000f
    Checking 'hlt' instruction... OK.
    ACPI: Core revision 20090903
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: AMD Phenom(tm) II X3 720 Processor stepping 02
    Booting processor 1 APIC 0x1 ip 0x6000
    Initializing CPU#1
    Calibrating delay using timer specific routine.. 5602.39 BogoMIPS (lpj=9333424)
    CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
    CPU: L2 Cache: 512K (64 bytes/line)
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 1
    CPU1: AMD Phenom(tm) II X3 720 Processor stepping 02
    checking TSC synchronization [CPU#0 -> CPU#1]: passed.
    Booting processor 2 APIC 0x2 ip 0x6000
    Initializing CPU#2
    Calibrating delay using timer specific routine.. 5602.37 BogoMIPS (lpj=9333398)
    CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
    CPU: L2 Cache: 512K (64 bytes/line)
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 2
    CPU2: AMD Phenom(tm) II X3 720 Processor stepping 02
    checking TSC synchronization [CPU#0 -> CPU#2]: passed.
    Brought up 3 CPUs
    Total of 3 processors activated (16806.50 BogoMIPS).
    CPU0 attaching sched-domain:
    domain 0: span 0-2 level MC
    groups: 0 1 2
    CPU1 attaching sched-domain:
    domain 0: span 0-2 level MC
    groups: 1 2 0
    CPU2 attaching sched-domain:
    domain 0: span 0-2 level MC
    groups: 2 0 1
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
    PCI: Not using MMCONFIG.
    PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=4
    PCI: Using configuration type 1 for base access
    PCI: Using configuration type 1 for extended access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: Executed 1 blocks of module-level executable AML code
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
    PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
    PCI: Using MMCONFIG for extended config space
    ACPI Warning: Incorrect checksum in table [OEMB] - C2, should be B9 (20090903/tbutils-314)
    ACPI: No dock devices found.
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci 0000:00:01.0: reg 10 io port: [0x2f00-0x2fff]
    pci 0000:00:01.1: reg 10 io port: [0x2900-0x293f]
    pci 0000:00:01.1: reg 20 io port: [0x2d00-0x2d3f]
    pci 0000:00:01.1: reg 24 io port: [0x2e00-0x2e3f]
    pci 0000:00:01.1: PME# supported from D3hot D3cold
    pci 0000:00:01.1: PME# disabled
    pci 0000:00:01.3: reg 10 32bit mmio: [0xfde80000-0xfdefffff]
    pci 0000:00:02.0: reg 10 32bit mmio: [0xfde7f000-0xfde7ffff]
    pci 0000:00:02.0: supports D1 D2
    pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:02.0: PME# disabled
    pci 0000:00:02.1: reg 10 32bit mmio: [0xfde7ec00-0xfde7ecff]
    pci 0000:00:02.1: supports D1 D2
    pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:02.1: PME# disabled
    pci 0000:00:04.0: reg 10 32bit mmio: [0xfde7d000-0xfde7dfff]
    pci 0000:00:04.0: supports D1 D2
    pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:04.0: PME# disabled
    pci 0000:00:04.1: reg 10 32bit mmio: [0xfde7e800-0xfde7e8ff]
    pci 0000:00:04.1: supports D1 D2
    pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:04.1: PME# disabled
    pci 0000:00:06.0: reg 20 io port: [0xffa0-0xffaf]
    pci 0000:00:07.0: reg 10 32bit mmio: [0xfde78000-0xfde7bfff]
    pci 0000:00:07.0: PME# supported from D3hot D3cold
    pci 0000:00:07.0: PME# disabled
    pci 0000:00:09.0: reg 10 io port: [0xd480-0xd487]
    pci 0000:00:09.0: reg 14 io port: [0xd400-0xd403]
    pci 0000:00:09.0: reg 18 io port: [0xd080-0xd087]
    pci 0000:00:09.0: reg 1c io port: [0xd000-0xd003]
    pci 0000:00:09.0: reg 20 io port: [0xcc00-0xcc0f]
    pci 0000:00:09.0: reg 24 32bit mmio: [0xfde76000-0xfde77fff]
    pci 0000:00:0a.0: reg 10 32bit mmio: [0xfde7c000-0xfde7cfff]
    pci 0000:00:0a.0: reg 14 io port: [0xc880-0xc887]
    pci 0000:00:0a.0: reg 18 32bit mmio: [0xfde7e400-0xfde7e4ff]
    pci 0000:00:0a.0: reg 1c 32bit mmio: [0xfde7e000-0xfde7e00f]
    pci 0000:00:0a.0: supports D1 D2
    pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:0a.0: PME# disabled
    pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.0: PME# disabled
    pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:12.0: PME# disabled
    pci 0000:00:13.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:13.0: PME# disabled
    pci 0000:00:08.0: transparent bridge
    pci 0000:02:00.0: reg 10 64bit mmio pref: [0xd0000000-0xdfffffff]
    pci 0000:02:00.0: reg 18 64bit mmio: [0xfdff0000-0xfdffffff]
    pci 0000:02:00.0: reg 20 io port: [0xe000-0xe0ff]
    pci 0000:02:00.0: reg 30 32bit mmio pref: [0xfdfc0000-0xfdfdffff]
    pci 0000:02:00.0: supports D1 D2
    pci 0000:02:00.1: reg 10 64bit mmio: [0xfdfe0000-0xfdfeffff]
    pci 0000:02:00.1: supports D1 D2
    pci 0000:00:10.0: bridge io port: [0xe000-0xefff]
    pci 0000:00:10.0: bridge 32bit mmio: [0xfdf00000-0xfdffffff]
    pci 0000:00:10.0: bridge 64bit mmio pref: [0xd0000000-0xdfffffff]
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.MXR0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR12._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR13._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN0A] (IRQs 16 17 18 19) *10
    ACPI: PCI Interrupt Link [LN0B] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN0C] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN0D] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN1A] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN1B] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN1C] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN1D] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN2A] (IRQs 16 17 18 19) *11
    ACPI: PCI Interrupt Link [LN2B] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN2C] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN2D] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN3A] (IRQs 16 17 18 19) *15
    ACPI: PCI Interrupt Link [LN3B] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN3C] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN3D] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN4A] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN4B] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN4C] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN4D] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN5A] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN5B] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN5C] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN5D] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN6A] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN6B] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN6C] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN6D] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN7A] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN7B] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN7C] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN7D] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *11
    ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *15
    ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *15
    ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *11
    ACPI: PCI Interrupt Link [SGRU] (IRQs 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *7
    ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *10
    ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *9
    ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [UB11] (IRQs 20 21 22 23) *10
    ACPI: PCI Interrupt Link [UB12] (IRQs 20 21 22 23) *10
    vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
    vgaarb: loaded
    PCI: Using ACPI for IRQ routing
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    Switching to clocksource tsc
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 13 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:06: ioport range 0x4d0-0x4d1 has been reserved
    system 00:06: ioport range 0x800-0x80f has been reserved
    system 00:06: ioport range 0x2000-0x207f has been reserved
    system 00:06: ioport range 0x2080-0x20ff has been reserved
    system 00:06: ioport range 0x2400-0x247f has been reserved
    system 00:06: ioport range 0x2480-0x24ff has been reserved
    system 00:06: ioport range 0x2800-0x287f has been reserved
    system 00:06: ioport range 0x2880-0x28ff has been reserved
    system 00:06: iomem range 0xfed04000-0xfed04fff has been reserved
    system 00:06: iomem range 0xfee01000-0xfeefffff has been reserved
    system 00:09: iomem range 0xfec00000-0xfec00fff could not be reserved
    system 00:09: iomem range 0xfee00000-0xfee00fff has been reserved
    system 00:0a: ioport range 0xa00-0xa0f has been reserved
    system 00:0a: ioport range 0xa10-0xa1f has been reserved
    system 00:0a: ioport range 0xa20-0xa2f has been reserved
    system 00:0a: ioport range 0xa30-0xa3f has been reserved
    system 00:0b: iomem range 0xe0000000-0xefffffff has been reserved
    system 00:0c: iomem range 0x0-0x9ffff could not be reserved
    system 00:0c: iomem range 0xc0000-0xcffff could not be reserved
    system 00:0c: iomem range 0xe0000-0xfffff could not be reserved
    system 00:0c: iomem range 0x100000-0x7fffffff could not be reserved
    system 00:0c: iomem range 0xfec00000-0xffffffff could not be reserved
    pci 0000:00:08.0: PCI bridge, secondary bus 0000:01
    pci 0000:00:08.0: IO window: disabled
    pci 0000:00:08.0: MEM window: disabled
    pci 0000:00:08.0: PREFETCH window: disabled
    pci 0000:00:10.0: PCI bridge, secondary bus 0000:02
    pci 0000:00:10.0: IO window: 0xe000-0xefff
    pci 0000:00:10.0: MEM window: 0xfdf00000-0xfdffffff
    pci 0000:00:10.0: PREFETCH window: 0x000000d0000000-0x000000dfffffff
    pci 0000:00:12.0: PCI bridge, secondary bus 0000:03
    pci 0000:00:12.0: IO window: disabled
    pci 0000:00:12.0: MEM window: disabled
    pci 0000:00:12.0: PREFETCH window: disabled
    pci 0000:00:13.0: PCI bridge, secondary bus 0000:04
    pci 0000:00:13.0: IO window: disabled
    pci 0000:00:13.0: MEM window: disabled
    pci 0000:00:13.0: PREFETCH window: disabled
    pci 0000:00:08.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [LN0A] enabled at IRQ 19
    pci 0000:00:10.0: PCI INT A -> Link[LN0A] -> GSI 19 (level, low) -> IRQ 19
    pci 0000:00:10.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [LN2A] enabled at IRQ 18
    pci 0000:00:12.0: PCI INT A -> Link[LN2A] -> GSI 18 (level, low) -> IRQ 18
    pci 0000:00:12.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [LN3A] enabled at IRQ 17
    pci 0000:00:13.0: PCI INT A -> Link[LN3A] -> GSI 17 (level, low) -> IRQ 17
    pci 0000:00:13.0: setting latency timer to 64
    pci_bus 0000:00: resource 0 io: [0x00-0xffff]
    pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
    pci_bus 0000:01: resource 3 io: [0x00-0xffff]
    pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffff]
    pci_bus 0000:02: resource 0 io: [0xe000-0xefff]
    pci_bus 0000:02: resource 1 mem: [0xfdf00000-0xfdffffff]
    pci_bus 0000:02: resource 2 pref mem [0xd0000000-0xdfffffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    NET: Registered protocol family 1
    pci 0000:00:08.0: Enabling HT MSI Mapping
    pci 0000:00:09.0: Enabling HT MSI Mapping
    pci 0000:00:0a.0: Enabling HT MSI Mapping
    pci 0000:02:00.0: Boot video device
    Unpacking initramfs...
    Freeing initrd memory: 1181k freed
    apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    apm: disabled - APM is not SMP safe.
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1263882773.466:1): initialized
    highmem bounce pool size: 64 pages
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1730
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pcieport 0000:00:10.0: irq 24 for MSI/MSI-X
    pcieport 0000:00:10.0: setting latency timer to 64
    pcieport 0000:00:12.0: irq 25 for MSI/MSI-X
    pcieport 0000:00:12.0: setting latency timer to 64
    pcieport 0000:00:13.0: irq 26 for MSI/MSI-X
    pcieport 0000:00:13.0: setting latency timer to 64
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: No PS/2 controller found. Probing ports directly.
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    PM: Resume from disk failed.
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 408k freed
    Linux agpgart interface v0.103
    [drm] Initialized drm 1.1.0 20060810
    [drm] radeon defaulting to userspace modesetting.
    pci 0000:02:00.0: PCI INT A -> Link[LN0A] -> GSI 19 (level, low) -> IRQ 19
    pci 0000:02:00.0: setting latency timer to 64
    [drm] Initialized radeon 1.31.0 20080528 for 0000:02:00.0 on minor 0
    SCSI subsystem initialized
    libata version 3.00 loaded.
    pata_acpi 0000:00:06.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 23
    pata_acpi 0000:00:09.0: PCI INT A -> Link[LSA0] -> GSI 23 (level, low) -> IRQ 23
    pata_acpi 0000:00:09.0: setting latency timer to 64
    pata_acpi 0000:00:09.0: PCI INT A disabled
    ahci 0000:00:09.0: version 3.0
    ahci 0000:00:09.0: PCI INT A -> Link[LSA0] -> GSI 23 (level, low) -> IRQ 23
    ahci 0000:00:09.0: irq 27 for MSI/MSI-X
    ahci 0000:00:09.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl IDE mode
    ahci 0000:00:09.0: flags: 64bit ncq sntf led clo pmp pio boh
    ahci 0000:00:09.0: setting latency timer to 64
    scsi0 : ahci
    scsi1 : ahci
    scsi2 : ahci
    scsi3 : ahci
    scsi4 : ahci
    scsi5 : ahci
    ata1: SATA max UDMA/133 abar m8192@0xfde76000 port 0xfde76100 irq 27
    ata2: SATA max UDMA/133 abar m8192@0xfde76000 port 0xfde76180 irq 27
    ata3: SATA max UDMA/133 abar m8192@0xfde76000 port 0xfde76200 irq 27
    ata4: SATA max UDMA/133 abar m8192@0xfde76000 port 0xfde76280 irq 27
    ata5: SATA max UDMA/133 abar m8192@0xfde76000 port 0xfde76300 irq 27
    ata6: SATA max UDMA/133 abar m8192@0xfde76000 port 0xfde76380 irq 27
    pata_amd 0000:00:06.0: version 0.4.1
    pata_amd 0000:00:06.0: setting latency timer to 64
    scsi6 : pata_amd
    scsi7 : pata_amd
    ata7: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
    ata8: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
    Floppy drive(s): fd0 is 1.44M
    FDC 0 is a post-1991 82077
    ata7.00: ATAPI: PLEXTOR DVDR PX-820A, 1.00, max UDMA/66
    ata7.01: ATA-7: ST3120814A, 3.AAD, max UDMA/100
    ata7.01: 234441648 sectors, multi 16: LBA48
    ata7: nv_mode_filter: 0x1f39f&0x1f39f->0x1f39f, BIOS=0x1f000 (0xc5c60000) ACPI=0x1f01f (30:20:0x15)
    ata7: nv_mode_filter: 0x3f39f&0x3f39f->0x3f39f, BIOS=0x3f000 (0xc5c60000) ACPI=0x3f01f (30:20:0x15)
    ata7.00: configured for UDMA/66
    ata7.01: configured for UDMA/100
    ata2: SATA link down (SStatus 0 SControl 300)
    ata3: SATA link down (SStatus 0 SControl 300)
    ata4: SATA link down (SStatus 0 SControl 300)
    ata6: SATA link down (SStatus 0 SControl 300)
    ata5: SATA link down (SStatus 0 SControl 300)
    ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    ata1.00: ATA-7: ST3320620NS, 3.AEK, max UDMA/133
    ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
    ata1.00: configured for UDMA/133
    scsi 0:0:0:0: Direct-Access ATA ST3320620NS 3.AE PQ: 0 ANSI: 5
    scsi 6:0:0:0: CD-ROM PLEXTOR DVDR PX-820A 1.00 PQ: 0 ANSI: 5
    scsi 6:0:1:0: Direct-Access ATA ST3120814A 3.AA PQ: 0 ANSI: 5
    ata8: port disabled. ignoring.
    sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    sd 6:0:1:0: [sdb] 234441648 512-byte logical blocks: (120 GB/111 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda:
    sd 6:0:1:0: [sdb] Write Protect is off
    sd 6:0:1:0: [sdb] Mode Sense: 00 3a 00 00
    sd 6:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sdb: sdb1
    sd 6:0:1:0: [sdb] Attached SCSI disk
    sda1 sda2 sda3 sda4 < sda5 sda6 >
    sd 0:0:0:0: [sda] Attached SCSI disk
    sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    sr 6:0:0:0: Attached scsi CD-ROM sr0
    EXT4-fs (sda1): INFO: recovery required on readonly filesystem
    EXT4-fs (sda1): write access will be enabled during recovery
    EXT4-fs (sda1): recovery complete
    EXT4-fs (sda1): mounted filesystem with ordered data mode
    Driver 'rtc_cmos' needs updating - please use bus_type methods
    rtc_cmos 00:08: RTC can wake from S4
    rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
    udev: starting version 146
    fuse init (API version 7.13)
    processor LNXCPU:00: registered as cooling_device0
    processor LNXCPU:01: registered as cooling_device1
    processor LNXCPU:02: registered as cooling_device2
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sr 6:0:0:0: Attached scsi generic sg1 type 5
    sd 6:0:1:0: Attached scsi generic sg2 type 0
    input: PC Speaker as /devices/platform/pcspkr/input/input1
    thermal LNXTHERM:01: registered as thermal_zone0
    ACPI: Thermal Zone [THRM] (30 C)
    ACPI: WMI: Mapper loaded
    powernow-k8: Found 1 AMD Phenom(tm) II X3 720 Processor processors (3 cpu cores) (version 2.20.00)
    powernow-k8: 0 : pstate 0 (2800 MHz)
    powernow-k8: 1 : pstate 1 (2100 MHz)
    powernow-k8: 2 : pstate 2 (1600 MHz)
    powernow-k8: 3 : pstate 3 (800 MHz)
    forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
    ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 22
    forcedeth 0000:00:0a.0: PCI INT A -> Link[LMAC] -> GSI 22 (level, low) -> IRQ 22
    forcedeth 0000:00:0a.0: setting latency timer to 64
    vboxdrv: Trying to deactivate the NMI watchdog permanently...
    vboxdrv: Warning: 2.6.31+ kernel detected. Most likely the hwardware performance
    vboxdrv: counter framework which can generate NMIs is active. You have to prevent
    vboxdrv: the usage of hardware performance counters by
    vboxdrv: echo 2 > /proc/sys/kernel/perf_counter_paranoid
    vboxdrv: Found 3 processor cores.
    vboxdrv: fAsync=0 offMin=0x493 offMax=0x1272
    vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    vboxdrv: Successfully loaded version 3.0.10 (interface 0x000e0001).
    input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    ACPI: Power Button [PWRB]
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    ACPI: Power Button [PWRF]
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:25:11:15:b4:e5
    forcedeth 0000:00:0a.0: highdma csum pwrctl mgmt lnktim msi desc-v3
    i2c i2c-0: nForce2 SMBus adapter at 0x2d00
    ACPI: I/O resource nForce2_smbus [0x2e00-0x2e3f] conflicts with ACPI region SM00 [0x2e00-0x2e3f]
    ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    nForce2_smbus 0000:00:01.1: Error probing SMB2.
    ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 21
    ehci_hcd 0000:00:02.1: PCI INT B -> Link[LUB2] -> GSI 21 (level, low) -> IRQ 21
    ehci_hcd 0000:00:02.1: setting latency timer to 64
    ehci_hcd 0000:00:02.1: EHCI Host Controller
    ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:02.1: debug port 1
    ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
    ehci_hcd 0000:00:02.1: irq 21, io mem 0xfde7ec00
    ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 6 ports detected
    HDA Intel 0000:00:07.0: power state changed by ACPI to D0
    ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 20
    HDA Intel 0000:00:07.0: PCI INT A -> Link[LAZA] -> GSI 20 (level, low) -> IRQ 20
    HDA Intel 0000:00:07.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [UB12] enabled at IRQ 23
    ehci_hcd 0000:00:04.1: PCI INT B -> Link[UB12] -> GSI 23 (level, low) -> IRQ 23
    ehci_hcd 0000:00:04.1: setting latency timer to 64
    ehci_hcd 0000:00:04.1: EHCI Host Controller
    ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 2
    ehci_hcd 0000:00:04.1: debug port 1
    ehci_hcd 0000:00:04.1: cache line size of 64 is not supported
    ehci_hcd 0000:00:04.1: irq 23, io mem 0xfde7e800
    ehci_hcd 0000:00:04.1: USB 2.0 started, EHCI 1.00
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 6 ports detected
    ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 22
    ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUB0] -> GSI 22 (level, low) -> IRQ 22
    ohci_hcd 0000:00:02.0: setting latency timer to 64
    ohci_hcd 0000:00:02.0: OHCI Host Controller
    ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 3
    ohci_hcd 0000:00:02.0: irq 22, io mem 0xfde7f000
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 6 ports detected
    ACPI: PCI Interrupt Link [UB11] enabled at IRQ 21
    ohci_hcd 0000:00:04.0: PCI INT A -> Link[UB11] -> GSI 21 (level, low) -> IRQ 21
    ohci_hcd 0000:00:04.0: setting latency timer to 64
    ohci_hcd 0000:00:04.0: OHCI Host Controller
    ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 4
    ohci_hcd 0000:00:04.0: irq 21, io mem 0xfde7d000
    usb usb4: configuration #1 chosen from 1 choice
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 6 ports detected
    usb 2-2: new high speed USB device using ehci_hcd and address 2
    usb 2-2: configuration #1 chosen from 1 choice
    usb 2-3: new high speed USB device using ehci_hcd and address 3
    cfg80211: Calling CRDA to update world regulatory domain
    usb 2-3: configuration #1 chosen from 1 choice
    hub 2-3:1.0: USB hub found
    hub 2-3:1.0: 4 ports detected
    Adding 2048276k swap on /dev/sda2. Priority:-1 extents:1 across:2048276k
    usb 2-2: reset high speed USB device using ehci_hcd and address 2
    cfg80211: World regulatory domain updated:
    (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    phy0: Selected rate control algorithm 'pid'
    zd1211rw 2-2:1.0: phy0
    usbcore: registered new interface driver zd1211rw
    usb 3-3: new low speed USB device using ohci_hcd and address 2
    usb 3-3: configuration #1 chosen from 1 choice
    usbcore: registered new interface driver hiddev
    input: HID 04d9:1203 as /devices/pci0000:00/0000:00:02.0/usb3/3-3/3-3:1.0/input/input4
    generic-usb 0003:04D9:1203.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 04d9:1203] on usb-0000:00:02.0-3/input0
    input: HID 04d9:1203 as /devices/pci0000:00/0000:00:02.0/usb3/3-3/3-3:1.1/input/input5
    generic-usb 0003:04D9:1203.0002: input,hidraw1: USB HID v1.11 Device [HID 04d9:1203] on usb-0000:00:02.0-3/input1
    usbcore: registered new interface driver usbhid
    usbhid: v2.6:USB HID core driver
    usb 2-3.1: new low speed USB device using ehci_hcd and address 4
    usb 2-3.1: configuration #1 chosen from 1 choice
    input: Genius NetScroll + Traveler as /devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3.1/2-3.1:1.0/input/input6
    generic-usb 0003:0458:002E.0003: input,hidraw2: USB HID v1.10 Mouse [Genius NetScroll + Traveler] on usb-0000:00:04.1-3.1/input0
    usb 2-3.4: new high speed USB device using ehci_hcd and address 5
    usb 2-3.4: configuration #1 chosen from 1 choice
    Linux video capture interface: v2.00
    uvcvideo: Found UVC 1.00 device <unnamed> (046d:0990)
    input: UVC Camera (046d:0990) as /devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3.4/2-3.4:1.0/input/input7
    usbcore: registered new interface driver uvcvideo
    USB Video Class driver (v0.1.0)
    usbcore: registered new interface driver snd-usb-audio
    ip_tables: (C) 2000-2006 Netfilter Core Team
    Netfilter messages via NETLINK v0.30.
    nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
    nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
    sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
    ClusterIP Version 0.8 loaded successfully
    xt_time: kernel timezone is +0100
    u32 classifier
    input device check on
    Actions configured
    it87: Found IT8718F chip at 0xa10, revision 4
    it87: in3 is VCC (+5V)
    it87: in7 is VCCH (+5V Stand-By)
    NET: Registered protocol family 10
    lo: Disabled Privacy Extensions
    [drm] Setting GART location based on new memory map
    [drm] Loading R500 Microcode
    platform radeon_cp.0: firmware: requesting radeon/R520_cp.bin
    [drm] Num pipes: 1
    [drm] writeback test succeeded in 1 usecs
    forcedeth 0000:00:0a.0: irq 28 for MSI/MSI-X
    eth0: no link during initialization.
    ADDRCONF(NETDEV_UP): eth0: link is not ready
    usb 2-2: firmware: requesting zd1211/zd1211b_ub
    usb 2-2: firmware: requesting zd1211/zd1211b_uphr
    zd1211rw 2-2:1.0: firmware version 4725
    zd1211rw 2-2:1.0: zd1211b chip 0586:3410 v4810 high 00-19-cb AL2230_RF pa0 g--NS
    cfg80211: Calling CRDA for country: DE
    cfg80211: Regulatory domain changed to country: DE
    (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm)
    (5150000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm)
    (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm)
    CPU0 attaching NULL sched-domain.
    CPU1 attaching NULL sched-domain.
    CPU2 attaching NULL sched-domain.
    BUG: unable to handle kernel paging request at 96829001
    IP: [<c10d8831>] kmem_cache_alloc+0x51/0x150
    *pde = 00000000
    Oops: 0000 [#1] PREEMPT SMP
    last sysfs file: /sys/devices/system/cpu/sched_mc_power_savings
    Modules linked in: ipv6 it87 hwmon_vid cls_u32 sch_htb sch_ingress sch_sfq xt_time xt_connlimit xt_realm iptable_raw xt_hashlimit xt_comment xt_owner xt_recent xt_iprange xt_policy xt_multiport ipt_ULOG ipt_REJECT ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_LOG ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype xt_tcpmss xt_pkttype xt_physdev xt_NFQUEUE xt_MARK xt_mark xt_mac xt_limit xt_length xt_helper xt_dccp xt_conntrack xt_CONNMARK xt_connmark xt_CLASSIFY xt_tcpudp xt_state iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 iptable_mangle nfnetlink iptable_filter ip_tables x_tables cpufreq_ondemand snd_usb_audio uvcvideo snd_usb_lib videodev v4l1_compat snd_rawmidi usbhid hid arc4 ecb zd1211rw mac80211 cfg80211 rfkill ohci_hcd snd_hda_codec_nvhdmi snd_hda_codec_via fan battery snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_hda_intel ehci_hcd snd_seq snd_seq_device snd_pcm_oss usbcore snd_hda_codec snd_hwdep snd_mixer_oss evdev i2c_nforce2 snd_pcm ac snd_timer button vboxdrv psmouse forcedeth snd soundcore snd_page_alloc video output powernow_k8 serio_raw wmi freq_table thermal pcspkr sg processor fuse rtc_cmos rtc_core rtc_lib ext4 mbcache jbd2 crc16 sr_mod cdrom sd_mod floppy pata_amd ahci pata_acpi ata_generic libata scsi_mod radeon ttm drm_kms_helper drm agpgart i2c_algo_bit i2c_core
    Pid: 2312, comm: preload Not tainted (2.6.32.3-ARCHc #1) GF8100VM-M5
    EIP: 0060:[<c10d8831>] EFLAGS: 00010082 CPU: 1
    EIP is at kmem_cache_alloc+0x51/0x150
    EAX: c2905348 EBX: 96829001 ECX: c1056988 EDX: 00000000
    ESI: c13ade98 EDI: 00000202 EBP: 000000d0 ESP: f64efe94
    DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
    Process preload (pid: 2312, ti=f64ee000 task=f69e5c20 task.ti=f64ee000)
    Stack:
    f61ca380 f64dabf8 000000d0 00000040 bf9f6000 f63f5c20 fffffff4 f62ccd4c
    <0> 01200011 c1056988 c116bc4f f69636c0 f6963818 c1029e31 f29bfa10 00000000
    <0> c103cca6 f29bf9b8 00000202 f61ca380 f29bfa04 c13b7540 00000030 f69636f4
    Call Trace:
    [<c1056988>] ? alloc_pid+0x18/0x400
    [<c116bc4f>] ? cpumask_any_but+0x1f/0x30
    [<c1029e31>] ? flush_tlb_mm+0x31/0x90
    [<c103cca6>] ? dup_mm+0x2f6/0x450
    [<c103d561>] ? copy_process+0x701/0x1050
    [<c103df2a>] ? do_fork+0x7a/0x3c0
    [<c1025b92>] ? do_page_fault+0x102/0x300
    [<c1002133>] ? sys_clone+0x33/0x40
    [<c10039f3>] ? sysenter_do_call+0x12/0x28
    Code: 9c 58 66 66 66 90 89 c7 fa 66 66 90 66 90 64 a1 10 ba 43 c1 8b 84 86 84 00 00 00 8b 50 10 89 54 24 0c 8b 18 85 db 74 55 8b 50 0c <8b> 14 93 89 10 89 f8 50 9d 66 66 66 90 8b 44 24 08 85 db 0f 95
    EIP: [<c10d8831>] kmem_cache_alloc+0x51/0x150 SS:ESP 0068:f64efe94
    CR2: 0000000096829001
    ---[ end trace 17bfbcf0445b31cb ]---
    BUG: unable to handle kernel paging request at 96829001
    IP: [<c10d9237>] __kmalloc+0x77/0x1e0
    *pde = 00000000
    Oops: 0000 [#2] PREEMPT SMP
    last sysfs file: /sys/devices/system/cpu/sched_mc_power_savings
    Modules linked in: ipv6 it87 hwmon_vid cls_u32 sch_htb sch_ingress sch_sfq xt_time xt_connlimit xt_realm iptable_raw xt_hashlimit xt_comment xt_owner xt_recent xt_iprange xt_policy xt_multiport ipt_ULOG ipt_REJECT ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_LOG ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype xt_tcpmss xt_pkttype xt_physdev xt_NFQUEUE xt_MARK xt_mark xt_mac xt_limit xt_length xt_helper xt_dccp xt_conntrack xt_CONNMARK xt_connmark xt_CLASSIFY xt_tcpudp xt_state iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 iptable_mangle nfnetlink iptable_filter ip_tables x_tables cpufreq_ondemand snd_usb_audio uvcvideo snd_usb_lib videodev v4l1_compat snd_rawmidi usbhid hid arc4 ecb zd1211rw mac80211 cfg80211 rfkill ohci_hcd snd_hda_codec_nvhdmi snd_hda_codec_via fan battery snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_hda_intel ehci_hcd snd_seq snd_seq_device snd_pcm_oss usbcore snd_hda_codec snd_hwdep snd_mixer_oss evdev i2c_nforce2 snd_pcm ac snd_timer button vboxdrv psmouse forcedeth snd soundcore snd_page_alloc video output powernow_k8 serio_raw wmi freq_table thermal pcspkr sg processor fuse rtc_cmos rtc_core rtc_lib ext4 mbcache jbd2 crc16 sr_mod cdrom sd_mod floppy pata_amd ahci pata_acpi ata_generic libata scsi_mod radeon ttm drm_kms_helper drm agpgart i2c_algo_bit i2c_core
    Pid: 2466, comm: sched-powersave Tainted: G D (2.6.32.3-ARCHc #1) GF8100VM-M5
    EIP: 0060:[<c10d9237>] EFLAGS: 00010082 CPU: 1
    EIP is at __kmalloc+0x77/0x1e0
    EAX: c2905348 EBX: 96829001 ECX: c1034331 EDX: 00000000
    ESI: c13ade98 EDI: 00000202 EBP: 000080d0 ESP: f2b79e4c
    DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
    Process sched-powersave (pid: 2466, ti=f2b78000 task=f6375c20 task.ti=f2b78000)
    Stack:
    00000008 00000005 0000002c 000080d0 00000040 00000008 00000000 00000000
    <0> f2b79e98 c1034331 f2b79eb8 00000020 c134095f 00000000 00000000 f6413c00
    <0> f2b79edc c1441260 c1441260 00000002 f2b79ed8 f6375c20 00000000 00000001
    Call Trace:
    [<c1034331>] ? register_sched_domain_sysctl+0x101/0x3d0
    [<c10360e0>] ? default_wake_function+0x0/0x10
    [<c1039c00>] ? partition_sched_domains+0x190/0x2e0
    [<c1039c2e>] ? partition_sched_domains+0x1be/0x2e0
    [<c1039c58>] ? partition_sched_domains+0x1e8/0x2e0
    [<c12b2ebc>] ? __mutex_lock_slowpath+0x1ec/0x2c0
    [<c1039dfa>] ? sched_power_savings_store+0x6a/0x90
    [<c1039e20>] ? sched_mc_power_savings_store+0x0/0x10
    [<c11f4d79>] ? sysdev_class_store+0x29/0x40
    [<c11314a9>] ? sysfs_write_file+0x99/0x100
    [<c1131410>] ? sysfs_write_file+0x0/0x100
    [<c10df610>] ? vfs_write+0xa0/0x190
    [<c10df7c1>] ? sys_write+0x41/0x70
    [<c10039f3>] ? sysenter_do_call+0x12/0x28
    Code: 66 90 89 c7 fa 66 66 90 66 90 64 a1 10 ba 43 c1 8b 84 86 84 00 00 00 8b 50 10 89 54 24 10 8b 18 85 db 0f 84 25 01 00 00 8b 50 0c <8b> 14 93 89 10 89 f8 50 9d 66 66 66 90 8b 54 24 0c 85 db 0f 95
    EIP: [<c10d9237>] __kmalloc+0x77/0x1e0 SS:ESP 0068:f2b79e4c
    CR2: 0000000096829001
    ---[ end trace 17bfbcf0445b31cc ]---
    zd1211rw 2-2:1.0: error ioread32(CR_REG1): -110
    ADDRCONF(NETDEV_UP): wlan0: link is not ready
    BUG: unable to handle kernel paging request at 96829001
    IP: [<c10d8831>] kmem_cache_alloc+0x51/0x150
    *pde = 00000000
    Oops: 0000 [#3] PREEMPT SMP
    last sysfs file: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-2/2-2:1.0/ieee80211/phy0/rfkill0/state
    Modules linked in: ipv6 it87 hwmon_vid cls_u32 sch_htb sch_ingress sch_sfq xt_time xt_connlimit xt_realm iptable_raw xt_hashlimit xt_comment xt_owner xt_recent xt_iprange xt_policy xt_multiport ipt_ULOG ipt_REJECT ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_LOG ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype xt_tcpmss xt_pkttype xt_physdev xt_NFQUEUE xt_MARK xt_mark xt_mac xt_limit xt_length xt_helper xt_dccp xt_conntrack xt_CONNMARK xt_connmark xt_CLASSIFY xt_tcpudp xt_state iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 iptable_mangle nfnetlink iptable_filter ip_tables x_tables cpufreq_ondemand snd_usb_audio uvcvideo snd_usb_lib videodev v4l1_compat snd_rawmidi usbhid hid arc4 ecb zd1211rw mac80211 cfg80211 rfkill ohci_hcd snd_hda_codec_nvhdmi snd_hda_codec_via fan battery snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_hda_intel ehci_hcd snd_seq snd_seq_device snd_pcm_oss usbcore snd_hda_codec snd_hwdep snd_mixer_oss evdev i2c_nforce2 snd_pcm ac snd_timer button vboxdrv psmouse forcedeth snd soundcore snd_page_alloc video output powernow_k8 serio_raw wmi freq_table thermal pcspkr sg processor fuse rtc_cmos rtc_core rtc_lib ext4 mbcache jbd2 crc16 sr_mod cdrom sd_mod floppy pata_amd ahci pata_acpi ata_generic libata scsi_mod radeon ttm drm_kms_helper drm agpgart i2c_algo_bit i2c_core
    Pid: 2267, comm: NetworkManager Tainted: G D (2.6.32.3-ARCHc #1) GF8100VM-M5
    EIP: 0060:[<c10d8831>] EFLAGS: 00010082 CPU: 1
    EIP is at kmem_cache_alloc+0x51/0x150
    EAX: c2905348 EBX: 96829001 ECX: c1240ddc EDX: 00000000
    ESI: c13ade98 EDI: 00000202 EBP: 000080d0 ESP: f6125c6c
    DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
    Process NetworkManager (pid: 2267, ti=f6124000 task=f69e10c0 task.ti=f6124000)
    Stack:
    00100100 00200200 000080d0 00000040 00000019 f29e4e00 f655eb40 f29e4e00
    <0> f7079e00 c1240ddc f5f1ea90 c2908730 ffffffff ffffffff c13cf8a0 f29e4e00
    <0> f655eb40 c12316c0 00000000 c1231f25 c12316c0 00000000 c12b2ebc c13cf8a8
    Call Trace:
    [<c1240ddc>] ? netlink_dump_start+0x1c/0x1e0
    [<c12316c0>] ? rtnl_dump_ifinfo+0x0/0xa0
    [<c1231f25>] ? rtnetlink_rcv_msg+0xb5/0x1f0
    [<c12316c0>] ? rtnl_dump_ifinfo+0x0/0xa0
    [<c12b2ebc>] ? __mutex_lock_slowpath+0x1ec/0x2c0
    [<c1231e70>] ? rtnetlink_rcv_msg+0x0/0x1f0
    [<c1241d3e>] ? netlink_rcv_skb+0x7e/0xa0
    [<c1231e64>] ? rtnetlink_rcv+0x14/0x20
    [<c12419ff>] ? netlink_unicast+0x24f/0x290
    [<c12421fa>] ? netlink_sendmsg+0x1ca/0x2d0
    [<c1217a01>] ? sock_sendmsg+0x111/0x130
    [<c10594b0>] ? autoremove_wake_function+0x0/0x40
    [<c10594b0>] ? autoremove_wake_function+0x0/0x40
    [<c1294518>] ? unix_stream_recvmsg+0x218/0x540
    [<c1217b83>] ? sys_sendmsg+0x163/0x260
    [<c1218e5c>] ? sys_recvmsg+0x17c/0x210
    [<c10594b0>] ? autoremove_wake_function+0x0/0x40
    [<c10aa670>] ? filemap_fault+0x0/0x410
    [<c10630e0>] ? ktime_get_ts+0xd0/0x100
    [<c121964c>] ? sys_socketcall+0xcc/0x2a0
    [<c106333d>] ? do_gettimeofday+0xd/0x30
    [<c1043a90>] ? sys_gettimeofday+0x30/0x80
    [<c10039f3>] ? sysenter_do_call+0x12/0x28
    Code: 9c 58 66 66 66 90 89 c7 fa 66 66 90 66 90 64 a1 10 ba 43 c1 8b 84 86 84 00 00 00 8b 50 10 89 54 24 0c 8b 18 85 db 74 55 8b 50 0c <8b> 14 93 89 10 89 f8 50 9d 66 66 66 90 8b 44 24 08 85 db 0f 95
    EIP: [<c10d8831>] kmem_cache_alloc+0x51/0x150 SS:ESP 0068:f6125c6c
    CR2: 0000000096829001
    ---[ end trace 17bfbcf0445b31cd ]---
    BUG: unable to handle kernel paging request at 96829001
    IP: [<c10d9237>] __kmalloc+0x77/0x1e0
    *pde = 00000000
    Oops: 0000 [#4] PREEMPT SMP
    last sysfs file: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-2/2-2:1.0/ieee80211/phy0/rfkill0/state
    Modules linked in: ipv6 it87 hwmon_vid cls_u32 sch_htb sch_ingress sch_sfq xt_time xt_connlimit xt_realm iptable_raw xt_hashlimit xt_comment xt_owner xt_recent xt_iprange xt_policy xt_multiport ipt_ULOG ipt_REJECT ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_LOG ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype xt_tcpmss xt_pkttype xt_physdev xt_NFQUEUE xt_MARK xt_mark xt_mac xt_limit xt_length xt_helper xt_dccp xt_conntrack xt_CONNMARK xt_connmark xt_CLASSIFY xt_tcpudp xt_state iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 iptable_mangle nfnetlink iptable_filter ip_tables x_tables cpufreq_ondemand snd_usb_audio uvcvideo snd_usb_lib videodev v4l1_compat snd_rawmidi usbhid hid arc4 ecb zd1211rw mac80211 cfg80211 rfkill ohci_hcd snd_hda_codec_nvhdmi snd_hda_codec_via fan battery snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_hda_intel ehci_hcd snd_seq snd_seq_device snd_pcm_oss usbcore snd_hda_codec snd_hwdep snd_mixer_oss evdev i2c_nforce2 snd_pcm ac snd_timer button vboxdrv psmouse forcedeth snd soundcore snd_page_alloc video output powernow_k8 serio_raw wmi freq_table thermal pcspkr sg processor fuse rtc_cmos rtc_core rtc_lib ext4 mbcache jbd2 crc16 sr_mod cdrom sd_mod floppy pata_amd ahci pata_acpi ata_generic libata scsi_mod radeon ttm drm_kms_helper drm agpgart i2c_algo_bit i2c_core
    Pid: 2487, comm: gdm-session-wor Tainted: G D (2.6.32.3-ARCHc #1) GF8100VM-M5
    EIP: 0060:[<c10d9237>] EFLAGS: 00010082 CPU: 1
    EIP is at __kmalloc+0x77/0x1e0
    EAX: c2905348 EBX: 96829001 ECX: f84a0aca EDX: 00000000
    ESI: c13ade98 EDI: 00000206 EBP: 00008050 ESP: f2bd9b08
    DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
    Process gdm-session-wor (pid: 2487, ti=f2bd8000 task=f63f7110 task.ti=f2bd8000)
    Stack:
    f6828000 00000000 00000038 00008050 00000040 00000000 f20af810 f20af898
    <0> 00000000 f84a0aca f63f72bc c143c724 f63f72bc c1441260 c1441260 00000000
    <0> f20af898 00000000 00000000 f20afa5c f20af898 00000000 f84a1d66 00000000
    Call Trace:
    [<f84a0aca>] ? ext4_ext_find_extent+0x25a/0x2a0 [ext4]
    [<f84a1d66>] ? ext4_ext_get_blocks+0xe6/0x14f0 [ext4]
    [<c12b3785>] ? schedule_hrtimeout_range+0x125/0x140
    [<f84a1d3c>] ? ext4_ext_get_blocks+0xbc/0x14f0 [ext4]
    [<f8482880>] ? ext4_get_block+0x0/0x110 [ext4]
    [<c10a9dc9>] ? find_get_page+0x29/0xc0
    [<c11018cf>] ? __find_get_block_slow+0xbf/0x150
    [<c11d0a71>] ? mix_pool_bytes_extract+0x51/0x160
    [<c10b2af8>] ? activate_page+0xc8/0x110
    [<f848132a>] ? ext4_get_blocks+0x7a/0x470 [ext4]
    [<c11018cf>] ? __find_get_block_slow+0xbf/0x150
    [<c1101e89>] ? __getblk+0x29/0x350
    [<f84828f1>] ? ext4_get_block+0x71/0x110 [ext4]
    [<c110ad39>] ? do_mpage_readpage+0x1d9/0x730
    [<f8482880>] ? ext4_get_block+0x0/0x110 [ext4]
    [<c10aa32f>] ? add_to_page_cache_locked+0x7f/0xf0
    [<c110b3cb>] ? mpage_readpages+0xcb/0x100
    [<f8482880>] ? ext4_get_block+0x0/0x110 [ext4]
    [<c10f09c2>] ? __d_instantiate+0x82/0xc0
    [<c110d63a>] ? inotify_d_instantiate+0x1a/0x60
    [<c10ef6be>] ? d_rehash+0x2e/0x50
    [<f847fba0>] ? ext4_readpages+0x0/0x20 [ext4]
    [<c10b1fb9>] ? __do_page_cache_readahead+0x1a9/0x260
    [<f8482880>] ? ext4_get_block+0x0/0x110 [ext4]
    [<c10b208e>] ? ra_submit+0x1e/0x30
    [<c10b24e7>] ? page_cache_sync_readahead+0x27/0x30
    [<c10abe7e>] ? generic_file_aio_read+0x37e/0x6c0
    [<c10deb55>] ? do_sync_read+0xd5/0x120
    [<c10594b0>] ? autoremove_wake_function+0x0/0x40
    [<c11446ac>] ? security_file_permission+0xc/0x10
    [<c10dec06>] ? rw_verify_area+0x66/0xe0
    [<c10dea80>] ? do_sync_read+0x0/0x120
    [<c10df88d>] ? vfs_read+0x9d/0x190
    [<c10dfa41>] ? sys_read+0x41/0x70
    [<c10039f3>] ? sysenter_do_call+0x12/0x28
    Code: 66 90 89 c7 fa 66 66 90 66 90 64 a1 10 ba 43 c1 8b 84 86 84 00 00 00 8b 50 10 89 54 24 10 8b 18 85 db 0f 84 25 01 00 00 8b 50 0c <8b> 14 93 89 10 89 f8 50 9d 66 66 66 90 8b 54 24 0c 85 db 0f 95
    EIP: [<c10d9237>] __kmalloc+0x77/0x1e0 SS:ESP 0068:f2bd9b08
    CR2: 0000000096829001
    ---[ end trace 17bfbcf0445b31ce ]---
    [drm] Num pipes: 1
    BUG: unable to handle kernel paging request at 96829001
    IP: [<c10d8831>] kmem_cache_alloc+0x51/0x150
    *pde = 00000000
    Oops: 0000 [#5] PREEMPT SMP
    last sysfs file: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-2/2-2:1.0/ieee80211/phy0/rfkill0/state
    Modules linked in: ipv6 it87 hwmon_vid cls_u32 sch_htb sch_ingress sch_sfq xt_time xt_connlimit xt_realm iptable_raw xt_hashlimit xt_comment xt_owner xt_recent xt_iprange xt_policy xt_multiport ipt_ULOG ipt_REJECT ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_LOG ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype xt_tcpmss xt_pkttype xt_physdev xt_NFQUEUE xt_MARK xt_mark xt_mac xt_limit xt_length xt_helper xt_dccp xt_conntrack xt_CONNMARK xt_connmark xt_CLASSIFY xt_tcpudp xt_state iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 iptable_mangle nfnetlink iptable_filter ip_tables x_tables cpufreq_ondemand snd_usb_audio uvcvideo snd_usb_lib videodev v4l1_compat snd_rawmidi usbhid hid arc4 ecb zd1211rw mac80211 cfg80211 rfkill ohci_hcd snd_hda_codec_nvhdmi snd_hda_codec_via fan battery snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_hda_intel ehci_hcd snd_seq snd_seq_device snd_pcm_oss usbcore snd_hda_codec snd_hwdep snd_mixer_oss evdev i2c_nforce2 snd_pcm ac snd_timer button vboxdrv psmouse forcedeth snd soundcore snd_page_alloc video output powernow_k8 serio_raw wmi freq_table thermal pcspkr sg processor fuse rtc_cmos rtc_core rtc_lib ext4 mbcache jbd2 crc16 sr_mod cdrom sd_mod floppy pata_amd ahci pata_acpi ata_generic libata scsi_mod radeon ttm drm_kms_helper drm agpgart i2c_algo_bit i2c_core
    Pid: 2356, comm: console-kit-dae Tainted: G D (2.6.32.3-ARCHc #1) GF8100VM-M5
    EIP: 0060:[<c10d8831>] EFLAGS: 00010082 CPU: 1
    EIP is at kmem_cache_alloc+0x51/0x150
    EAX: c2905348 EBX: 96829001 ECX: c1056988 EDX: 00000000
    ESI: c13ade98 EDI: 00000202 EBP: 000000d0 ESP: f29dbe94
    DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
    Process console-kit-dae (pid: 2356, ti=f29da000 task=f63f57f0 task.ti=f29da000)
    Stack:
    000000d0 c13d5004 000000d0 00000040 02000000 f63f53c0 fffffff4 f67edb04
    <0> 003d0f00 c1056988 f29dbecc c100e2c5 00000001 f63f53c0 00000006 b7448b70
    <0> 000fffff 00000051 f63f53c0 00000000 f1401ff8 c13b7540 c10024ae 00000000
    Call Trace:
    [<c1056988>] ? alloc_pid+0x18/0x400
    [<c100e2c5>] ? do_set_thread_area+0xd5/0xe0
    [<c10024ae>] ? copy_thread+0xde/0x140
    [<c103d561>] ? copy_process+0x701/0x1050
    [<c10594b0>] ? autoremove_wake_function+0x0/0x40
    [<c103df2a>] ? do_fork+0x7a/0x3c0
    [<c10df90e>] ? vfs_read+0x11e/0x190
    [<c1002133>] ? sys_clone+0x33/0x40
    [<c1003ad4>] ? syscall_call+0x7/0xb
    Code: 9c 58 66 66 66 90 89 c7 fa 66 66 90 66 90 64 a1 10 ba 43 c1 8b 84 86 84 00 00 00 8b 50 10 89 54 24 0c 8b 18 85 db 74 55 8b 50 0c <8b> 14 93 89 10 89 f8 50 9d 66 66 66 90 8b 44 24 08 85 db 0f 95
    EIP: [<c10d8831>] kmem_cache_alloc+0x51/0x150 SS:ESP 0068:f29dbe94
    CR2: 0000000096829001
    ---[ end trace 17bfbcf0445b31cf ]---

  • Error message (M3024) during parallel goods movement

    For publication distribution, collected unreferenced deliveries and goods issues are done in SAP system for a customer group by a program which is triggered by a web service every day. Standart SAP functionalities are used in this program. At goods issue part of program, an error message is occuring "Valuation data for material &  is locked by the user &" with error code :M3024. The user who processes the program is locking himself. Also we have checked the other goods movement types in standart transactions (MB1B-MB11..)and same problem was occured. We have checked the notes that we applied before for to avoid material lock in paralel goods movement. There is nothing changed both in customizing and deveploment after upgrade. So we couldnt find the way to fix this problem. FIRST ANSWER FROM SAP***************************************** Can you kindly review the attached note 70865 with regards to this issue. WE APPLIED.-- We reviewed 70865 and this solution not applicable for our current system. According to note; We set material late lock exclusive time 15 seconds in OMJI. This solution solved material lock error at all plant level. After this solution, We get same batch error during goods movement(m3862), Then We applied note 157423, this note solved material batch lock error during goods movement, At last we have now m3024(Material valuation error lock) error during all goods movement. THEN********************************* As explained in the note 70865 , to ensure data integrity, it is necessary to block the material against updates by other users during good movements. This is achieved by blocking the material plant (lock object MARC) and the material valuation area (lock object MBEW) exclusively against othertransactions which update the material master. What you can do, as advised in the note, is to activate the late block via transaction OMJI. As a result of this change, several users will be able to carry out good movements to the same material and plant simultaneously. The problem is that you will experience a disadvantage of performance loss after this change. Please, notice that with this change in OMJI, several users will be ableto carry out GOODS MOVEMENTS to the same material and plant simultaneously. This change will not allow the simultaneous input of a goods movement and an invoice for the same material (in this case, the material will be locked as soon as the purchase order item is adopted in the invoice and the error message M3024 will occur). When the error message M3024 occurs, you could check with transaction SM12, there you could find some tables like MBEW are locked by user. The table is locked to prevent valuation, quantity etc. to be updated. System does not check if it is standard price or MAP, as soon as you work with one material it will be locked (its valuation data has to be locked, because otherwise there is no guarantee of the consistency of the stock values. Without this lock mechanism the possibility of serious data inconsistencies could arise). your customizing under: SPRO > IMG > Material Management > Set up Material block for goods movements Here you could choose setting 2(at positing) to have only a short locking period at posting. Please review information in attached notes. 521945 FAQ: Material block 322989 Late block: Number of blocking attempts AT LAST ** PROBLEM STILL GOING ON WHAT SHOULD WE DO TO SOLVE THIS ERROR.

    HI Fatih,
    Refer to SAP Note 1744780 - Error message M3024 during Invoice Verification process .
    In the standard system it is not possible the simultaneous entry of a GOODS MOVEMENTS and an INVOICE for the same material and the same plant.
    When you enter the invoice for the purchase order item, the valuation data for the material is updated, therefore this valuation data (table MBEW) needs to be blocked so that it is not changed at the same time by any other transaction (which might cause inconsistencies).
    Resolution
    This system behavior can not be avoided by any customizing setting or any user exit.
    This is correct system behavior to protect the other transactions update the material master.
    As advised in the note 70865 :
    It is possible to activate the late block via transaction OMJI. As a result of this change, several users will be able to carry out good movements to the same material and plant simultaneously, however there is a risk to cause the data inconsistency and performance problems.

  • Apple TV strange display prob when in iTunes

    Have a strange problem tonight. Looking on iTunes for a movie as soon as I went into the movie purchase/rent/trailer screen it kept going black or flickering screen.
    It didn't happen on main screen but happened in all iTunes screens!?! Reset, unplugged AppleTV but the same. The settings haven't changed or anything for that matter
    anyone have similiar problem? Very confused. TV is fine as normal TV etc ok
    anyone? It's connected by HDMI to a 720P TV

    How can it only happen n iTunes store bit though? Why does the handshake HDCP only affect my TV then not in main menu etc?
    It's interesting that you have this problem with the replacement ATV on one of your TVs but not the other, and I'm assuming that you didn't have it with the original ATV. It's this kind of inconsistency in performance from one unit to the next that leads me to suspect fundamental problems with the ATV design itself.
    In any case, you should call AppleCare again. The amount of work an ATV owner has to go through to get them to work properly is absurd. Apple should be ashamed of this product. Make them replace it again, and keep doing so until you get one that works as advertised.

  • Advice Needed : Blackberry Curve or Iphone

    Im having a tough decision, I really need to get a smartphone for my business needs and I am torn between a Blackberry or an iphone. I have a variety of friends that I have asked for advice and it seems to break down like this. All my rich business oriented friends all seem to like the blackberry. All my bohemian, hipster, bandwagon friends like the iphone. I run my own business as a freelance creative professional and keeping in touch is very important to me. I also care about looking cool. What do you guys think?

    If you need reliable push email notification (by reliable, I mean consistent notification of new email very soon after it arrives in your mailbox...), and reliable email delivery, I'd suggest the BlackBerry.
    The unfortunate fact is that the Yahoo Push email feature isn't dependable today (perhaps not all users are affected, but some clearly are)... Users have also seen issues sending email (myself included)... where the iPhone indicates that the email was sent without error... but it's being dropped silently somewhere, never to arrive.
    There are indications that Apple/Yahoo are working on a fix, but it's yet to come. I'm hoping the predicted 1.1.2 release will address these issues, but am not depending on it.
    I moved from a BlackBerry Pearl to the iPhone. While I LOVE the ability of the iPhone to render HTML email (something my Pearl couldn't do.. and an HTML email was essentially impossible to read), the inconsistent Push performance has frustrated me no end.
    The availability of supported 3rd party apps was also nice on the BlackBerry... but it looks like we could have this addressed with the iPhone SDK coming out early next year. I really miss having a password vault application (Splash Data's SplashID for example) on my handheld.
    If Push Email performance isn't a concern, and you have no immediate need for 3rd party apps (or don't mind working around the limitation using an unsupported mechanism), the iPhone's a great choice. Don't get me wrong, I love my iPhone... but Push email is currently not a strong point in my experience.
    Check out the email section of the iPhone discussion for further information. Search for "push". There's a thread there with ~100 replies discussing the push email woes some users are experiencing.

  • HOW TO ADJUST METADATA

    HOW TO ADJUST  OR REPAIR METADATA IN B.W

    Hi Siggi,
    Iam finding a message like metadata inconsistant. to perform many operations  iam feeling its making problems.
    Murthy

  • Windows Serve 2003 Paging Issue

    Hi All,
    We have one windows server 2003 enterprise edition with good CPU power & 24 GB of physical memory.
    Since last few days weeks. This server becomes non-responsive with large number of event id 50 & 51. We can't access this system when this happens & someone need to go & hard reboot the system.
    Assumes this is something related to memory leak from some application but didn't find the exact trace for that.
    Any way to narrow down  this trace.
    Thanks,
    Sandesh

    Hi sandeshgawade87,
    Did you install the following Hotfix:
    Some data is corrupted when cached and noncached I/O operations occur by using the same NTFS file handle
    http://support.microsoft.com/kb/981166
    From the event ID, it also can caused by the hardware issue, please check your storage hardware related system.
    The related KB:
    Information about Event ID 51
    http://support.microsoft.com/kb/244780
    Windows System Event Log Errors that indicate possible I/O problems can be associated with database inconsistency or performance problems for SQL Server
    http://support.microsoft.com/kb/2091098
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Long waits on 'gc cr multi block request' elapsed tim anomaly - tkprof inc

    Hi,
    in my 4-node RAC 10.2.0.3 when I run query (thats part os user_segments view)
    select o.name,
    o.subname,
    so.object_type, s.type#,
    ts.ts#, ts.name, ts.blocksize,
    s.file#, s.block#,
    s.blocks * ts.blocksize, s.blocks, s.extents,
    s.iniexts * ts.blocksize,
    decode(bitand(ts.flags, 3), 1, to_number(NULL),
    s.extsize * ts.blocksize),
    s.minexts, s.maxexts,
    decode(bitand(ts.flags, 3), 1, to_number(NULL),
    s.extpct),
    decode(bitand(ts.flags, 32), 32, to_number(NULL),
    decode(s.lists, 0, 1, s.lists)),
    decode(bitand(ts.flags, 32), 32, to_number(NULL),
    decode(s.groups, 0, 1, s.groups)),
    s.cachehint, NVL(s.spare1, 0), s.hwmincr
    from sys.obj$ o, sys.ts$ ts, sys.sys_objects so, sys.seg$ s
    where s.file# = so.header_file
    and s.block# = so.header_block
    and s.ts# = so.ts_number
    and s.ts# = ts.ts#
    and o.obj# = so.object_id
    and o.owner# = userenv('SCHEMAID')
    and s.type# = so.segment_type_id
    and o.type# = so.object_type_id
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.03       0.05          2          5          0           0
    Execute      1      0.00       0.00          0          0          0           0
    Fetch        5     11.59     529.83       9580     115021          0        1957
    total        7     11.62     529.88       9582     115026          0        1957
    Misses in library cache during parse: 1
    Optimizer mode: ALL_ROWS
    Parsing user id: SYS
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
      ----------------------------------------   Waited  ----------  ------------
      library cache lock                             13        0.00          0.00
      SQL*Net message to client                       5        0.00          0.00
      gc cr multi block request                   63408        1.22        507.30
      gc cr grant 2-way                              75        0.00          0.02
      db file sequential read                       983        0.04          6.13
      gc current block 3-way                         97        0.00          0.07
      gc current block 2-way                        111        0.00          0.06
      db file scattered read                        522        0.17          4.28
      db file parallel read                         249        0.07          2.19
      cr request retry                               81        0.00          0.02
      latch: cache buffers lru chain                  5        0.00          0.00
      latch: gcs resource hash                        5        0.00          0.00
      latch: KCL gc element parent latch             22        0.00          0.00
      latch free                                      3        0.00          0.00
      gc cr block 3-way                              10        0.00          0.00
      gc cr block 2-way                             101        0.00          0.05
      gc cr disk read                                64        0.00          0.02
      SQL*Net message from client                     4        0.04          0.14
      SQL*Net more data to client                    50        0.00          0.00
    ********************************************************************************In raw trace file I can see:
    WAIT #1: nam='gc cr multi block request' ela= 81 file#=1 block#=223460 class#=1 obj#=4 tim=1273765932709496
    WAIT #1: nam='gc cr multi block request' ela= 1221367 file#=1 block#=223456 class#=1 obj#=4 tim=1273765933930894
    WAIT #1: nam='gc cr multi block request' ela= 1221273 file#=1 block#=223456 class#=1 obj#=4 tim=1273765935152287
    WAIT #1: nam='gc cr multi block request' ela= 1223855 file#=1 block#=223456 class#=1 obj#=4 tim=1273765936376232
    WAIT #1: nam='gc cr multi block request' ela= 1180460 file#=1 block#=223456 class#=1 obj#=4 tim=1273765937556773
    WAIT #1: nam='gc cr multi block request' ela= 406 file#=1 block#=223476 class#=1 obj#=4 tim=1273765937566092
    WAIT #1: nam='gc cr multi block request' ela= 8039 file#=1 block#=263972 class#=1 obj#=4 tim=1273765937742971
    WAIT #1: nam='gc cr multi block request' ela= 1221983 file#=1 block#=263972 class#=1 obj#=4 tim=1273765938965148
    WAIT #1: nam='gc cr multi block request' ela= 1221642 file#=1 block#=263972 class#=1 obj#=4 tim=1273765940186879
    WAIT #1: nam='gc cr multi block request' ela= 1221656 file#=1 block#=263972 class#=1 obj#=4 tim=1273765941408618
    WAIT #1: nam='gc cr multi block request' ela= 1221654 file#=1 block#=263972 class#=1 obj#=4 tim=1273765942630357
    WAIT #1: nam='gc cr multi block request' ela= 1221657 file#=1 block#=263972 class#=1 obj#=4 tim=1273765943852096
    WAIT #1: nam='gc cr multi block request' ela= 578770 file#=1 block#=263972 class#=1 obj#=4 tim=1273765944430948
    WAIT #1: nam='gc cr multi block request' ela= 101 file#=1 block#=351188 class#=1 obj#=4 tim=1273765944898180
    WAIT #1: nam='gc cr multi block request' ela= 2287 file#=1 block#=351188 class#=1 obj#=4 tim=1273765944900500
    WAIT #1: nam='gc cr multi block request' ela= 1221984 file#=1 block#=351188 class#=1 obj#=4 tim=1273765946122713
    WAIT #1: nam='gc cr multi block request' ela= 1221641 file#=1 block#=351188 class#=1 obj#=4 tim=1273765947344453
    WAIT #1: nam='gc cr multi block request' ela= 1221670 file#=1 block#=351188 class#=1 obj#=4 tim=1273765948566201
    WAIT #1: nam='gc cr multi block request' ela= 1221663 file#=1 block#=351188 class#=1 obj#=4 tim=1273765949787950
    WAIT #1: nam='gc cr multi block request' ela= 1221670 file#=1 block#=351188 class#=1 obj#=4 tim=1273765951009697
    WAIT #1: nam='gc cr multi block request' ela= 182726 file#=1 block#=351188 class#=1 obj#=4 tim=1273765951192501
    WAIT #1: nam='gc cr multi block request' ela= 558 file#=1 block#=351188 class#=1 obj#=4 tim=1273765951194110
    same for obj#5
    WAIT #1: nam='gc cr multi block request' ela= 3103 file#=1 block#=35284 class#=1 obj#=5 tim=1273766101728096
    WAIT #1: nam='gc cr multi block request' ela= 1221789 file#=1 block#=35281 class#=1 obj#=5 tim=1273766102950203
    WAIT #1: nam='gc cr multi block request' ela= 1221668 file#=1 block#=35281 class#=1 obj#=5 tim=1273766104171949
    WAIT #1: nam='gc cr multi block request' ela= 1221639 file#=1 block#=35281 class#=1 obj#=5 tim=1273766105393674
    WAIT #1: nam='gc cr multi block request' ela= 1221612 file#=1 block#=35281 class#=1 obj#=5 tim=1273766106615404
    WAIT #1: nam='gc cr multi block request' ela= 838378 file#=1 block#=35281 class#=1 obj#=5 tim=1273766107453869
    WAIT #1: nam='gc cr multi block request' ela= 695 file#=1 block#=35281 class#=1 obj#=5 tim=1273766107455175Any ideas ?
    Regards
    GregG

    Hi Greg;
    You may hit a bug?What is your OS? If linux than please see:
    Bug 6268172: INCONSISTENT QUERY PERFORMANCE IN 4 NODE RAC
    https://support.oracle.com/CSP/main/article?cmd=show&type=BUG&id=6268172&productFamily=Oracle
    Also see:
    Bug 9838876: WAITING FOR 'GC CR MULTI BLOCK REQUEST'
    https://support.oracle.com/CSP/main/article?cmd=show&type=BUG&id=9838876&productFamily=Oracle
    Regard
    Helios

Maybe you are looking for

  • Call variable from outside method

    I have a method for a listSelectionListener with a variable in it called "results", I want to be able to get the information from this variable outside of this method. In my main class alled "gifts" I have a TextArea and I want "results" to be displa

  • Username with privilege level 15 bypass enable

    Hi experts, I guess I never really understand the authentication process on Cisco routers and devices lol. Anyway I want users with privilege level 15 to be put in the enable mode right away after login without having to type in "enable" command and

  • Z10 Deleted Email not syncing to Gmail

    My Z10 syncs email from Gmail, but does not sync DELETED email back to Gmail.  What changes need to be made.  Please help.  Thanks.

  • HT201209 Update required

    Hi, I've just bought a new MacBook Air and I'm having trouble getting the free iwork bundle from the app store. It's telling me I need to update to OX 10.9, but there are no available updates in the app store. What should I be doing?

  • ActionListener for JComboBox

    If I add an ActionListener to JComboBox or ComboBoxEditor I can get notified when user types some text into the combo-box and presses enter. If I need to get notifications after user types each letter. What should I do ? I'm stuck with this problem f