[SOLVED] Unable to use GUI applications on any WM I tried except TWM

I'm using Arch Linux at my work despite it's very risky because something may go wrong pretty often (rolling distro, latest packages, DIY for newbs like me etc.). Unfortunately, this is one of those times...
I was using Xmonad. It all started w/ Chromium crashing a lot. I had a discussion about it here, but nobody found a solution. Chromium just got frozen and I could only kill it manually. Then I switched to Google Chrome and it get a little better. Today it was so bad that I couldn't do my daily work, so I switched to Opera; then Firefox... the same! After that I discovered that it happens w/ any GUI application. Good thing I'm using terminals for almost anything else I do. Anyway, I need GUI browser! So I thought that it may be something related to Xmonad itself. That's why I installed Xfce4 and... ...the same - GUI crashes. It's even worse actually because Xfce4 has a lot more GUI elements than Xmonad.
Now I'm writing from TWM and it has crashed only twice in two hours. What should I do? I really have no idea what could broke the things here. I really need help, guys!
Ohh, back home I have PC w/ almost the same conf -- everything works. Driver problems?
P.S. Title says "wrong focus" because sometimes application just freezes, sometimes it loses focus and I'm unable to use it... weird stuff.
P.S.S. Changed title.
Last edited by daGrevis (2012-10-11 06:45:33)

So, as I understand it.... Haskell somehow conflicted w/ X11 when I did system upgrade.
Quick solution was to:
1. Remove Xmonad (xmonad, xmonad-contrib),
2. Try to remove Haskell (ghc),
3. Remove all needed packages that disallows to remove Haskell,
4. Remove Haskell,
5. Check that system still works (I tried to do things w/ TWM and system upgrade),
6. Put on any WM (I'm now using Awesome, but you can try to reinstall Xmonad as well (just follow all logs and stuff)).
Also, this fixed problem /w browser crashing.
P.S. Maybe this is just temporary solution, but for last 30 mins everything works /w problems.

Similar Messages

  • [SOLVED] Unable to use Javascript editor in any browser

    I'm not able to edit a Tumblr theme because I cannot find a browser compatible with their Javascript editor, which unfortunately is a requirement.  I was hoping to use Firefox, which I know works on Windows, but all the editing controls such as copy/cut/paste are lost.  I have read many articles on the subject, including addons such as "AllowClipboardHelper" but I believe they're all outdated or irrelevant, since none of the solutions work.  I tried using Epiphany, Chromium, Opera, and Midori, but they all seem to do worst.  Some don't even display the text.  I did find one way though, namely to use Rekonq (not Konqueror) in KDE, but I'd much rather use Firefox in Gnome if possible.
    Edit:
    It turns out that it was the "All-In-One-Gestures" addon that caused the problem.  Once disabled, the editor works as expected.  However, I still don't see why it fails in the other browsers.  Feel free to delete this post.
    Last edited by coproduct (2012-08-15 23:07:15)

    well.. this question has little to do with the VMware kit.. it's a generic SQL*Plus question.. following 3 keywords: "sqlplus default editor" in google give the answer..
    1. from the shell use EDITOR as environment variable.
    $ export EDITOR=emacs
    2. inside SQLPlus you can use "define _EDITOR=emcas"
    3. to get out of that afiedt.buf prompt, just hit Control-D.
    4. As I recall emacs is not installed due to space considerations.
    enjoy,
    Saar.

  • I have just upgraded my Ipad to IOS 5 and I am unable to use my applications

    I have just upgraded my Ipad to IOS 5 and I am unable to use my applications.
    The applications appear in the screen, but when I tap on any one of them, they do not open.
    Can some one tell me what to do to be able to use my application again?

    Sorry, I'm reposting this because of spelling error in my previous post (I must turn that 'auto-correct' off).
    Since I posted my questions, the only thing I figured out was to turn the 'iCloud' in the Settings on and now the plus sign is on and all my previous appointments appeared.  While this is a solution, what if I don't want to use iCloud? But I'm happy for now that my Calendar works.

  • I have got an iPhone MC605J version 6.0 soft bank iphon 4 but unable to use it in India.  I am trying to use Airtel sim but the phone is showing invalid sim.  So please help me out to unlock it.

    I have got an iPhone MC605J version 6.0 soft bank iphon 4 but unable to use it in India.  I am trying to use Airtel sim but the phone is showing invalid sim.  So please help me out to unlock it.

    No one here can help you, & Apple can't/won't help you. Fact is, there is no way to get that iPhone officially unlocked. Only Softbank can authorize the official unlocking of your phone, but they won't. Softbank does not offer official unlocking for any iPhone.
    It is what it is.

  • [SOLVED] Unable to use DRI due to DRM problem

    HI.
    I have a Sony Vaio laptop with an ATI video card, and I'm using the opensource ATI video drivers.
    The problem is that I'm unable to use DRI. I think it's because there's no DRM module loaded.
    How can I fix that?
    This info may be relevant:
    bash-3.2# dmesg | grep agp
    Linux agpgart interface v0.102
    agpgart: Detected Ati IGP345M chipset
    agpgart: AGP aperture is 128M @ 0xe8000000
    bash-3.2# dmesg | grep -i drm
    bash-3.2# lspci
    00:00.0 Host bridge: ATI Technologies Inc RS200/RS200M AGP Bridge [IGP 340M] (rev 02)
    00:01.0 PCI bridge: ATI Technologies Inc PCI Bridge [IGP 340M]
    X.Org X Server 1.4.0.90
    Release Date: 5 September 2007
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-ARCH i686
    Current Operating System: Linux blah 2.6.24-ARCH #1 SMP PREEMPT Wed Feb 27 01:15:32 CET 2008 i686
    Build Date: 03 February 2008 02:54:48PM
    Thank you.
    Last edited by elifarley (2009-05-04 18:46:47)

    Hi signor_rossi.
    The 'drm' module was not loaded because I didn't include the 'radeon' module in my rc.conf file
    I added 'radeon' to my modules and restarted, which led to another problem. To solve this new problem, I had to declare some additional modules before the radeon module, like this:
    ati_agp agpgart radeon radeonfb
    (It seems that the 'ati_agp' and 'agpgart' modules must be loaded before the 'radeon' module)
    I added the 'radeonfb' module just in case, but I'm not sure if I'll need it.
    With this configuration in place, DRI is finally enabled, but now the screen is completely black
    I started the X server with:
    startx 2>startx.log
    After the screen went all black, I killed X (by typing <ctrl>+<alt>+<backspace>) and typed 'reboot' in order to get a visible screen again.
    This is the last part of 'startx.log':
    Save TV timing tables
    saveTimingTables: reading timing tables
    TV Save done
    init memmap
    init common
    init crtc1
    init pll1
    restore memmap
    restore common
    restore crtc1
    restore pll1
    restore LVDS
    enable montype: 2
    disable montype: 2
    Backtrace:
    Inconsistency detected by ld.so: dl-open.c: 260: dl_open_worker: Assertion `_dl_debug_initialize (0, args->nsid)->r_state == RT_CONSISTENT' failed!
    waiting for X server to begin accepting connections
    giving up.
    xinit: Connection reset by peer (errno 104): unable to connect to X server
    xinit: No such process (errno 3): Server error.
    You can take a look at the Xorg.0.log file here: http://pastebin.ca/935744
    In order to avoid the black screen, I have to disable DRI in my xorg.conf file...
    Any idea is welcome.
    Thanks.
    Last edited by elifarley (2008-03-09 21:54:48)

  • I moved my applications folder to the desktop, but modified the applications in my dock, and now i have too many copies of the applications folder and cant get rid of them without being unable to use the applications :(

    I moved my applications folder to the desktop when i first got my imac. now i want to get rid of it, but when i put it in the trash, it wont let me use the applications, even though they are in more than one folder. I am at a loss of what to do now cause i have two copies of everything. please help me figure this out.

    Marisalynne wrote:
    I have the applications folder in my harddrive and then the one that I moved to my desktop when I first got my computer.
    Where was the one that you moved to your desktop before you moved it to the desktop?
    I really don't understand what you're trying to say. If I have a folder in A, and I move it to B, then the folder will be in B. There is no duplication. I still have only one folder, only the location is different.
    Furthermore, your desktop is on your hard drive. Everything is on your hard drive.

  • [SOLVED]Unable to run Graphical applications as root/sudo

    Ok so ive been working on getting my very first Arch install up and running and I need to get the catalyst drivers running for my HD6850 because I plan on doing some wine gaming.
    So I followed the instructions here on the wiki for ATI catalyst and I now have the drivers up and running, tried glxgears and everything is fine. The issue I am having Is that when I go under the settings menu in KDE I have the "AMD Catalyst control center" there, however I do not have the (Administrative) option that I get with all other distros. I need to run the CCC as root to beable to configure my multiple monitors.
    In a terminal when i enter;
    sudo amdcccle
    It returns with the following;
    No protocol specified
    amdcccle: cannot connect to X server :0
    So after a little digging I found this thread on the ubuntu forums that was quite helpful;
    http://ubuntuforums.org/showthread.php?t=307984
    So I ran
    DISPLAY=:0.0 xhost +
    then tried again to run
    sudo amdcccle
    and like magic it worked and I was able to configure my displays.
    However this is not a permanent fix. Can anyone see a more permanent solution to this issue? This affects more than just the Catalyst Control Center; It stops me from running any graphical application as root or with sudo. Also can anyone explain what is causing the issue?
    I have searched to the best of my ability and as you can see I have for the most part fixed the issue, however I cannot seem to find a permanent fix, nor do I really know what caused the issue to begin with.
    Last edited by relik (2011-07-03 20:21:52)

    SOLVED
    I took your advice about installking something like gksudo, and rememberd that on my kubuntu install I had something called kdesu. So Since im running KDE and not Gnome, I did some searching and found out how to install kdesudo using the AUR.
    Just followed the install guide here for Yaourt ---> https://wiki.archlinux.org/index.php/Yaourt
    Once I did that i just ran
    yaourt kdesudo
    selcted #1 and installed.
    Now when I need to run a GUI based app as root I type in
    kdesu <NAME OF APP>
    So to solve my original issue I just run
    kdesu amdcccle
    instead of
    sudo amdcccle
    This seems to work for any app that needs to be ran a root with a GUI.
    Also if your like me and you want to beable to just open CCC from your kickoff menu then do the following;
    1. Right click kickoff > edit applications
    2. Go to "Settings" > ATI Catalyst Control Center
    3. In the Command Field add "kdesu" without quotes to the begining of the line so it looks like this
    kdesu amdcccle
    4. Save
    Last edited by relik (2011-07-03 20:22:55)

  • [Solved] Unable to use all memory or unable to boot

    I solved this issue by uninstalling the Nouveau drivers. So if you have both the NVIDIA binary drivers and nouveau installed and the computer doesn't boot past the UDev uevents line, try uninstalling the nouveau drivers.
    Hello!
    I've been having some problems with my desktop PC, and was wondering if anybody knows how to fix these problems.
    First, my computer refuses to boot if I have my NVIDIA GeForce 8400 GS in the PCIe slot. It boots fine into Windows XP and 7.
    What happens is that the computer boots all the way to "Waiting for UDev uevents to be processed", where it locks up, ignoring keyboard input.
    I found that if I booted the computer with the option mem=6GB added to the kernel boot options, the computer boots properly. (Yes, I know, 6GB should be 6G)
    however, this reduces my usable memory to 4GB.
    This is what dmesg says:
    Memory: 4565500k/6291456k available (3312k kernel code, 1573636k absent, 151368k reserved, 1752k data, 472k init)
    If I remove the graphics card, the computer boots as normal, and shows all of my 6GB of ram.
    Here is my entire dmesg output:
    Linux version 2.6.32-ARCH (tobias@T-POWA-LX) (gcc version 4.4.2 20091208 (prerelease) (GCC) ) #1 SMP PREEMPT Thu Jan 7 22:28:29 CET 2010
    Command line: root=/dev/sda1 mem=6GB ro
    KERNEL supported cpus:
    Intel GenuineIntel
    AMD AuthenticAMD
    Centaur CentaurHauls
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000009ffb0000 (usable)
    BIOS-e820: 000000009ffb0000 - 000000009ffc0000 (ACPI data)
    BIOS-e820: 000000009ffc0000 - 000000009fff0000 (ACPI NVS)
    BIOS-e820: 000000009fff0000 - 00000000a0000000 (reserved)
    BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
    BIOS-e820: 00000000ff380000 - 0000000100000000 (reserved)
    BIOS-e820: 0000000100000000 - 00000001d0000000 (usable)
    user-defined physical RAM map:
    user: 0000000000000000 - 000000000009fc00 (usable)
    user: 000000000009fc00 - 00000000000a0000 (reserved)
    user: 00000000000e8000 - 0000000000100000 (reserved)
    user: 0000000000100000 - 000000009ffb0000 (usable)
    user: 000000009ffb0000 - 000000009ffc0000 (ACPI data)
    user: 000000009ffc0000 - 000000009fff0000 (ACPI NVS)
    user: 000000009fff0000 - 00000000a0000000 (reserved)
    user: 00000000fec00000 - 00000000fec01000 (reserved)
    user: 00000000fee00000 - 00000000fef00000 (reserved)
    user: 00000000ff380000 - 0000000100000000 (reserved)
    user: 0000000100000000 - 0000000180000000 (usable)
    DMI present.
    AMI BIOS detected: BIOS may corrupt low RAM, working around it.
    e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    last_pfn = 0x180000 max_arch_pfn = 0x400000000
    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 0000000000 mask FF80000000 write-back
    1 base 0080000000 mask FFE0000000 write-back
    2 base 00A0000000 mask FFF0000000 write-back
    3 disabled
    4 disabled
    5 disabled
    6 disabled
    7 disabled
    TOM2: 00000001d0000000 aka 7424M
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820 update range: 00000000b0000000 - 0000000100000000 (usable) ==> (reserved)
    last_pfn = 0x9ffb0 max_arch_pfn = 0x400000000
    Scanning 0 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009fc00 (usable)
    modified: 000000000009fc00 - 00000000000a0000 (reserved)
    modified: 00000000000e8000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000009ffb0000 (usable)
    modified: 000000009ffb0000 - 000000009ffc0000 (ACPI data)
    modified: 000000009ffc0000 - 000000009fff0000 (ACPI NVS)
    modified: 000000009fff0000 - 00000000a0000000 (reserved)
    modified: 00000000fec00000 - 00000000fec01000 (reserved)
    modified: 00000000fee00000 - 00000000fef00000 (reserved)
    modified: 00000000ff380000 - 0000000100000000 (reserved)
    modified: 0000000100000000 - 0000000180000000 (usable)
    initial memory mapped : 0 - 20000000
    init_memory_mapping: 0000000000000000-000000009ffb0000
    0000000000 - 009fe00000 page 2M
    009fe00000 - 009ffb0000 page 4k
    kernel direct mapping tables up to 9ffb0000 @ 10000-15000
    init_memory_mapping: 0000000100000000-0000000180000000
    0100000000 - 0180000000 page 2M
    kernel direct mapping tables up to 180000000 @ 13000-1a000
    RAMDISK: 37f59000 - 37fef385
    ACPI: RSDP 00000000000fa870 00014 (v00 ACPIAM)
    ACPI: RSDT 000000009ffb0000 00038 (v01 A_M_I OEMRSDT 08000708 MSFT 00000097)
    ACPI: FACP 000000009ffb0200 00084 (v02 A M I OEMFACP 12000601 MSFT 00000097)
    ACPI: DSDT 000000009ffb0440 04C5F (v01 ALV6V ALV6V172 00000172 INTL 20051117)
    ACPI: FACS 000000009ffc0000 00040
    ACPI: APIC 000000009ffb0390 00070 (v01 A_M_I OEMAPIC 08000708 MSFT 00000097)
    ACPI: MCFG 000000009ffb0400 0003C (v01 A_M_I OEMMCFG 08000708 MSFT 00000097)
    ACPI: OEMB 000000009ffc0040 00060 (v01 A_M_I AMI_OEM 08000708 MSFT 00000097)
    ACPI: SSDT 000000009ffb50a0 00206 (v01 A M I POWERNOW 00000001 AMD 00000001)
    ACPI: Local APIC address 0xfee00000
    (8 early reservations) ==> bootmem [0000000000 - 0180000000]
    #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
    #2 [0001000000 - 000169c898] TEXT DATA BSS ==> [0001000000 - 000169c898]
    #3 [0037f59000 - 0037fef385] RAMDISK ==> [0037f59000 - 0037fef385]
    #4 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
    #5 [000169d000 - 000169d12b] BRK ==> [000169d000 - 000169d12b]
    #6 [0000010000 - 0000013000] PGTABLE ==> [0000010000 - 0000013000]
    #7 [0000013000 - 0000015000] PGTABLE ==> [0000013000 - 0000015000]
    found SMP MP-table at [ffff8800000ff780] ff780
    [ffffea0000000000-ffffea00053fffff] PMD -> [ffff880001800000-ffff8800057fffff] on node 0
    Zone PFN ranges:
    DMA 0x00000010 -> 0x00001000
    DMA32 0x00001000 -> 0x00100000
    Normal 0x00100000 -> 0x00180000
    Movable zone start PFN for each node
    early_node_map[3] active PFN ranges
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x0009ffb0
    0: 0x00100000 -> 0x00180000
    On node 0 totalpages: 1179455
    DMA zone: 56 pages used for memmap
    DMA zone: 104 pages reserved
    DMA zone: 3823 pages, LIFO batch:0
    DMA32 zone: 14280 pages used for memmap
    DMA32 zone: 636904 pages, LIFO batch:31
    Normal zone: 7168 pages used for memmap
    Normal zone: 517120 pages, LIFO batch:31
    Nvidia board detected. Ignoring ACPI timer override.
    If you got timer trouble try acpi_use_timer_override
    Detected use of extended apic ids on hypertransport bus
    ACPI: PM-Timer IO Port: 0x4008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: BIOS IRQ0 pin2 override ignored.
    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: IRQ9 used by override.
    ACPI: IRQ14 used by override.
    ACPI: IRQ15 used by override.
    Using ACPI (MADT) for SMP configuration information
    SMP: Allowing 2 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 24
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e8000
    PM: Registered nosave memory: 00000000000e8000 - 0000000000100000
    PM: Registered nosave memory: 000000009ffb0000 - 000000009ffc0000
    PM: Registered nosave memory: 000000009ffc0000 - 000000009fff0000
    PM: Registered nosave memory: 000000009fff0000 - 00000000a0000000
    PM: Registered nosave memory: 00000000a0000000 - 00000000fec00000
    PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    PM: Registered nosave memory: 00000000fec01000 - 00000000fee00000
    PM: Registered nosave memory: 00000000fee00000 - 00000000fef00000
    PM: Registered nosave memory: 00000000fef00000 - 00000000ff380000
    PM: Registered nosave memory: 00000000ff380000 - 0000000100000000
    Allocating PCI resources starting at a0000000 (gap: a0000000:5ec00000)
    Booting paravirtualized kernel on bare hardware
    NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:2 nr_node_ids:1
    PERCPU: Embedded 29 pages/cpu @ffff880005a00000 s89048 r8192 d21544 u1048576
    pcpu-alloc: s89048 r8192 d21544 u1048576 alloc=1*2097152
    pcpu-alloc: [0] 0 1
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1157847
    Kernel command line: root=/dev/sda1 mem=6GB ro
    PID hash table entries: 4096 (order: 3, 32768 bytes)
    Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Initializing CPU#0
    Checking aperture...
    No AGP bridge found
    Node 0: aperture @ 20000000 size 32 MB
    Aperture pointing to e820 RAM. Ignoring.
    Your BIOS doesn't leave a aperture memory hole
    Please enable the IOMMU option in the BIOS setup
    This costs you 64 MB of RAM
    Mapping aperture over 65536 KB of RAM @ 20000000
    PM: Registered nosave memory: 0000000020000000 - 0000000024000000
    Memory: 4565500k/6291456k available (3312k kernel code, 1573636k absent, 151368k reserved, 1752k data, 472k init)
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Hierarchical RCU implementation.
    NR_IRQS:768
    spurious 8259A interrupt: IRQ7.
    Console: colour VGA+ 80x25
    console [tty0] enabled
    Fast TSC calibration using PIT
    Detected 2209.953 MHz processor.
    Calibrating delay loop (skipped), value calculated using timer frequency.. 4421.06 BogoMIPS (lpj=7366510)
    Security Framework initialized
    Mount-cache hash table entries: 256
    CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
    CPU: L2 Cache: 512K (64 bytes/line)
    tseg: 0000000000
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    mce: CPU supports 5 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
    ACPI: Core revision 20090903
    Setting APIC routing to flat
    ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1
    CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ stepping 02
    Booting processor 1 APIC 0x1 ip 0x6000
    Initializing CPU#1
    Calibrating delay using timer specific routine.. 4421.68 BogoMIPS (lpj=7365900)
    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 Athlon(tm) 64 X2 Dual Core Processor 4200+ stepping 02
    Brought up 2 CPUs
    Total of 2 processors activated (8842.75 BogoMIPS).
    CPU0 attaching sched-domain:
    domain 0: span 0-1 level MC
    groups: 0 1
    CPU1 attaching sched-domain:
    domain 0: span 0-1 level MC
    groups: 1 0
    NET: Registered protocol family 16
    node 0 link 0: io port [1000, ffffff]
    TOM: 00000000b0000000 aka 2816M
    node 0 link 0: mmio [e0000000, efffffff]
    node 0 link 0: mmio [a0000, bffff]
    node 0 link 0: mmio [b0000000, fe0bffff]
    TOM2: 00000001d0000000 aka 7424M
    bus: [00,ff] on node 0 link 0
    bus: 00 index 0 io port: [0, ffff]
    bus: 00 index 1 mmio: [b0000000, ffffffff]
    bus: 00 index 2 mmio: [a0000, bffff]
    bus: 00 index 3 mmio: [1d0000000, fcffffffff]
    ACPI: bus type pci registered
    PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
    PCI: Not using MMCONFIG.
    PCI: Using configuration type 1 for base 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 S1 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 at e0000000 - efffffff
    ACPI Warning: Incorrect checksum in table [OEMB] - C5, should be 96 (20090903/tbutils-314)
    ACPI: No dock devices found.
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci 0000:00:01.1: reg 10 io port: [0xdc00-0xdc3f]
    pci 0000:00:01.1: reg 20 io port: [0x5000-0x503f]
    pci 0000:00:01.1: reg 24 io port: [0x6000-0x603f]
    pci 0000:00:01.1: PME# supported from D3hot D3cold
    pci 0000:00:01.1: PME# disabled
    pci 0000:00:02.0: reg 10 32bit mmio: [0xdbfff000-0xdbffffff]
    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: [0xdbffec00-0xdbffecff]
    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:05.0: reg 10 32bit mmio: [0xdbff8000-0xdbffbfff]
    pci 0000:00:05.0: PME# supported from D3hot D3cold
    pci 0000:00:05.0: PME# disabled
    pci 0000:00:07.0: reg 10 32bit mmio: [0xdbffd000-0xdbffdfff]
    pci 0000:00:07.0: reg 14 io port: [0xd480-0xd487]
    pci 0000:00:07.0: supports D1 D2
    pci 0000:00:07.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:07.0: PME# disabled
    pci 0000:00:08.0: reg 10 io port: [0xe00-0xe07]
    pci 0000:00:08.0: reg 14 io port: [0xe20-0xe23]
    pci 0000:00:08.0: reg 18 io port: [0xe40-0xe47]
    pci 0000:00:08.0: reg 1c io port: [0xe60-0xe63]
    pci 0000:00:08.0: reg 20 io port: [0xc880-0xc88f]
    pci 0000:00:08.0: reg 24 32bit mmio: [0xdbffc000-0xdbffcfff]
    pci 0000:00:08.1: reg 10 io port: [0xe80-0xe87]
    pci 0000:00:08.1: reg 14 io port: [0xea0-0xea3]
    pci 0000:00:08.1: reg 18 io port: [0xec0-0xec7]
    pci 0000:00:08.1: reg 1c io port: [0xee0-0xee3]
    pci 0000:00:08.1: reg 20 io port: [0xc000-0xc00f]
    pci 0000:00:08.1: reg 24 32bit mmio: [0xdbff7000-0xdbff7fff]
    pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:09.0: PME# disabled
    pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:0b.0: PME# disabled
    pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:0c.0: PME# disabled
    pci 0000:00:0d.0: reg 10 32bit mmio: [0xda000000-0xdaffffff]
    pci 0000:00:0d.0: reg 14 64bit mmio pref: [0xb0000000-0xbfffffff]
    pci 0000:00:0d.0: reg 1c 64bit mmio: [0xd9000000-0xd9ffffff]
    pci 0000:00:0d.0: reg 30 32bit mmio pref: [0xdbfc0000-0xdbfdffff]
    pci 0000:00:04.0: transparent bridge
    pci 0000:02:00.0: reg 10 32bit mmio: [0xdf000000-0xdfffffff]
    pci 0000:02:00.0: reg 14 64bit mmio pref: [0xc0000000-0xcfffffff]
    pci 0000:02:00.0: reg 1c 64bit mmio: [0xdc000000-0xddffffff]
    pci 0000:02:00.0: reg 24 io port: [0xec00-0xec7f]
    pci 0000:02:00.0: reg 30 32bit mmio pref: [0xdefe0000-0xdeffffff]
    pci 0000:00:09.0: bridge io port: [0xe000-0xefff]
    pci 0000:00:09.0: bridge 32bit mmio: [0xdc000000-0xdfffffff]
    pci 0000:00:09.0: bridge 64bit mmio pref: [0xc0000000-0xcfffffff]
    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.BR10._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR11._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 [LNEA] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LNEB] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LNEC] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LNED] (IRQs 16 17 18 19) *10
    ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *14
    ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *10
    ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *14
    ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *11
    ACPI: PCI Interrupt Link [LACI] (IRQs 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [LMC9] (IRQs 20 21 22 23) *11
    ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *11
    ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *14
    ACPI: PCI Interrupt Link [LSA1] (IRQs 20 21 22 23) *10
    ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled.
    vgaarb: device added: PCI:0000:00:0d.0,decodes=io+mem,owns=none,locks=none
    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 jiffies
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 16 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:09: ioport range 0x4d0-0x4d1 has been reserved
    system 00:09: ioport range 0x800-0x80f has been reserved
    system 00:09: ioport range 0x4000-0x407f has been reserved
    system 00:09: ioport range 0x4080-0x40ff has been reserved
    system 00:09: ioport range 0x4400-0x447f has been reserved
    system 00:09: ioport range 0x4480-0x44ff has been reserved
    system 00:09: ioport range 0x4800-0x487f has been reserved
    system 00:09: ioport range 0x4880-0x48ff has been reserved
    system 00:09: ioport range 0x2000-0x207f has been reserved
    system 00:09: ioport range 0x2080-0x20ff has been reserved
    system 00:09: iomem range 0xfefe0000-0xfefe01ff has been reserved
    system 00:09: iomem range 0xfefe1000-0xfefe1fff has been reserved
    system 00:09: iomem range 0xfee01000-0xfeefffff has been reserved
    system 00:0a: iomem range 0xfec00000-0xfec00fff could not be reserved
    system 00:0a: iomem range 0xfee00000-0xfee00fff has been reserved
    system 00:0d: ioport range 0x290-0x29f has been reserved
    system 00:0e: iomem range 0xe0000000-0xefffffff has been reserved
    system 00:0f: iomem range 0x0-0x9ffff could not be reserved
    system 00:0f: iomem range 0xc0000-0xcffff has been reserved
    system 00:0f: iomem range 0xe0000-0xfffff could not be reserved
    system 00:0f: iomem range 0x100000-0xafffffff could not be reserved
    system 00:0f: iomem range 0xff380000-0xffffffff has been reserved
    Switching to clocksource acpi_pm
    pci 0000:00:04.0: PCI bridge, secondary bus 0000:01
    pci 0000:00:04.0: IO window: disabled
    pci 0000:00:04.0: MEM window: disabled
    pci 0000:00:04.0: PREFETCH window: disabled
    pci 0000:00:09.0: PCI bridge, secondary bus 0000:02
    pci 0000:00:09.0: IO window: 0xe000-0xefff
    pci 0000:00:09.0: MEM window: 0xdc000000-0xdfffffff
    pci 0000:00:09.0: PREFETCH window: 0x000000c0000000-0x000000cfffffff
    pci 0000:00:0b.0: PCI bridge, secondary bus 0000:03
    pci 0000:00:0b.0: IO window: disabled
    pci 0000:00:0b.0: MEM window: disabled
    pci 0000:00:0b.0: PREFETCH window: disabled
    pci 0000:00:0c.0: PCI bridge, secondary bus 0000:04
    pci 0000:00:0c.0: IO window: disabled
    pci 0000:00:0c.0: MEM window: disabled
    pci 0000:00:0c.0: PREFETCH window: disabled
    pci 0000:00:04.0: setting latency timer to 64
    pci 0000:00:09.0: setting latency timer to 64
    pci 0000:00:0b.0: setting latency timer to 64
    pci 0000:00:0c.0: setting latency timer to 64
    pci_bus 0000:00: resource 0 io: [0x00-0xffff]
    pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
    pci_bus 0000:01: resource 3 io: [0x00-0xffff]
    pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffffffffffff]
    pci_bus 0000:02: resource 0 io: [0xe000-0xefff]
    pci_bus 0000:02: resource 1 mem: [0xdc000000-0xdfffffff]
    pci_bus 0000:02: resource 2 pref mem [0xc0000000-0xcfffffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
    TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    TCP: Hash tables configured (established 262144 bind 65536)
    TCP reno registered
    NET: Registered protocol family 1
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:02:00.0: Boot video device
    Unpacking initramfs...
    Freeing initrd memory: 600k freed
    PCI-DMA: Disabling AGP.
    PCI-DMA: aperture base @ 20000000 size 65536 KB
    PCI-DMA: using GART IOMMU.
    PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1263386771.770:1): initialized
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    msgmni has been set to 8920
    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:09.0: irq 24 for MSI/MSI-X
    pcieport 0000:00:09.0: setting latency timer to 64
    pcieport 0000:00:0b.0: irq 25 for MSI/MSI-X
    pcieport 0000:00:0b.0: setting latency timer to 64
    pcieport 0000:00:0c.0: irq 26 for MSI/MSI-X
    pcieport 0000:00:0c.0: setting latency timer to 64
    Linux agpgart interface v0.103
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
    serio: i8042 KBD port at 0x60,0x64 irq 1
    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
    PM: Resume from disk failed.
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 472k freed
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    SCSI subsystem initialized
    libata version 3.00 loaded.
    sata_nv 0000:00:08.0: version 3.5
    ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 23
    sata_nv 0000:00:08.0: PCI INT A -> Link[LSA0] -> GSI 23 (level, low) -> IRQ 23
    sata_nv 0000:00:08.0: setting latency timer to 64
    scsi0 : sata_nv
    scsi1 : sata_nv
    ata1: SATA max UDMA/133 cmd 0xe00 ctl 0xe20 bmdma 0xc880 irq 23
    ata2: SATA max UDMA/133 cmd 0xe40 ctl 0xe60 bmdma 0xc888 irq 23
    ACPI: PCI Interrupt Link [LSA1] enabled at IRQ 22
    sata_nv 0000:00:08.1: PCI INT B -> Link[LSA1] -> GSI 22 (level, low) -> IRQ 22
    sata_nv 0000:00:08.1: setting latency timer to 64
    scsi2 : sata_nv
    scsi3 : sata_nv
    ata3: SATA max UDMA/133 cmd 0xe80 ctl 0xea0 bmdma 0xc000 irq 22
    ata4: SATA max UDMA/133 cmd 0xec0 ctl 0xee0 bmdma 0xc008 irq 22
    Floppy drive(s): fd0 is 1.44M
    FDC 0 is a post-1991 82077
    ata3: SATA link down (SStatus 0 SControl 300)
    ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata1.00: ATA-7: WDC WD3200AAKS-00SBA0, 12.01B01, max UDMA/133
    ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
    ata1.00: configured for UDMA/133
    scsi 0:0:0:0: Direct-Access ATA WDC WD3200AAKS-0 12.0 PQ: 0 ANSI: 5
    ata2: SATA link down (SStatus 0 SControl 300)
    ata4: SATA link down (SStatus 0 SControl 300)
    sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 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: sda1 sda2 sda3 sda4 < sda5 >
    sd 0:0:0:0: [sda] Attached SCSI disk
    EXT3-fs: mounted filesystem with writeback data mode.
    kjournald starting. Commit interval 5 seconds
    Driver 'rtc_cmos' needs updating - please use bus_type methods
    rtc_cmos 00:02: RTC can wake from S4
    rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one year, y3k, 114 bytes nvram
    udev: starting version 146
    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]
    NET: Registered protocol family 23
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    processor LNXCPU:00: registered as cooling_device0
    input: PC Speaker as /devices/platform/pcspkr/input/input4
    processor LNXCPU:01: registered as cooling_device1
    lp: driver loaded but no devices found
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    nvidia: module license 'NVIDIA' taints kernel.
    Disabling lock debugging due to kernel taint
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    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 0xdbffec00
    parport_pc 00:07: reported by Plug and Play ACPI
    parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
    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: 10 ports detected
    i2c i2c-0: nForce2 SMBus adapter at 0x5000
    i2c i2c-1: nForce2 SMBus adapter at 0x6000
    k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
    forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
    ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 20
    forcedeth 0000:00:07.0: PCI INT A -> Link[LMAC] -> GSI 20 (level, low) -> IRQ 20
    forcedeth 0000:00:07.0: setting latency timer to 64
    EDAC MC: Ver: 2.1.0 Jan 7 2010
    ppdev: user-space parallel port driver
    lp0: using parport0 (interrupt-driven).
    ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    EDAC amd64_edac: Ver: 3.2.0 Jan 7 2010
    device-mapper: uevent: version 1.0.3
    device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: [email protected]
    [drm] Initialized drm 1.1.0 20060810
    w83627ehf: Found W83627EHG chip at 0x290
    forcedeth 0000:00:07.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:19:66:46:79:3b
    forcedeth 0000:00:07.0: highdma pwrctl mgmt lnktim msi desc-v3
    ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 23
    HDA Intel 0000:00:05.0: PCI INT B -> Link[LAZA] -> GSI 23 (level, low) -> IRQ 23
    HDA Intel 0000:00:05.0: setting latency timer to 64
    hda_codec: ALC888: BIOS auto-probing.
    input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:05.0/input/input5
    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 2
    ohci_hcd 0000:00:02.0: irq 22, io mem 0xdbfff000
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 10 ports detected
    EDAC amd64: This node reports that Memory ECC is currently disabled, set F3x44[22] (0000:00:18.3).
    EDAC amd64: WARNING: ECC is disabled by BIOS. Module will NOT be loaded.
    Either Enable ECC in the BIOS, or set 'ecc_enable_override'.
    Also, use of the override can cause unknown side effects.
    amd64_edac: probe of 0000:00:18.2 failed with error -22
    nvidia 0000:00:0d.0: enabling device (0000 -> 0002)
    ACPI: PCI Interrupt Link [LMC9] enabled at IRQ 21
    nvidia 0000:00:0d.0: PCI INT A -> Link[LMC9] -> GSI 21 (level, low) -> IRQ 21
    nvidia 0000:00:0d.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [LNED] enabled at IRQ 19
    nvidia 0000:02:00.0: PCI INT A -> Link[LNED] -> GSI 19 (level, low) -> IRQ 19
    nvidia 0000:02:00.0: setting latency timer to 64
    NVRM: loading NVIDIA UNIX x86_64 Kernel Module 190.53 Wed Dec 9 15:29:46 PST 2009
    usb 2-4: new low speed USB device using ohci_hcd and address 2
    usb 2-4: configuration #1 chosen from 1 choice
    usbcore: registered new interface driver hiddev
    input: USB Mouse as /devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.0/input/input6
    generic-usb 0003:15D9:0A37.0001: input,hidraw0: USB HID v1.10 Mouse [USB Mouse] on usb-0000:00:02.0-4/input0
    usbcore: registered new interface driver usbhid
    usbhid: v2.6:USB HID core driver
    EXT3 FS on sda1, internal journal
    Adding 2650684k swap on /dev/sda5. Priority:-1 extents:1 across:2650684k
    forcedeth 0000:00:07.0: irq 27 for MSI/MSI-X
    NET: Registered protocol family 10
    lo: Disabled Privacy Extensions
    eth0: no IPv6 routers present
    Any thoughts or suggestions would be much appreciated.
    Last edited by xentalion (2010-01-14 14:38:15)

    Also, (don't know if this is relevant) but I've got three sticks of ram: 2 2GB modules and 2 1GB modules. They are grouped together properly.

  • Help!! - Unable to use the Application Module Deployed as Corba Object in Oracle 8i

    I have been able to successfully deploy an Application Module in Oracle 8i but i am un able to get a reference to the Application Module from the database the code used by me is -
    package client;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import java.util.Hashtable;
    import oracle.jbo.*;
    import org.omg.CORBA.*;
    public class Corba8IClient{
    Hashtable env = new Hashtable();
    ApplicationModule appMod = null;
    String theAMDefName = "test/jd/freshJBO.FreshJBOModule";
    public Corba8IClient() {
    System.out.println("Started...");
    // Load the Application Module
    try{
    // Component deployed to Oracle8i CORBA Server.
    // Set up the 8i environment
    System.out.println("Setting up initial Context...");
    env.put(Context.INITIAL_CONTEXT_FACTORY, JboContext.JBO_CONTEXT_FACTORY);
    env.put(JboContext.DEPLOY_PLATFORM, JboContext.PLATFORM_ORACLE8I);
    env.put(Context.SECURITY_PRINCIPAL, "jd");
    env.put(Context.SECURITY_CREDENTIALS, "jd");
    env.put(JboContext.HOST_NAME, "Dev51");
    env.put(JboContext.CONNECTION_PORT, "2481");
    env.put(JboContext.ORACLE_SID, "ORA8I");
    // env.put(JboContext.APPLICATION_PATH, "test/jd/");
    System.out.println("Getting initial Context.");
    Context ic = new InitialContext(env);
    System.out.println("Doing Lookup...");
    ApplicationModuleHome home = (ApplicationModuleHome)ic.lookup(theAMDefName);
    System.out.println("Calling create...");
    // home
    System.out.println("Home Class Name : "+home.getClass().getName());
    oracle.jbo.client.remote.corba.aurora.AuroraApplicationModuleHome am = (oracle.jbo.client.remote.corba.aurora.AuroraApplicationModuleHome)home;
    System.out.println("DefName "+am.getDefName());
    appMod = home.create();
    System.out.println("Setting up connetion from AppMod to database...");
    appMod.getTransaction().connect("jdbc:oracle:thin:jd/jd@dev51:1521:ORA8I");
    }catch(Exception e) {
    e.printStackTrace();
    System.out.println("AppMod full Name "+ appMod.getFullName());
    public ApplicationModule getAppMod(){
    return appMod;
    public static void main(String args[]){
    Corba8IClient c8c = new Corba8IClient();
    after running the output is -
    Started...
    Setting up initial Context...
    Getting initial Context.
    Doing Lookup...
    Diagnostics: Silencing all diagnostic output (use -Djbo.debugoutput=console to see it)
    Calling create...
    Home Class Name : oracle.jbo.client.remote.corba.aurora.AuroraApplicationModuleHome
    DefName null
    oracle.jbo.ApplicationModuleCreateException: JBO-25222: Unable to create application module.
    at oracle.jbo.client.remote.corba.CORBAApplicationModuleHomeImpl.create(CORBAApplicationModuleHomeImpl.java:63)
    at client.Corba8IClient.<init>(Corba8IClient.java:39)
    at client.Corba8IClient.main(Corba8IClient.java:53)
    java.lang.NullPointerException
    at client.Corba8IClient.<init>(Corba8IClient.java:45)
    at client.Corba8IClient.main(Corba8IClient.java:53)
    Corba Object is deployed as -
    ObjectName = /test/jd/freshJBOModule
    Server Class = freshJBO.server.o8.FreshJBOModuleServerO8
    Helper Class = oracle.jbo.common.remote.corba.RemoteApplicationModuleHomeHelper
    The Application Module conatians an entity object and a view object for Dept Table in schema jd(Username -jd, Password -jd).

    Moneesh,
    I believe there is a problem with the way you set the variable theAMDefName. It should be:
    String theAMDefName = freshJBO.FreshJBOModule";
    Then you need to reinstate the line you commented out, to set the application path (but remove the trailing / from the path, as shown):
    env.put(JboContext.APPLICATION_PATH, "test/jd");
    If that doesn't work, and for future reference, I suggest testing your deployed application module from the Business Component Browser (aka the tester) before trying your hand-coded client. Start the tester, select Oracle8i as the middle tier server type, make sure the other information in the connect window is correct, then click Connect.
    Good luck
    Blaise

  • [Solved] Unable to use ffmpegthumbnailer with videos

    Hi,
    I'd really like to use the ffmpegthumbnailer with my videos to replace the normal video icons. However neither installing totem or ffmpegthumbnailer works as when I open Gconf and go to 'apps > gnome > thumbnailers' and look for those video@foo keys, there are no keys in them!
    Manually creating boolean key 'enable' and string key 'command' - 'ffmpegthumbnailer -i %i -o %o -s %s -f -t 15' won't work as when I click on those keys I created the key infos say "This key has no schema" but the 'command' key also says "This key is not writable" (screenies: http://img193.imageshack.us/img193/3677 … ration.png, http://img39.imageshack.us/img39/3677/s … ration.png).
    So any ideas how can I make my video thumbnailers work?
    - Thanks
    Last edited by algorythm (2009-09-30 12:33:11)

    I thought this was already solved and I marked this as [solved] for a sec.
    So whatever, I rebuilt thunar, thunar-archive-plugin, thunar-media-tags-plugin, thunar-thumbnailers, ffmpeg-thumbnailer, nautilus, pcmanfm with abs but that only made the video thumbnails to work with Thunar and Nautilus.
    Last edited by algorythm (2009-08-21 14:48:47)

  • [SOLVED] Unable to use SUDO: issues with /etc/sudoers

    I have reinstalled Arch_64 and I have run into some problems with SUDO.
    I get the following errors when I try to use sudo:
    sudo : unable to stat /etc/sudoers : Permission Denied
    sudo : no valid sudoers sources found, quitting
    sudo : unable to initialize policy plugin
    Here's what I have done with it so far:
    * I added USERNAME (myself) to the 'wheel' group
    * I uncommented %wheel ALL=(ALL) All using visudo
    As it was not working for me I also:
    * # chown -c root:root /etc/sudoers
    * # chmod -c 0440 /etc/sudoers
    * Since that too did not work, I recommented %wheel and added USERNAME ALL=(ALL) ALL just under the line root ALL=(ALL) ALL and repeated the above steps. The above problem persists.
    * I checked with visudo -c and it says "/etc/sudoers parsed ok".
    I have been through the WIKI and the forums but still unable to figure out whats going wrong.
    I will appreciate if the forum can guide me to solution and help me resolve this issue.
    Thanks.
    Last edited by fantab (2012-11-20 09:00:56)

    Had exactly the same problem with a new Arch_64 install a few months ago, which turned out to be a problem with permissions on / (which i changed with chmod) - can't remember the details, but it was this post that put me on to a solution:
    http://archlinuxarm.org/forum/viewtopic … =20#p19727

  • [SOLVED] Unable to set default application to open files

    Hello,
    Whenever I try to set a default application for a file type (an avi for example) by right-clicking the file in Nautilus and choosing Open with Other Application, I can select the application (in this case VLC), check the Remember this Application checkbox  and click Open, I always get the below message:
    Could not set application as the default: Can't create user application configuration folder /root/.local/share/applications: Permission denied
    I'm not logged in as root (confirmed with "whoami") so I'm not sure why it's trying to access the root home folder.
    I'm thinking this is simply a misconfigured path statement (forgive the Windows terminology) but I'm not sure where to start looking.  Any help would be most appreciated.
    Thanks!
    Beta
    Last edited by betawind (2010-07-09 00:10:58)

    Thanks for the reply ngoonee! 
    The situation has already changed a bit.  Still being in Windows mode, I decided to try a reboot.  After rebooting I no longer get the error I was before (I wonder if it had something to do with logging in initially as root then su'ing to my user account) but the association with vlc just isn't sticking.
    I noticed though that now when I right-click on a video file I get the option to "Open with Movie Player" as well as "Open with VLC media player" (which does do what it's supposed to), which wasn't there before.  For grins I went and set the preferred multimedia app to VLC through System > Preferences > Preferred Applications, but that didn't help.
    Is there a place these preferences are stored that I might take a peek at?
    Last edited by betawind (2010-07-09 00:04:56)

  • [SOLVED] Unable to compile QT4 application

    This is the code that I have:
    #include <QApplication>
    #include <QWidget>
    int main(int argc, char * argv[])
    QApplication app(argc, argv);
    QWidget window;
    window.resize(250, 150);
    window.setWindowTitle("Simple example");
    window.show();
    return app.exec();
    This is the error that I get:
    g++ -c -pipe -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/qt/mkspecs/linux-g++ -I. -I. -I/usr/include/qt -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -o hello_world.o hello_world.cpp
    hello_world.cpp:3:24: fatal error: QApplication: No such file or directory
    #include <QApplication>
    ^
    compilation terminated.
    Makefile:298: recipe for target 'hello_world.o' failed
    make: *** [hello_world.o] Error 1
    These are the other threads that I researched.
    https://bbs.archlinux.org/viewtopic.php?id=66927
    https://bbs.archlinux.org/viewtopic.php?id=37815
    When I did a search for "qt4" in "/", this is what I got:
    ./usr/include/qt4
    ./usr/share/qt4
    ./usr/share/licenses/qt4
    ./usr/lib/qt4
    Now, why are these headers not detected?
    Last edited by publicus (2014-01-03 18:21:27)

    I got it!  I used the tool qtchooser to run qmake so that when the Makefile is generated, it's generated with Qt4 in mind.  The process was something like this:
    qmake -project && qtchooser -run-tool=qmake -qt=4 && make

  • I am unable to use my applications manager.  It won't allow me to log in.

    I know the password is right but it seems that I immediately get kicket out again, when trying to login. It says "you are logged off", no other error message. I have tried to reinstall but that does not work either.

    I have the same problem?
    Anyone know what that is?

  • I forgot the restriction pass code in my I pad, now unable to use various applications

    forgot restriction passcode

    The only way around that is to do an erase of all content and settings and then restore from a backup that predates when the restrictions code was added.  Unlike the lock passcode, the restrictions passcode is stored as part of the backup of the iOS device.
    SeeiTunes: About iOS backups for where iTunes keeps the backups for different operating systems.

Maybe you are looking for

  • Problem in moving transport request

    Hi, While performing transports at OS level, we are facing some error. below is the log. Please look into this issue. We have already trigged manually RDDNEWPP and SAP_TRIGGER_RDDIMPDP from client 000 >tp import pf=TP_DOMAIN_FD3.PFL FD3K915202 FT3 CL

  • IPhone 3G MMS Not Working After iOS4

    After upgrading to iOS4 on 3G, lost the ability to send/rec MMS on Starhub network. Have made sure the option to enable MMS feature in Message Settings is turned on. No avail!! Anyone facing the same problem?? Did restore a couple of times and MMS is

  • Year-To-Date Formula

    I would like to write a BSO formula for the YTD member (instead of using the DTS). My outline has 2 dimensions, Time and View as below: Time -- 2006 -------2006 Q1 -------------2006Jan -------------2006Feb -- 2007 -------2007 Q1 -------------2007Jan

  • Error after setting the iTunes prefereces.

    Hi, I have istalled the latest version of iTunes6.0.4.2. Now after setting the iTunes preferences i clicked OK, Then i got an error message saying .... "An error occured while updating the default platyer for audio file types. You do not have enough

  • Error Code 1402 Could not open Key

    When I try to run the auto installer I get a message that says.: Error 1402.Could not open key: UNKNOWN\Components\2A31EAB9FA7E3C blalhblhablah BLALBLAHBLAH.............................. Verify that you have sufficient access to that key, or contact