[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.

Similar Messages

  • [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.

  • Unable to use free version regardless of browser on any machine. I login with adobe id but then the loading screen just hangs.

    Unable to use free version regardless of browser on any machine. I login with adobe id but then the loading screen just hangs. can't get any further - Tried all suggestions like clearing browser caches but no change.
    Got a couple of projects i wanted to try this on and if the software works I will probably take a subscription but considering this isn't working at all will look elsewhere.
    Also - adobe live chat support is useless.

    Hi,
    please share the Adobe ID that you are using with DL-AdobeStory-support<at>adobe<dot>com and we will investigate the issue.
    Thanks
    Aurobinda

  • [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)

  • Unable to use javascript to close existing window in jsp

    Hi experts,
    In my jsp, i've a code that prompt user to download the file (using response.setContentType) to their machine within a try and catch statement.
    I would like my existing window browser to close immediately after the prompt to the user.
    I tried using javascript window.close() but there isn't any effect. I even place my javascript code at the end of the jsp code but also no effect.
    In fact, i tried to print something out using out.println() there isn't any effect at all either. So I tried using system.out.println(), it works. (printed out in my tomcat)
    Anyone know what should I do in order to close the window?
    Thanks!

    hmm.. actually i don't really get what you mean.
    For my case, I didn't use window.open.
    what happened is, i have a html page that prompt user to enter a name for their file. after the user has entered the name, it will submit as a form to a jsp page to do some file conversion. then pass to another jsp page to prompt user to save the file to disk.
    the window was pop up for the downloading of file to disk, but behind it, the html window that was pop up earlier (window that prompt user to enter the name) was still there.
    eg: a.html -> b.jsp -> c.jsp -> new window for saving of file
    window for a.html still around.
    In this case, can i still use your method?
    Thanks alot!

  • How to make my javascript work in any browser

    Hai all, i am developing a webapplication using servlets and jsp. The problem with this application is that it works fine in internet explorer but it doesn't run when it comes to mozilla firefox or any other browser. I think the problem is with java script. Am i right? Or will it relate to any other problem? Please tell me the solution for this problem. What should i do to make my java script work in any browser? Thanks in advance......

    hello,
    the very first thing is the html console always look the one which you have posted here.it tells that server is started.
    directory structure is also ok.
    wi think the problem lies in the html file.After defining applet class you have to specify the jar file of your appletin the mannerarchive = "yourapplet.jar" have you any libraries with your applet? if yes then you have to include it in archive information
    i would like to know when you run this application does internet explorer opens if yes then can you tell me the error it is giving

  • Using javascript to control the browser

    Hi all,
    One of the most requested features on our first Breeze
    project was a "quit" button. The easiest way to do so in an HTML
    environment is to use the command
    javascript: window.close();
    Type this into the address bar on your browser, and hit
    return. Isn't that neat?
    Okay, the scripting language in Flash (Actionscript) can
    simulate typing something in the address bar with the command
    getURL ("javascript: window.close();");
    ...all we have to do is add that actionscript to the
    onRelease event handler for a button in Flash. Then, add the button
    to your PowerPoint before you use Presenter, and when the student
    clicks it... voila!
    This same trick can be used to replace that MacroDobe©
    logo in the Breeze player. This time, when the user clicks the
    button, we'll use javascript to pop up an alert box with a clever
    message:
    getURL ("javascript: alert('Aren't we clever?');";
    This button has to be small, around 50 x 29 pixels, to
    properly replace the logo. To actually replace it, you need to
    publish your presentation to the hard drive like normal. Next, find
    the folder you published to, and place a copy of your "button.swf"
    file in the "data" subfolder. Then, edit (don't "open") the
    vconfig.xml file in the same subfolder using notepad. Near the top,
    you'll find an entry that says:
    <uireplace name="logo" value= "" />
    place the name of your button file between the quotation
    marks and save:
    <uireplace name="logo" value= "button.swf" />
    When you load up the training next time, the logo will have
    changed to your button.
    You'll have to do this every time you publish the training,
    as Presenter deletes & recreates all those subfolders each time
    you do. BTW, MacroDobe© does offer a small applet to parse
    this xml file for you... but they want 5 grand per copy. I'm
    thinking notepad works just as well :)
    cheers!
    Marc B

    The biggest difficulty with a Swing Applet is that it needs the latest version of the JVM to run and many people don't have this installed on their PC. You can set the Aplet tags to download the plug-in but it can discourage users and may not always work. I would only use a Swing Applet for webapps with a limited client base.

  • [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.

  • [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

  • Adobe Shockwave Player crashes at literally any use of it in any browser

    Ok, so this started happening two days ago, and I've been trying to fix this for a total of six hours to no avail.  I tried to watch a YouTube video, but the page stops loading halfway, and I get a drop down message saying Shockwave has crashed. The tab also takes about five seconds to close out of, which is much slower than usual.  Now it happens literally anytime flash is being used.  On amazon, hell, even trying to make an account to post this question was a nightmare.  I've uninstalled every adobe product and reinstalled it, but even some of the uninstallers have crashed.  I did a system restore, but apparently my oldest restore was two days ago, so I can't do much in that regard.  What the hell is going on?  I think the stress has taken five years off my life, and I really don't want to have to wipe my desktop because of this stupid thing.  If any of you guys have any ideas or have fixed this problem in the past, I would really appreciate it.  Thanks in advance.

    First, if you haven't rebooted yet, do that.
    To give you any useful advice, I'm going to need to know more about your computer and browser:
    https://forums.adobe.com/thread/1195540

  • Unable to Access Particular Websites on any browser

    I am new to the Mac world and I am on AOL UK platinium broadband and yet some sites (including aol, microsoft and ebay) wont load on safari or firefox why is this :S

    I have been having a similar problem for awhile now. I cannot access an airline website (americawest.com) in Safari or IE. The company support says it is a problem on my end exclusively. Today I downloaded Firefox and made that the first page I attempted to go to and it still would not load. I get the spinning wheel and then a timeout message.
    I've tried connecting thru links from emails the company has sent me, from links off of other websites....nothing seems to work. I am not having this problem with any other sites.
    Any suggestions???

  • How I do I solve my problem using youtube on my safari browser?

    When I watch a video on YouTube, the comments section does not load. I can read or post comments on youtube when I use other browsers.

    I just returned from Italy. I have a US Verizon iPad (new version). I bought a microSIM card at the TIM store in Rome along with 5GB of data for 30 days. I installed the SIM card. Then, under General in Settings I did a reset of Network Settings. The iPad restarted, recognized the TIM 3G network, and from there is was smooth sailing.
    I had excellent 3G coverage in both Roma and Cortona (Tuscany).

  • Using javascript to detect the onclick event over a datatable row

    Hi all,
    I'm working with JSF 1.2 R.I. and I would like to add some javascript to my datatable to be able to control the onclick event on a row.
    At the moment I have just added a checkbox to be able to know which row the user wants to select but I'm not satisfied with this solution.
    <h:dataTable
    value="#{person_iupopulations_Observation.customer}" var="customer"
    rowClasses="evenRow,oddRow"
    cellspacing="0">
    <h:column>
    <f:facet name="header">
    <h:outputText value="Select" />
    </f:facet>
    <h:selectBooleanCheckbox value="" onclick="getRow(this)">
    </h:selectBooleanCheckbox>
    </h:column>
    <h:column>
    <f:facet name="header">
    <h:outputText value="Name" />
    </f:facet>
    <h:outputText value="#{customer.Name}"></h:outputText>
    </h:column>
    </h:dataTable>
    What I would like to achieve is:
    When the user clicks the row (wherever, not only the checkbox) the checkbox changes to the new value depending, off course, on the user's selection.
    For this purpose I would need to add the onclick event to every row and associate it to a javascript function to update the checkbox.
    Can anybody help me please.
    I appreciate any suggestion.
    Thanks in advance!

    I am looking for answers on how to use javascript to detect the onclick event over a datatable row . I have a selectBooleanCheckBox in one of the columns in the every row in the table. On click of the checkbox in any row of the table, I want to get some values from the selected row and also verify that the rest of the checkboxes in all the other columns are unchecked. I want to do this using javascript. If any of you have answers, please repsond. Thanks.

  • Using JavaScript to remove the loading overlay?

    Is there a way to remove the loading overlay. It appears to block events.
    I want that if the slide hasn't loaded within say, 30 seconds, then present the user with a message to go to next slide or wait.
    Is this possible?
    Thanks for any help anyone can be.

    I am looking for answers on how to use javascript to detect the onclick event over a datatable row . I have a selectBooleanCheckBox in one of the columns in the every row in the table. On click of the checkbox in any row of the table, I want to get some values from the selected row and also verify that the rest of the checkboxes in all the other columns are unchecked. I want to do this using javascript. If any of you have answers, please repsond. Thanks.

Maybe you are looking for

  • Itunes no longer syncing with my iphone

    Hi First post. I'm using an iPhone 6, with latest IOS updates on it, and a iMAC, latest OS with all updates. I have been using Itunes fine, until this morning.  I plugged my phone in to my MAC and added a new audiobook to my itunes library,  when I t

  • Enterprise manager console for 10g.

    How do I get enterprise manager console for 10g? I installed 10g on my machine awhile ago and just noticed that enterprise manager console was not installed with it. When I installed Oracle 9 a while back, the console was installed automatically.

  • Can't add a new printer UF II

    Hi, We've a new Canon printer through the network and I'm trying to install it following the manual steps (install UFR II ... add printer.... more printers... selected Canon IP (UFR II).... added direction (valid and complete)) but then, when I click

  • Can't activate Windows 8.1 from Windows Store Upgrade.

    I have updated one of my client's computer to Windows 8.1 by the windows store after first reseting the Windows 8 from the Windows 8 Settings. After the update, the computer didn't activate and was asking for a product key. I have went ahead and open

  • My iphone 4s will not restore and goes into an error message

    My iphone 4s will not allow itunes to install the firmware... Gives me an error code 1