Peculiar Behavior with trace flag 1204 and 1222 (deadlock traces)

I have noticed that any error using openquery whilst these trace flags are on will cause the sql server service to shut down.
If the trace flags are not running then we simply receive an error and the service will not shut down, any idea how we can prevent openquery errors from shutting the service down whilst we are monitoring for deadlocks using trace flags?
The log shows the following text "The MSSQLSERVER service terminated unexpectedly."
An example of code which will cause the above problem SELECT * FROM OPENQUERY(NONEXISTANTSERVER,'select * from dual')

Hello,
Use extended events instead of those trace flags. Please read the following articles:
http://blogs.msdn.com/b/sqlserverfaq/archive/2013/04/27/an-in-depth-look-at-sql-server-memory-part-2.aspx
http://www.sql-server-performance.com/2012/capture-sql-server-deadlocks-extended-events/
Hope this helps.
Regards,
Alberto Morillo
SQLCoffee.com
Hi yes this is what I did in the end, thanks

Similar Messages

  • I have enabled both the traces 1204 and 1222 in sql server 2008 but not able to capture deadlocks

    In Application error:
    2014-09-06 12:04:10,140 ERROR [org.apache.catalina.core.ContainerBase] Servlet.service() for servlet DoMethod threw exception
    javax.servlet.ServletException: java.lang.Exception: [ErrorCode] 0010 [ServerError] [DM_SESSION_E_DEADLOCK]error:  "Operation failed due to DBMS Deadlock error." 
    And
    I have enabled both the traces 1204 and 1222 in sql server 2008 but still I am not getting any deadlock in sql server logs.
    Thanks

    Thanks Shanky may be u believe or not but right now I am in a migration of 4 lakh documents in documentum on Production site.
    and the process from documentum is halting due to this error but I am not able to get any deadlock in the sql server while the deadlock error is coming in documentum:
    [ Date ] 2014-09-06 17:54:48,192 [ Priority ] INFO [ Text 3 ] [STDOUT] 17:54:48,192 ERROR [http-0.0.0.0-9080-3] com.bureauveritas.documentum.commons.method.SystemSessionMethod - ERROR 100: problem occured when connecting repository! DfServiceException::
    THREAD: http-0.0.0.0-9080-3; MSG: [DM_SESSION_E_DEADLOCK]error: "Operation failed due to DBMS Deadlock error."; ERRORCODE: 100; NEXT: null at com.documentum.fc.client.impl.connection.docbase.netwise.NetwiseDocbaseRpcClient.checkForDeadlock(NetwiseDocbaseRpcClient.java:276)
    at com.documentum.fc.client.impl.connection.docbase.netwise.NetwiseDocbaseRpcClient.applyForObject(NetwiseDocbaseRpcClient.java:647) at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection$8.evaluate(DocbaseConnection.java:1292) at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.evaluateRpc(DocbaseConnection.java:1055)
    at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.applyForObject(DocbaseConnection.java:1284) at com.documentum.fc.client.impl.docbase.DocbaseApi.authenticateUser(DocbaseApi.java:1701) at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.authenticate(DocbaseConnection.java:418)
    at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.open(DocbaseConnection.java:128) at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.<init>(DocbaseConnection.java:97) at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.<init>(DocbaseConnection.java:60)
    at com.documentum.fc.client.impl.connection.docbase.DocbaseConnectionFactory.newDocbaseConnection(DocbaseConnectionFactory.java:26) at com.documentum.fc.client.impl.connection.docbase.DocbaseConnectionManager.getDocbaseConnection(DocbaseConnectionManager.java:83)
    at com.documentum.fc.client.impl.session.SessionFactory.newSession(SessionFactory.java:29) at com.documentum.fc.client.impl.session.PrincipalAwareSessionFactory.newSession(PrincipalAwareSessionFactory.java:35) at com.documentum.fc.client.impl.session.PooledSessionFactory.newSession(PooledSessionFactory.java:47)
    at com.documentum.fc.client.impl.session.SessionManager.getSessionFromFactory(SessionManager.java:111) at com.documentum.fc.client.impl.session.SessionManager.newSession(SessionManager.java:64) at com.documentum.fc.client.impl.session.SessionManager.getSession(SessionManager.java:168)
    at com.bureauveritas.documentum.commons.method.SystemSessionMethod.execute(Unknown Source) at com.documentum.mthdservlet.DfMethodRunner.runIt(Unknown Source) at com.documentum.mthdservlet.AMethodRunner.runAndReturnStatus(Unknown Source) at com.documentum.mthdservlet.DoMethod.invokeMethod(Unknown
    Source) at com.documentum.mthdservlet.DoMethod.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:637) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:619) (Log Path:SID CER > vmsfrndc01docpp > JMS_Log > server ,Host: vmsfrndc01docpp ,Apps: [SID CER, SID IVS])</init></init>
    Thanks

  • Broken Archive Behavior with Yosemite Mac Mail and Gmail?

    Hi -
    It seems that with the Yosemite upgrade of Mail, the archive behavior with gmail (google apps) has broken. You can not change the Archive command to select the archive folder. The command just seems just to move the message from the Inbox to to the All Mail folder and no longer shows any messages in my folder called Archive. I have to go to gmail web to view these messages. This broke from Mavericks where I was able to archive to a mailbox called 'Archive'.
    Is there anyway to change the behavior of Mail to select the archive folder and view the contents of my IMAP folder named 'Archive'?
    Thanks

    Hello VMH!
    When either one of us deletes a message, it is automatically deleted from the other's Mail Inbox
    That's exactly what IMAP is for: to sync mailboxes on different machines.
    We would very much like to find a simple way to make sure whatever messages get downloaded into our Mail Inboxes stay there regardless of what the other person does.
    As far as I know, that's not possible with IMAP. Besides, as I indicated above, it contradicts the idea behind IMAP. For info on IMAP and Gmail see this [Help Page|http://mail.google.com/support/bin/answer.py?hl=en&ctx=mail&answer=75725] (click the link) and for info on deleting IMAP messages in Gmail see [this page|http://mail.google.com/support/bin/answer.py?hl=en&answer=78755] (again, click the link).
    In your case I would recommend using POP instead of IMAP. But you have to make sure that the messages you download are kept on the server, so that your wife can access them, too. In the following I'll give some instructions on how to accomplish that.
    *1) Switch from IMAP to POP in Gmail*
    1.1 Log into your Gmail account via mail.google.com, click "Settings" in the upper right corner of the window and select "Forwarding and POP/IMAP". Make sure POP is enabled for "all mail".
    1.2 Set the option "When messages are accessed with POP" via the drop-down menu to "Keep Google Mail's copy in the Inbox".
    1.3 Disable IMAP access.
    *2) Create a new POP mail account in Apple Mail*
    *3) Adjust Apple Mail's settings*
    In Apple Mail's Preferences > Accounts, select your new POP account and click on the "Advanced" tab. There you have to uncheck the checkbox next to "Remove copy from server after retrieving a message".
    (You'll have to repeat steps 2) and 3) on your wife's computer as well.)
    Hope that helps to get you started.
    Good computing.
    floba
    (MN592)

  • Strange behavior with the tab key and multiple users

    Hello,
    I'm stuck on this problem and none of the usual trouble-shooting techniques have yielded results, so perhaps someone will point me the right direction.
    I have an Intel iMac running 10.3.9 with two user accounts, and in one of the accounts the tab key fails to advance the cursor from field to field in any application, be it a browser, mail client, etc. The tab key works otherwise, I can switch between applications using apple tab, for instance. The other user account works fine. The keyboard & Mouse preferences are identical on both user accounts. In fact, after creating a new user account it too had no tabbing from field to field either, which would seem to indicate that it is not a problem in an individual account. Repairing the permissions did not help, and even a recent archive and install failed to change this. Anyone know where to look for an answer? Thanks in advance...
    iMac 2GHz Intel Core 2 Duo Mac OS X (10.4.9)

    I did a wholesale replacement of the preferences folder from the working account to the non-working one, and after going through the welcome screens and re-setting a variety of preferences (setting up mail.app again, etc...), the tab key is functioning as expected in all applications. Thanks!

  • Weird problem with Macbook Pro 15" and Asus PB278 monitor

    Hi there
    I recently bought a brand new MacBook pro 15" the one with a dedicated nvidia 750 vid card. However I'm facing weird problems while connecting it to a external monitor Asus PB278 (1440p monitor). I use a mini display port to display port cable.
    My problem is: Sometimes it works perfectly, but then if I put the laptop to sleep, sometimes it won't recognise the screen at wake up, at first I tried to restart the system, power on and off the monitor, connecting and reconnecting the cable... nothing worked. I even bought a expensier cable thinking it was probably a low quality cable. I found that then only way to fix this is to connect the monitor with a mini display to HDMI cable I have (won't support over 1080p), and then put the mini display to display port cable again... it is freaking bizarre.
    This is very frustrating, I live outside the US and while the retailer will honor the guarantee I'm not sure if this is a Software or Hardware problem, It will take them about 3 weeks to replace my system which is unfortunate due to I have plenty of work to do. I don't want to send it on guarantee just to find out hey... display recognition is broken again. My questions are:
    Is there a way to know if this is a hardware or software problem?
    I've heard Yosemite is having some issues regarding external displays, is this one of those?
    Have you found yourself experiencing this problem? Could you fix it?
    Sorry if my english is a bit weird, thanks in advance.

    Hi Gatobolo,
    Thank you for contributing to the Apple Support Communities.
    It appears that you've discovered unusual behavior with your MacBook Pro and an external display, where you need to temporarily connect a different display adapter before you can use your Asus PB278 again.
    I can offer some additional tips to help resolve or further isolate the issue you're seeing.
    First, try the following resets to see if they eliminate the behavior:
    You can reset the Mac's parameter RAM and SMC.
    Next, if the issue occurs again, try restarting your Mac into Safe Mode:
    Start up in Safe Mode.
    From the Apple () menu, choose System Preferences.
    Choose Displays from the View menu to open the preferences pane.
    Select any resolution and refresh rate that your display supports.
    Restart your computer.
    You can find the steps above in this article:
    Apple computers: Troubleshooting issues with video on internal or external displays - Apple Support
    If your display is recognized in Safe Mode, or after restarting again, the issue may be due to a software conflict.
    Another suggestion mentioned in the article above is to try a different type of display adapter, such as a Mini DisplayPort to Dual Link DVI adapter.
    If the issue persists, you can also back up your data, erase your hard drive, and reinstall a fresh copy of OS X Yosemite.
    OS X Yosemite: Erase and reinstall OS X
    If the issue still occurs after a clean install, troubleshooting the hardware may be necessary.
    Best Regards,
    Jeremy

  • Odd behavior with linux 2.6.35.6 (ATI, average load and memory)

    hello folks
    have you tried the 2.6.35.6 kernel? 'cause i am having some problems with it.
    when i first upgrated, i compiled my kernel from www.kernel.org and at my first boot i noticed an 50 MB increase on the memory consumption ( the one that you get with "Free -m").
    normally with the 2.6.34.2 kernel i got ~200MB with kde running but with this version i got ~252MB, i also got this stats with the official archlinux's kernel.
    the second thing i notice is that the load average is nearly 0.50 all the time in 2.6.35.6 from archlinux's repos and the compiled by myself , and the system is on idle at that time
    and for last i got odds quirks from the radeon driver, i got a Radeon HD 3300 (integrated nothing fancy ) and it worked right on 2.6.33 and 2.6.34 but with 2.6.35 and 2.6.36-rc5 after some minutes the system kicks me to KDM,
    here i have the logs from the kernel 2.6.36-rc5 and the 2.6.34 ( the last one that worked right), please just check the finals 5 lines of the following log
    Sep 27 19:47:22 localhost kernel: Linux version 2.6.36-rc5-git7 (slack@Soul) (gcc version 4.5.1 (GCC) ) #1 SMP PREEMPT Mon Sep 27 13:05:35 CLT 2010
    Sep 27 19:47:22 localhost kernel: Command line: root=/dev/disk/by-uuid/6448e149-dad3-4aa2-ab86-a71b0ffbfae3 ro
    Sep 27 19:47:22 localhost kernel: BIOS-provided physical RAM map:
    Sep 27 19:47:22 localhost kernel: BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
    Sep 27 19:47:22 localhost kernel: BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
    Sep 27 19:47:22 localhost kernel: BIOS-e820: 00000000000e6000 - 0000000000100000 (reserved)
    Sep 27 19:47:22 localhost kernel: BIOS-e820: 0000000000100000 - 000000006ffb0000 (usable)
    Sep 27 19:47:22 localhost kernel: BIOS-e820: 000000006ffb0000 - 000000006ffbe000 (ACPI data)
    Sep 27 19:47:22 localhost kernel: BIOS-e820: 000000006ffbe000 - 000000006ffe0000 (ACPI NVS)
    Sep 27 19:47:22 localhost kernel: BIOS-e820: 000000006ffe0000 - 0000000070000000 (reserved)
    Sep 27 19:47:22 localhost kernel: BIOS-e820: 00000000ff700000 - 0000000100000000 (reserved)
    Sep 27 19:47:22 localhost kernel: NX (Execute Disable) protection: active
    Sep 27 19:47:22 localhost kernel: DMI present.
    Sep 27 19:47:22 localhost kernel: AMI BIOS detected: BIOS may corrupt low RAM, working around it.
    Sep 27 19:47:22 localhost kernel: e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    Sep 27 19:47:22 localhost kernel: e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
    Sep 27 19:47:22 localhost kernel: e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    Sep 27 19:47:22 localhost kernel: No AGP bridge found
    Sep 27 19:47:22 localhost kernel: last_pfn = 0x6ffb0 max_arch_pfn = 0x400000000
    Sep 27 19:47:22 localhost kernel: MTRR default type: uncachable
    Sep 27 19:47:22 localhost kernel: MTRR fixed ranges enabled:
    Sep 27 19:47:22 localhost kernel: 00000-9FFFF write-back
    Sep 27 19:47:22 localhost kernel: A0000-EFFFF uncachable
    Sep 27 19:47:22 localhost kernel: F0000-FFFFF write-protect
    Sep 27 19:47:22 localhost kernel: MTRR variable ranges enabled:
    Sep 27 19:47:22 localhost kernel: 0 base 000000000000 mask FFFFC0000000 write-back
    Sep 27 19:47:22 localhost kernel: 1 base 000040000000 mask FFFFE0000000 write-back
    Sep 27 19:47:22 localhost kernel: 2 base 000060000000 mask FFFFF0000000 write-back
    Sep 27 19:47:22 localhost kernel: 3 disabled
    Sep 27 19:47:22 localhost kernel: 4 disabled
    Sep 27 19:47:22 localhost kernel: 5 disabled
    Sep 27 19:47:22 localhost kernel: 6 disabled
    Sep 27 19:47:22 localhost kernel: 7 disabled
    Sep 27 19:47:22 localhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Sep 27 19:47:22 localhost kernel: initial memory mapped : 0 - 20000000
    Sep 27 19:47:22 localhost kernel: Using GB pages for direct mapping
    Sep 27 19:47:22 localhost kernel: init_memory_mapping: 0000000000000000-000000006ffb0000
    Sep 27 19:47:22 localhost kernel: 0000000000 - 0040000000 page 1G
    Sep 27 19:47:22 localhost kernel: 0040000000 - 006fe00000 page 2M
    Sep 27 19:47:22 localhost kernel: 006fe00000 - 006ffb0000 page 4k
    Sep 27 19:47:22 localhost kernel: kernel direct mapping tables up to 6ffb0000 @ 16000-19000
    Sep 27 19:47:22 localhost kernel: RAMDISK: 37e5a000 - 37ff0000
    Sep 27 19:47:22 localhost kernel: ACPI: RSDP 00000000000f9580 00014 (v00 ACPIAM)
    Sep 27 19:47:22 localhost kernel: ACPI: RSDT 000000006ffb0000 0003C (v01 061209 RSDT1738 20090612 MSFT 00000097)
    Sep 27 19:47:22 localhost kernel: ACPI: FACP 000000006ffb0200 00084 (v01 061209 FACP1738 20090612 MSFT 00000097)
    Sep 27 19:47:22 localhost kernel: ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20100702/tbfadt-557)
    Sep 27 19:47:22 localhost kernel: ACPI: DSDT 000000006ffb0440 0A5C4 (v01 1AAAA 1AAAA000 00000000 INTL 20051117)
    Sep 27 19:47:22 localhost kernel: ACPI: FACS 000000006ffbe000 00040
    Sep 27 19:47:22 localhost kernel: ACPI: APIC 000000006ffb0390 0006C (v01 061209 APIC1738 20090612 MSFT 00000097)
    Sep 27 19:47:22 localhost kernel: ACPI: MCFG 000000006ffb0400 0003C (v01 061209 OEMMCFG 20090612 MSFT 00000097)
    Sep 27 19:47:22 localhost kernel: ACPI: OEMB 000000006ffbe040 00072 (v01 061209 OEMB1738 20090612 MSFT 00000097)
    Sep 27 19:47:22 localhost kernel: ACPI: HPET 000000006ffbaa10 00038 (v01 061209 OEMHPET 20090612 MSFT 00000097)
    Sep 27 19:47:22 localhost kernel: ACPI: SSDT 000000006ffbaa50 0088C (v01 A M I POWERNOW 00000001 AMD 00000001)
    Sep 27 19:47:22 localhost kernel: ACPI: Local APIC address 0xfee00000
    Sep 27 19:47:22 localhost kernel: [ffffea0000000000-ffffea00019fffff] PMD -> [ffff880001e00000-ffff8800037fffff] on node 0
    Sep 27 19:47:22 localhost kernel: Zone PFN ranges:
    Sep 27 19:47:22 localhost kernel: DMA 0x00000010 -> 0x00001000
    Sep 27 19:47:22 localhost kernel: DMA32 0x00001000 -> 0x00100000
    Sep 27 19:47:22 localhost kernel: Normal empty
    Sep 27 19:47:22 localhost kernel: Movable zone start PFN for each node
    Sep 27 19:47:22 localhost kernel: early_node_map[2] active PFN ranges
    Sep 27 19:47:22 localhost kernel: 0: 0x00000010 -> 0x0000009f
    Sep 27 19:47:22 localhost kernel: 0: 0x00000100 -> 0x0006ffb0
    Sep 27 19:47:22 localhost kernel: On node 0 totalpages: 458559
    Sep 27 19:47:22 localhost kernel: DMA zone: 56 pages used for memmap
    Sep 27 19:47:22 localhost kernel: DMA zone: 0 pages reserved
    Sep 27 19:47:22 localhost kernel: DMA zone: 3927 pages, LIFO batch:0
    Sep 27 19:47:22 localhost kernel: DMA32 zone: 6215 pages used for memmap
    Sep 27 19:47:22 localhost kernel: DMA32 zone: 448361 pages, LIFO batch:31
    Sep 27 19:47:22 localhost kernel: ACPI: PM-Timer IO Port: 0x808
    Sep 27 19:47:22 localhost kernel: ACPI: Local APIC address 0xfee00000
    Sep 27 19:47:22 localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Sep 27 19:47:22 localhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Sep 27 19:47:22 localhost kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    Sep 27 19:47:22 localhost kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    Sep 27 19:47:22 localhost kernel: ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    Sep 27 19:47:22 localhost kernel: IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    Sep 27 19:47:22 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Sep 27 19:47:22 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    Sep 27 19:47:22 localhost kernel: ACPI: IRQ0 used by override.
    Sep 27 19:47:22 localhost kernel: ACPI: IRQ2 used by override.
    Sep 27 19:47:22 localhost kernel: ACPI: IRQ9 used by override.
    Sep 27 19:47:22 localhost kernel: Using ACPI (MADT) for SMP configuration information
    Sep 27 19:47:22 localhost kernel: ACPI: HPET id: 0x8300 base: 0xfed00000
    Sep 27 19:47:22 localhost kernel: SMP: Allowing 4 CPUs, 0 hotplug CPUs
    Sep 27 19:47:22 localhost kernel: nr_irqs_gsi: 40
    Sep 27 19:47:22 localhost kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Sep 27 19:47:22 localhost kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000e6000
    Sep 27 19:47:22 localhost kernel: PM: Registered nosave memory: 00000000000e6000 - 0000000000100000
    Sep 27 19:47:22 localhost kernel: Allocating PCI resources starting at 70000000 (gap: 70000000:8f700000)
    Sep 27 19:47:22 localhost kernel: early_res array is doubled to 64 at [18000 - 187ff]
    Sep 27 19:47:22 localhost kernel: setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
    Sep 27 19:47:22 localhost kernel: PERCPU: Embedded 26 pages/cpu @ffff880001600000 s77696 r8192 d20608 u524288
    Sep 27 19:47:22 localhost kernel: pcpu-alloc: s77696 r8192 d20608 u524288 alloc=1*2097152
    Sep 27 19:47:22 localhost kernel: pcpu-alloc: [0] 0 1 2 3
    Sep 27 19:47:22 localhost kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 452288
    Sep 27 19:47:22 localhost kernel: Kernel command line: root=/dev/disk/by-uuid/6448e149-dad3-4aa2-ab86-a71b0ffbfae3 ro
    Sep 27 19:47:22 localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Sep 27 19:47:22 localhost kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Sep 27 19:47:22 localhost kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Sep 27 19:47:22 localhost kernel: Checking aperture...
    Sep 27 19:47:22 localhost kernel: No AGP bridge found
    Sep 27 19:47:22 localhost kernel: Node 0: aperture @ 5b5a000000 size 32 MB
    Sep 27 19:47:22 localhost kernel: Aperture beyond 4GB. Ignoring.
    Sep 27 19:47:22 localhost kernel: Subtract (44 early reservations)
    Sep 27 19:47:22 localhost kernel: #1 [0001000000 - 000149e660] TEXT DATA BSS
    Sep 27 19:47:22 localhost kernel: #2 [0037e5a000 - 0037ff0000] RAMDISK
    Sep 27 19:47:22 localhost kernel: #3 [000009f000 - 0000100000] BIOS reserved
    Sep 27 19:47:22 localhost kernel: #4 [000149f000 - 000149f13f] BRK
    Sep 27 19:47:22 localhost kernel: #5 [0000010000 - 0000012000] TRAMPOLINE
    Sep 27 19:47:22 localhost kernel: #6 [0000012000 - 0000016000] ACPI WAKEUP
    Sep 27 19:47:22 localhost kernel: #7 [0000016000 - 0000018000] PGTABLE
    Sep 27 19:47:22 localhost kernel: #8 [000149f140 - 00014a0140] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #9 [000149e680 - 000149e760] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #10 [0001ca1000 - 0001ca2000] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #11 [0001ca2000 - 0001ca3000] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #12 [0001e00000 - 0003800000] MEMMAP 0
    Sep 27 19:47:22 localhost kernel: #13 [00014a0140 - 00014b8140] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #14 [00014b8140 - 00014d0140] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #15 [00014d1000 - 00014d2000] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #16 [000149e780 - 000149e7c1] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #17 [000149e800 - 000149e843] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #18 [000149e880 - 000149ea78] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #19 [000149ea80 - 000149eae8] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #20 [000149eb00 - 000149eb68] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #21 [000149eb80 - 000149ebe8] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #22 [000149ec00 - 000149ec68] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #23 [000149ec80 - 000149ece8] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #24 [000149ed00 - 000149ed68] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #25 [000149ed80 - 000149ede8] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #26 [000149ee00 - 000149ee68] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #27 [000149ee80 - 000149eea0] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #28 [000149eec0 - 000149eeff] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #29 [000149ef00 - 000149ef3f] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #30 [0001600000 - 000161a000] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #31 [0001680000 - 000169a000] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #32 [0001700000 - 000171a000] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #33 [0001780000 - 000179a000] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #34 [000149ef40 - 000149ef48] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #35 [000149ef80 - 000149ef88] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #36 [000149efc0 - 000149efd0] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #37 [00014d0140 - 00014d0160] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #38 [00014d0180 - 00014d02b0] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #39 [00014d02c0 - 00014d0310] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #40 [00014d0340 - 00014d0390] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #41 [00014d2000 - 00014da000] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #42 [000179a000 - 000199a000] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #43 [00014da000 - 00015da000] BOOTMEM
    Sep 27 19:47:22 localhost kernel: Memory: 1797492k/1834688k available (2549k kernel code, 452k absent, 36744k reserved, 1087k data, 376k init)
    Sep 27 19:47:22 localhost kernel: SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Sep 27 19:47:22 localhost kernel: Preemptable hierarchical RCU implementation.
    Sep 27 19:47:22 localhost kernel: RCU-based detection of stalled CPUs is disabled.
    Sep 27 19:47:22 localhost kernel: Verbose stalled-CPUs detection is disabled.
    Sep 27 19:47:22 localhost kernel: NR_IRQS:384
    Sep 27 19:47:22 localhost kernel: Console: colour VGA+ 80x25
    Sep 27 19:47:22 localhost kernel: console [tty0] enabled
    Sep 27 19:47:22 localhost kernel: hpet clockevent registered
    Sep 27 19:47:22 localhost kernel: Fast TSC calibration using PIT
    Sep 27 19:47:22 localhost kernel: Detected 2999.782 MHz processor.
    Sep 27 19:47:22 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5999.55 BogoMIPS (lpj=2999778)
    Sep 27 19:47:22 localhost kernel: pid_max: default: 32768 minimum: 301
    Sep 27 19:47:22 localhost kernel: Mount-cache hash table entries: 256
    Sep 27 19:47:22 localhost kernel: tseg: 0000000000
    Sep 27 19:47:22 localhost kernel: CPU: Physical Processor ID: 0
    Sep 27 19:47:22 localhost kernel: CPU: Processor Core ID: 0
    Sep 27 19:47:22 localhost kernel: mce: CPU supports 6 MCE banks
    Sep 27 19:47:22 localhost kernel: using C1E aware idle routine
    Sep 27 19:47:22 localhost kernel: Performance Events: AMD PMU driver.
    Sep 27 19:47:22 localhost kernel: ... version: 0
    Sep 27 19:47:22 localhost kernel: ... bit width: 48
    Sep 27 19:47:22 localhost kernel: ... generic registers: 4
    Sep 27 19:47:22 localhost kernel: ... value mask: 0000ffffffffffff
    Sep 27 19:47:22 localhost kernel: ... max period: 00007fffffffffff
    Sep 27 19:47:22 localhost kernel: ... fixed-purpose events: 0
    Sep 27 19:47:22 localhost kernel: ... event mask: 000000000000000f
    Sep 27 19:47:22 localhost kernel: ACPI: Core revision 20100702
    Sep 27 19:47:22 localhost kernel: Setting APIC routing to flat
    Sep 27 19:47:22 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Sep 27 19:47:22 localhost kernel: CPU0: AMD Phenom(tm) II X4 945 Processor stepping 02
    Sep 27 19:47:22 localhost kernel: Booting Node 0, Processors #1 #2 #3 Ok.
    Sep 27 19:47:22 localhost kernel: Brought up 4 CPUs
    Sep 27 19:47:22 localhost kernel: Total of 4 processors activated (24000.70 BogoMIPS).
    Sep 27 19:47:22 localhost kernel: devtmpfs: initialized
    Sep 27 19:47:22 localhost kernel: atomic64 test passed for x86-64 platform with CX8 and with SSE
    Sep 27 19:47:22 localhost kernel: NET: Registered protocol family 16
    Sep 27 19:47:22 localhost kernel: node 0 link 0: io port [1000, ffffff]
    Sep 27 19:47:22 localhost kernel: TOM: 0000000080000000 aka 2048M
    Sep 27 19:47:22 localhost kernel: Fam 10h mmconf [e0000000, efffffff]
    Sep 27 19:47:22 localhost kernel: node 0 link 0: mmio [a0000, bffff]
    Sep 27 19:47:22 localhost kernel: node 0 link 0: mmio [80000000, cfffffff]
    Sep 27 19:47:22 localhost kernel: node 0 link 0: mmio [d0000000, efffffff] ==> [d0000000, dfffffff]
    Sep 27 19:47:22 localhost kernel: node 0 link 0: mmio [f0000000, fe7fffff]
    Sep 27 19:47:22 localhost kernel: node 0 link 0: mmio [fe800000, fe9fffff]
    Sep 27 19:47:22 localhost kernel: node 0 link 0: mmio [fea00000, ffefffff]
    Sep 27 19:47:22 localhost kernel: bus: [00, 07] on node 0 link 0
    Sep 27 19:47:22 localhost kernel: bus: 00 index 0 [io 0x0000-0xffff]
    Sep 27 19:47:22 localhost kernel: bus: 00 index 1 [mem 0x000a0000-0x000bffff]
    Sep 27 19:47:22 localhost kernel: bus: 00 index 2 [mem 0x80000000-0xdfffffff]
    Sep 27 19:47:22 localhost kernel: bus: 00 index 3 [mem 0xf0000000-0xfcffffffff]
    Sep 27 19:47:22 localhost kernel: ACPI: bus type pci registered
    Sep 27 19:47:22 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Sep 27 19:47:22 localhost kernel: PCI: not using MMCONFIG
    Sep 27 19:47:22 localhost kernel: PCI: Using configuration type 1 for base access
    Sep 27 19:47:22 localhost kernel: PCI: Using configuration type 1 for extended access
    Sep 27 19:47:22 localhost kernel: bio: create slab <bio-0> at 0
    Sep 27 19:47:22 localhost kernel: ACPI: EC: Look up EC in DSDT
    Sep 27 19:47:22 localhost kernel: ACPI: Executed 4 blocks of module-level executable AML code
    Sep 27 19:47:22 localhost kernel: ACPI: Interpreter enabled
    Sep 27 19:47:22 localhost kernel: ACPI: (supports S0 S3 S4 S5)
    Sep 27 19:47:22 localhost kernel: ACPI: Using IOAPIC for interrupt routing
    Sep 27 19:47:22 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Sep 27 19:47:22 localhost kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    Sep 27 19:47:22 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Sep 27 19:47:22 localhost kernel: pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
    Sep 27 19:47:22 localhost kernel: pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    Sep 27 19:47:22 localhost kernel: pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    Sep 27 19:47:22 localhost kernel: pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff]
    Sep 27 19:47:22 localhost kernel: pci_root PNP0A03:00: host bridge window [mem 0x70000000-0xdfffffff]
    Sep 27 19:47:22 localhost kernel: pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfebfffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: PME# disabled
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: PME# disabled
    Sep 27 19:47:22 localhost kernel: pci 0000:00:11.0: reg 10: [io 0xa000-0xa007]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:11.0: reg 14: [io 0x9000-0x9003]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:11.0: reg 18: [io 0x8000-0x8007]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:11.0: reg 1c: [io 0x7000-0x7003]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:11.0: reg 20: [io 0x6000-0x600f]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:11.0: reg 24: [mem 0xfe7ffc00-0xfe7fffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:11.0: set SATA to AHCI mode
    Sep 27 19:47:22 localhost kernel: pci 0000:00:12.0: reg 10: [mem 0xfe7fe000-0xfe7fefff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:12.1: reg 10: [mem 0xfe7fd000-0xfe7fdfff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:12.2: reg 10: [mem 0xfe7ff800-0xfe7ff8ff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:12.2: supports D1 D2
    Sep 27 19:47:22 localhost kernel: pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    Sep 27 19:47:22 localhost kernel: pci 0000:00:12.2: PME# disabled
    Sep 27 19:47:22 localhost kernel: pci 0000:00:13.0: reg 10: [mem 0xfe7fc000-0xfe7fcfff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:13.1: reg 10: [mem 0xfe7fb000-0xfe7fbfff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:13.2: reg 10: [mem 0xfe7ff400-0xfe7ff4ff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:13.2: supports D1 D2
    Sep 27 19:47:22 localhost kernel: pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    Sep 27 19:47:22 localhost kernel: pci 0000:00:13.2: PME# disabled
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.1: reg 10: [io 0x0000-0x0007]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.1: reg 14: [io 0x0000-0x0003]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.1: reg 18: [io 0x0000-0x0007]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.1: reg 1c: [io 0x0000-0x0003]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.1: reg 20: [io 0xff00-0xff0f]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.2: reg 10: [mem 0xfe7f4000-0xfe7f7fff 64bit]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.2: PME# disabled
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.5: reg 10: [mem 0xfe7fa000-0xfe7fafff]
    Sep 27 19:47:22 localhost kernel: pci 0000:01:05.0: reg 10: [mem 0xd0000000-0xdfffffff pref]
    Sep 27 19:47:22 localhost kernel: pci 0000:01:05.0: reg 14: [io 0xb000-0xb0ff]
    Sep 27 19:47:22 localhost kernel: pci 0000:01:05.0: reg 18: [mem 0xfe9f0000-0xfe9fffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:01:05.0: reg 24: [mem 0xfe800000-0xfe8fffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:01:05.0: supports D1 D2
    Sep 27 19:47:22 localhost kernel: pci 0000:01:05.1: reg 10: [mem 0xfe9e8000-0xfe9ebfff]
    Sep 27 19:47:22 localhost kernel: pci 0000:01:05.1: supports D1 D2
    Sep 27 19:47:22 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01-01]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:01.0: bridge window [io 0xb000-0xbfff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xfe800000-0xfe9fffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Sep 27 19:47:22 localhost kernel: pci 0000:02:00.0: reg 10: [io 0xc800-0xc8ff]
    Sep 27 19:47:22 localhost kernel: pci 0000:02:00.0: reg 18: [mem 0xfeaff000-0xfeafffff 64bit]
    Sep 27 19:47:22 localhost kernel: pci 0000:02:00.0: reg 20: [mem 0xfdff0000-0xfdffffff 64bit pref]
    Sep 27 19:47:22 localhost kernel: pci 0000:02:00.0: reg 30: [mem 0xfeac0000-0xfeadffff pref]
    Sep 27 19:47:22 localhost kernel: pci 0000:02:00.0: supports D1 D2
    Sep 27 19:47:22 localhost kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Sep 27 19:47:22 localhost kernel: pci 0000:02:00.0: PME# disabled
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: PCI bridge to [bus 02-02]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: bridge window [io 0xc000-0xcfff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: bridge window [mem 0xfea00000-0xfeafffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    Sep 27 19:47:22 localhost kernel: pci 0000:03:00.0: reg 24: [mem 0xfebfe000-0xfebfffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:03:00.0: PME# supported from D3hot
    Sep 27 19:47:22 localhost kernel: pci 0000:03:00.0: PME# disabled
    Sep 27 19:47:22 localhost kernel: pci 0000:03:00.1: reg 10: [io 0xe800-0xe807]
    Sep 27 19:47:22 localhost kernel: pci 0000:03:00.1: reg 14: [io 0xe400-0xe403]
    Sep 27 19:47:22 localhost kernel: pci 0000:03:00.1: reg 18: [io 0xe000-0xe007]
    Sep 27 19:47:22 localhost kernel: pci 0000:03:00.1: reg 1c: [io 0xd800-0xd803]
    Sep 27 19:47:22 localhost kernel: pci 0000:03:00.1: reg 20: [io 0xd400-0xd40f]
    Sep 27 19:47:22 localhost kernel: pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: PCI bridge to [bus 03-03]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: bridge window [io 0xd000-0xefff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: bridge window [mem 0xfeb00000-0xfebfffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: PCI bridge to [bus 04-04] (subtractive decode)
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [io 0xf000-0x0000] (disabled)
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [mem 0x70000000-0xdfffffff] (subtractive decode)
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:00: on NUMA node 0
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PC._PRT]
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 4 *7 10 11 12 14 15)
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 *10 11 12 14 15)
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 *10 11 12 14 15)
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 *11 12 14 15)
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 4 10 11 12 14 15) *0, disabled.
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 4 10 11 12 14 15) *0, disabled.
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs *4 10 11 12 14 15)
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 4 10 11 12 14 15) *0, disabled.
    Sep 27 19:47:22 localhost kernel: vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none
    Sep 27 19:47:22 localhost kernel: vgaarb: loaded
    Sep 27 19:47:22 localhost kernel: PCI: Using ACPI for IRQ routing
    Sep 27 19:47:22 localhost kernel: PCI: pci_cache_line_size set to 64 bytes
    Sep 27 19:47:22 localhost kernel: reserve RAM buffer: 000000000009f000 - 000000000009ffff
    Sep 27 19:47:22 localhost kernel: reserve RAM buffer: 000000006ffb0000 - 000000006fffffff
    Sep 27 19:47:22 localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    Sep 27 19:47:22 localhost kernel: hpet0: 4 comparators, 32-bit 14.318180 MHz counter
    Sep 27 19:47:22 localhost kernel: Switching to clocksource tsc
    Sep 27 19:47:22 localhost kernel: pnp: PnP ACPI init
    Sep 27 19:47:22 localhost kernel: ACPI: bus type pnp registered
    Sep 27 19:47:22 localhost kernel: pnp: PnP ACPI: found 13 devices
    Sep 27 19:47:22 localhost kernel: ACPI: ACPI bus type pnp unregistered
    Sep 27 19:47:22 localhost kernel: system 00:01: [mem 0x70000000-0x7fffffff] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
    Sep 27 19:47:22 localhost kernel: system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x04d0-0x04d1] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x040b] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x04d6] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0c00-0x0c01] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0c14] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0c50-0x0c51] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0c52] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0c6c] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0c6f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0cd0-0x0cd1] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0cd2-0x0cd3] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0cd4-0x0cd5] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0cd6-0x0cd7] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0cd8-0x0cdf] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0800-0x089f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0b00-0x0b0f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0b20-0x0b3f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0900-0x090f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0910-0x091f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0xfe00-0xfefe] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [mem 0xffb80000-0xffbfffff] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [mem 0xfec10000-0xfec1001f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:0a: [io 0x0e00-0x0e0f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:0a: [io 0x0e80-0x0e8f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:0a: [io 0x0f40-0x0f4f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:0a: [io 0x0a30-0x0a3f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    Sep 27 19:47:22 localhost kernel: system 00:0c: [mem 0x000c0000-0x000cffff] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
    Sep 27 19:47:22 localhost kernel: system 00:0c: [mem 0x00100000-0x6fffffff] could not be reserved
    Sep 27 19:47:22 localhost kernel: system 00:0c: [mem 0xfec00000-0xffffffff] could not be reserved
    Sep 27 19:47:22 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01-01]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:01.0: bridge window [io 0xb000-0xbfff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xfe800000-0xfe9fffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: PCI bridge to [bus 02-02]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: bridge window [io 0xc000-0xcfff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: bridge window [mem 0xfea00000-0xfeafffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: PCI bridge to [bus 03-03]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: bridge window [io 0xd000-0xefff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: bridge window [mem 0xfeb00000-0xfebfffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: bridge window [mem pref disabled]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: PCI bridge to [bus 04-04]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [io disabled]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [mem disabled]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [mem pref disabled]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: setting latency timer to 64
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: setting latency timer to 64
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:00: resource 8 [mem 0x70000000-0xdfffffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:01: resource 0 [io 0xb000-0xbfff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:01: resource 1 [mem 0xfe800000-0xfe9fffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:02: resource 1 [mem 0xfea00000-0xfeafffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:02: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xefff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:03: resource 1 [mem 0xfeb00000-0xfebfffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000dffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:04: resource 8 [mem 0x70000000-0xdfffffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:04: resource 9 [mem 0xf0000000-0xfebfffff]
    Sep 27 19:47:22 localhost kernel: NET: Registered protocol family 2
    Sep 27 19:47:22 localhost kernel: IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
    Sep 27 19:47:22 localhost kernel: TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    Sep 27 19:47:22 localhost kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    Sep 27 19:47:22 localhost kernel: TCP: Hash tables configured (established 262144 bind 65536)
    Sep 27 19:47:22 localhost kernel: TCP reno registered
    Sep 27 19:47:22 localhost kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes)
    Sep 27 19:47:22 localhost kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
    Sep 27 19:47:22 localhost kernel: NET: Registered protocol family 1
    Sep 27 19:47:22 localhost kernel: pci 0000:00:01.0: MSI quirk detected; subordinate MSI disabled
    Sep 27 19:47:22 localhost kernel: pci 0000:01:05.0: Boot video device
    Sep 27 19:47:22 localhost kernel: PCI: CLS 64 bytes, default 64
    Sep 27 19:47:22 localhost kernel: Unpacking initramfs...
    Sep 27 19:47:22 localhost kernel: Freeing initrd memory: 1624k freed
    Sep 27 19:47:22 localhost kernel: VFS: Disk quotas dquot_6.5.2
    Sep 27 19:47:22 localhost kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Sep 27 19:47:22 localhost kernel: msgmni has been set to 3513
    Sep 27 19:47:22 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    Sep 27 19:47:22 localhost kernel: io scheduler noop registered
    Sep 27 19:47:22 localhost kernel: io scheduler cfq registered (default)
    Sep 27 19:47:22 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Sep 27 19:47:22 localhost kernel: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    Sep 27 19:47:22 localhost kernel: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
    Sep 27 19:47:22 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Sep 27 19:47:22 localhost kernel: mice: PS/2 mouse device common for all mice
    Sep 27 19:47:22 localhost kernel: cpuidle: using governor ladder
    Sep 27 19:47:22 localhost kernel: cpuidle: using governor menu
    Sep 27 19:47:22 localhost kernel: TCP cubic registered
    Sep 27 19:47:22 localhost kernel: PM: Resume from disk failed.
    Sep 27 19:47:22 localhost kernel: Freeing unused kernel memory: 376k freed
    Sep 27 19:47:22 localhost kernel: udev[35]: starting version 162
    Sep 27 19:47:22 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Sep 27 19:47:22 localhost kernel: SCSI subsystem initialized
    Sep 27 19:47:22 localhost kernel: libata version 3.00 loaded.
    Sep 27 19:47:22 localhost kernel: pata_acpi 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Sep 27 19:47:22 localhost kernel: pata_acpi 0000:00:14.1: setting latency timer to 64
    Sep 27 19:47:22 localhost kernel: pata_acpi 0000:03:00.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    Sep 27 19:47:22 localhost kernel: pata_acpi 0000:03:00.1: setting latency timer to 64
    Sep 27 19:47:22 localhost kernel: pata_acpi 0000:03:00.1: PCI INT B disabled
    Sep 27 19:47:22 localhost kernel: ahci 0000:00:11.0: version 3.0
    Sep 27 19:47:22 localhost kernel: ahci 0000:00:11.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    Sep 27 19:47:22 localhost kernel: ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    Sep 27 19:47:22 localhost kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc
    Sep 27 19:47:22 localhost kernel: pata_jmicron 0000:03:00.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    Sep 27 19:47:22 localhost kernel: pata_jmicron 0000:03:00.1: setting latency timer to 64
    Sep 27 19:47:22 localhost kernel: scsi1 : pata_jmicron
    Sep 27 19:47:22 localhost kernel: scsi0 : ahci
    Sep 27 19:47:22 localhost kernel: scsi2 : pata_jmicron
    Sep 27 19:47:22 localhost kernel: ata5: PATA max UDMA/100 cmd 0xe800 ctl 0xe400 bmdma 0xd400 irq 16
    Sep 27 19:47:22 localhost kernel: ata6: PATA max UDMA/100 cmd 0xe000 ctl 0xd800 bmdma 0xd408 irq 16
    Sep 27 19:47:22 localhost kernel: scsi3 : ahci
    Sep 27 19:47:22 localhost kernel: scsi4 : ahci
    Sep 27 19:47:22 localhost kernel: scsi5 : ahci
    Sep 27 19:47:22 localhost kernel: ata1: SATA max UDMA/133 abar m1024@0xfe7ffc00 port 0xfe7ffd00 irq 22
    Sep 27 19:47:22 localhost kernel: ata2: SATA max UDMA/133 abar m1024@0xfe7ffc00 port 0xfe7ffd80 irq 22
    Sep 27 19:47:22 localhost kernel: ata3: SATA max UDMA/133 abar m1024@0xfe7ffc00 port 0xfe7ffe00 irq 22
    Sep 27 19:47:22 localhost kernel: ata4: SATA max UDMA/133 abar m1024@0xfe7ffc00 port 0xfe7ffe80 irq 22
    Sep 27 19:47:22 localhost kernel: ahci 0000:03:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    Sep 27 19:47:22 localhost kernel: ahci 0000:03:00.0: JMB361 has only one port
    Sep 27 19:47:22 localhost kernel: ahci 0000:03:00.0: forcing port_map 0x3 -> 0x1
    Sep 27 19:47:22 localhost kernel: scsi6 : pata_atiixp
    Sep 27 19:47:22 localhost kernel: scsi7 : pata_atiixp
    Sep 27 19:47:22 localhost kernel: ata7: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
    Sep 27 19:47:22 localhost kernel: ata8: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
    Sep 27 19:47:22 localhost kernel: ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x1 impl SATA mode
    Sep 27 19:47:22 localhost kernel: ahci 0000:03:00.0: flags: 64bit ncq led clo pmp pio
    Sep 27 19:47:22 localhost kernel: ahci 0000:03:00.0: setting latency timer to 64
    Sep 27 19:47:22 localhost kernel: scsi8 : ahci
    Sep 27 19:47:22 localhost kernel: scsi9 : ahci
    Sep 27 19:47:22 localhost kernel: ata9: SATA max UDMA/133 abar m8192@0xfebfe000 port 0xfebfe100 irq 19
    Sep 27 19:47:22 localhost kernel: ata10: DUMMY
    Sep 27 19:47:22 localhost kernel: ata8.00: ATA-7: HDS728080PLAT20, PF2OA27A, max UDMA/133
    Sep 27 19:47:22 localhost kernel: ata8.00: 156250000 sectors, multi 16: LBA48
    Sep 27 19:47:22 localhost kernel: ata8.01: ATAPI: HL-DT-ST GCE-8523B, 1.01, max UDMA/33
    Sep 27 19:47:22 localhost kernel: ata8.00: limited to UDMA/33 due to 40-wire cable
    Sep 27 19:47:22 localhost kernel: ata8.00: configured for UDMA/33
    Sep 27 19:47:22 localhost kernel: ata8.01: configured for UDMA/33
    Sep 27 19:47:22 localhost kernel: ata1: SATA link down (SStatus 0 SControl 300)
    Sep 27 19:47:22 localhost kernel: ata4: SATA link down (SStatus 0 SControl 300)
    Sep 27 19:47:22 localhost kernel: ata3: SATA link down (SStatus 0 SControl 300)
    Sep 27 19:47:22 localhost kernel: ata9: SATA link down (SStatus 0 SControl 300)
    Sep 27 19:47:22 localhost kernel: ata2: softreset failed (device not ready)
    Sep 27 19:47:22 localhost kernel: ata2: applying SB600 PMP SRST workaround and retrying
    Sep 27 19:47:22 localhost kernel: ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Sep 27 19:47:22 localhost kernel: ata2.00: ATA-8: ST3250318AS, CC38, max UDMA/133
    Sep 27 19:47:22 localhost kernel: ata2.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    Sep 27 19:47:22 localhost kernel: ata2.00: configured for UDMA/133
    Sep 27 19:47:22 localhost kernel: scsi 3:0:0:0: Direct-Access ATA ST3250318AS CC38 PQ: 0 ANSI: 5
    Sep 27 19:47:22 localhost kernel: scsi 7:0:0:0: Direct-Access ATA HDS728080PLAT20 PF2O PQ: 0 ANSI: 5
    Sep 27 19:47:22 localhost kernel: scsi 7:0:1:0: CD-ROM HL-DT-ST CD-RW GCE-8523B 1.01 PQ: 0 ANSI: 5
    Sep 27 19:47:22 localhost kernel: sd 3:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    Sep 27 19:47:22 localhost kernel: sd 7:0:0:0: [sdb] 156250000 512-byte logical blocks: (80.0 GB/74.5 GiB)
    Sep 27 19:47:22 localhost kernel: sd 3:0:0:0: [sda] Write Protect is off
    Sep 27 19:47:22 localhost kernel: sd 7:0:0:0: [sdb] Write Protect is off
    Sep 27 19:47:22 localhost kernel: sd 7:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    Sep 27 19:47:22 localhost kernel: sd 7:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Sep 27 19:47:22 localhost kernel: sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Sep 27 19:47:22 localhost kernel: sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Sep 27 19:47:22 localhost kernel: sdb: sdb1
    Sep 27 19:47:22 localhost kernel: sr0: scsi3-mmc drive: 40x/52x writer cd/rw xa/form2 cdda tray
    Sep 27 19:47:22 localhost kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    Sep 27 19:47:22 localhost kernel: sr 7:0:1:0: Attached scsi CD-ROM sr0
    Sep 27 19:47:22 localhost kernel: sd 7:0:0:0: [sdb] Attached SCSI disk
    Sep 27 19:47:22 localhost kernel: sda: sda1 sda2 < sda5 > sda3
    Sep 27 19:47:22 localhost kernel: sd 3:0:0:0: [sda] Attached SCSI disk
    Sep 27 19:47:22 localhost kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    Sep 27 19:47:22 localhost kernel: rtc_cmos 00:03: RTC can wake from S4
    Sep 27 19:47:22 localhost kernel: rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    Sep 27 19:47:22 localhost kernel: rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    Sep 27 19:47:22 localhost kernel: udev[860]: starting version 162
    Sep 27 19:47:22 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input1
    Sep 27 19:47:22 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    Sep 27 19:47:22 localhost kernel: ACPI: Power Button [PWRB]
    Sep 27 19:47:22 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    Sep 27 19:47:22 localhost kernel: ACPI: Power Button [PWRF]
    Sep 27 19:47:22 localhost kernel: usbcore: registered new interface driver usbfs
    Sep 27 19:47:22 localhost kernel: usbcore: registered new interface driver hub
    Sep 27 19:47:22 localhost kernel: usbcore: registered new device driver usb
    Sep 27 19:47:22 localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:12.2: EHCI Host Controller
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:12.2: applying AMD SB600/SB700 USB freeze workaround
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:12.2: debug port 1
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:12.2: irq 17, io mem 0xfe7ff800
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
    Sep 27 19:47:22 localhost kernel: hub 1-0:1.0: USB hub found
    Sep 27 19:47:22 localhost kernel: hub 1-0:1.0: 6 ports detected
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:13.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:13.2: EHCI Host Controller
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:13.2: applying AMD SB600/SB700 USB freeze workaround
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:13.2: debug port 1
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:13.2: irq 19, io mem 0xfe7ff400
    Sep 27 19:47:22 localhost kernel: sd 3:0:0:0: Attached scsi generic sg0 type 0
    Sep 27 19:47:22 localhost kernel: sd 7:0:0:0: Attached scsi generic sg1 type 0
    Sep 27 19:47:22 localhost kernel: sr 7:0:1:0: Attached scsi generic sg2 type 5
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
    Sep 27 19:47:22 localhost kernel: hub 2-0:1.0: USB hub found
    Sep 27 19:47:22 localhost kernel: hub 2-0:1.0: 6 ports detected
    Sep 27 19:47:22 localhost kernel: EDAC MC: Ver: 2.1.0 Sep 27 2010
    Sep 27 19:47:22 localhost kernel: EDAC amd64_edac: Ver: 3.3.0 Sep 27 2010
    Sep 27 19:47:22 localhost kernel: EDAC amd64: This node reports that Memory ECC is currently disabled, set F3x44[22] (0000:00:18.3).
    Sep 27 19:47:22 localhost kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
    Sep 27 19:47:22 localhost kernel: Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
    Sep 27 19:47:22 localhost kernel: (Note that use of the override may cause unknown side effects.)
    Sep 27 19:47:22 localhost kernel: amd64_edac: probe of 0000:00:18.2 failed with error -22
    Sep 27 19:47:22 localhost kernel: ACPI: resource piix4_smbus [io 0x0b00-0x0b07] conflicts with ACPI region SOR1 [dma 2816-2831 64bit]
    Sep 27 19:47:22 localhost kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Sep 27 19:47:22 localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Sep 27 19:47:22 localhost kernel: shpchp 0000:00:01.0: HPC vendor_id 1022 device_id 9602 ss_vid 1022 ss_did 9602
    Sep 27 19:47:22 localhost kernel: shpchp 0000:00:01.0: Cannot reserve MMIO region
    Sep 27 19:47:22 localhost kernel: shpchp 0000:00:06.0: HPC vendor_id 1022 device_id 9606 ss_vid 1019 ss_did 2617
    Sep 27 19:47:22 localhost kernel: shpchp 0000:00:06.0: Cannot reserve MMIO region
    Sep 27 19:47:22 localhost kernel: shpchp 0000:00:07.0: HPC vendor_id 1022 device_id 9607 ss_vid 1019 ss_did 2617
    Sep 27 19:47:22 localhost kernel: shpchp 0000:00:07.0: Cannot reserve MMIO region
    Sep 27 19:47:22 localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    Sep 27 19:47:22 localhost kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:12.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:12.0: OHCI Host Controller
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:12.0: irq 16, io mem 0xfe7fe000
    Sep 27 19:47:22 localhost kernel: hub 3-0:1.0: USB hub found
    Sep 27 19:47:22 localhost kernel: hub 3-0:1.0: 3 ports detected
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:12.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:12.1: OHCI Host Controller
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:12.1: irq 16, io mem 0xfe7fd000
    Sep 27 19:47:22 localhost kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    Sep 27 19:47:22 localhost kernel: r8169 0000:02:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Sep 27 19:47:22 localhost kernel: r8169 0000:02:00.0: setting latency timer to 64
    Sep 27 19:47:22 localhost kernel: r8169 0000:02:00.0: irq 40 for MSI/MSI-X
    Sep 27 19:47:22 localhost kernel: r8169 0000:02:00.0: eth0: RTL8168c/8111c at 0xffffc90010664000, 00:25:11:d8:32:b7, XID 1c4000c0 IRQ 40
    Sep 27 19:47:22 localhost kernel: hub 4-0:1.0: USB hub found
    Sep 27 19:47:22 localhost kernel: hub 4-0:1.0: 3 ports detected
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:13.0: OHCI Host Controller
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:13.0: irq 18, io mem 0xfe7fc000
    Sep 27 19:47:22 localhost kernel: hub 5-0:1.0: USB hub found
    Sep 27 19:47:22 localhost kernel: hub 5-0:1.0: 3 ports detected
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:13.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:13.1: OHCI Host Controller
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:13.1: irq 18, io mem 0xfe7fb000
    Sep 27 19:47:22 localhost kernel: hub 6-0:1.0: USB hub found
    Sep 27 19:47:22 localhost kernel: hub 6-0:1.0: 3 ports detected
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:14.5: OHCI Host Controller
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 7
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:14.5: irq 18, io mem 0xfe7fa000
    Sep 27 19:47:22 localhost kernel: thermal LNXTHERM:01: registered as thermal_zone0
    Sep 27 19:47:22 localhost kernel: ACPI: Thermal Zone [THRM] (30 C)
    Sep 27 19:47:22 localhost kernel: ACPI: acpi_idle registered with cpuidle
    Sep 27 19:47:22 localhost kernel: hub 7-0:1.0: USB hub found
    Sep 27 19:47:22 localhost kernel: hub 7-0:1.0: 2 ports detected
    Sep 27 19:47:22 localhost kernel: HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Sep 27 19:47:22 localhost kernel: hda_codec: ALC888: BIOS auto-probing.
    Sep 27 19:47:22 localhost kernel: HDA Intel 0000:01:05.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    Sep 27 19:47:22 localhost kernel: HDA Intel 0000:01:05.1: setting latency timer to 64
    Sep 27 19:47:22 localhost kernel: usb 6-2: new low speed USB device using ohci_hcd and address 2
    Sep 27 19:47:22 localhost kernel: usbcore: registered new interface driver hiddev
    Sep 27 19:47:22 localhost kernel: input: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:13.1/usb6/6-2/6-2:1.0/input/input4
    Sep 27 19:47:22 localhost kernel: generic-usb 0003:045E:0040.0001: input,hidraw0: USB HID v1.10 Mouse [Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)] on usb-0000:00:13.1-2/input0
    Sep 27 19:47:22 localhost kernel: usbcore: registered new interface driver usbhid
    Sep 27 19:47:22 localhost kernel: usbhid: USB HID core driver
    Sep 27 19:47:22 localhost kernel: EXT4-fs (sda1): re-mounted. Opts: (null)
    Sep 27 19:47:22 localhost kernel: EXT4-fs (sda1): re-mounted. Opts: (null)
    Sep 27 19:47:22 localhost kernel: EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
    Sep 27 19:47:22 localhost kernel: fuse init (API version 7.15)
    Sep 27 19:47:22 localhost kernel: Adding 337328k swap on /dev/sda5. Priority:-1 extents:1 across:337328k
    Sep 27 19:47:23 localhost kernel: r8169 0000:02:00.0: eth0: link up
    Sep 27 19:47:23 localhost kernel: r8169 0000:02:00.0: eth0: link up
    Sep 27 19:47:24 localhost kernel: NET: Registered protocol family 10
    Sep 27 19:47:24 localhost kernel: lo: Disabled Privacy Extensions
    Sep 27 19:47:24 localhost kernel: NET: Registered protocol family 17
    Sep 27 19:47:25 localhost kernel: pci 0000:01:05.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Sep 27 19:47:25 localhost kernel: Linux agpgart interface v0.103
    Sep 27 19:47:25 localhost kernel: [drm] Initialized drm 1.1.0 20060810
    Sep 27 19:47:25 localhost kernel: [drm] radeon defaulting to userspace modesetting.
    Sep 27 19:47:25 localhost kernel: pci 0000:01:05.0: setting latency timer to 64
    Sep 27 19:47:25 localhost kernel: [drm] Initialized radeon 1.33.0 20080528 for 0000:01:05.0 on minor 0
    Sep 27 19:47:25 localhost kernel: [drm] Setting GART location based on new memory map
    Sep 27 19:47:25 localhost kernel: [drm] Loading RS780 CP Microcode
    Sep 27 19:47:25 localhost kernel: [drm] Resetting GPU
    Sep 27 19:47:25 localhost kernel: [drm] writeback test succeeded in 1 usecs
    Sep 27 19:47:29 localhost kernel: r8169: WARNING! Changing of MTU on this NIC may lead to frame reception errors!
    Sep 27 19:47:34 localhost kernel: eth0: no IPv6 routers present
    Sep 27 19:52:54 localhost kernel: start_kdeinit (2066): /proc/2066/oom_adj is deprecated, please use /proc/2066/oom_score_adj instead.
    Sep 27 20:17:35 localhost kernel: [drm] Resetting GPU
    Sep 27 20:17:35 localhost kernel: [drm] Setting GART location based on new memory map
    Sep 27 20:17:35 localhost kernel: [drm] Loading RS780 CP Microcode
    Sep 27 20:17:35 localhost kernel: [drm] Resetting GPU
    Sep 27 20:17:35 localhost kernel: [drm] writeback test succeeded in 1 usecs
    and the ps ouput for compare the memory usage of 2.6.36-rc5
    PID PPID RSS VSZ %CPU %MEM CMD
    1 0 612 3896 0.0 0.0 init [3]
    2 0 0 0 0.0 0.0 [kthreadd]
    3 2 0 0 0.0 0.0 [ksoftirqd/0]
    4 2 0 0 0.0 0.0 [kworker/0:0]
    6 2 0 0 0.0 0.0 [migration/0]
    7 2 0 0 0.0 0.0 [migration/1]
    9 2 0 0 0.0 0.0 [ksoftirqd/1]
    10 2 0 0 0.0 0.0 [kworker/0:1]
    11 2 0 0 0.0 0.0 [migration/2]
    12 2 0 0 0.0 0.0 [kworker/2:0]
    13 2 0 0 0.0 0.0 [ksoftirqd/2]
    14 2 0 0 0.0 0.0 [migration/3]
    15 2 0 0 0.0 0.0 [kworker/3:0]
    16 2 0 0 0.0 0.0 [ksoftirqd/3]
    17 2 0 0 0.0 0.0 [khelper]
    18 2 0 0 0.0 0.0 [pm]
    19 2 0 0 0.0 0.0 [sync_supers]
    20 2 0 0 0.0 0.0 [bdi-default]
    21 2 0 0 0.0 0.0 [kblockd]
    22 2 0 0 0.0 0.0 [kacpid]
    23 2 0 0 0.0 0.0 [kacpi_notify]
    24 2 0 0 0.0 0.0 [kacpi_hotplug]
    25 2 0 0 0.0 0.0 [kseriod]
    26 2 0 0 0.0 0.0 [kswapd0]
    27 2 0 0 0.0 0.0 [fsnotify_mark]
    28 2 0 0 0.0 0.0 [aio]
    598 2 0 0 0.0 0.0 [ata_sff]
    645 2 0 0 0.0 0.0 [scsi_eh_0]
    650 2 0 0 0.0 0.0 [scsi_eh_1]
    657 2 0 0 0.0 0.0 [scsi_eh_2]
    658 2 0 0 0.0 0.0 [scsi_eh_3]
    674 2 0 0 0.0 0.0 [scsi_eh_4]
    684 2 0 0 0.0 0.0 [scsi_eh_5]
    696 2 0 0 0.0 0.0 [scsi_eh_6]
    710 2 0 0 0.0 0.0 [scsi_eh_7]
    732 2 0 0 0.0 0.0 [kworker/u:8]
    764 2 0 0 0.0 0.0 [scsi_eh_8]
    765 2 0 0 0.0 0.0 [scsi_eh_9]
    766 2 0 0 0.0 0.0 [kworker/u:9]
    768 2 0 0 0.0 0.0 [kworker/1:1]
    769 2 0 0 0.0 0.0 [kworker/3:1]
    771 2 0 0 0.0 0.0 [kworker/2:1]
    827 2 0 0 0.0 0.0 [jbd2/sda1-8]
    828 2 0 0 0.0 0.0 [ext4-dio-unwrit]
    860 1 984 6348 0.0 0.0 /sbin/udevd --daemon
    1259 2 0 0 0.0 0.0 [khubd]
    1281 2 0 0 0.0 0.0 [edac-poller]
    1308 2 0 0 0.0 0.0 [hd-audio0]
    1311 2 0 0 0.0 0.0 [hd-audio1]
    1475 2 0 0 0.0 0.0 [usbhid_resumer]
    1508 2 0 0 0.0 0.0 [flush-8:0]
    1512 2 0 0 0.0 0.0 [jbd2/sdb1-8]
    1513 2 0 0 0.0 0.0 [ext4-dio-unwrit]
    1520 1 864 15300 0.0 0.0 /sbin/mount.ntfs-3g /dev/sda3 /media/windows -o rw
    1763 1 540 26144 0.0 0.0 supervising syslog-ng
    1764 1763 2088 28516 0.0 0.1 /usr/sbin/syslog-ng
    1778 1 1168 13156 0.0 0.0 /usr/bin/dbus-daemon --system
    1781 1 5308 38832 0.0 0.2 /usr/sbin/hald
    1782 1781 1292 22288 0.0 0.0 hald-runner
    1811 1782 1132 24404 0.0 0.0 hald-addon-input: Listening on /dev/input/event0 /dev/input/event2 /dev/input/event3
    1825 1782 1136 24400 0.0 0.0 hald-addon-storage: polling /dev/sr0 (every 2 sec)
    1861 1 660 5992 0.0 0.0 /usr/sbin/crond -S -l info
    1870 1782 1120 19896 0.0 0.0 hald-addon-acpi: listening on acpi kernel interface /proc/acpi/event
    1875 860 900 6344 0.0 0.0 /sbin/udevd --daemon
    1877 1 580 6136 0.0 0.0 /usr/sbin/dnsmasq
    1879 1 776 28732 0.0 0.0 /usr/bin/kdm
    1883 1 576 3892 0.0 0.0 /sbin/agetty -8 38400 tty1 linux
    1884 1 572 3892 0.0 0.0 /sbin/agetty -8 38400 tty2 linux
    1885 1 572 3892 0.0 0.0 /sbin/agetty -8 38400 tty3 linux
    1886 1 576 3892 0.0 0.0 /sbin/agetty -8 38400 tty4 linux
    1887 1 576 3892 0.0 0.0 /sbin/agetty -8 38400 tty5 linux
    1888 1 572 3892 0.0 0.0 /sbin/agetty -8 38400 tty6 linux
    1934 1 352 8204 0.0 0.0 /sbin/dhcpcd -q eth0
    1944 1 3252 118404 0.0 0.1 /usr/sbin/console-kit-daemon --no-daemon
    2043 1 564 16760 0.0 0.0 /usr/bin/gpg-agent --daemon --pinentry-program /usr/bin/pinentry-qt4
    2046 1 520 14180 0.0 0.0 /usr/bin/ssh-agent -s
    2079 2 0 0 0.0 0.0 [kworker/1:2]
    2117 1 3336 45120 0.0 0.1 /usr/lib/polkit-1/polkitd
    2453 1879 50424 173688 2.9 2.8 /usr/bin/X :0 vt7 -nolisten tcp -auth /var/run/xauth/A:0-eMwXNb
    2457 860 828 6344 0.0 0.0 /sbin/udevd --daemon
    2463 2 0 0 0.0 0.0 [kworker/0:2]
    2464 1879 1824 45476 0.0 0.1 -:0
    2469 1 792 19844 0.0 0.0 dbus-launch --autolaunch 1b3de153c5d2d7ad7915eeec00000a16 --binary-syntax --close-stderr
    2470 1 624 12764 0.0 0.0 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
    2484 2464 1696 15148 0.0 0.0 /bin/sh /usr/bin/startkde
    2511 1 564 16760 0.0 0.0 /usr/bin/gpg-agent --daemon --pinentry-program /usr/bin/pinentry-qt4
    2514 1 520 14180 0.0 0.0 /usr/bin/ssh-agent -s
    2528 1 800 19844 0.0 0.0 dbus-launch --sh-syntax --exit-with-session
    2529 1 1388 13408 0.1 0.0 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
    2536 1 76 3740 0.0 0.0 /usr/lib/kde4/libexec/start_kdeinit +kcminit_startup
    2537 1 17828 228556 0.1 0.9 kdeinit4: kdeinit4 Running...
    2538 2537 9508 234956 0.0 0.5 kdeinit4: klauncher [kdeinit] --fd=9
    2540 1 21500 458464 0.3 1.1 kdeinit4: kded4 [kdeinit]
    2547 2 0 0 0.0 0.0 [kworker/1:0]
    2549 1 17240 338940 0.4 0.9 kdeinit4: kglobalaccel [kdeinit]
    2552 2484 292 3876 0.0 0.0 kwrapper4 ksmserver
    2553 2537 18004 421228 0.1 1.0 kdeinit4: ksmserver [kdeinit]
    2555 2553 42020 524068 0.9 2.3 kwin
    2559 1 48428 597456 2.1 2.6 kdeinit4: plasma-desktop [kdeinit]
    2561 1 26876 553388 0.3 1.4 /usr/bin/knotify4
    2564 1 15460 262712 0.0 0.8 /usr/bin/kuiserver
    2566 2537 9632 235728 0.0 0.5 kdeinit4: kio_trash [kdeinit] trash local:/tmp/ksocket-slack/klauncherMT2538.slave-socket local:/tmp/ksocket
    2569 1 16180 340100 0.0 0.8 kdeinit4: kaccess [kdeinit]
    2575 1 40908 518812 0.5 2.2 kdeinit4: krunner [kdeinit]
    2576 2537 9640 131904 0.0 0.5 /usr/bin/kwrited
    2580 1 28720 433816 0.4 1.5 kdeinit4: kmix [kdeinit]
    2582 1 16604 282464 0.0 0.9 /usr/lib/kde4/libexec/polkit-kde-authentication-agent-1
    2583 1 17800 340888 0.1 0.9 kdeinit4: klipper [kdeinit]
    2585 1 29940 368480 0.6 1.6 kdeinit4: konsole [kdeinit]
    2592 2585 5148 33164 0.2 0.2 /bin/zsh
    2593 2537 9632 235728 0.0 0.5 kdeinit4: kio_trash [kdeinit] trash local:/tmp/ksocket-slack/klauncherMT2538.slave-socket local:/tmp/ksocket
    2605 2592 864 10148 0.0 0.0 ps -eo pid,ppid,rss,vsize,pcpu,pmem,cmd -ww --sort=pid
    and from 2.6.34.2
    PID PPID RSS VSZ %CPU %MEM CMD
    1 0 612 3892 0.5 0.0 init [3]
    2 0 0 0 0.0 0.0 [kthreadd]
    3 2 0 0 0.0 0.0 [migration/0]
    4 2 0 0 0.0 0.0 [ksoftirqd/0]
    5 2 0 0 0.0 0.0 [migration/1]
    6 2 0 0 0.0 0.0 [ksoftirqd/1]
    7 2 0 0 0.0 0.0 [migration/2]
    8 2 0 0 0.0 0.0 [ksoftirqd/2]
    9 2 0 0 0.0 0.0 [migration/3]
    10 2 0 0 0.0 0.0 [ksoftirqd/3]
    11 2 0 0 0.0 0.0 [events/0]
    12 2 0 0 0.0 0.0 [events/1]
    13 2 0 0 0.0 0.0 [events/2]
    14 2 0 0 0.0 0.0 [events/3]
    15 2 0 0 0.0 0.0 [khelper]
    16 2 0 0 0.0 0.0 [async/mgr]
    17 2 0 0 0.0 0.0 [pm]
    18 2 0 0 0.0 0.0 [sync_supers]
    19 2 0 0 0.0 0.0 [bdi-default]
    20 2 0 0 0.0 0.0 [kblockd/0]
    21 2 0 0 0.0 0.0 [kblockd/1]
    22 2 0 0 0.0 0.0 [kblockd/2]
    23 2 0 0 0.0 0.0 [kblockd/3]
    24 2 0 0 0.0 0.0 [kacpid]
    25 2 0 0 0.0 0.0 [kacpi_notify]
    26 2 0 0 0.0 0.0 [kacpi_hotplug]
    27 2 0 0 0.0 0.0 [kseriod]
    32 2 0 0 0.0 0.0 [kswapd0]
    33 2 0 0 0.0 0.0 [aio/0]
    34 2 0 0 0.0 0.0 [aio/1]
    35 2 0 0 0.0 0.0 [aio/2]
    36 2 0 0 0.0 0.0 [aio/3]
    406 2 0 0 0.0 0.0 [ata/0]
    487 2 0 0 0.0 0.0 [ata/1]
    537 2 0 0 0.0 0.0 [ata/2]
    565 2 0 0 0.0 0.0 [ata/3]
    604 2 0 0 0.0 0.0 [ata_aux]
    632 2 0 0 0.0 0.0 [scsi_eh_0]
    633 2 0 0 0.0 0.0 [scsi_eh_1]
    641 2 0 0 0.0 0.0 [scsi_eh_2]
    653 2 0 0 0.0 0.0 [scsi_eh_3]
    654 2 0 0 0.0 0.0 [scsi_eh_4]
    658 2 0 0 0.0 0.0 [scsi_eh_5]
    756 2 0 0 0.0 0.0 [scsi_eh_6]
    757 2 0 0 0.0 0.0 [scsi_eh_7]
    768 2 0 0 0.0 0.0 [scsi_eh_8]
    770 2 0 0 0.0 0.0 [scsi_eh_9]
    812 2 0 0 0.0 0.0 [jbd2/sda1-8]
    813 2 0 0 0.0 0.0 [ext4-dio-unwrit]
    814 2 0 0 0.0 0.0 [ext4-dio-unwrit]
    815 2 0 0 0.0 0.0 [ext4-dio-unwrit]
    816 2 0 0 0.0 0.0 [ext4-dio-unwrit]
    849 1 1176 6564 0.0 0.0 /sbin/udevd --daemon
    1155 2 0 0 0.0 0.0 [edac-poller]
    1239 2 0 0 0.0 0.0 [khubd]
    1276 2 0 0 0.0 0.0 [hd-audio0]
    1289 2 0 0 0.0 0.0 [hd-audio1]
    1339 2 0 0 0.0 0.0 [radeon/0]
    1340 2 0 0 0.0 0.0 [radeon/1]
    1341 2 0 0 0.0 0.0 [radeon/2]
    1342 2 0 0 0.0 0.0 [radeon/3]
    1343 2 0 0 0.0 0.0 [ttm_swap]
    1353 2 0 0 0.0 0.0 [usbhid_resumer]
    1510 2 0 0 0.0 0.0 [flush-8:16]
    1514 2 0 0 0.0 0.0 [jbd2/sdb1-8]
    1515 2 0 0 0.0 0.0 [ext4-dio-unwrit]
    1516 2 0 0 0.0 0.0 [ext4-dio-unwrit]
    1517 2 0 0 0.0 0.0 [ext4-dio-unwrit]
    1518 2 0 0 0.0 0.0 [ext4-dio-unwrit]
    1522 849 1100 6584 0.0 0.0 /sbin/udevd --daemon
    1525 1 864 15296 0.0 0.0 /sbin/mount.ntfs-3g /dev/sda3 /media/windows -o rw
    1768 1 548 26140 0.0 0.0 supervising syslog-ng
    1769 1768 2092 28512 0.0 0.1 /usr/sbin/syslog-ng
    1783 1 1240 13156 0.0 0.0 /usr/bin/dbus-daemon --system
    1786 1 5312 38840 0.1 0.2 /usr/sbin/hald
    1787 1786 1292 22284 0.0 0.0 hald-runner
    1816 1787 1132 24400 0.0 0.0 hald-addon-input: Listening on /dev/input/event0 /dev/input/event1 /dev/input/event2
    1830 1787 1132 24396 0.0 0.0 hald-addon-storage: polling /dev/sr0 (every 2 sec)
    1862 1787 1124 19892 0.0 0.0 hald-addon-acpi: listening on acpi kernel interface /proc/acpi/event
    1869 1 656 5988 0.0 0.0 /usr/sbin/crond -S -l info
    1879 849 996 6580 0.0 0.0 /sbin/udevd --daemon
    1881 1 576 6132 0.0 0.0 /usr/s

    I don't see this behaviour neither on the machine with intel video nor on the machine with nvidia.
    No average load changes or memory usage increase. I don't have Arch kernel installed though only custom from sources.
    You can find reports with increased load issues, but I never had this problem. It seems as these were related to specific hardware (AMD?) and kernel bug(?).

  • Domain redirect and Internet Explorer  behavior with cookies

    Hi team,
    I'd like to ask if the following behavior is "normal" or if there are some possible or better workarounds.
    1. My application uses HTMLDB internal authentication (via login page). Session management therefore is based on cookies.
    2. I registered a domain and asked the domain provider to redirect the connections to the site where my htmldb application is hosted.
    3. Firefox browser users connect apparently seamlessly to the web site, while Internet Explorer users need to tamper with the security settings and add both the domain and the hosting server address to the "Trusted" site list, also disabling the HTTPS only restriction for this kind of sites, because the cookies seem to be blocked by default.
    I didn't fully understand if the problem with the cookies is related to the domain redirection but I am guessing it is as I never had this problem before when connecting directly to the hosted site.
    Hence my question:
    what is the recommended setup in a similar case, is my situation typical to some extent or is there something that needs to be done at either side to avoid these issues?
    Bye,
    Flavio

    Validation errors.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.cavallinollc.com%2FTESTENVIRO NMENT%2FTestSiteF%2F
    On lines 115 and 117 you have some semi-colons that don't belong.
    Try fixing the code errors and see where you land.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • "Run Script" (F5) Flacky Behavior with CREATE PROCEDURE and PACKAGE

    When I have the following create statement in a SQL Worksheet and run the script using "Run Script" (F5), I get the "PROCEDURE bogus Compiled." message. Why does it not tell me that there was a compile error? The procedure is marked with a little red "X" in the connections pane.
    CREATE OR REPLACE PROCEDURE bogus IS
    BEGIN
      x := 1;
    END;
    /Also, when I have the following command in a SQL Worksheet and run the script using "Run Script" (F5), I get the "PROCEDURE bogus Compiled." message. The difference is that I removed the slash after the CREATE PROCEDURE command. I can go into that procedure in the database via the Connections pane, click on the compile button, and the procedure compiles with no errors. Why does it not compile in a script when missing the slash?
    CREATE OR REPLACE PROCEDURE bogus IS
    BEGIN
      NULL;
    END;I noticed the same flaky behavior with CREATE PACKAGE BODY as well. This is in version 1.0.0.14.67 on Windows XP. Has this been fixed in the latest version?
    Mike

    I found a number of earlier posts on this (going back to at least v804), but I cannot find a thread with a response from the SQL Developer team - see:
    Package compilation error
    Succesful compilation message and Compiling Invalid Objects
    Creating a stored procedure from a file does not show compilation errors
    Re: Syntax Error Feedback
    I assume that it is just a bug with SQL Developer that it does not check for compilation errors when determining the status message to display (ie "PROCEDURE bogus Compiled"). At least now we get the little red cross on the navigator to tell us it is invalid :)

  • Spry with DW insert, modify and delete behaviors

    I posted this question before and didn't get a response. I'm
    wondering if there is any documentation available for using Spry
    with DW insert, modify and delete behaviors? I'd like to be able to
    perform these functions without having to go from list to master to
    detail page as in traditional ASP etc. According to Alex July at
    Linecraft this is one of "many hidden features" in Spry.
    http://www.linecraft.com/b2/index.php?p=28&c=1

    "LAGooner10" <[email protected]> wrote in
    message
    news:fk71ad$5c7$[email protected]..
    >I posted this question before and didn't get a response.
    I'm wondering if
    > there is any documentation available for using Spry with
    DW insert, modify
    > and
    > delete behaviors? I'd like to be able to perform these
    functions without
    > having to go from list to master to detail page as in
    traditional ASP etc.
    Here you can find an article that covers data update:
    http://www.adobe.com/devnet/dreamweaver/articles/edit_data_in_ajax.html
    The server-side code is CFML, but the concept is the same.
    A more complete demo, with search, insert, update and delete
    is available
    here (code only, no article):
    http://www.massimocorner.com/spry/dynamic_spry.zip
    Massimo Foti, web-programmer for hire
    Tools for ColdFusion and Dreamweaver developers:
    http://www.massimocorner.com

  • Possible bug with Pick flag and Collections

    Odd behaviours in v3.3  (Windows) with pick flags in Collections:
    Create (or use) a Collection Set which contains a number of different collections
    Assign Pick plag to one photo in each collection
    Bug 1: Highlight Collection Set and note that none of the images shows the Pick Flag in the thumbnail view. Also Filtering this view with Pick flag fails to pick up the Flagged images
    Now return to one of the Collections within the Set and create a Virtual Copy of one of the images that has a Pick flag. (Note virtual copy does not have a flag - which seems logical). Return to Collection Set and (Bug 2) note that Pick flag has disappeared from original image and now appears on Virtual copy.
    Something wrong here somewhere I suspect.

    lightshop wrote:
    Odd behaviours in v3.3  (Windows) with pick flags in Collections:
    Create (or use) a Collection Set which contains a number of different collections
    Assign Pick plag to one photo in each collection
    Bug 1: Highlight Collection Set and note that none of the images shows the Pick Flag in the thumbnail view. Also Filtering this view with Pick flag fails to pick up the Flagged images
    Now return to one of the Collections within the Set and create a Virtual Copy of one of the images that has a Pick flag. (Note virtual copy does not have a flag - which seems logical). Return to Collection Set and (Bug 2) note that Pick flag has disappeared from original image and now appears on Virtual copy.
    Something wrong here somewhere I suspect.
    I could partially repeat bug 2.
    I have Collection Set (Test) which contain to collections: "Collection 1" and "Collection 2". Both Collections contain 4 images.
    I selected "Collection 1" and applied Pick flag to all those images. When I select Test (Collection Set) I got 8 images shown,  which none had flags. Ok, this works as expected. I selected "Collection 1" and then selected 1 image and made Virtual copy from it. Lr show me now 4 images with Flag and 1 virtual copy without. Again, works as expected. I now select Test (Collection Set) and I get 9 images (as expected), but one of them, the virtual copy, has pick flag applied. Not as expected. If I go back to "Collection 1" I get four images with Pick flags and one virtual copy without. (as expected.)

  • Bizarre behavior with Keyword Tags and their check marks

    I'm using LR v1.1. I ran into a bizarre situation today, but don't know how I got into it or how it finally was resolved.
    I wanted to view all my photos in the Library view. Under the section "Keyword Tags" there were already check marks in in front of some keywords. I couldn't find a way to uncheck the check mark in front of them (which evidently only shows up on Intel Macs as mine). It seemed (and I could be wrong) that if I clicked on a check mark to try to remove it, a check mark suddenly appeared in front of a *different* keyword(!)
    I also couldn't find a way to have no keyword selected at all.
    Finally the checkmarks and the selection of the keyword tags disappeared, but I don't know the cause or the cure of this.
    I'm on a MacPro with OS 10.4.10 with 6 GB RAM and just 1,300+ photos in my LR Library so far.

    The check marks indicate the selected photos have those keywords. They are not selectable, the keywords are.

  • Strange highlighting behavior with Library books and reinstall?

    I have a Nook Color and Windows 7.  B&N has exchanged my Color Nook twice ....but .............I am beginning to think that the problem is with ADE or something else. 
    When I am reading a Library book, about 10 to 15 minutes into the book, I will get some word/words highlighted in the "lookup" form...and then the menu appears.  I can't actually look up a word...the Nook just freezes.  I put the Color Nook to "sleep", turn it back on, and all is well for about another 10 minutes.
    This is happenning with multiple libraries in different states.  So......either it is a glitch in my installation of ADE or it is a problem that the libraries are having.
    I was wondering if anybody else has had this issue.  I don't get any error messages when I download a book.
    I am thinking that I need to reinstall ADE...but am not sure if I will end up getting myself into more trouble.  I also have ADE on my Netbook (rarely use it). I am concerned that I will use up all my "devices" trying to uninstall and reinstall.........and don't know if that will fix the issue. 
    Also, WHAT HAPPENS IF YOU FORGET YOUR PASSWORD?  Is there a recovery function at ADE?
    Thanks for the help

    Hi!  It sounds like you have set up your Nook and ADE so that they work
    together and with library software.  And if you can read other ebooks that
    aren't from a library on your Nook, then it's probably not a setup issue.
    So, I am thinking that the issues you're having deal with something in the
    ebooks themselves.
    ADE just copies the text from the source location to its library.  ADE does
    not edit or change the text in any way. Library book software can do certain
    things with the 'tag' file that contains publishing rights.  Chief among
    them is to set a time and date for expiration of the loan.  If your computer
    or Nook clock does not display the same time and date, it's possible that
    the information from the library is getting screwed up so that the Nook
    shuts down the ebook.  So, the first thing I'd suggest is to check the time
    and date settings in both places.  It would be interesting also to try and
    read the ebook on your computer via ADE and see if the same problem occurs.
    You could contact the library help desk and get information on what software
    they're using - that might point to an issue in it if it's the same software
    at multiple libraries from which you've downloaded ebooks.
    Hope this helps!
    ============

  • Tpnotify with TPACK flag hangs after upgrading to Tuxedo 12c RP020

    Hi,
    We are experiencing issues with tptonify with TPACK flag set after upgrading to Tuxedo 12c. Looks like tpnotify is not returned or reporting errors. Is there anything to do with "009. Bug16506218 - TPNOTIFY WITH TPACK FLAG THROW OUT EXCEPTION"? Is there any documentation about the new flag TPACK_INTL?
    Thanks

    Hello,
    If all you have done is upgrade to Tuxedo12 the behavior should be the same. The TPACK flag definition is:
    "The request is sent and the caller blocks until an acknowledgement message is received from the target client"
    Is there any additional change(e.g. in your client) you have made?
    What Tuxedo version are you upgrading from?
    The bug 16506218 fix was for a jolt client exception and a JSH failure.
    Do you see an error or is the process which executes tpnotify() just hanging/blocking waiting for the ack message?
    The flag that you mention is actually an undocumented customer requested enhancement that went into Tuxedo 10.3.
    Are you using it? Using it changes the tpnotify() behavior dependent upon the client status.
    Regards,
    Bob Finan

  • Erratic Report Region Behavior with Dynamic SQL Queries

    I'm running HTMLDB v 1.5.1.00.12 and I've noticed some odd behavior with report regions using dynamic SQL queries. Every so often, our testers will run a page containing a dynamic sql report region and get the following error, (despite the fact the query was working only moments ago and no other developer has touched it):
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    or sometimes
    failed to parse SQL query:ORA-01403: no data found
    The only solution I've found so far is to:
    1) Make a copy of the failed report region.
    2) Disable or delete the original failed report region.
    The new copy of the report region runs without issue.
    My search of the forums turned up the following two threads, but neither provided me with a clear explanation of the cause, and how to avoid it:
    ORA-06502:PL/SQL: numeric or value error: character string buffer too small
    Re: Import Export Error (ORA-06502)
    The columns being returned are below the 4000 character limit, and the rows being returned are far less than 32k in size.
    Could this have anything to do with the way HTMLDB is internally storing the PL/SQL used to generate the dynamic SQL Query? Is there any known issue related to this with that version of HTMLDB?
    This problem occurs without any discernable pattern or consistency, making it hard to determine where I should focus my efforts in tracking down the cause.

    Hi all,
    My report seems to be behaving correctly once i set it to "Use Generic Column Names (parse query at runtime only)" :)
    Cheers,
    Joel

  • Mail Marked with Quick Flags (follow up) in Outlook, Tasks - TO-DO LIST - Not SYNCING

    This question goes for Outlook 2003 and Outlook 2007
    I'm currnetly using outlook 2007
    In Outlook I store mail marked with "quick flags" (follow-up). Outlook shows theses flagged emails under Tasks \ To-Do List. To-Do list is under TASKS in outlook, but does not sync with Blackberry.
    I use Desktop Manager 4.7 to synchronize outlook and my blackberry curve 8330 (calendar, memos, tasks and contacts). The behaviour of task synchronization makes that only task appears on my blackberry but not the flagged mails.
    I guess what i'm asking, is it possible to synchronize the complete outlook to-do list with my blackberry?

    Outlook already provides that feature (depends on the version of Outlook I guess) :
    https://www.officecalendar.com/news/2006April4_convert_emails_to_appts.aspx
    otherwise there is a macro that does the same :
    http://www.paraesthesia.com/archive/2007/07/10/convert-an-outlook-message-into-a-task.aspx
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

Maybe you are looking for

  • Issue during creation of Transfer Order

    I am trying to create a Transfer Order from a TR but I am getting the follwoin error. "No destination storage bin to be found in storage type XXX " I have assigned a storage type to a storage bin and the Putaway strategy exist in material master whic

  • 10.6.8 update won't be done for 9 days?!?!?

    I needs some help, I currently have a mac and it's snow lepard, I need to download the update combo 10.6.8 and I did but it says it will be done in 9 days?!?! Is that normal?! HELP!

  • Recommendable external portable Firewire 800 drives?

    Anybody have any recommendations for Firewire 800 portable hard drives to use for extra storage with a MBP (with cost and capacity)? Thanks! doug

  • Handling Flash video cue points in Javascript

    Can any kind person give me any pointers on how to get Javascript in an HTML page containing an FLV video to listen for cue points in the video? I understand how to get the cue points in, but most people only seem to want to handle the cue point even

  • When I click on Images the language changes from English!

    I search using Google. I then click the Images icon/tab (top left). Images are displayed however the language changes from English to (what looks like) German. Most bizarre. Any clues as to why this would occur?