ACE 30 waits for TCP ACK

Hi,
I'd like to solve the problem which occurs when our client communicates with http server through ACE SM. See picture attached.
The problem is, that http response from server (200 OK) is divided into two packets. Both packets are sent by backend http server in rapid succession.
ACE forwards the first packet, but then waits for ACK from client. Only then it sends the second one. It takes about 200ms until client sends ACK.
One transaction consists of hunderds such http requests. It means that whole transaction takes approx. 25 seconds when is balanced by ACE. When I connect dirrectly to backend server the transaction takes approx. 5 seconds.
I'm quite sure the problem is not related to TCP window.
Is there any parameter on ACE which should affect this behaviour (waiting for the ACK before second packet is sent)? 
Petr

Hi Petr,
Since your issue is solved now, You might want to check out this new product called ITD.
Simple and faster solution:
ITD provides :
ASIC based multi-terabit/s L3/L4 load-balancing at line-rate
No service module or external L3/L4 load-balancer needed. Every N7k port can be used as load-balancer.
Redirect line-rate traffic to any devices, for example web cache engines, Web Accelerator Engines (WAE), video-caches, etc.
Capability to create clusters of devices, for example, Firewalls, Intrusion Prevention System (IPS), or Web Application Firewall (WAF), Hadoop cluster
IP-stickiness
Resilient (like resilient ECMP)
VIP based L4 load-balancing
NAT (available for EFT/PoC). Allows non-DSR deployments.
Weighted load-balancing
Load-balances to large number of devices/servers
ACL along with redirection and load balancing simultaneously.
Bi-directional flow-coherency. Traffic from A-->B and B-->A goes to same node.
Order of magnitude OPEX savings : reduction in configuration, and ease of deployment
Order of magnitude CAPEX savings : Wiring, Power, Rackspace and Cost savings
The servers/appliances don’t have to be directly connected to N7k
Monitoring the health of servers/appliances.
N + M redundancy.
Automatic failure handling of servers/appliances.
VRF support, vPC support, VDC support
Supported on both Nexus 7000 and Nexus 7700 series.
Supports both IPv4 and IPv6
N5k / N6k support : coming soon
Blog
At a glance
ITD config guide
Email Query or feedback:[email protected]

Similar Messages

  • Lion doesn't wait for DHCPACK on wifi after resume?

    I've been noticing this occasionally on my MBA, and just got asked about it by someone else who's also seeing it:  when resuming Lion with a WiFi connection, sometimes it will bring the network up for a couple seconds, then drop for a bit with the WiFi icon showing it requesting an IP address, then come back.  HardwareGrowler shows it initially coming up with the same address it had been using when suspended, then eventually getting a new address, which leads me to believe that Lion is speculatively bringing up the interface on the old address without waiting for a DHCPACK; if it gets DHCPNAK instead, it then has to take the interface back down and go through the usual DHCPREQUEST/DHCPOFFER dialog with the DHCP server.
    Is there a way to make it wait until it has received a reliable address (either DHCPACK to the old lease or the full DHCP negotiation) before bringing the interface up, rather than having it "stutter" when the original lease isn't ACKed?
    FWIW I have seen this with all versions of Lion.  I don't recall seeing it with older versions.

    NOTE:  I did exactly what you want to do all the time, and it works very well.  BUT I have set things up so that this works.
    Do both WiFi and Ethernet get the same IP address from your router?  If not, then your existing file sharing setup is already established over the IP address assocaited with WiFi and that is where your transfer is going to stay.
    Again, if you are currently getting different IP addresses, then I see 2 approaches
    a) If your router's DHCP server allows associating an IP address with either a system's MAC address (Media Access Control; looks like nn:nn:nn:nn:nn:nn), or by associating an IP address with the "DHCP Client ID" (See System Preferences -> Network -> Advanced -> TCP/IP -> DHCP -> DHCP Client ID), then configure your router so that both the WiFi and Ethernet are connections to the router are assigned the same IP address.
    b) another approach is to change each Mac's network setup so that they used Fixed IP addresses when at home (you can create a new network location for home use).  You would configure the WiFi and Ethernet interfaces so they have the same IP address (each Mac gets its own unique IP address, and if possible the address you assign should be outside the router's DHCP address range, so that the router does not assign a duplicate address).
    If both interfaces have the same IP address, then when you plug in the Ethernet cable (assuming the interface order has Ethernet as higher than WiFi - which is the default)

  • MMP 5.2p2 'waiting for connection; X on queue' errors, X increasing

    Shortly after manually upgrading our standalone POP/IMAP multiplexors to 5.2 Patch 2, we started experiencing problems where the CPU utilization of the AService process would drop to almost nothing, and this message would begin to appear in the logs:
    20060328 161950 PopProxyAService.cfg (ldap 0x4bb0d8) (uid=redacted) waiting for connection; 10 on queue
    20060328 161952 PopProxyAService.cfg (ldap 0x819c50) (uid=another.redacted) waiting for connection; 11 on queue
    20060328 161952 PopProxyAService.cfg (ldap 0x817918) (uid=redacted3) waiting for connection; 12 on queueThis message continues with the value increasing:
    20060328 163719 PopProxyAService.cfg (ldap 0xcae928) (uid=redacted4) waiting for connection; 235 on queue
    20060328 163733 PopProxyAService.cfg (ldap 0xcb13c8) (uid=redacted5) waiting for connection; 236 on queue
    20060328 163809 PopProxyAService.cfg (ldap 0xcb5250) (uid=redacted6) waiting for connection; 237 on queue... until AService is restarted.
    At first blush, it looks like something is making the LDAP connection wedge, and it's not timing out for some reason, but that's a guess.
    I see that someone on the Info-iMS list had the same problem shortly after installing 6.1 back in September 2004:
    http://lists.balius.com/pipermail/info-ims-archive/2004-September/019517.html
    Has anyone else seen this or know if this has been identified as a specific bug ... or is a symptom of something else?
    Royce

    That's the problem. THere IS no timeout for the
    situation you've gotten into, where MMP (or messaging
    server itself) believes a connection exists, and is
    active, but gets no response.That's unfortunate. It sounds like a useful timeout for a number of circumstances.
    The solution is to refresh all connections so you
    don't get into this situation.Unfortunately, the LdapRefreshInterval doesn't appear to be a documented option for 5.2p2, but only for 6. Can you confirm this?
    The overhead of binding and unbinding once every 10
    minutes or so is very, very minimal.Fair enough.
    The latter, if it exists, would be a much more
    precise way of handling our symptom. Well, actually, the real problem is that the
    connection between MMP and LDAP is getting silently
    severed by the load balancer. That's something
    that's BAD for both LDAP and for MMP.
    Causes fd leaks in ldap, as it never knows when to
    close what it beleives is an active connection. It
    will attempt to close, but, since it can never get an
    ack back after the load balancer severs the
    connection, it can't fully close it.
    This is truly a bad situation, and it's easy to fix.
    recycle the connections before the LB cuts you off.It looks like our LB has an idle timeout of 1 hour, with any traffic at all resetting the timer. In other words, it doesn't look like the LB that's causing the wedge. There is also no internal LB probing going on.
    From ulimit/plimit/pfiles output, I've also learned that the slapd user currently has a 65536 FD cap. I've been monitoring the FD usage of the slapd process for the past couple of days, and our LDAP servers have not been getting above 1000. We've also had multiple lockups in that period of time. So running out of FDs may not be causing our problem.
    You're very clear about what you want.
    Unfortunately, you are not correct about what is
    s possible.Perhaps our definitions of 'possible' need some negotiation. :) You're saying that the MMP can't do this today, which I accept as fact. But the pieces are all there, as far as I can see.
    The MMP keep close track of how many queries have been served by a particular LDAP connection, how many are on queue without being serviced, and the age of the existing connection. In other words, the app has all the information necessary to do what I'm describing: notice that a connection hasn't actually gotten a response back in X seconds, and terminate it.
    Since the app doesn't support what I'm yearning for, this is academic at this point, so I agree that it's time to take a different tack. I don't want to appear ungrateful for your responses. I appreciate the time you've spent on this issue with me. I'm just trying to understand the underlying issues.
    So I find myself in these unfortunate circumstances:
    1. 5.2 doesn't lock up.
    2. No other applications using our LDAP are experiencing any hung LDAP connections (neither at the TCP level nor at the LDAP application level), even though they're using the same LB front-end.
    3. From the output of plimit/pfiles, our LDAP servers are configured to handle far more file descriptors than they're consuming. The FD theory appears to not apply.
    4. Our LB is configured to time out after 1 hour of inactivity.
    5. It seems unlikely that any of the LDAP connections coming from the MMPs are reaching the 1-hour threshold, considering how high-volume they are for POP, unless they are distributing queries across connections very asymmetrically. Even at 3am, there are enough people who leave their computers on all night who check every 1 minutes that the connections are almost never idle for more than a few tens of seconds.
    Based on the above, it's hard for me to not conclude that 5.2.p2 appears to either have a regression bug that's causing the wedge itself, or has changed the way that it handles some types of timeouts.
    We cannot use 5.2 because we need a bugfix that is in 5.2p2. We appear to not be able to use 5.2p2 because it has this lockup problem that 5.2 does not.
    My 'strings' search for LdapRefreshInterval on the AService binary and Pop/IMAP libraries turns up nothing. Can you confirm that 5.2p2 does or does not support this feature?
    If not, and the only solution is to use LdapRefreshInterval, do you know if II can run 6.x MMP on our multiplexor boxes and leave 5.2 running on our back-end systems?

  • Problem description: My computer is running very slow ever since I switched to Yosemite.  I get the multicolored wheel just opening my browser at times and waiting for a page to open, or an application.  Any ideas other than rebooting my computer to

    Problem description:
    My computer is running very slow ever since I switched to Yosemite.  I get the multicolored wheel just opening my browser at times and waiting for a page to open, or an application.  Any ideas other than rebooting my computer to get the problem to alleviate for a few days?
    EtreCheck version: 2.1.8 (121)
    Report generated February 16, 2015 at 2:35:55 PM PST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        iMac (21.5-inch, Late 2009) (Technical Specifications)
        iMac - model: iMac10,1
        1 3.06 GHz Intel Core 2 Duo CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                Empty  
            BANK 1/DIMM0
                Empty  
            BANK 0/DIMM1
                2 GB DDR3 1067 MHz ok
            BANK 1/DIMM1
                2 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        NVIDIA GeForce 9400 - VRAM: 256 MB
            iMac 1920 x 1080
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 11 days 19:34:2
    Disk Information: ℹ️
        ST3500418ASQ disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            BOOTCAMP (disk0s4) /Volumes/BOOTCAMP : 60.76 GB (15.30 GB free)
            Macintosh HD (disk1) / : 438.11 GB (351.62 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 438.49 GB Online
        HL-DT-ST DVDRW  GA11N 
    USB Information: ℹ️
        Apple Inc. Built-in iSight
        Apple Internal Memory Card Reader
        Apple, Inc. Keyboard Hub
            Apple Inc. Apple Keyboard
        hp officejet 4200 series
        Apple Computer, Inc. IR Receiver
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.accountsd.plist
        [killed]    com.apple.AirPlayUIAgent.plist
        [killed]    com.apple.bird.plist
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.CallHistorySyncHelper.plist
        [killed]    com.apple.cloudd.plist
        [killed]    com.apple.coreservices.appleid.authentication.plist
        [killed]    com.apple.coreservices.uiagent.plist
        [killed]    com.apple.EscrowSecurityAlert.plist
        [killed]    com.apple.icloud.fmfd.plist
        [killed]    com.apple.iconservices.iconservicesagent.plist
        [killed]    com.apple.nsurlsessiond.plist
        [killed]    com.apple.pluginkit.pkd.plist
        [killed]    com.apple.printtool.agent.plist
        [killed]    com.apple.recentsd.plist
        [killed]    com.apple.secd.plist
        [killed]    com.apple.security.cloudkeychainproxy.plist
        [killed]    com.apple.spindump_agent.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        19 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.AssetCacheLocatorService.plist
        [killed]    com.apple.awdd.plist
        [killed]    com.apple.coresymbolicationd.plist
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.diagnosticd.plist
        [killed]    com.apple.emond.aslmanager.plist
        [killed]    com.apple.iconservices.iconservicesagent.plist
        [killed]    com.apple.iconservices.iconservicesd.plist
        [killed]    com.apple.ifdreader.plist
        [killed]    com.apple.nehelper.plist
        [killed]    com.apple.nsurlsessiond.plist
        [killed]    com.apple.periodic-daily.plist
        [killed]    com.apple.periodic-monthly.plist
        [killed]    com.apple.periodic-weekly.plist
        [killed]    com.apple.sandboxd.plist
        [killed]    com.apple.softwareupdate_download_service.plist
        [killed]    com.apple.spindump.plist
        [killed]    com.apple.tccd.system.plist
        [killed]    com.apple.wdhelper.plist
        [killed]    com.apple.xpc.smd.plist
        20 processes killed due to memory pressure
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [running]    com.GoodShop.updater.plist [Click for support]
    User Login Items: ℹ️
        None
    Internet Plug-ins: ℹ️
        o1dbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Click for support]
        Google Earth Web Plug-in: Version: 5.2 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Flip4Mac WMV Plugin: Version: 2.4.2.4 [Click for support]
        RealPlayer Plugin: Version: Unknown [Click for support]
        AdobePDFViewerNPAPI: Version: 10.1.13 [Click for support]
        DivXBrowserPlugin: Version: 2.0 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        iPhotoPhotocast: Version: 7.0
        googletalkbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Click for support]
        AdobePDFViewer: Version: 10.1.13 [Click for support]
        GarminGpsControl: Version: 4.2.0.0 - SDK 10.8 [Click for support]
    User internet Plug-ins: ℹ️
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.79 [Click for support]
        VSeeHelper: Version: VSeeHelper 1.0.0.0 - SDK 10.8 [Click for support]
    Safari Extensions: ℹ️
        avast! Online Security
        Goodshop app
    3rd Party Preference Panes: ℹ️
        DivX  [Click for support]
        Flip4Mac WMV  [Click for support]
        MacFUSE  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 438.11 GB Disk used: 86.50 GB
        Destinations:
            Backup [Local]
            Total size: 159.70 GB
            Total number of backups: 3
            Oldest backup: 2014-11-24 05:20:18 +0000
            Last backup: 2015-02-01 03:04:02 +0000
            Size of backup disk: Too small
                Backup size 159.70 GB < (Disk used 86.50 GB X 3)
    Top Processes by CPU: ℹ️
             8%    WindowServer
             5%    DashboardClient
             3%    mds
             2%    launchd
             0%    ocspd
    Top Processes by Memory: ℹ️
        64 MB    WindowServer
        52 MB    thunderbird
        34 MB    mds
        34 MB    Mail
        30 MB    mds_stores
    Virtual Memory Information: ℹ️
        654 MB    Free RAM
        834 MB    Active RAM
        777 MB    Inactive RAM
        903 MB    Wired RAM
        102.49 GB    Page-ins
        1.46 GB    Page-outs
    Diagnostics Information: ℹ️
        Standard users cannot read /Library/Logs/DiagnosticReports.
        Run as an administrator account to see more information.

    Hi Linc!  Sorry for the delay.  Here is the information:
    Start time: 16:48:08 02/28/15
    Revision: 1241
    Model Identifier: iMac10,1
    System Version: OS X 10.10.2 (14C109)
    Kernel Version: Darwin 14.1.0
    Time since boot: 10 days 21:04
    UID: 502
    SerialATA
        ST*******ASQ                          
    USB
        officejet 4200 series (Hewlett Packard)
    Bluetooth
        Apple Wireless Mouse
    FileVault 2: On FileVault master keychain appears to be installed
    FileVault 1: On
    I/O wait time (ms/s)
        launchd (UID 0): 53
    Font issues: 40
    Firewall: On
    System caches/logs
        1987 MB: /System/Library/Caches/com.apple.coresymbolicationd/data
    Diagnostic reports
        2015-01-31 SecurityAgent crash
        2015-02-01 2BUA8C4S2C.com.agilebits.onepassword4-helper crash
        2015-02-01 IMDPersistenceAgent crash
        2015-02-01 secd crash
        2015-02-20 Inkjet7 crash
        2015-02-28 IMDPersistenceAgent crash
        2015-02-28 secd crash x2
    Kernel log
        Feb 23 07:06:08 Failed to get hibernate image filename
        Feb 23 17:07:05 Failed to get hibernate image filename
        Feb 24 07:06:05 Failed to get hibernate image filename
        Feb 24 17:47:13 Failed to get hibernate image filename
        Feb 24 18:31:50 IOAudioStream[0xffffff802df40400]::clipIfNecessary() - Error: counted 1 clip more than one buffer ahead errors.
        Feb 24 19:14:41 Failed to get hibernate image filename
        Feb 24 20:56:40 Failed to get hibernate image filename
        Feb 24 22:14:14 Failed to get hibernate image filename
        Feb 24 22:38:31 Failed to get hibernate image filename
        Feb 25 06:58:23 Failed to get hibernate image filename
        Feb 25 17:40:53 Failed to get hibernate image filename
        Feb 25 21:04:27 Failed to get hibernate image filename
        Feb 25 21:31:52 Failed to get hibernate image filename
        Feb 26 07:03:06 Failed to get hibernate image filename
        Feb 26 17:06:59 Failed to get hibernate image filename
        Feb 27 06:58:56 Failed to get hibernate image filename
        Feb 27 17:02:56 Failed to get hibernate image filename
        Feb 27 19:17:20 Failed to get hibernate image filename
        Feb 27 23:04:12 Failed to get hibernate image filename
        Feb 28 10:09:19 Failed to get hibernate image filename
        Feb 28 13:07:21 Failed to get hibernate image filename
        Feb 28 14:08:38 Failed to get hibernate image filename
        Feb 28 15:11:16 Failed to get hibernate image filename
        Feb 28 16:18:21 msdosfs_fat_uninit_vol: error 6 from msdosfs_fat_cache_flush
        Feb 28 16:29:32 Failed to get hibernate image filename
    System log
            label = "2.5.4.3";
            "localized label" = "2.5.4.3";
            type = string;
            value = "courier.sandbox.push.apple.com";
        Feb 28 16:30:55 loginwindow ERROR | __50-[MCXDLauncher(Private) startNetworkChangeThread:]_block_invoke | Unable to GetMCXAgentPort
        Feb 28 16:31:09 apsd Failed entitlement check 'com.apple.private.aps-connection-initiate' for ManagedClientAgent[8424]
        Feb 28 16:31:44 apsd Failed entitlement check 'com.apple.private.aps-connection-initiate' for ManagedClientAgent[8433]
        Feb 28 16:32:36 WindowServer disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
        Feb 28 16:34:16 WindowServer disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
        Feb 28 16:38:37 WindowServer disable_update_timeout: UI updates were forcibly disabled by application "1Password mini" for over 1.00 seconds. Server has re-enabled them.
        Feb 28 16:38:49 WindowServer WSGetSurfaceInWindow : Invalid surface 769181205 for window 4518
        Feb 28 16:38:49 WindowServer WSGetSurfaceInWindow : Invalid surface 769181205 for window 4518
        Feb 28 16:38:56 WindowServer WSGetSurfaceInWindow : Invalid surface 1023641180 for window 4522
        Feb 28 16:38:56 WindowServer WSGetSurfaceInWindow : Invalid surface 1023641180 for window 4522
        Feb 28 16:39:06 WindowServer WSGetSurfaceInWindow : Invalid surface 1058035653 for window 4525
        Feb 28 16:39:06 WindowServer WSGetSurfaceInWindow : Invalid surface 1058035653 for window 4525
        Feb 28 16:39:22 WindowServer WSGetSurfaceInWindow : Invalid surface 996085260 for window 4530
        Feb 28 16:39:22 WindowServer WSGetSurfaceInWindow : Invalid surface 996085260 for window 4530
        Feb 28 16:39:33 WindowServer WSGetSurfaceInWindow : Invalid surface 1034343505 for window 4534
        Feb 28 16:39:33 WindowServer WSGetSurfaceInWindow : Invalid surface 1034343505 for window 4534
        Feb 28 16:39:39 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Feb 28 16:39:39 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Feb 28 16:46:20 apsd Failed entitlement check 'com.apple.private.aps-connection-initiate' for ManagedClientAgent[8979]
        Feb 28 16:49:02 loginwindow ERROR | __50-[MCXDLauncher(Private) startNetworkChangeThread:]_block_invoke | Unable to GetMCXAgentPort
    Daemons
        com.apple.AccountPolicyHelper
        com.apple.AssetCacheLocatorService
        com.apple.CodeSigningHelper
        com.apple.MobileFileIntegrity
        com.apple.awdd
        com.apple.backupd-auto
        com.apple.cache_delete
        com.apple.coresymbolicationd
        com.apple.ctkd
        com.apple.diagnosticd
        com.apple.emond.aslmanager
        com.apple.iconservices.iconservicesagent
        com.apple.iconservices.iconservicesd
        com.apple.ifdreader
        com.apple.installd
        com.apple.installer.osmessagetracing
        com.apple.nehelper
        com.apple.networkd_privileged
        com.apple.nsurlsessiond_privileged
        com.apple.nsurlstoraged
        com.apple.periodic-daily
        com.apple.periodic-monthly
        com.apple.periodic-weekly
        com.apple.sandboxd
        com.apple.secinitd
        com.apple.security.syspolicy
        - status: -15
        com.apple.softwareupdate_download_service
        com.apple.softwareupdated
        com.apple.spindump
        com.apple.sysmond
        com.apple.systemstatsd
        com.apple.tccd.system
        com.apple.watchdogd
        com.apple.wdhelper
        org.cups.cupsd
    Agents
        2BUA8C4S2C.com.agilebits.onepassword4-helper
        com.adobe.ARM.UUID
        com.apple.AirPortBaseStationAgent
        com.apple.imdpersistence.IMDPersistenceAgent
        - status: -10
        com.apple.secd
        - status: -10
    User crontab
        59 16 * * 7 /Applications/MacScan\ 2/MacScan.app/Contents/MacOS/MacScan -autoscan YES
    Firefox extensions
        Mozilla Firefox hotfix
    Widgets
        iCal
    iCloud errors
        cloudd 7
        comapple.InputMethodKit.UserDictionary 2
        CallHistorySyncHelper 1
    Continuity errors
        sharingd 1
    Restricted files: 174
    Lockfiles: 30
    High file counts
        Desktop: 54
    Accessibility
        Scroll Zoom: On
    Contents of /System/Library/Security/authorization.plist
        - mod date: Oct  9 02:17:00 2014
        - checksum: 2720110640
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>comment</key>
        <string>The name of the requested right is matched against the keys.  An exact match has priority, otherwise the longest match from the start is used. Note that the right will only match wildcard rules (ending in a ".") during this reduction.
        allow rule: this is always allowed
        &lt;key&gt;com.apple.TestApp.benign&lt;/key&gt;
        &lt;string&gt;allow&lt;/string&gt;
        deny rule: this is always denied
        &lt;key&gt;com.apple.TestApp.dangerous&lt;/key&gt;
        &lt;string&gt;deny&lt;/string&gt;
        user rule: successful authentication as a user in the specified group(5) allows the associated right.
        The shared property specifies whether a credential generated on success is shared with other apps (i.e., those in the same "session"). This property defaults to false if not specified.
        The timeout property specifies the maximum age of a (cached/shared) credential accepted for this rule.
        The allow-root property specifies whether a right should be allowed automatically if the requesting process is running with uid == 0.  This defaults to false if not specified.
        See remaining rules for examples.
        </string>
        <key>rights</key>
        <dict>
        <key></key>
        <dict>
        <key>class</key>
        <string>rule</string>
        <key>comment</key>
        ...and 1850 more line(s)
    Contents of /private/etc/authorization.deprecated
        - mod date: Oct 25 13:37:39 2014
        - checksum: 842352627
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>comment</key>
        <string>The name of the requested right is matched against the keys.  An exact match has priority, otherwise the longest match from the start is used. Note that the right will only match wildcard rules (ending in a ".") during this reduction.
        allow rule: this is always allowed
        &lt;key&gt;com.apple.TestApp.benign&lt;/key&gt;
        &lt;string&gt;allow&lt;/string&gt;
        deny rule: this is always denied
        &lt;key&gt;com.apple.TestApp.dangerous&lt;/key&gt;
        &lt;string&gt;deny&lt;/string&gt;
        user rule: successful authentication as a user in the specified group(5) allows the associated right.
        The shared property specifies whether a credential generated on success is shared with other apps (i.e., those in the same "session"). This property defaults to false if not specified.
        The timeout property specifies the maximum age of a (cached/shared) credential accepted for this rule.
        The allow-root property specifies whether a right should be allowed automatically if the requesting process is running with uid == 0.  This defaults to false if not specified.
        See remaining rules for examples.
        </string>
        <key>rights</key>
        <dict>
        <key></key>
        <dict>
        <key>class</key>
        <string>rule</string>
        <key>comment</key>
        ...and 1013 more line(s)
    Contents of /private/etc/pam.d/prl_disp_service
        - mod date: Mar  5 03:24:01 2010
        - checksum: 1160556194
        auth       required       pam_nologin.so
        auth       optional       pam_afpmount.so
        auth       sufficient     pam_securityserver.so nullok
        auth       sufficient     pam_unix.so  nullok
        auth       required       pam_deny.so
        account    required       pam_permit.so
        password   required       pam_deny.so
        session    required       pam_permit.so
        session    optional       pam_afpmount.so
    Contents of /private/etc/pam.d/prl_disp_service.snow_leopard
        - mod date: Mar  5 03:24:01 2010
        - checksum: 2633576920
        auth       optional       pam_krb5.so
        auth       optional       pam_mount.so
        auth       sufficient     pam_serialnumber.so serverinstall legacy
        auth       required       pam_opendirectory.so
        account    required       pam_nologin.so
        account    required       pam_opendirectory.so
        password   required       pam_deny.so
        session    required       pam_launchd.so
        session    required       pam_uwtmp.so
        session    optional       pam_mount.so
        auth       optional       pam_krb5.so
        auth       optional       pam_mount.so
        auth       sufficient     pam_serialnumber.so serverinstall legacy
        auth       required       pam_opendirectory.so
        account    required       pam_nologin.so
        account    required       pam_opendirectory.so
        password   required       pam_deny.so
        session    required       pam_launchd.so
        session    required       pam_uwtmp.so
        session    optional       pam_mount.so
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
        - mod date: Aug  1 17:37:19 2012
        - checksum: 408149527
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Reader.app/Contents/MacOS/Updater/Adobe Reader Updater Helper.app/Contents/MacOS/Adobe Reader Updater Helper</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
        </dict>
        </plist>
    Applications
        /Applications/Acrobat 6.0 Professional/Acrobat 6.0.2 Professional.app
        - N/A
        /Applications/Acrobat 6.0 Professional/Acrobat Distiller 6.0.2.app
        - com.adobe.distiller
        /Applications/Adobe/Acrobat.com.app
        - com.adobe.mauby.UUID.1
        /Applications/Adobe/Adobe Help.app
        - chc.UUID.1
        /Applications/Bible Explorer 4.app
        - com.BE8.wordsearchbible.corp
        /Applications/DivX Converter.app
        - N/A
        /Applications/DivX Player.app
        - com.divx.DivX_Player
        /Applications/DivX/DivX Community.app
        - com.spritec.DVD
        /Applications/DivX/DivX Products.app
        - com.spritec.DVD
        /Applications/DivX/DivX Support.app
        - com.spritec.DVD
        /Applications/DivX/Uninstall DivX for Mac.app
        - com.divxinc.uninstalldivxformac
        /Applications/FOX News Live.app
        - FoxPlayerAIR.UUID.1
        /Applications/Flip4Mac/WMV Player.app
        - net.telestream.wmv.player
        /Applications/Garmin Express.app
        - com.garmin.renu.client
        /Applications/Garmin WebUpdater.app
        - com.garmin.WebUpdater
        /Applications/Hewlett-Packard/HP Image Edit.app
        - com.hp.hpimageedit
        /Applications/Hewlett-Packard/HP Image Print.app
        - com.hp.photo.imageprint
        /Applications/Hewlett-Packard/HP Image Zone.app
        - com.hp.imagezone
        /Applications/Hewlett-Packard/HP Instant Share.app
        - com.hp.photo.instantshare
        /Applications/Hewlett-Packard/HP Panorama Stitching.app
        - com.hp.PanoramaStitching
        /Applications/Hewlett-Packard/HP Photo and Imaging Software/HP E-mail Portal/HP E-mail Portal
        - N/A
        /Applications/Hewlett-Packard/HP Photo and Imaging Software/HP Photo and Imaging Director/Director Docker.app
        - com.hp.director.docker
        /Applications/Hewlett-Packard/HP Software Update.app
        - com.hp.softwareupdate
        /Applications/Hewlett-Packard/HP Uninstaller
        - N/A
        /Applications/Karaoke Maker/Audacity.app
        - net.sourceforge.audacity
        /Applications/Macromedia Studio 8/Macromedia Contribute 3/Contribute
        - com.macromedia.Contribute
        /Applications/Macromedia Studio 8/Macromedia Contribute 3/Contribute/Contents/MacOS/Contribute
        - N/A
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8
        - com.macromedia.Dreamweaver
        /Applications/Macromedia Studio 8/Macromedia Extension Manager/Extension Manager.app
        - com.macromedia.ExtensionManager
        /Applications/Macromedia Studio 8/Macromedia Fireworks 8/Fireworks 8.app
        - com.macromedia.fireworks
        /Applications/Macromedia Studio 8/Macromedia Flash 8 VideoEncoder/Flash 8 Video Encoder.app
        - com.macromedia.FLVEncoder
        /Applications/Macromedia Studio 8/Macromedia Flash 8/Flash 8.app
        - com.macromedia.flash.8
        /Applications/Microsoft AutoUpdate.app
        - com.microsoft.autoupdate
        /Applications/Microsoft Office 2004/Additional Tools/Handheld Sync Installer
        - com.MindVision.VISEX
        /Applications/Microsoft Office 2004/Additional Tools/Handheld Sync Installer/Contents/MacOSClassic/Handheld Sync Installer
        - N/A
        /Applications/Microsoft Office 2004/Additional Tools/Microsoft Language Register/Microsoft Language Register
        - N/A
        /Applications/Microsoft Office 2004/Additional Tools/Remote Desktop Connection/Remote Desktop Connection
        - N/A
        /Applications/Microsoft Office 2004/Additional Tools/Remove Office/Remove Office
        - N/A
        /Applications/Microsoft Office 2004/Additional Tools/Windows Media Installer
        - N/A
        /Applications/Microsoft Office 2004/Additional Tools/Windows Media Installer/Contents/MacOS/Windows Media Installer
        - N/A
        /Applications/Microsoft Office 2004/MSN Messenger.app
        - Microsoft/com.microsoft.Messenger
        /Applications/Microsoft Office 2004/Microsoft Entourage
        - N/A
        /Applications/Microsoft Office 2004/Microsoft Excel
        - N/A
        /Applications/Microsoft Office 2004/Microsoft PowerPoint
        - N/A
        /Applications/Microsoft Office 2004/Microsoft Word
        - N/A
        /Applications/Microsoft Office 2004/Office/Alerts Daemon.app
        - Microsoft/com.microsoft.AlertsDaemon
        /Applications/Microsoft Office 2004/Office/Database Utility
        - N/A
        /Applications/Microsoft Office 2004/Office/Equation Editor
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Cert Manager.app
        - com.microsoft.certmgr
        /Applications/Microsoft Office 2004/Office/Microsoft Clip Gallery
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Database Daemon
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Error Reporting.app
        - com.microsoft.error_reporting
        /Applications/Microsoft Office 2004/Office/Microsoft Graph
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Office Notifications
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Query
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Sync Services.app
        - com.microsoft.entourage.syncservices
        /Applications/Microsoft Office 2004/Office/Organization Chart
        - N/A
        /Applications/Microsoft Office 2004/Office/Project Gallery Launcher
        - N/A
        /Applications/Open XML Converter.app
        - com.microsoft.OfficeConverter
        /Applications/OpenOffice.app
        - org.openoffice.script
        /Applications/Quicken 2007/Quicken 2007
        - com.intuit.quicken
        /Applications/Quicken 2007/Quicken 2007/Contents/MacOS/Quicken 2007
        - N/A
        /Applications/Quicken 2007/Quicken 2007/Contents/SupportApps/Emergency Records Organizer
        - com.intuit.ero
        /Applications/Quicken 2007/Quicken 2007/Contents/SupportApps/Emergency Records Organizer/Contents/MacOSClassic/Emergency Records Organizer
        - N/A
        /Applications/Quicken 2007/Quicken 2007/Contents/SupportApps/Home Inventory.app
        - com.intuit.HomeInventory
        /Applications/Quicken 2007/Quicken 2007/Contents/SupportApps/Quicken Backup Utility.app
        - com.intuit.quicken.dotmac
        /Applications/Quicken 2007/Quicken 2007/Contents/SupportApps/Quicken Scheduler
        - N/A
        /Applications/RealPlayer Converter.app
        - com.real.converter
        /Applications/RealPlayer.app
        - com.RealNetworks.RealPlayer
        /Applications/TorBrowser.app
        - N/A
        /Applications/Utilities/Adobe AIR Application Installer.app
        - com.adobe.air.ApplicationInstaller
        /Applications/Utilities/Adobe Utilities.localized/Adobe Updater6/Adobe Updater.app
        - "com.Adobe.ESD.AdobeUpdaterApplication"
        /Library/Application Support/Adobe/AdobePDF.app
        - com.Adobe.print.AdobePDF.bef
        /Library/Application Support/DivX/DivXUpdater.app
        - com.divx.DivXUpdater
        /Library/Application Support/Hewlett-Packard/Software Update/HP Rules Processor.app
        - com.hp.rulesprocessor
        /Library/Application Support/Hewlett-Packard/Software Update/HP Scheduler.app
        - com.hp.HPScheduler
        /Library/Application Support/Hewlett-Packard/Software Update/HP Software Updater
        - N/A
        /Library/Application Support/Hewlett-Packard/Software Update/HP Software Updater/Contents/MacOS/HP Software Updater
        - N/A
        /Library/Application Support/Microsoft/HV1.0/Microsoft Help Viewer.app
        - com.microsoft.helpviewer
        /Library/Application Support/Microsoft/Office Converter Support/Open XML for Charts.app
        - com.microsoft.openxml.chartconverter.app
        /Library/Application Support/Microsoft/Office Converter Support/Open XML for Excel.app
        - com.microsoft.openxml.excel.app
        /Library/Application Support/Microsoft/Office Converter Support/Open XML for Word.app
        - com.microsoft.openxml.word.app
        /Library/Application Support/Microsoft/Office Converter Support/pptfc.app
        - com.microsoft.openxml.powerpoint.app
        /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
        - com.microsoft.silverlight.sllauncher
        /Library/Application Support/Script Editor/Templates/Cocoa-AppleScript Applet.app
        - com.apple.ScriptEditor.id.cocoa-applet-template
        /Library/Application Support/Script Editor/Templates/Droplets/Droplet with Settable Properties.app
        - com.apple.ScriptEditor.id.droplet-with-settable-properties-template
        /Library/Application Support/Script Editor/Templates/Droplets/Recursive File Processing Droplet.app
        - com.apple.ScriptEditor.id.file-processing-droplet-template
        /Library/Application Support/Script Editor/Templates/Droplets/Recursive Image File Processing Droplet.app
        - com.apple.ScriptEditor.id.image-file-processing-droplet-template
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/flashplayer
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_burn_cd.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_export_images.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_import_images.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_panorama_stitch.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_use_folders.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_use_image_edit.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_use_image_print.app
        - N/A
        /Library/Documentation/User Guides and Information.localized/Apple Hardware Test Read Me.app
        - com.apple.AppleHardwareTestReadMe
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app
        - com.adobe.air.ApplicationInstaller
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Template.app
        - com.adobe.air.Template
        /Library/Image Capture/Scripts/Import and View with iPhoto.app
        - com.hp.iPhoto.icautotask
        /Library/Parallels/Parallels Mounter.app
        - com.parallels.server.mounter
        /Library/Printers/hp/Fax/fax.backend
        - com.hp.fax
        /Library/Printers/hp/Fax/rastertofax.filter
        - com.hp.rastertofax
        /Library/Printers/hp/cups/filters/commandtohp.filter
        - com.hp.print.cups.filter.commandtohp
        /Library/Printers/hp/cups/filters/pdftopdf.filter
        - com.hp.print.cups.filter.pdftopdf
        /Library/Printers/hp/cups/tools/autosetup.tool
        - com.hp.print.autosetup
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_bepbmhgboaologfdajaanbcjmnhjmhfn/Default bepbmhgboaologfdajaanbcjmnhjmhfn.app
        - com.google.Chrome.app.Default-bepbmhgboaologfdajaanbcjmnhjmhfn-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_blpcfgokakmgnkcojhhkbfbldkacnbeo/Default blpcfgokakmgnkcojhhkbfbldkacnbeo.app
        - com.google.Chrome.app.Default-blpcfgokakmgnkcojhhkbfbldkacnbeo-internal
        /Users/USER/Library/Caches/com.adobe.Reader.ARM/UUID/Adobe Reader Updater.app
        - com.adobe.ARM
        /mike's old computer/Adobe/AdobePDF.app
        - com.Adobe.print.AdobePDF.bef
        /mike's old computer/Adobe/Installers/R2/Setup.app
        - com.adobe.Installers.Setup
        /mike's old computer/Deimos Rising/Deimos Rising
        - N/A
        /mike's old computer/IA_Installers/TypingMaster_for_Mac/TypingMasterMac.app
        - N/A
        /mike's old computer/TypingMasterMac/UninstallerData/Uninstall TypingMaster for Mac.app
        - N/A
        /mike's old computer/TypingMasterMac/itutoreng.app
        - N/A
        /mike's old computer/adobe applications/Adobe GoLive CS/Adobe GoLive CS.app
        - com.adobe.GoLive
        /mike's old computer/adobe applications/Adobe Illustrator CS/2.app
        - com.adobe.illustrator
        /mike's old computer/adobe applications/Adobe InDesign CS/InDesign CS.app
        - com.adobe.InDesign
        /mike's old computer/adobe applications/Adobe InDesign CS/Plug-Ins/Online/AUMLibrary.cfm/Contents/SharedSupport/Adobe Update Manager.app
        - com.adobe.ESD.AUM
        /mike's old computer/adobe applications/Adobe Photoshop CS/Adobe ImageReady CS.app
        - com.adobe.ImageReady
        /mike's old computer/adobe applications/Adobe Photoshop CS/Adobe Photoshop CS.app
        - com.adobe.Photoshop
        /mike's old computer/adobe applications/Adobe Version Cue/Uninstall Adobe Version Cue.app
        - N/A
        /old computer stuff/At Ease Setup Folder/At Ease Setup
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Apple System Profiler
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Calculator
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Chooser
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/FaxStatus
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Graphing Calculator
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Internet Access/Browse the Internet
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Internet Access/Connect To...
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Internet Access/Mail
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Key Caps
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Note Pad
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Remote Access Status
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Scrapbook
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Sherlock
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/SimpleSound
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Stickies
        - N/A
        /old computer stuff/OLDIESystem Folder/Application Support/IntelliTools/Classic Sending Helper
        - N/A
        /old computer stuff/OLDIESystem Folder/Application Support/Norton AntiVirus ƒ/NAV Small Scanner
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Appearance
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Apple Menu Options
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/AppleTalk
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/ColorSync
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Configuration Manager
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Control Strip
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Date & Time
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/DialAssist
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Energy Saver
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Extensions Manager
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/File Exchange
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/File Sharing
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/General Controls
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Infrared
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Internet
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Keyboard
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Location Manager
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Memory
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Microsoft Office Manager
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Modem
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Monitors & Sound
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Mouse
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Numbers
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/QuickTime™ Settings:™ Settings:
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/QuikSync
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Remote Access
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Speech
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Startup Disk
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/TCP:IP
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Text
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Users & Groups
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Web Sharing
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Application Switcher
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/ColorSync Extension
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Control Strip Extension
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Desktop PrintMonitor
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Desktop Printer Spooler
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/FBC Indexing Scheduler
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/FaxMonitor
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Find/Find by Content Indexing
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Folder Actions
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Norton Scheduler
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/PrintMonitor
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Time Synchronizer
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Web Sharing Extension
        - N/A
        /old computer stuff/OLDIESystem Folder/Help/Apple Help Viewer/Help Viewer
        - N/A
        /old computer stuff/OLDIESystem Folder/MacTCP DNR
        - N/A
        /old computer stuff/OLDIESystem Folder/Scripting Additions/Desktop Printer Manager
        - N/A
        /old computer stuff/OLDIESystem Folder/Scripting Additions/Network Setup Scripting
        - N/A
        /old computer stuff/OLDIESystem Folder/Scripting Additions/URL Access Scripting
        - N/A
        /old computer stuff/OLDIESystem Folder/System Extensions (Disabled)/AOL 5.0 Backup Installer
        - N/A
        /old computer stuff/Tony Hawk's Pro Skater 4/Tony Hawk's Pro Skater 4.app
        - com.aspyr.thps4
    Frameworks
        /Library/Frameworks/Adobe AIR.framework
        - com.adobe.AIR
        /Library/Frameworks/DivX Toolkit.framework
        - com.divx.divxtoolkit
        /Library/Frameworks/EWSMac.framework
        - com.eSellerate.EWSMac67108868
        /Library/Frameworks/HPSmartPrint.framework
        - com.hp.print.HPSmartPrint
        /Library/Frameworks/MacFUSE.framework
        - com.google.MacFUSE
        /Library/Frameworks/PrintMeSSL.framework
        - com.efi.printme.ssl
        /Library/Frameworks/TSLicense.framework
        - net.telestream.license
    PrefPane
        /Library/PreferencePanes/DivX.prefPane
        - com.divx.divxprefs
        /Library/PreferencePanes/Flip4Mac WMV.prefPane
        - net.telestream.wmv.prefpane
        /Library/PreferencePanes/MacFUSE.prefPane
        - com.google.MacFUSE
    Bundles
        /Library/Audio/MIDI Drivers/EmagicUSBMIDIDriver.plugin
        - info.emagic.driver.unitor
        /Library/Contextual Menu Items/ParallelsCM.plugin
        - com.parallels.cmplugin
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/AdobeCP15.plugin
        - com.adobe.adobecp
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Flash Player.plugin
        - com.macromedia.FlashPlayer-10.6.plugin
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/adobecp.plugin
        - com.adobe.adobecp20
        /Library/Internet Plug-Ins/AdobePDFViewer.plugin
        - com.adobe.acrobat.pdfviewer
        /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin
        - com.adobe.acrobat.pdfviewerNPAPI
        /Library/Internet Plug-Ins/DivXBrowserPlugin.plugin
        - com.divx.DivXBrowserPlugin
        /Library/Internet Plug-Ins/Flip4Mac WMV Plugin.plugin
        - net.telestream.wmv.plugin
        /Library/Internet Plug-Ins/GarminGpsControl.plugin
        - com.garmin.GarminGpsControl
        /Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin
        - com.Google.GoogleEarthPlugin.plugin
        /Library/Internet Plug-Ins/Silverlight.plugin
        - com.microsoft.SilverlightPlugin
        /Library/Internet Plug-Ins/googletalkbrowserplugin.plugin
        - com.google.googletalkbrowserplugin
        /Library/Internet Plug-Ins/iPhotoPhotocast.plugin
        - com.apple.plugin.iPhotoPhotocast
        /Library/Internet Plug-Ins/o1dbrowserplugin.plugin
        - com.google.o1dbrowserplugin
        /Library/Printers/Macromedia/PDEs/FlashPaperPDE.plugin
        - com.macromedia.flashpaper.pde.FlashPaperPDE
        /Library/Printers/PPD Plugins/AdobePDFPDE.plugin
        - com.Adobe.print.AdobePDF.pde
        /Library/QuickLook/GBQLGenerator.qlgenerator
        - com.apple.garageband.quicklookgenerator
        /Library/QuickLook/ParallelsQL.qlgenerator
        - com.parellels.quicklookgenerator
        /Library/Spotlight/GBSpotlightImporter.mdimporter
        - com.apple.garageband.spotlightimporter
        /Library/Spotlight/Microsoft Entourage.mdimporter
        - com.microsoft.entourageMDImporter
        /Library/Spotlight/ParallelsMD.mdimporter
        - com.parallels.mdimporter
        /Users/USER/Library/Application Support/Google/Chrome/PepperFlash/12.0.0.70/PepperFlashPlayer.plugin
        - com.macromedia.PepperFlashPlayer.pepper
        /Users/USER/Library/Internet Plug-Ins/CitrixOnlineWebDeploymentPlugin.plugin
        - com.citrixonline.mac.WebDeploymentPlugin
    Library paths
        /Applications/Karaoke Maker/libmp3lame.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/Frameworks/libwchar.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/CoreTypes.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/LibCURL.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/LibCrypto.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/LibSSL.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/SystemFrameworkUtils.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/ZLib.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/DWA/DWANative.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/DWA/resources/libraries/ARKCmdCaps.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/DWA/resources/libraries/ARKCmdFS.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/DWA/resources/libraries/ARKEngine.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/DWA/resources/libraries/AdobePIM.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/LWA/PWANative.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/LWA/adobe_caps.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/LWA/adobe_oobelib.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/LWA/adobe_upgrade.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/UWA/UWANative.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/core/AdobePIM.dylib
        /Library/Application Support/DivX/Libraries/libDivXDesktopSupport.dylib
        /Library/Application Support/DivX/QtPlugins/accessible/libqtaccessiblewidgets.dylib
        /Library/Application Support/DivX/QtPlugins/iconengines/libqsvgicon.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqgif.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqico.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqjpeg.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqmng.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqsvg.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqtiff.dylib
        /Library/Application Support/DivX/QtPlugins/script/libqtscriptdbus.dylib
        /Library/Application Support/DivX/QtPlugins/sqldrivers/libqsqlite.dylib
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib
        /Library/Frameworks/MacFUSE.framework/Versions/A/Resources/Debug/libfuse.dylib. dSYM/Contents/Resources/DWARF/libfuse.dylib
        /Library/Frameworks/MacFUSE.framework/Versions/A/Resources/Debug/libfuse_ino64. dylib.dSYM/Contents/Resources/DWARF/libfuse_ino64.dylib
        /Library/Printers/hp/Frameworks/HPDeviceModel.framework/Versions/3.0/Frameworks /Core.framework/Versions/3.0/Libraries/libHPIOnetsnmp.5.dylib
        /Library/Printers/hp/Frameworks/HPSmartX.framework/Versions/B/Resources/lib/SxC FReader.dylib
        /Library/Printers/hp/Frameworks/HPSmartX.framework/Versions/C/Resources/lib/SxC FReader.dylib
        /Users/USER/Library/Application Support/AOL Desktop/Security/libnspr4.dylib
        /Users/USER/Library/Application Support/AOL Desktop/Security/libnssckbi.dylib
        /Users/USER/Library/Application Support/AOL Desktop/Security/libplc4.dylib
        /Users/USER/Library/Application Support/AOL Desktop/Security/libplds4.dylib
        /Users/USER/Library/Application Support/Firefox/Profiles/w5owlxqa.default/gmp-gmpopenh264/1.1/libgmpopenh264.dy lib
        /Users/USER/Library/Application Support/Google/Chrome/WidevineCDM/1.4.6.758/_platform_specific/mac_x64/libwidev inecdm.dylib
        /Users/USER/Library/Caches/com.apple.ScreenSaver.Engine/com.apple.vision/com.ap ple.vision.64FaceCoreCLKernel.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libpbodbc3.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libps-gcc2-v8_50.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libps-jni-gcc2-v8_50.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libps-pb-gcc2-v8_50.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libps-rw-gcc2-v8_50.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libps-util-gcc2-v8_50.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/tomcat/webapps/ROOT/WEB-INF/components/com.adobe.bauhaus.nativecomm/res/VCF oundation.dylib
        /usr/lib/libgutenprint.2.0.3.dylib
        /usr/local/lib/libfreetype.6.3.16.dylib
        /usr/local/lib/libfreetype.6.dylib
        /usr/local/lib/libfreetype.dylib
        /usr/local/lib/libfuse.2.dylib
        /usr/local/lib/libfuse_ino64.2.dylib
    Installations
        Norton AntiVirus Application: 6/20/10, 10:21 PM
        Symantec Scheduler: 6/20/10, 10:21 PM
        Microsoft® Silverlight™ Browser Plug-In: 6/19/10, 8:25 PM
        Parallels Desktop 5 for Mac: 6/10/10, 6:02 AM
        MacFUSE Core: 6/10/10, 6:03 AM
    Elapsed time (sec): 317
    <Edited By Host>

  • Waiting for udev uevents to be processed [BUSY]

    During reboot, my system hangs for whatever the time set in rc.conf, UDEV_TIMEOUT=<> . When I set it to 10 sec, I get an error.
    My system does boot and function normally, other than the long "waiting for udev" pause.
    I set VERBOSE=<> in rc.conf from 3 to 4, and I see the following:
    SP5100 TCO timer: SP5100 TCO WatchDog Timer Driver v0.01
    SP5100 TCO timer: mmio address 0xfec000f0 already in use
    I did a search, but found out the waiting for udev errors can be from various causes.
    I hope to troubleshoot and solve here with some help.
    rc.conf DAEMONS:
    DAEMONS=(hwclock syslog-ng dbus networkmanager !network netfs crond @alsa @sshd @fail2ban @cups @ntpd)
    kernel log for last reboot:
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Initializing cgroup subsys cpuset
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Initializing cgroup subsys cpu
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Linux version 2.6.39-ARCH (thomas@evey) (gcc version 4.6.0 20110603 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jun 27 21:26:22 CEST 2011
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Command line: root=/dev/sda6 ro
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] BIOS-provided physical RAM map:
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] BIOS-e820: 0000000000100000 - 00000000c7f80000 (usable)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] BIOS-e820: 00000000c7f80000 - 00000000c7f8e000 (ACPI data)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] BIOS-e820: 00000000c7f8e000 - 00000000c7fd0000 (ACPI NVS)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] BIOS-e820: 00000000c7fd0000 - 00000000c8000000 (reserved)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] BIOS-e820: 00000000ff700000 - 0000000100000000 (reserved)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] BIOS-e820: 0000000100000000 - 0000000138000000 (usable)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] NX (Execute Disable) protection: active
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] DMI present.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] DMI: System manufacturer System Product Name/M3A78-CM, BIOS 1201 01/09/2009
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] No AGP bridge found
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] last_pfn = 0x138000 max_arch_pfn = 0x400000000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] MTRR default type: uncachable
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] MTRR fixed ranges enabled:
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] 00000-9FFFF write-back
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] A0000-EFFFF uncachable
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] F0000-FFFFF write-protect
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] MTRR variable ranges enabled:
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] 2 base 0000C0000000 mask FFFFF8000000 write-back
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] 3 disabled
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] 4 disabled
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] 5 disabled
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] 6 disabled
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] 7 disabled
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] TOM2: 0000000138000000 aka 4992M
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] e820 update range: 00000000c8000000 - 0000000100000000 (usable) ==> (reserved)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] last_pfn = 0xc7f80 max_arch_pfn = 0x400000000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] found SMP MP-table at [ffff8800000ff780] ff780
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] initial memory mapped : 0 - 20000000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 20480
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Using GB pages for direct mapping
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] init_memory_mapping: 0000000000000000-00000000c7f80000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] 0000000000 - 00c0000000 page 1G
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] 00c0000000 - 00c7e00000 page 2M
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] 00c7e00000 - 00c7f80000 page 4k
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] kernel direct mapping tables up to c7f80000 @ c7f7d000-c7f80000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] init_memory_mapping: 0000000100000000-0000000138000000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] 0100000000 - 0138000000 page 2M
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] kernel direct mapping tables up to 138000000 @ 137ffe000-138000000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] RAMDISK: 37e3c000 - 37ff0000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: RSDP 00000000000fb520 00024 (v02 ACPIAM)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: XSDT 00000000c7f80100 00054 (v01 010909 XSDT1553 20090109 MSFT 00000097)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: FACP 00000000c7f80290 000F4 (v03 010909 FACP1553 20090109 MSFT 00000097)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: DSDT 00000000c7f805c0 0A172 (v01 A0901 A0901001 00000001 INTL 20051117)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: FACS 00000000c7f8e000 00040
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: APIC 00000000c7f80390 0006C (v01 010909 APIC1553 20090109 MSFT 00000097)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: MCFG 00000000c7f80400 0003C (v01 010909 OEMMCFG 20090109 MSFT 00000097)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: OEMB 00000000c7f8e040 00071 (v01 010909 OEMB1553 20090109 MSFT 00000097)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: HPET 00000000c7f8a740 00038 (v01 010909 OEMHPET 20090109 MSFT 00000097)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: SSDT 00000000c7f8a780 00544 (v01 A M I POWERNOW 00000001 AMD 00000001)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Scanning NUMA topology in Northbridge 24
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] No NUMA configuration found
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Faking a node at 0000000000000000-0000000138000000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] NUMA: Using 63 for the hash shift.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Initmem setup node 0 0000000000000000-0000000138000000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] NODE_DATA [0000000137ff9000 - 0000000137ffdfff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] [ffffea0000000000-ffffea00045fffff] PMD -> [ffff880133600000-ffff880136ffffff] on node 0
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Zone PFN ranges:
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] DMA 0x00000010 -> 0x00001000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] DMA32 0x00001000 -> 0x00100000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Normal 0x00100000 -> 0x00138000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Movable zone start PFN for each node
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] early_node_map[3] active PFN ranges
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] 0: 0x00000010 -> 0x0000009e
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] 0: 0x00000100 -> 0x000c7f80
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] 0: 0x00100000 -> 0x00138000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] On node 0 totalpages: 1048334
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] DMA zone: 56 pages used for memmap
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] DMA zone: 5 pages reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] DMA zone: 3921 pages, LIFO batch:0
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] DMA32 zone: 14280 pages used for memmap
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] DMA32 zone: 800696 pages, LIFO batch:31
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Normal zone: 3136 pages used for memmap
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Normal zone: 226240 pages, LIFO batch:31
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: IRQ0 used by override.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: IRQ2 used by override.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: IRQ9 used by override.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] ACPI: HPET id: 0x8300 base: 0xfed00000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] nr_irqs_gsi: 40
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] PM: Registered nosave memory: 00000000c7f80000 - 00000000c7f8e000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] PM: Registered nosave memory: 00000000c7f8e000 - 00000000c7fd0000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] PM: Registered nosave memory: 00000000c7fd0000 - 00000000c8000000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] PM: Registered nosave memory: 00000000c8000000 - 00000000ff700000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] PM: Registered nosave memory: 00000000ff700000 - 0000000100000000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Allocating PCI resources starting at c8000000 (gap: c8000000:37700000)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Booting paravirtualized kernel on bare hardware
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff880137c00000 s83136 r8192 d23360 u524288
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] pcpu-alloc: s83136 r8192 d23360 u524288 alloc=1*2097152
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1030857
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Policy zone: Normal
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Kernel command line: root=/dev/sda6 ro
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Checking aperture...
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] No AGP bridge found
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Node 0: aperture @ a0000000 size 32 MB
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Aperture pointing to e820 RAM. Ignoring.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Your BIOS doesn't leave a aperture memory hole
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Please enable the IOMMU option in the BIOS setup
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] This costs you 64 MB of RAM
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Mapping aperture over 65536 KB of RAM @ a0000000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] PM: Registered nosave memory: 00000000a0000000 - 00000000a4000000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Memory: 3990476k/5111808k available (4019k kernel code, 918472k absent, 202860k reserved, 3335k data, 712k init)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Preemptable hierarchical RCU implementation.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] RCU-based detection of stalled CPUs is disabled.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Verbose stalled-CPUs detection is disabled.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] NR_IRQS:2304
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Extended CMOS year: 2000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Console: colour VGA+ 80x25
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] console [tty0] enabled
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] allocated 33554432 bytes of page_cgroup
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] hpet clockevent registered
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Fast TSC calibration using PIT
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.000000] Detected 2511.304 MHz processor.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.006670] Calibrating delay loop (skipped), value calculated using timer frequency.. 5024.88 BogoMIPS (lpj=8371013)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.006806] pid_max: default: 32768 minimum: 301
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.007025] Security Framework initialized
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.007100] AppArmor: AppArmor disabled by boot time parameter
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.007673] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.010167] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.010876] Mount-cache hash table entries: 256
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.011461] Initializing cgroup subsys ns
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.011521] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.011601] Initializing cgroup subsys cpuacct
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.011708] Initializing cgroup subsys memory
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.011799] Initializing cgroup subsys devices
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.011865] Initializing cgroup subsys freezer
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.011932] Initializing cgroup subsys net_cls
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.011996] Initializing cgroup subsys blkio
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.012117] tseg: 0000000000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.012131] CPU: Physical Processor ID: 0
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.012193] CPU: Processor Core ID: 0
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.012259] mce: CPU supports 6 MCE banks
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.012332] using C1E aware idle routine
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.013043] ACPI: Core revision 20110316
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.016669] ftrace: allocating 15965 entries in 63 pages
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.020060] Setting APIC routing to flat
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.020428] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.054531] CPU0: AMD Phenom(tm) 9850 Quad-Core Processor stepping 03
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.056663] Performance Events: AMD PMU driver.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.056663] ... version: 0
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.056663] ... bit width: 48
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.056663] ... generic registers: 4
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.056663] ... value mask: 0000ffffffffffff
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.056663] ... max period: 00007fffffffffff
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.056663] ... fixed-purpose events: 0
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.056663] ... event mask: 000000000000000f
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.056663] System has AMD C1E enabled
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.056663] Switch to broadcast mode on CPU0
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.073389] NMI watchdog enabled, takes one hw-pmu counter.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.100009] Booting Node 0, Processors #1
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.100104] smpboot cpu 1: start_ip = 99000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.196671] NMI watchdog enabled, takes one hw-pmu counter.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.196673] Switch to broadcast mode on CPU1
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.216670] #2
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.216717] smpboot cpu 2: start_ip = 99000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.313327] NMI watchdog enabled, takes one hw-pmu counter.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.313330] Switch to broadcast mode on CPU2
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.333325] #3 Ok.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.333388] smpboot cpu 3: start_ip = 99000
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.429986] NMI watchdog enabled, takes one hw-pmu counter.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.429989] Switch to broadcast mode on CPU3
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.436643] Brought up 4 CPUs
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.436708] Total of 4 processors activated (20064.99 BogoMIPS).
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.438018] devtmpfs: initialized
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.440209] PM: Registering ACPI NVS region at c7f8e000 (270336 bytes)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.440954] print_constraints: dummy:
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.441111] NET: Registered protocol family 16
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.441270] node 0 link 0: io port [1000, ffffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.441272] TOM: 00000000c8000000 aka 3200M
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.441343] Fam 10h mmconf [e0000000, efffffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.441346] node 0 link 0: mmio [a0000, bffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.441348] node 0 link 0: mmio [c8000000, dfffffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.441351] node 0 link 0: mmio [e0000000, efffffff] ==> none
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.441353] node 0 link 0: mmio [f0000000, ffefffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.441355] TOM2: 0000000138000000 aka 4992M
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.441423] bus: [00, 07] on node 0 link 0
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.441425] bus: 00 index 0 [io 0x0000-0xffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.441427] bus: 00 index 1 [mem 0x000a0000-0x000bffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.441429] bus: 00 index 2 [mem 0xc8000000-0xdfffffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.441431] bus: 00 index 3 [mem 0xf0000000-0xffffffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.441433] bus: 00 index 4 [mem 0x138000000-0xfcffffffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.441442] Extended Config Space enabled on 1 nodes
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.441522] ACPI: bus type pci registered
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.441744] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.441820] PCI: not using MMCONFIG
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.441885] PCI: Using configuration type 1 for base access
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.441945] PCI: Using configuration type 1 for extended access
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.442102] mtrr: your CPUs had inconsistent fixed MTRR settings
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.442171] mtrr: probably your BIOS does not setup all CPUs.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.442231] mtrr: corrected configuration.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.442585] bio: create slab <bio-0> at 0
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.444033] ACPI: EC: Look up EC in DSDT
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.445412] ACPI: Executed 2 blocks of module-level executable AML code
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.477175] ACPI: Interpreter enabled
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.477239] ACPI: (supports S0 S1 S3 S4 S5)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.477545] ACPI: Using IOAPIC for interrupt routing
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.477629] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.479237] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.604189] ACPI: No dock devices found.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.605547] HEST: Table not found.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.605613] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.605769] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.605984] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606055] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606117] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606188] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606264] pci_root PNP0A03:00: host bridge window [mem 0xc8000000-0xdfffffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606340] pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfed44fff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606641] pci 0000:00:00.0: [1022:9600] type 0 class 0x000600
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606681] pci 0000:00:02.0: [1022:9603] type 1 class 0x000604
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606705] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606708] pci 0000:00:02.0: PME# disabled
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606724] pci 0000:00:06.0: [1022:9606] type 1 class 0x000604
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606747] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606749] pci 0000:00:06.0: PME# disabled
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606779] pci 0000:00:11.0: [1002:4390] type 0 class 0x000101
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606798] pci 0000:00:11.0: reg 10: [io 0xc000-0xc007]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606807] pci 0000:00:11.0: reg 14: [io 0xb000-0xb003]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606817] pci 0000:00:11.0: reg 18: [io 0xa000-0xa007]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606826] pci 0000:00:11.0: reg 1c: [io 0x9000-0x9003]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606836] pci 0000:00:11.0: reg 20: [io 0x8000-0x800f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606845] pci 0000:00:11.0: reg 24: [mem 0xf9fff800-0xf9fffbff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606865] pci 0000:00:11.0: set SATA to AHCI mode
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606956] pci 0000:00:12.0: [1002:4397] type 0 class 0x000c03
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.606970] pci 0000:00:12.0: reg 10: [mem 0xf9ffe000-0xf9ffefff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607031] pci 0000:00:12.1: [1002:4398] type 0 class 0x000c03
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607044] pci 0000:00:12.1: reg 10: [mem 0xf9ffd000-0xf9ffdfff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607112] pci 0000:00:12.2: [1002:4396] type 0 class 0x000c03
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607131] pci 0000:00:12.2: reg 10: [mem 0xf9fff000-0xf9fff0ff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607199] pci 0000:00:12.2: supports D1 D2
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607200] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607204] pci 0000:00:12.2: PME# disabled
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607224] pci 0000:00:13.0: [1002:4397] type 0 class 0x000c03
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607238] pci 0000:00:13.0: reg 10: [mem 0xf9ffc000-0xf9ffcfff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607299] pci 0000:00:13.1: [1002:4398] type 0 class 0x000c03
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607312] pci 0000:00:13.1: reg 10: [mem 0xf9ffb000-0xf9ffbfff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607378] pci 0000:00:13.2: [1002:4396] type 0 class 0x000c03
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607397] pci 0000:00:13.2: reg 10: [mem 0xf9ffa800-0xf9ffa8ff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607464] pci 0000:00:13.2: supports D1 D2
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607466] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607469] pci 0000:00:13.2: PME# disabled
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607493] pci 0000:00:14.0: [1002:4385] type 0 class 0x000c05
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607582] pci 0000:00:14.1: [1002:439c] type 0 class 0x000101
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607598] pci 0000:00:14.1: reg 10: [io 0x0000-0x0007]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607607] pci 0000:00:14.1: reg 14: [io 0x0000-0x0003]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607616] pci 0000:00:14.1: reg 18: [io 0x0000-0x0007]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607626] pci 0000:00:14.1: reg 1c: [io 0x0000-0x0003]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607635] pci 0000:00:14.1: reg 20: [io 0xff00-0xff0f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607682] pci 0000:00:14.2: [1002:4383] type 0 class 0x000403
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607704] pci 0000:00:14.2: reg 10: [mem 0xf9ff4000-0xf9ff7fff 64bit]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607759] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607763] pci 0000:00:14.2: PME# disabled
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607776] pci 0000:00:14.3: [1002:439d] type 0 class 0x000601
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607849] pci 0000:00:14.4: [1002:4384] type 1 class 0x000604
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607888] pci 0000:00:14.5: [1002:4399] type 0 class 0x000c03
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607901] pci 0000:00:14.5: reg 10: [mem 0xf9ff9000-0xf9ff9fff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607964] pci 0000:00:18.0: [1022:1200] type 0 class 0x000600
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607978] pci 0000:00:18.1: [1022:1201] type 0 class 0x000600
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.607990] pci 0000:00:18.2: [1022:1202] type 0 class 0x000600
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.608002] pci 0000:00:18.3: [1022:1203] type 0 class 0x000600
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.608015] pci 0000:00:18.4: [1022:1204] type 0 class 0x000600
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.608063] pci 0000:01:00.0: [10de:0a20] type 0 class 0x000300
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.608072] pci 0000:01:00.0: reg 10: [mem 0xfa000000-0xfaffffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.608082] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.608092] pci 0000:01:00.0: reg 1c: [mem 0xce000000-0xcfffffff 64bit pref]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.608099] pci 0000:01:00.0: reg 24: [io 0xdc00-0xdc7f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.608106] pci 0000:01:00.0: reg 30: [mem 0xfbe80000-0xfbefffff pref]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.608147] pci 0000:01:00.1: [10de:0be2] type 0 class 0x000403
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.608156] pci 0000:01:00.1: reg 10: [mem 0xfbe7c000-0xfbe7ffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.613309] pci 0000:00:02.0: PCI bridge to [bus 01-01]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.613371] pci 0000:00:02.0: bridge window [io 0xd000-0xdfff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.613374] pci 0000:00:02.0: bridge window [mem 0xfa000000-0xfbefffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.613377] pci 0000:00:02.0: bridge window [mem 0xce000000-0xdfffffff 64bit pref]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.613410] pci 0000:02:00.0: [10ec:8168] type 0 class 0x000200
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.613422] pci 0000:02:00.0: reg 10: [io 0xe800-0xe8ff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.613442] pci 0000:02:00.0: reg 18: [mem 0xfbfff000-0xfbffffff 64bit]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.613455] pci 0000:02:00.0: reg 20: [mem 0xf8ff0000-0xf8ffffff 64bit pref]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.613464] pci 0000:02:00.0: reg 30: [mem 0xfbfc0000-0xfbfdffff pref]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.613491] pci 0000:02:00.0: supports D1 D2
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.613492] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.613496] pci 0000:02:00.0: PME# disabled
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.619970] pci 0000:00:06.0: PCI bridge to [bus 02-02]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.620032] pci 0000:00:06.0: bridge window [io 0xe000-0xefff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.620035] pci 0000:00:06.0: bridge window [mem 0xfbf00000-0xfbffffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.620038] pci 0000:00:06.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.620103] pci 0000:00:14.4: PCI bridge to [bus 03-03] (subtractive decode)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.620167] pci 0000:00:14.4: bridge window [io 0xf000-0x0000] (disabled)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.620171] pci 0000:00:14.4: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.620183] pci 0000:00:14.4: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.620185] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.620187] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.620190] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.620192] pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.620194] pci 0000:00:14.4: bridge window [mem 0xc8000000-0xdfffffff] (subtractive decode)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.620196] pci 0000:00:14.4: bridge window [mem 0xf0000000-0xfed44fff] (subtractive decode)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.620208] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.620374] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE2._PRT]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.620405] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE6._PRT]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.620448] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PC._PRT]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.620506] pci0000:00: Requesting ACPI _OSC control (0x1d)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.620576] Unable to assume _OSC PCIe control. Disabling ASPM
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.624772] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 *10 11 12 14 15)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.625280] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 *11 12 14 15)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.625780] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 *10 11 12 14 15)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.626284] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 *10 11 12 14 15)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.626803] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 12 14 15) *0, disabled.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.627403] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 12 14 15) *0, disabled.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.628010] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 10 *11 12 14 15)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.628461] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 12 14 15) *0, disabled.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.629113] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.629197] vgaarb: loaded
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.629330] PCI: Using ACPI for IRQ routing
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.629396] PCI: pci_cache_line_size set to 64 bytes
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.629462] reserve RAM buffer: 000000000009ec00 - 000000000009ffff
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.629464] reserve RAM buffer: 00000000c7f80000 - 00000000c7ffffff
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.629571] NetLabel: Initializing
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.629636] NetLabel: domain hash size = 128
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.629695] NetLabel: protocols = UNLABELED CIPSOv4
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.629772] NetLabel: unlabeled traffic allowed by default
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.629853] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.630158] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.632264] Switching to clocksource hpet
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.632326] Switched to NOHz mode on CPU #2
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.632334] Switched to NOHz mode on CPU #0
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.632325] Switched to NOHz mode on CPU #1
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.632327] Switched to NOHz mode on CPU #3
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635192] pnp: PnP ACPI init
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635274] ACPI: bus type pnp registered
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635455] pnp 00:00: [bus 00-ff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635458] pnp 00:00: [io 0x0cf8-0x0cff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635460] pnp 00:00: [io 0x0000-0x0cf7 window]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635462] pnp 00:00: [io 0x0d00-0xffff window]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635464] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635466] pnp 00:00: [mem 0x000d0000-0x000dffff window]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635468] pnp 00:00: [mem 0xc8000000-0xdfffffff window]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635471] pnp 00:00: [mem 0xf0000000-0xfed44fff window]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635528] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635598] pnp 00:01: [mem 0x00000000-0xffffffffffffffff disabled]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635600] pnp 00:01: [mem 0x00000000-0xffffffffffffffff disabled]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635652] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635690] pnp 00:02: [dma 4]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635692] pnp 00:02: [io 0x0000-0x000f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635693] pnp 00:02: [io 0x0081-0x0083]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635695] pnp 00:02: [io 0x0087]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635697] pnp 00:02: [io 0x0089-0x008b]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635699] pnp 00:02: [io 0x008f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635700] pnp 00:02: [io 0x00c0-0x00df]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635725] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635734] pnp 00:03: [io 0x0070-0x0071]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635748] pnp 00:03: [irq 8]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635775] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635785] pnp 00:04: [io 0x0061]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635816] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635822] pnp 00:05: [io 0x00f0-0x00ff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635827] pnp 00:05: [irq 13]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.635852] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.636326] pnp 00:06: [io 0x03f0-0x03f5]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.636330] pnp 00:06: [io 0x03f7]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.636346] pnp 00:06: [irq 6]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.636350] pnp 00:06: [dma 2]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.636402] pnp 00:06: Plug and Play ACPI device, IDs PNP0700 (active)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.637029] pnp 00:07: [io 0x0378-0x037f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.637034] pnp 00:07: [irq 7]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.637035] pnp 00:07: [dma 0 disabled]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.637260] pnp 00:07: Plug and Play ACPI device, IDs PNP0400 (active)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.637292] pnp 00:08: [mem 0xfed00000-0xfed003ff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.637318] pnp 00:08: Plug and Play ACPI device, IDs PNP0103 (active)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.637757] pnp 00:09: [io 0x03f8-0x03ff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.637761] pnp 00:09: [irq 4]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.637763] pnp 00:09: [dma 0 disabled]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.637852] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.637918] pnp 00:0a: [io 0x0060]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.637920] pnp 00:0a: [io 0x0064]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.637922] pnp 00:0a: [mem 0xfec00000-0xfec00fff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.637924] pnp 00:0a: [mem 0xfee00000-0xfee00fff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.637970] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638045] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638108] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638184] pnp 00:0b: [io 0x0010-0x001f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638186] pnp 00:0b: [io 0x0022-0x003f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638188] pnp 00:0b: [io 0x0062-0x0063]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638190] pnp 00:0b: [io 0x0065-0x006f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638192] pnp 00:0b: [io 0x0072-0x007f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638193] pnp 00:0b: [io 0x0080]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638195] pnp 00:0b: [io 0x0084-0x0086]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638197] pnp 00:0b: [io 0x0088]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638198] pnp 00:0b: [io 0x008c-0x008e]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638200] pnp 00:0b: [io 0x0090-0x009f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638202] pnp 00:0b: [io 0x00a2-0x00bf]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638203] pnp 00:0b: [io 0x00b1]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638205] pnp 00:0b: [io 0x00e0-0x00ef]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638207] pnp 00:0b: [io 0x04d0-0x04d1]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638208] pnp 00:0b: [io 0x040b]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638210] pnp 00:0b: [io 0x04d6]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638212] pnp 00:0b: [io 0x0c00-0x0c01]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638213] pnp 00:0b: [io 0x0c14]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638215] pnp 00:0b: [io 0x0c50-0x0c51]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638217] pnp 00:0b: [io 0x0c52]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638218] pnp 00:0b: [io 0x0c6c]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638220] pnp 00:0b: [io 0x0c6f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638221] pnp 00:0b: [io 0x0cd0-0x0cd1]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638223] pnp 00:0b: [io 0x0cd2-0x0cd3]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638225] pnp 00:0b: [io 0x0cd4-0x0cd5]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638233] pnp 00:0b: [io 0x0cd6-0x0cd7]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638236] pnp 00:0b: [io 0x0cd8-0x0cdf]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638238] pnp 00:0b: [io 0x0b00-0x0b3f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638240] pnp 00:0b: [io 0x0800-0x089f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638242] pnp 00:0b: [io 0x0b20-0x0b2f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638244] pnp 00:0b: [io 0x0000-0xffffffffffffffff disabled]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638246] pnp 00:0b: [io 0x0900-0x090f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638247] pnp 00:0b: [io 0x0910-0x091f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638249] pnp 00:0b: [io 0xfe00-0xfefe]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638251] pnp 00:0b: [mem 0xffb80000-0xffbfffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638253] pnp 00:0b: [mem 0xfec10000-0xfec1001f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638255] pnp 00:0b: [mem 0xfed40000-0xfed44fff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638354] system 00:0b: [io 0x04d0-0x04d1] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638416] system 00:0b: [io 0x040b] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638477] system 00:0b: [io 0x04d6] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638546] system 00:0b: [io 0x0c00-0x0c01] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638607] system 00:0b: [io 0x0c14] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638672] system 00:0b: [io 0x0c50-0x0c51] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638739] system 00:0b: [io 0x0c52] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638806] system 00:0b: [io 0x0c6c] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638874] system 00:0b: [io 0x0c6f] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.638941] system 00:0b: [io 0x0cd0-0x0cd1] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.639008] system 00:0b: [io 0x0cd2-0x0cd3] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.639075] system 00:0b: [io 0x0cd4-0x0cd5] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.639143] system 00:0b: [io 0x0cd6-0x0cd7] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.639210] system 00:0b: [io 0x0cd8-0x0cdf] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.639277] system 00:0b: [io 0x0b00-0x0b3f] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.639338] system 00:0b: [io 0x0800-0x089f] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.639406] system 00:0b: [io 0x0b20-0x0b2f] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.639483] system 00:0b: [io 0x0900-0x090f] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.639544] system 00:0b: [io 0x0910-0x091f] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.639618] system 00:0b: [io 0xfe00-0xfefe] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.639680] system 00:0b: [mem 0xffb80000-0xffbfffff] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.639742] system 00:0b: [mem 0xfec10000-0xfec1001f] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.639819] system 00:0b: [mem 0xfed40000-0xfed44fff] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.639881] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.640056] pnp 00:0c: [io 0x0000-0xffffffffffffffff disabled]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.640058] pnp 00:0c: [io 0x0230-0x023f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.640060] pnp 00:0c: [io 0x0290-0x029f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.640062] pnp 00:0c: [io 0x0a20-0x0a2f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.640064] pnp 00:0c: [io 0x0a30-0x0a3f]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.640112] system 00:0c: [io 0x0230-0x023f] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.640182] system 00:0c: [io 0x0290-0x029f] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.640243] system 00:0c: [io 0x0a20-0x0a2f] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.640313] system 00:0c: [io 0x0a30-0x0a3f] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.640375] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.640414] pnp 00:0d: [mem 0xe0000000-0xefffffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.640471] system 00:0d: [mem 0xe0000000-0xefffffff] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.640546] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.737005] pnp 00:0e: [mem 0x00000000-0x0009ffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.737007] pnp 00:0e: [mem 0x000c0000-0x000cffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.737009] pnp 00:0e: [mem 0x000e0000-0x000fffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.737011] pnp 00:0e: [mem 0x00100000-0xc7ffffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.737013] pnp 00:0e: [mem 0xfed45000-0xffffffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.737061] system 00:0e: [mem 0x00000000-0x0009ffff] could not be reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.737132] system 00:0e: [mem 0x000c0000-0x000cffff] has been reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.737198] system 00:0e: [mem 0x000e0000-0x000fffff] could not be reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.737269] system 00:0e: [mem 0x00100000-0xc7ffffff] could not be reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.737332] system 00:0e: [mem 0xfed45000-0xffffffff] could not be reserved
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.737395] system 00:0e: Plug and Play ACPI device, IDs PNP0c01 (active)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.737498] pnp: PnP ACPI: found 15 devices
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.737563] ACPI: ACPI bus type pnp unregistered
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.743762] pci 0000:00:02.0: PCI bridge to [bus 01-01]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.743827] pci 0000:00:02.0: bridge window [io 0xd000-0xdfff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.743899] pci 0000:00:02.0: bridge window [mem 0xfa000000-0xfbefffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.743969] pci 0000:00:02.0: bridge window [mem 0xce000000-0xdfffffff 64bit pref]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744052] pci 0000:00:06.0: PCI bridge to [bus 02-02]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744122] pci 0000:00:06.0: bridge window [io 0xe000-0xefff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744192] pci 0000:00:06.0: bridge window [mem 0xfbf00000-0xfbffffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744261] pci 0000:00:06.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744334] pci 0000:00:14.4: PCI bridge to [bus 03-03]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744403] pci 0000:00:14.4: bridge window [io disabled]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744466] pci 0000:00:14.4: bridge window [mem disabled]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744537] pci 0000:00:14.4: bridge window [mem pref disabled]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744617] pci 0000:00:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744684] pci 0000:00:02.0: setting latency timer to 64
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744689] pci 0000:00:06.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744751] pci 0000:00:06.0: setting latency timer to 64
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744767] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744769] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744771] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744773] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744775] pci_bus 0000:00: resource 8 [mem 0xc8000000-0xdfffffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744777] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed44fff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744779] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744781] pci_bus 0000:01: resource 1 [mem 0xfa000000-0xfbefffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744783] pci_bus 0000:01: resource 2 [mem 0xce000000-0xdfffffff 64bit pref]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744786] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744788] pci_bus 0000:02: resource 1 [mem 0xfbf00000-0xfbffffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744790] pci_bus 0000:02: resource 2 [mem 0xf8f00000-0xf8ffffff 64bit pref]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744792] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744794] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744796] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744800] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744802] pci_bus 0000:03: resource 8 [mem 0xc8000000-0xdfffffff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744804] pci_bus 0000:03: resource 9 [mem 0xf0000000-0xfed44fff]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.744894] NET: Registered protocol family 2
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.745194] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.746640] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.749484] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.749906] TCP: Hash tables configured (established 524288 bind 65536)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.749976] TCP reno registered
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.750081] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.750185] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.750574] NET: Registered protocol family 1
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.880271] pci 0000:01:00.0: Boot video device
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.880283] PCI: CLS 64 bytes, default 64
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.880329] Unpacking initramfs...
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.905856] Freeing initrd memory: 1744k freed
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.907582] PCI-DMA: Disabling AGP.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.907737] PCI-DMA: aperture base @ a0000000 size 65536 KB
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.907806] PCI-DMA: using GART IOMMU.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.907872] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.914681] audit: initializing netlink socket (disabled)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.914773] type=2000 audit(1309741207.913:1): initialized
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.915309] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.917869] VFS: Disk quotas dquot_6.5.2
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.918096] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.918352] msgmni has been set to 7926
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.918687] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.918823] io scheduler noop registered
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.918891] io scheduler deadline registered
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.919009] io scheduler cfq registered (default)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.919201] pcieport 0000:00:02.0: setting latency timer to 64
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.919227] pcieport 0000:00:02.0: irq 40 for MSI/MSI-X
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.919315] pcieport 0000:00:06.0: setting latency timer to 64
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.919334] pcieport 0000:00:06.0: irq 41 for MSI/MSI-X
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.919475] ERST: Table is not found!
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.919595] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Jul 3 18:00:34 Arch2010p5 kernel: [ 0.940319] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.164283] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.217084] Linux agpgart interface v0.103
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.217225] i8042: PNP: No PS/2 controller found. Probing ports directly.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.217698] serio: i8042 KBD port at 0x60,0x64 irq 1
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.217784] serio: i8042 AUX port at 0x60,0x64 irq 12
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.217998] mousedev: PS/2 mouse device common for all mice
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.218116] rtc_cmos 00:03: RTC can wake from S4
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.243663] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.243755] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.243836] cpuidle: using governor ladder
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.243902] cpuidle: using governor menu
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.244195] TCP cubic registered
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.244266] NET: Registered protocol family 17
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.244338] Registering the dns_resolver key type
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.244487] PM: Hibernation image not present or could not be loaded.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.244493] registered taskstats version 1
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.245060] rtc_cmos 00:03: setting system clock to 2011-07-04 01:00:08 UTC (1309741208)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.245159] Initializing network drop monitor service
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.246376] Freeing unused kernel memory: 712k freed
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.246716] Write protecting the kernel read-only data: 6144k
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.247099] Freeing unused kernel memory: 60k freed
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.249647] Freeing unused kernel memory: 784k freed
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.296144] SCSI subsystem initialized
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.313919] libata version 3.00 loaded.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.321269] ahci 0000:00:11.0: version 3.0
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.321290] ahci 0000:00:11.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.321482] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.321564] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.322250] scsi0 : ahci
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.322422] scsi1 : ahci
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.322559] scsi2 : ahci
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.322699] scsi3 : ahci
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.322876] ata1: SATA max UDMA/133 abar m1024@0xf9fff800 port 0xf9fff900 irq 22
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.322948] ata2: SATA max UDMA/133 abar m1024@0xf9fff800 port 0xf9fff980 irq 22
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.323024] ata3: SATA max UDMA/133 abar m1024@0xf9fff800 port 0xf9fffa00 irq 22
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.323102] ata4: SATA max UDMA/133 abar m1024@0xf9fff800 port 0xf9fffa80 irq 22
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.394983] pata_atiixp 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.395082] pata_atiixp 0000:00:14.1: setting latency timer to 64
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.395361] scsi4 : pata_atiixp
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.395492] scsi5 : pata_atiixp
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.396119] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.396185] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.636930] ata4: SATA link down (SStatus 0 SControl 300)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.643615] ata2: SATA link down (SStatus 0 SControl 300)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.810245] ata1: softreset failed (device not ready)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.810312] ata1: applying SB600 PMP SRST workaround and retrying
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.810386] ata3: softreset failed (device not ready)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.810450] ata3: applying SB600 PMP SRST workaround and retrying
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.916915] Refined TSC clocksource calibration: 2511.566 MHz.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.916986] Switching to clocksource tsc
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.976779] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.976869] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.978266] ata1.00: ATA-8: WDC WD7500AACS-00D6B1, 01.01A01, max UDMA/133
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.978334] ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.978711] ata3.00: ATAPI: ATAPI iHAS424 Y, ZL1U, max UDMA/100
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.980187] ata1.00: configured for UDMA/133
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.980417] scsi 0:0:0:0: Direct-Access ATA WDC WD7500AACS-0 01.0 PQ: 0 ANSI: 5
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.981078] ata3.00: configured for UDMA/100
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.983323] scsi 2:0:0:0: CD-ROM ATAPI iHAS424 Y ZL1U PQ: 0 ANSI: 5
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.993389] sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.993565] sd 0:0:0:0: [sda] Write Protect is off
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.993632] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Jul 3 18:00:34 Arch2010p5 kernel: [ 1.993660] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Jul 3 18:00:34 Arch2010p5 kernel: [ 2.083728] sda: sda1 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 >
    Jul 3 18:00:34 Arch2010p5 kernel: [ 2.084454] sd 0:0:0:0: [sda] Attached SCSI disk
    Jul 3 18:00:34 Arch2010p5 kernel: [ 2.089114] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    Jul 3 18:00:34 Arch2010p5 kernel: [ 2.089192] cdrom: Uniform CD-ROM driver Revision: 3.20
    Jul 3 18:00:34 Arch2010p5 kernel: [ 2.089510] sr 2:0:0:0: Attached scsi CD-ROM sr0
    Jul 3 18:00:34 Arch2010p5 kernel: [ 3.004756] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 4.778519] wmi: Mapper loaded
    Jul 3 18:00:34 Arch2010p5 kernel: [ 4.856896] MCE: In-kernel MCE decoding enabled.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 4.918696] input: PC Speaker as /devices/platform/pcspkr/input/input0
    Jul 3 18:00:34 Arch2010p5 kernel: [ 4.936098] EDAC MC: Ver: 2.1.0 Jun 27 2011
    Jul 3 18:00:34 Arch2010p5 kernel: [ 4.973008] AMD64 EDAC driver v3.4.0
    Jul 3 18:00:34 Arch2010p5 kernel: [ 4.973065] EDAC amd64: DRAM ECC disabled.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 4.973074] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 4.973075] Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 4.973077] (Note that use of the override may cause unknown side effects.)
    Jul 3 18:00:34 Arch2010p5 kernel: [ 4.993209] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
    Jul 3 18:00:34 Arch2010p5 kernel: [ 4.993270] ACPI: Power Button [PWRB]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 4.993317] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    Jul 3 18:00:34 Arch2010p5 kernel: [ 4.993353] ACPI: Power Button [PWRF]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 4.999779] ACPI: acpi_idle registered with cpuidle
    Jul 3 18:00:34 Arch2010p5 kernel: [ 5.000074] ACPI: processor limited to max C-state 1
    Jul 3 18:00:34 Arch2010p5 kernel: [ 5.014103] FDC 0 is a post-1991 82077
    Jul 3 18:00:34 Arch2010p5 kernel: [ 5.050967] vboxdrv: Found 4 processor cores.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 5.051058] VBoxDrv: dbg - g_abExecMemory=ffffffffa023a280
    Jul 3 18:00:34 Arch2010p5 kernel: [ 5.051109] vboxdrv: fAsync=0 offMin=0x3db offMax=0x1d2f
    Jul 3 18:00:34 Arch2010p5 kernel: [ 5.051170] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 5.051172] vboxdrv: Successfully loaded version 4.0.8 (interface 0x00180000).
    Jul 3 18:00:34 Arch2010p5 kernel: [ 5.071965] k10temp 0000:00:18.3: unreliable CPU thermal sensor; monitoring disabled
    Jul 3 18:00:34 Arch2010p5 kernel: [ 5.094027] IT8712 SuperIO detected.
    Jul 3 18:00:34 Arch2010p5 kernel: [ 5.094262] parport_pc 00:07: reported by Plug and Play ACPI
    Jul 3 18:00:34 Arch2010p5 kernel: [ 5.094315] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    Jul 3 18:00:34 Arch2010p5 kernel: [ 5.104344] usbcore: registered new interface driver usbfs
    Jul 3 18:00:34 Arch2010p5 kernel: [ 5.104367] usbcore: registered new interface driver hub
    Jul 3 18:00:34 Arch2010p5 kernel: [ 5.104407] usbcore: registered new device driver usb
    Jul 3 18:00:34 Arch2010p5 kernel: [ 5.107126] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    Jul 3 18:00:34 Arch2010p5 kernel: [ 5.107148] r8169 0000:02:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Jul 3 18:00:34 Arch2010p5 kernel: [ 5.107206] r8169 0000:02:00.0: setting latency timer to 64
    Jul 3 18:00:34 Arch2010p5 kernel: [ 5.107246] r8169 0000:02:00.0: irq 42 for MSI/MSI-X
    Jul 3 18:00:34 Arch2010p5 kernel: [ 5.107440] r8169 0000:02:00.0: eth0: RTL8168c/8111c at 0xffffc9001168c000, 00:24:8c:bc:cc:ee, XID 1c4000c0 IRQ 42
    Jul 3 18:00:34 Arch2010p5 kernel: [ 5.114060] ppdev: user-space parallel port driver
    Jul 3 18:00:34 Arch2010p5 kernel: [ 5.118523] ehci_hcd: USB 2.0 'Enhanced'

    Additional info via: https://wiki.archlinux.org/index.php/Ud … gs_at_boot
    [root@Arch2010p5 jeff]# diff -y present_groups udev_groups
    adm <
    audio audio
    avahi <
    bin <
    camera camera
    daemon <
    dbus <
    disk disk
    floppy floppy
    ftp <
    games <
    gdm <
    hal <
    http <
    kmem kmem
    locate <
    log <
    lp lp
    mail <
    mem <
    network <
    nobody <
    ntp <
    optical optical
    postgres <
    power <
    printadmin <
    rfkill <
    root root
    scanner scanner
    smmsp <
    storage storage
    sys <
    tty tty
    usbmux <
    users <
    utmp <
    uucp uucp
    vboxusers <
    video video
    wheel <
    # Begin /etc/nsswitch.conf
    passwd: files
    group: files ldap
    group: files
    shadow: files
    publickey: files
    hosts: files dns
    networks: files
    protocols: files
    services: files
    ethers: files
    rpc: files
    netgroup: files
    # End /etc/nsswitch.conf

  • How do I get an actor to wait for its nested actors to stop running before stopping itself?

    I'm developing a series of projects that are based on the Actor Framework and my actor dependency hierarchy is starting to get some depth. One of the issues I'm facing now is making sure that each actor will only stop running (and signal this via a Last Ack to a higher-level actor or via a notification to non-AF code that launches it) once all of its nested actors have stopped running.
    For instance, say I have a type of actor that handles communication with a microcontroller over USB - a USB Controller Actor. I might want to have an application-specific actor that launches USB Controller Actor to issue commands to the microcontroller. When shutting down, I want this top-level actor to send a Stop Msg to USB Controller Actor and then wait to receive a Last Ack back before sending a notification within a provided notifier to the non-AF application code, which can then finish shutting down completely.
    I'm sure that having actors wait for all nested actors to shutdown before shutting down themselves is an extremely common requirement and I'm confident National Instruments have made it possible to handle that in a simple, elegant manner. I'm just struggling to figure out what that is.
    The approaches I've experimented with are:
    Creating a pseudo "Stop" message for an actor that won't actually stop it running straight away, but instruct it to stop all nested actors, wait for their Last Acks and then shut itself down by sending Stop Msg to itself. This isn't elegant because it means the client will be forced to fire off these pseudo stop messages instead of Stop Msg to certain actors.
    Instantiating an internally-used notifier and overriding Stop Core.vi and Handle Last Ack Core.vi. The idea is that within Stop Core.vi, I send Stop Msg to each of the nested actors and then make it wait indefinitely on the internal notifier. Within Handle Last Ack Core.vi, I make it send a notification using this notifier which allows Stop Core.vi to continue and perform deinitialisation for the top-level actor itself. Figures 1 & 2 below show this approach. I wasn't confident that this would work since it assumed that it was possible for Stop Core.vi to execute and then Handle Last Ack Core.vi to concurrently execute some time after. These assumptions didn't hold and it didn't work. It would have been messy even if it had.
    Overriding Stop Core.vi, making it send Stop Msg to each nested actor and then waiting for an arbitrarily long period of time (100ms, 200ms, etc.). What if a nested actor takes only 10ms to shut down? What if takes 400ms?
    The figures below show how I implemented the second approach. Ignore the broken object wires - they only appear that way in the snippets.
    Figure 1 - Stop Core.vi from the second approach
    Figure 2 - Handle Last Ack Core.vi from the second approach

    tst wrote:
    It wasn't that hard to find - https://decibel.ni.com/content/thread/27138?tstart=0
    But with dozens of posts, I have no intention of rereading it now.
    Also, when crossposting, it's considered polite to add a link, so that people can see if the other thread has relevant replies.
    Thanks. I've only read the first page for now but I find this interesting (I'm not sure how to format non-reply quotes, sorry):
     "AristosQueue wrote:
    CaseyLamers1 wrote:
    I think that this would be a nice addition. I think how a program stops is just as important as how it starts.
    I think everyone who has worked on AF design agrees with this. Indeed, managing "Stop" was *the* thing that lead to the creation of the Actor Framework in the first place. The other issues (deadlock/hang avoidance and resource management) were secondary to just trying to get a clean shutdown.
    CaseyLamers1 wrote:
    I find the current code a bit lacking.
    My concern would be that the mixing of a verified stop and a regular stop could create confusion and lead to people having trouble during editting and testing with the project ending up locked (due to VIs left running which did not shutting down).
    Your concern is to some degree why no verified Stop exists in the AF already. We looked at each actor as an independent entity, and left it open to the programmer to add an additional managment layer for those applications that needed it. But over time, I have seen that particular management layer come up more often, which is why I am exploring the option."
    So that gives one of the reasons why this hasn't already been implemented but also points out that it's something quite a lot of people want.
    > Also, when crossposting, it's considered polite to add a link, so that people can see if the other thread has relevant replies.
    Noted. Here's the discussion: https://decibel.ni.com/content/message/104983#104983
    Edit: since there doesn't seem to be any NI-provided way of doing this yet, I suppose I'll try rolling my own at some point. The ideas posted in the discussion you linked seem pretty useful.

  • Sending step in Integration Process waiting for Acknowledgement infinitely

    In process I had to send an MATMAS, CLFMAS and CNPMAS. The data for
    this IDoc comes in one message from third party system. So, my
    Integration Process has receive step (to collect a data), and three
    send-steps (for MATMAS, for CLFMAS, for CNPMAS), one by one. The
    receive-step catch an inbound message and then (without transforms)
    send this message to each of this three send-steps in Asynchronous
    mode. The inbound message transforms in Interface Determination to
    IDoc. Three steps, one Interface Determination with three conditions,
    that looks
    like «ProcessStep=send_matmas», «ProcessStep=send_clfmas», «ProcessStep=s
    end_cnpmas», and in this place I set a mapping to transform inbound
    message to IDoc. All send-steps has property Acknowledgement, which set
    to Transport value. So in first send-step MATMAS goes to R3, then R3 in
    response send ALEAUD IDoc (trans WE05 shows an incoming MATMAS and
    outgoing ALEAUD); ALEAUD comes to XI (trans IDX5 shows inbound and
    outbound messages), but ALEAUD didnu2019t transforms to XI Acknowledgement.
    And there is no any CLFMAS or CNPMAS, because all processes sleeps in
    their first send-steps (trans SWWL shows a many STARTED processes).
    Each send-step waits for event u2018SEND_OK_TRANSPORTu2019. Moreover, if I use
    trans sxmb_moni to monitor this situation and if I press refresh (F5
    button) every time, sxmb_moni every time requests a status of
    Acknowledgements, XI transform ALEAUD to Ack, send-step in process
    catch this status, process wake up and moves to next send-step (which
    sends an CLFMAS and waits for Ack). By continuously pressing refresh
    (F5) in sxmb_moni all process becomes COMPLETED (trans SWWL), all
    ALEAUD transforms to XI Ack and all IDocs goes to R3. But pressing F5
    itu2019s not a solution for integration.

    Hi Igor,
    I dont think your manual refresh changes the status . The status changes is the status change of GUI . The system will take how much so ever it needs to take and not as per your manual refresh.
    Regards
    joel

  • How to handle threading for TCP communicat​ion?

    Hi,
    I've a project to control two separate applications (C++ and LabView) and both of them are implemented as server. Another client program (C++) is used to control those application. The communication among them are implemented using TCP socket. The client program sends message to start or stop some tasks on the servers. The client program also sends time (hh:mm:ss) with the start and stop message to determine when to start or stop.
    In C++ application (server): The application listens for connection and when gets  one, it creates a communication thread to handle that and again listen for another connection. The communication thread handles message passing and when it receives start or stop message, it creates a timer thread with the received time to trigger a task at specified time. And after that it waits for message from the client. So, here, when thread (communication, timer) is needed, it is created.
    In LabView (server): I've tried to create same thing as the C++ server. But, from LabView manual and others forum threads, I got that LabView is multithreading and it can be done using independent loop. So, I'd to create four loops in a diagram:
    1. Listen for new connection
    2. Handle communication for already received connection
    3. Start timer
    4. Stop timer
    and they are run at the beginning of the execution and communication among them are managed using local variables. But, 2,3 and 4th loop can handle only one connection and it can handle another if the current is closed. But, the C++ application can handle more than one connection by creating thread when it is necessary but not at the beginning of the execution of the application.
    Is there a better way to implement this in LabView?
    Is it possible to handle multiple connections and create diagram node/block (like thread) dynamically like C++?
    Thanks.
    Using LabVIEW 2010, Visual C#, Visual C++ (2005, 2008, 2010)
    Solved!
    Go to Solution.

    There are several ways to do this in modern LabVIEW and you should probably search the Example Finder for some TCP examples. The classic way is to transfer the connection refnum from the listen loop to a communication loop that adds it to an array of connection IDs and then continously iterates over this array to do the communication. It works since about LabVIEW 4.0 perfectly for me even for applications with HTTP based communication protocol. But you need to make sure of course that the communciation handling for one connection isn't delaying its work for some reasons as that would delay the handling of the other connections too, as they are really worked on sequentially. If you encounter an error, the connection ID is closed and removed from the array.
    The other is that you create a VI that does your whole communication and terminates itself on an error or when getting the quit command. Make this VI to be reentrant and then launch it through VI server as reentrant instance, passing it the newly received connection refnum form the listen loop. Then use the Run method to let it start and operate like an independant thread.
    For all of these you should be able to find an example in the Example Finder when searching for TCP.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Stop waiting for event 'SEND_OK_TRANSPORT' of CL_SWF_XI_MESSAGE

    Hi,
    I designed a BPM with a sender requesting for a Transport Acknowledgement.
    But earlier I defined via IDX_NOALE, that no Ack. should be sent.
    My problem is now, that I have a lot of messages waiting for the event 'SEND_OK_TRANSPORT' of object type CL_SWF_XI_MESSAGE.
    How can I stop these workitems (>10000 workitems
    Is there a report to fix this problem?
    Thanks a lot
    Regards
    Wolfgang

    Hi Wolfgang,
    If you go to SXMB_MONI_BPE you can see various options to play around with work item and work flows.
    if you want to change workflow state manually just execute Diagnosis Processes with Error option here you can edit work item and workflow states.
    Cheers,
    Jag

  • How to retard tcp ack

    Hi all!
    I'd like to know if it is possible to retard the tcp ack.
    I'll try to explain me better:
    I am receiving important data through tcp: when I receive this data I don't want to send immediately the ack packet: it may occur that i receive the packet, I send the ack signal and then my system crash: this way the sender will not send me anymore the same datas, having received an ack, and crashing the data just received in my system would be lost.
    The alternative would probably be give a sequence number to each packet and after elaborating the packet send that sequence number to the sender: I think this solution would work as well but I don't want the sender to create the sequence numbers for each packet.
    So my question is: can I receive the pack, process it, and only then send the tcp ack?
    Thanks all people

    I wouldn't use the word "retard" in that context ... it's too loaded with other meanings ...
    I'm pretty sure you can't control this in Java and I'm even more sure that you shouldn't.
    What you want is an application-level acknowledge, and not misuse the TCP-level acknowledge for this. The TCP ACK is soley for transmission control, so that the stream works correctly and the other side knows that it can send some more data.
    It was never intended as an acknowledge of the form "I've received your Data and have completely handled it!". This should be sent on the Application Level (i.e. as a separate message in your protocol).

  • Ichat video - waiting for response

    Everytime I try to start a video chat on iChat, the partner I am trying to chat with will recieve my request, accept it, but iChat continues to say "waiting for a response". We can wait for 10 minutes and it still never connects. I don't have any firewalls running so I'm not sure what it could be, but it's very frustrating. Any ideas?
    I also am running on iOS 5.0.1

    Hi,
    As you are using many apps and many of those will use port above the 1024 threshold I would suggest again strongly that you use UPnP rather than Port Forwarding.
    However the IP you need to "point" the ports to is the IP your computer has.
    Linksys devices don't have a way you making you keep the same IP without setting up Static routing.
    If you leave the Linksys doing DHCP then the computer may not keep the  same IP (Particularly if it is shut down for longer then the lease time (normally 24 hours) )
    Port Forwarding will limit access via the ports set to the one IP that gets listed.
    UPnP will work for any IP (Computer) so it does not matter if the computer's IP changes if DHCP is left On.
    Static Routing.
    You need to turn Off DHCP here.  (no 2)
    Then in System Preferences > Network > Advanced Button > TCP tab you need to select Manually in the IPV4 drop down.
    Then you need to fill in the other boxes.
    The IP can be any IP from 192.168.1.2 - 192.168.1.255
    Then the Subnet Mask
    Any DNS servers listed in the top part of the same page
    And the Router IP (192.168.1.1)
    Example of my current set up (Different IPs and also some device are using DHCP)
    (Using Manual with DHCP allows some devices to use some DHCP reserved IP addresses)
    NOTES
    Skype does have a port (listed in it's Preferences) that can be different on each download you make.
    If this is not open then Skype will circumvent any firewall (Normally why they are not open) and use either Mail or Web Browsing ports as a "Fall back" position.
    Google tend to use a Web Browser anyway to do the Chatting.
    ooVoo says this:-
        For a P2P video conversation, one of the clients should have port 443/TCP or 37674/TCP and UDP 10000-65000, UDP 5222 opened for incoming connections in the firewall (port 37674 can be changed from the ‘Connection’ tab of the ooVoo ‘Settings’ window).   
        In case the above ports are not opened or the video conversation includes more than 2 participants, the video conversation will be delivered via our video servers. In this case, no special incoming ports need to be opened.   
        To decrease delays and load on the network, we also recommend opening the ports detailed above for UDP connections (for incoming and outgoing connections).   
    Using ports below the 1024 threshold and admitting that if will manage if not opened.
    8:18 PM      Thursday; December 29, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Valid actions to prevent "Waiting for in-flux to clear"

    Hi all,
    In our application we use to do heavy processing with some connections to Timesten instance (about 20).
    Sometimes, we got this in-flux message on syslog:
    <wait not in flux> Waiting for in-flux to clear (now reason 2=connect pid 14515 nwaiters 87 count 597
    ds /tt02/ttvl2/timesten/RT_02/ds/mta4350_64_02)
    While these messages are printed on syslog, we're unable to create new connections to this instance. Normally we rename this instance entry on ODBC.ini to avoid new connections and wait until there's no in-flux messages with a so high value of nwaiters. This may take several hours...
    What is the real meaning of this message? Perhaps some bootleneck or invalid configuration...
    And what is the actions we can adopt to avoid this?
    Thanks in advance,

    Hi jsPalmer,
    We use different disks for datastore and trasaction log files. And there's not a specific date time when the problems occurs. But for sure, this hapens always with one of our binaries (pm1RerateExtract).
    We are a telecom company (Claro - Brazil) and this is part of a rerating process (developed by Amdocs). Every time we close a cycle for rerating and billing, this job is started. Today We have 31 Billing Cycles (effective: 26). Each one of this cycles have a datastore configured in TT (balance between 2 machines).
    The cycle I posted the informations bellow (14) is big in terms of customers and calls.
    I ran the monitor command you said, but there's no specific "LOG /BUFFER WAIT" attribute. I think this old version doesn't give this kind of output:
    By now, we're running that process that uses to cause the locks. So far it's processing, but there's 90% of chance in the next hours it hangs and keep the ttcserver connections alive, locking new connections.
    I'm collecting as much information as I can to open the SR
    Some of the informations I've collected now:
    # monitor output (Datastore Rt14_64S)
    Command> monitor;
    TIME_OF_1ST_CONNECT: Mon Feb 7 10:22:14 2011
    DS_CONNECTS: 3915
    DS_DISCONNECTS: 3807
    DS_CHECKPOINTS: 5993
    DS_CHECKPOINTS_FUZZY: 5993
    DS_COMPACTS: 0
    DS_MAX_SIZE: 8125440
    DS_ALLOCATED_SIZE: 8125440
    DS_IN_USE_SIZE: 4809078
    PERM_ALLOCATED_SIZE: 7065600
    PERM_IN_USE_SIZE: 4557324
    PERM_IN_USE_HIGH_WATER: 4569842
    TEMP_ALLOCATED_SIZE: 1059840
    TEMP_IN_USE_SIZE: 251754
    TEMP_IN_USE_HIGH_WATER: 571970
    XACT_BEGINS: 577428492
    XACT_COMMITS: 576843988
    XACT_D_COMMITS: 2181311
    XACT_ROLLBACKS: 584488
    LOG_FORCES: 2189718
    DEADLOCKS: 273
    LOCK_TIMEOUTS: 37285
    LOCK_GRANTS_IMMED: -1332342540
    LOCK_GRANTS_WAIT: 234757
    LOCK_DENIALS_COND: 1714469
    CMD_PREPARES: 2291678
    CMD_REPREPARES: 9430
    CMD_TEMP_INDEXES: 0
    LAST_LOG_FILE: 50354
    REPHOLD_LOG_FILE: -1
    REPHOLD_LOG_OFF: -1
    SYS1: 0
    SYS2: 0
    SYS3: 0
    SYS4: 0
    SYS5: 0
    SYS6: 0
    SYS7: 13328
    SYS8: 734735768
    SYS10: 1
    SYS11: 0
    SYS12: 0
    SYS13: 0
    SYS14: 0
    SYS15: 0
    SYS16: 0
    SYS17: 0
    SYS9:
    # dssize output:
    Command> dssize m;
    DS_MAX_SIZE: 7935
    DS_ALLOCATED_SIZE: 7935
    DS_IN_USE_SIZE: 4710
    PERM_ALLOCATED_SIZE: 6900
    PERM_IN_USE_SIZE: 4450
    PERM_IN_USE_HIGH_WATER: 4462
    TEMP_ALLOCATED_SIZE: 1035
    TEMP_IN_USE_SIZE: 260
    TEMP_IN_USE_HIGH_WATER: 558
    # This specific datastore settings (note: LogBuffSize in KB; LogFileSize in MB )
    [Rt14_64S]
    Driver=/opt/TimesTen4.3/64/lib/libtten.sl
    DataStore=/tt01/ttvl15/timesten/RT_14/ds/mta4350_64_14
    LogDir=/tt01/ttvl95/timesten/RT_14/log
    #BackupDir=/tt01/ttvl99/timesten/backup/RT_14
    #ArchDir=/tt01/ttvl98/timesten/archive/RT_14
    PermSize=6900
    TempSize=1035
    PermWarnThreshold=90
    TempWarnThreshold=80
    LogFileSize=32
    LogBuffSize=256
    Authenticate=0
    AutoCreate=0
    DurableCommits=0
    ExclAccess=0
    Isolation=1
    LockLevel=0
    Logging=1
    LogPurge=0
    MatchLogOpts=0
    MemoryLock=1
    OverWrite=0
    Preallocate=0
    SMPOptLevel=3
    Temporary=0
    ThreadSafe=1
    WaitForConnect=1
    UID=oper
    # ttStatus output
    Data store /tt01/ttvl15/timesten/RT_14/ds/mta4350_64_14
    There are 41 connections to the data store
    Data store is in shared mode
    Shared Memory KEY 0x191cadb8 ID 281160715
    Subdaemon pid 27914 context 0x800000010001ba90 connected (KEY 0x191cadb8)
    Process pid 1581 context 0x800000010001aba0 connected (KEY 0x191cadb8)
    Process pid 25769 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 15438 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 21735 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 9661 context 0x8000000100027920 connected (KEY 0x191cadb8)
    Process pid 9797 context 0x8000000100027f60 connected (KEY 0x191cadb8)
    Process pid 16965 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 16966 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 22023 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 22128 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 22317 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 22489 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 18162 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 22607 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 22686 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 22863 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 948 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 22946 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 23053 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 23104 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 1876 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 1963 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 23608 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 23888 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 23936 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 24270 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 24746 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 24820 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 24828 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 24883 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 24900 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 25051 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 25050 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 7432 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 7448 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 15509 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 15771 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 11407 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 11568 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    Process pid 18106 context 0x80000001001c63a0 connected (KEY 0x191cadb8)
    # Processes running now
    us1oper 22480 22353 253 10:13:49 ? 11:18 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_8 /us01/datavl01/
    us1oper 28635 21612 0 10:19:33 ? 0:02 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_3 /us01/datavl01/
    us1oper 15970 21994 0 11:12:44 ? 0:00 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_5 /us01/datavl01/
    us1oper 21417 21246 252 10:13:16 ? 23:43 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_2 /us01/datavl01/
    us1oper 19989 19592 254 10:13:06 ? 23:09 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_0 /us01/datavl01/
    us1oper 107 21417 0 11:09:58 ? 0:00 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_2 /us01/datavl01/
    us1oper 22799 22668 249 10:14:00 ? 25:13 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_10 /us01/datavl01
    us1oper 21994 21854 255 10:13:33 ? 24:09 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_5 /us01/datavl01/
    us1oper 14822 19989 0 11:11:29 ? 0:00 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_0 /us01/datavl01/
    us1oper 22159 22035 253 10:13:39 ? 27:35 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_6 /us01/datavl01/
    us1oper 15399 20881 0 11:12:01 ? 0:00 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_1 /us01/datavl01/
    us1oper 21802 21654 253 10:13:28 ? 19:50 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_4 /us01/datavl01/
    us1oper 10148 22480 0 10:20:19 ? 0:00 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_8 /us01/datavl01/
    us1oper 12357 22799 0 11:10:44 ? 0:00 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_10 /us01/datavl01
    us1oper 22327 22202 255 10:13:44 ? 24:24 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_7 /us01/datavl01/
    us1oper 20881 20416 252 10:13:12 ? 25:13 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_1 /us01/datavl01/
    us1oper 21612 21442 253 10:13:22 ? 15:25 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_3 /us01/datavl01/
    us1oper 22646 22511 253 10:13:55 ? 19:04 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_9 /us01/datavl01/
    us1oper 27886 21612 0 10:18:29 ? 0:00 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_3 /us01/datavl01/
    us1oper 12492 22480 2 10:21:28 ? 0:01 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_8 /us01/datavl01/
    us1oper 17857 22646 0 10:27:24 ? 0:02 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_9 /us01/datavl01/
    us1oper 13697 21417 0 11:11:05 ? 0:00 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_2 /us01/datavl01/
    us1oper 15812 22159 0 11:12:34 ? 0:00 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_6 /us01/datavl01/
    us1oper 17433 22646 0 10:26:22 ? 0:00 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_9 /us01/datavl01/
    us1oper 15228 22799 0 11:11:49 ? 0:00 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_10 /us01/datavl01
    us1oper 15282 21802 0 11:11:53 ? 0:00 pm1RerateExtract INSTANCE=RERATEREX_14_3_2011_4 /us01/datavl01/
    # Connections made for some of the processes above
    [64] /home/12022149/temp > cat output_connections_TT_pids_22646_27886_21612_C14_1155.txt
    Mar 12 10:13:44 brux0147 TimesTen Server 4.3[22317]: EventID=16| Connect succeeded from client: brux0147 (brux0147); IP address: 10.18.49.111; Client PID: 21612; DSN: Rt14_64S; UID: oper
    Mar 12 10:14:16 brux0147 TimesTen Server 4.3[*23053*]: EventID=16| Connect succeeded from client: brux0147 (brux0147); IP address: 10.18.49.111; Client PID: 22646; DSN: Rt14_64S; UID: oper
    Mar 12 10:15:33 brux0147 TimesTen Server 4.3[24270]: EventID=16| Connect succeeded from client: brux0147 (brux0147); IP address: 10.18.49.111; Client PID: 21612; DSN: Rt14_64S; UID: oper
    Mar 12 10:16:17 brux0147 TimesTen Server 4.3[*25050*]: EventID=16| Connect succeeded from client: brux0147 (brux0147); IP address: 10.18.49.111; Client PID: 22646; DSN: Rt14_64S; UID: oper
    # Partial truss output (system calls) - PID *25050*
    us1oper@brux0147:us1oper> time /usr/local/bin/truss -p 25050
    ( Attached to process 25050 ("/opt/TimesTen4.3/64/bin/ttcserver -p 14303") [64-bit] )
    select(8, 0x800003ffe8c85208, NULL, NULL, 0x800003ffe8c85308) [sleeping]
    select(8, 0x800003ffe8c85208, NULL, NULL, 0x800003ffe8c85308) = 0
    select(8, 0x800003ffe8c85208, NULL, NULL, 0x800003ffe8c85308) = 1
    recv(7, "\0\001c5170103j \t1d0f05S _ 4 1 ".., 4000, 0) = 453
    time(0x800003ffe8c85438) = 1299947882
    sigprocmask(0x1c8cb0, NULL, 0x80000001001c8db0) = 0
    sigprocmask(0x1c8cb0, NULL, 0x80000001001c8db0) = 0
    sigprocmask(0x1c8cb0, NULL, 0x80000001001c8db0) = 0
    semop(474869790, 0x800003ffe8c88e88, 1) = 0
    sigprocmask(0x1c8cb0, NULL, 0x80000001001c8db0) = 0
    sigprocmask(0x1c8cb0, NULL, 0x80000001001c8db0) = 0
    semop(474869790, 0x800003ffe8c8c4e8, 1) = 0
    semop(474869790, 0x800003ffe8c8aa98, 1) = 0
    semop(474869790, 0x800003ffe8c8be48, 1) = 0
    sigprocmask(0x1c8cb0, NULL, 0x80000001001c8db0) = 0
    sigprocmask(0x1c8cb0, NULL, 0x80000001001c8db0) = 0
    semop(474869790, 0x800003ffe8c87908, 1) = 0
    send(7, "\0\00ed3170203j \t\v\00f\005\004".., 3795, 0) = 3795
    time(0x800003ffe8c85450) = 1299947882
    select(8, 0x800003ffe8c85208, NULL, NULL, 0x800003ffe8c85308) = 1
    recv(7, "\0\0\014170103k 160f05S _ 4 1 3 ".., 4000, 0) = 20
    time(0x800003ffe8c85438) = 1299947882
    send(7, "\0\0\0\n170203k 16\n", 10, 0) = 10
    time(0x800003ffe8c85450) = 1299947882
    select(8, 0x800003ffe8c85208, NULL, NULL, 0x800003ffe8c85308) = 1
    recv(7, "\0\0019a170103l \t1d0f05S _ 4 1 ".., 4000, 0) = 410
    time(0x800003ffe8c85438) = 1299947882
    semop(474869790, 0x800003ffe8c87cd8, 1) = 0
    sigprocmask(0x1c8cb0, NULL, 0x80000001001c8db0) = 0
    sigprocmask(0x1c8cb0, NULL, 0x80000001001c8db0) = 0
    sigprocmask(0x1c8cb0, NULL, 0x80000001001c8db0) = 0
    semop(474869790, 0x800003ffe8c88e88, 1) = 0
    sigprocmask(0x1c8cb0, NULL, 0x80000001001c8db0) = 0
    sigprocmask(0x1c8cb0, NULL, 0x80000001001c8db0) = 0
    semop(474869790, 0x800003ffe8c8c4e8, 1) = 0
    sigprocmask(0x1c8cb0, NULL, 0x80000001001c8db0) = 0
    sigprocmask(0x1c8cb0, NULL, 0x80000001001c8db0) = 0
    send(7, "\0\0\r9d170203l \t\v\00f\005\004".., 3485, 0) = 3485
    time(0x800003ffe8c85450) = 1299947882
    select(8, 0x800003ffe8c85208, NULL, NULL, 0x800003ffe8c85308) = 1
    recv(7, "\0\0\014170103m 160f05S _ 4 1 4 ".., 4000, 0) = 20
    time(0x800003ffe8c85438) = 1299947882
    send(7, "\0\0\0\n170203m 16\n", 10, 0) = 10
    time(0x800003ffe8c85450) = 1299947882
    select(8, 0x800003ffe8c85208, NULL, NULL, 0x800003ffe8c85308) [sleeping]
    ( Detaching from process 25050 ("/opt/TimesTen4.3/64/bin/ttcserver -p 14303") )
    real 0m5.99s
    user 0m0.02s
    sys 0m0.15s
    # Another truss output (PID *23053*)
    us1oper@brux0147:us1oper> time /usr/local/bin/truss -p 23053
    ( Attached to process 23053 ("/opt/TimesTen4.3/64/bin/ttcserver -p 14303") [64-bit] )
    select(8, 0x800003ffe8c85208, NULL, NULL, 0x800003ffe8c85308) [sleeping]
    select(8, 0x800003ffe8c85208, NULL, NULL, 0x800003ffe8c85308) = 0
    select(8, 0x800003ffe8c85208, NULL, NULL, 0x800003ffe8c85308) [sleeping]
    select(8, 0x800003ffe8c85208, NULL, NULL, 0x800003ffe8c85308) = 0
    select(8, 0x800003ffe8c85208, NULL, NULL, 0x800003ffe8c85308) [sleeping]
    select(8, 0x800003ffe8c85208, NULL, NULL, 0x800003ffe8c85308) = 0
    select(8, 0x800003ffe8c85208, NULL, NULL, 0x800003ffe8c85308) [sleeping]
    select(8, 0x800003ffe8c85208, NULL, NULL, 0x800003ffe8c85308) = 0
    select(8, 0x800003ffe8c85208, NULL, NULL, 0x800003ffe8c85308) [sleeping]
    ( Detaching from process 23053 ("/opt/TimesTen4.3/64/bin/ttcserver -p 14303") )
    real 0m19.07s
    user 0m0.01s
    sys 0m0.04s
    I also got many other informations (ttStatus verbose output, truss from other processes, lsof, etc). I'll tar everything, make a tar.gz file and attach to the SR.
    Forgot to say these processes are running the same machine where datastore resides, But we've not configured the "ttLocalHost" parameters to use unix domain sockets instead of tcp connections. May this be a problem or a bottleneck?
    Thanks for your help
    Edited by: pstglia on 12/03/2011 08:19
    Edited by: pstglia on 12/03/2011 08:34
    Edited by: pstglia on 12/03/2011 08:41

  • Waiting for Acknowledge status

    Hi All,
    I have a scenario already running in PRD (IDOC to File).
    Now there is some enhancement required to be done, based on some specific plant, the delivery is to be sent to different location.
    I have done the configuation by making another Business Component using routing rule & further assingned the routing roule to
    Receiver Determinaion. the scenario is running perfect. Files are being created in the target system based on Plant.
    but in SXMB_MONI, the message is in success state where as there is one column, as 'Ack Status' here comes waiting for
    acknowledgment with a red icon.
    How to avoid this, do I have create a Business system in SLD, or just neglect this message as files are being creted at the location.
    Thanks,
    Krishna

    Hi,
    \You can disable Acknowledge by using  report IDX_NOALE for your IDOc.
    Refer this
    IDOC - XI - File

  • SAPgui: Waiting for response

    Hi all,
    after the failed attempt to make a client copy I have some problems:
    Stopping the system with stopsap or stopping the database (MaxDB) not possible, because "there are still active users on database system"
    --> so I must stop the database with dbmcli
    --> after each new sapstart I have the same problem
    Also login is not possible:
    While trying to connect to the system SAPgui gives
    "Waiting for Response" but nothing works.
    Problem with the database?
    --> entry in dev-disp:  swap space to small, tmpfs at /dev/shm  to small
    Connection problem?
    --> entry in dev_ms: 
         "MsSCheckConnections: no response from Client C0 (<hostname>_<sid>00)"
    --> entry in CPITRCxxxxx:
         "GwIConnect to <hostname> / 3300 failed..."
         "CPIC (TCP/IP) on local host
           Partner 192.168.0.200 not reached
    What can I do?
    Thank you in advance
    Wilhelm

    > see a smile in my face!
    >
    > "- take a full backup of the database
    > - take a backup of the log area ."
    >
    > -> for the first time: how do I do that?
    The easiest way is to install DBMGUI or Database Studio (see here: https://www.sdn.sap.com/irj/sdn/maxdb-downloads) - you can choose
    Check the guide
    https://www.sdn.sap.com/irj/sdn/maxdb
    --> Backup and Restore   
    and
    http://maxdb.sap.com/doc/7_6/f8/5a27401544ed01e10000000a155106/frameset.htm
    Basically you will need to
    - connect DBMGUI or Database Studio to your database (using the dbm/control user)
    - create a medium where to backup (disk, tape)
    - run the database backup
    - create a second medium for the logfiles
    - backup the log
    Get back if you have a problem
    Markus

  • Waiting For Bridge CS6 when selecting MiniBridge in Photoshop (win)

    Mini-Bridge does not load any files.  (Windows 7)
    All I get is the dreaded "Waiting for Bridge CS6..." message where the image thumbnails should be.
    Yes, yes... I did open Bridge CS6 manually and it works fine.

    Same exact symptons here. System info if that helps.
    Adobe Photoshop Version: 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00) x32
    Operating System: Windows 7 32-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:15, Stepping:13 with MMX, SSE Integer, SSE FP, SSE2, SSE3
    Physical processor count: 2
    Processor speed: 1729 MHz
    Built-in memory: 2038 MB
    Free memory: 811 MB
    Memory available to Photoshop: 1662 MB
    Memory used by Photoshop: 70 %
    Image tile size: 128K
    Image cache levels: 4
    OpenGL Drawing: Disabled.
    OpenGL Drawing Mode: Basic
    OpenGL Allow Normal Mode: False.
    OpenGL Allow Advanced Mode: False.
    OpenGL Allow Old GPUs: Not Detected.
    Video Card Vendor: Intel
    Video Card Renderer: Intel 965/963 Graphics Media Accelerator
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 800, right: 1280
    Video Card Number: 2
    Video Card: Mobile Intel(R) 965 Express Chipset Family
    OpenCL Unavailable
    Driver Version: 8.15.10.1825
    Driver Date: 20090616000000.000000-000
    Video Card Driver: igdumdx32.dll,igd10umd32.dll
    Video Mode:
    Video Card Caption: Mobile Intel(R) 965 Express Chipset Family
    Video Card Memory: 384 MB
    Video Rect Texture Size: 2048
    Video Card Number: 1
    Video Card: Mobile Intel(R) 965 Express Chipset Family
    OpenCL Unavailable
    Driver Version: 8.15.10.1825
    Driver Date: 20090616000000.000000-000
    Video Card Driver: igdumdx32.dll,igd10umd32.dll
    Video Mode: 1280 x 800 x 4294967296 colors
    Video Card Caption: Mobile Intel(R) 965 Express Chipset Family
    Video Card Memory: 384 MB
    Video Rect Texture Size: 2048
    Serial number: Tryout Version
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6\
    Temporary file path: C:\Users\Gene\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 460.6G, 200.3G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2012/01/18-15:07:40   66.492997   66.492997
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/02/09-16:00:02   4.0.93   66.496052
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1642  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   5,0,10,0  
       AGM.dll   AGM 2012/01/18-15:07:40   66.492997   66.492997
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/01/18-15:07:40   66.492997   66.492997
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/01/18-15:07:40   66.492997   66.492997
       BIBUtils.dll   BIBUtils 2012/01/18-15:07:40   66.492997   66.492997
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.0.5.19287   2.0.5.19287
       CoolType.dll   CoolType 2012/01/18-15:07:40   66.492997   66.492997
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       libeay32.dll   The OpenSSL Toolkit   0.9.8g  
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1640  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp71.dll   Microsoft® Visual Studio .NET   7.10.3077.0  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr71.dll   Microsoft® Visual Studio .NET   7.10.3052.4  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (32 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       shfolder.dll   Microsoft(R) Windows (R) 2000 Operating System   5.50.4027.300  
       ssleay32.dll   The OpenSSL Toolkit   0.9.8g  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       3D Studio 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       ADM 3.11x01
       Angled Strokes 13.0
       Average 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Bas Relief 13.0
       BMP 13.0
       Camera Raw 7.0
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Clouds 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Collada 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       CompuServe GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Crop and Straighten Photos Filter 13.0
       Crosshatch 13.0
       Crystallize 13.0
       Cutout 13.0
       Dark Strokes 13.0
       De-Interlace 13.0
       Dicom 13.0
       Difference Clouds 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Embed Watermark 4.0
       Entropy 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Extrude 13.0
       FastCore Routines 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Flash 3D 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Google Earth 4 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Grain 13.0
       Graphic Pen 13.0
       Halftone Pattern 13.0
       HDRMergeUI 13.0
       IFF Format 13.0
       Ink Outlines 13.0
       JPEG 2000 13.0
       Kurtosis 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Maximum 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Mean 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Measurement Core 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Median 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Mezzotint 13.0
       Minimum 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       MMXCore Routines 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Ocean Ripple 13.0
       Oil Paint 13.0
       OpenEXR 13.0
       Paint Daubs 13.0
       Palette Knife 13.0
       Patchwork 13.0
       Paths to Illustrator 13.0
       PCX 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Picture Package Filter 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Pinch 13.0
       Pixar 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Plaster 13.0
       Plastic Wrap 13.0
       PNG 13.0
       Pointillize 13.0
       Polar Coordinates 13.0
       Portable Bit Map 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Range 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Read Watermark 4.0
       Reticulation 13.0
       Ripple 13.0
       Rough Pastels 13.0
       Save for Web 13.0
       ScriptingSupport 13.0
       Shear 13.0
       Skewness 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Standard Deviation 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Sumi-e 13.0
       Summation 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       U3D 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Underpainting 13.0
       Vanishing Point 13.0
       Variance 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Variations 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       Wavefront|OBJ 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       WIA Support 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Wind 13.0
       Wireless Bitmap 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       ZigZag 13.0
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

Maybe you are looking for