Possible to force X to use only user listed modes?

Section "Screen"
Identifier "amdcccle-Screen[1]-0"
Device "amdcccle-Device[1]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1080" "1280x960" "800x600" "960x540" "640x480"
EndSubSection
EndSection
This is my screen section in xorg.conf file. I would like to only have these resolutions available and not the rest of the crap (built-in standard vesa modes, etc...). Is that possible somehow?

That's not important. What is important is that I want to use exactly these modes and nothing else.

Similar Messages

  • How to force RH9 to use only one master stylesheet for all Word imports?

    I have set a stylesheet (css) as the default for my RH9 WebHelp project in project settings. When I import Word documents into the project, the edit import setting dialog does not show this stylesheet in the list of available stylesheets for the import.
    What is happening instead is a proliferation of unwanted stylesheets derived from all the imported documents. I then have to manually re-set all the new topics to the master stylesheet.
    How can I stop this, and force RH9 to use only the one master stylesheet for all imports?

    cid:[email protected]
    Hi Peter,
    That’s what I thought I was doing in the Project Settings>Import tab>CSS for Style Mapping selection. Maybe that isn’t what it’s meant to do. It’s just getting annoying having all these unneeded files popping up in the project manager so that I have trouble distinguishing the “real” topics from the extra stuff.
    Michael West | Business Improvement | Aurecon
    Ph: +61 3 8683 1996 | Fax: +61 3 8683 1444 | Mob: 0407 485 228
    Email: [email protected]
    PO Box 321, South Melbourne | VIC 3205 | Australia
    http://www.aurecongroup.com
    http://www.aurecongroup.com/apac/groupentity/

  • Is it possible that my update stats used only correct tables?

    Whenever there is a schedule maintenance run I receive a error:
    Executing the query "UPDATE STATISTICS [Perf].[PerfHourly_F65954CD35A54..." failed with the following error: "Table 'PerfHourly_F65954CD35A549E886A48E53F148F277' does not exist.". Possible failure reasons: Problems with the query, "ResultSet"
    property not set correctly, parameters not set correctly, or connection not established correctly.
    Is it possible that my update stats used only correct  tables?
    Thanks

    Use below script ...(change if required)
    USE [dbname]
    go
    DECLARE @mytable_id INT
    DECLARE @mytable VARCHAR(100)
    DECLARE @owner VARCHAR(128)
    DECLARE @SQL VARCHAR(256)
    SELECT @mytable_id = MIN(object_id)
    FROM sys.tables WITH(NOLOCK)
    WHERE is_ms_shipped = 0
    WHILE @mytable_id IS NOT NULL
    BEGIN
     SELECT @owner = SCHEMA_NAME(schema_id), @mytable = name
     FROM sys.tables
     WHERE object_id = @mytable_id
     SELECT @SQL = 'UPDATE STATISTICS '+ QUOTENAME(@owner) +'.' + QUOTENAME(@mytable) +' WITH ALL, FULLSCAN;'
     Print @SQL
     EXEC (@SQL)
     SELECT @mytable_id = MIN(object_id)
     FROM sys.tables WITH(NOLOCK)
     WHERE object_id > @mytable_id
      AND is_ms_shipped = 0
    END
    Or use below for required table only but it will not execute only generate script, make change as per ur requirements:
    SELECT X.*,
      ISNULL(CASE
        WHEN X.[Total Rows]<=1000
        THEN
          CASE
            WHEN [Percent Modified] >=20.0
            THEN 'UPDATE STATISTICS ' + [Schema Name] + '.' + [Table Name] + ' WITH ALL, FULLSCAN  --20% Small Table Rule'
          END
        WHEN [Percent Modified] = 100.00
        THEN 'UPDATE STATISTICS ' + [Schema Name] + '.' + [Table Name]     + ' WITH ALL, FULLSCAN  --100% No real Stats Rule'
        --WHEN X.[Rows Modified] > 1000
        --THEN 'UPDATE STATISTICS ' + [Schema Name] + '.' + [Table Name]     + ' WITH ALL, FULLSCAN  --1000 Rows Modified Rule'
        ELSE
          CASE
            WHEN X.[Total Rows] > 1000000000 --billion rows
            THEN CASE
                   WHEN [Percent Modified] > 0.1
                   THEN 'UPDATE STATISTICS ' + [Schema Name] + '.' + [Table Name]     + ' WITH ALL, FULLSCAN  -- 1B Big Table Rule'
                 END
            WHEN X.[Total Rows] > 100000000  --hundred million rows
            THEN CASE
                   WHEN [Percent Modified] > 1.0
                   THEN 'UPDATE STATISTICS ' + [Schema Name] + '.' + [Table Name]     + ' WITH ALL, FULLSCAN  -- 100M Big Table Rule'
                 END
            WHEN X.[Total Rows] > 10000000   --ten million rows
            THEN CASE
                   WHEN [Percent Modified] > 2.0
                   THEN 'UPDATE STATISTICS ' + [Schema Name] + '.' + [Table Name]     + ' WITH ALL, FULLSCAN  -- 10M Big Table Rule'
                 END
            WHEN X.[Total Rows] > 1000000    --million rows
            THEN CASE
                   WHEN [Percent Modified] > 5.0
                   THEN 'UPDATE STATISTICS ' + [Schema Name] + '.' + [Table Name]     + ' WITH ALL, FULLSCAN  -- 1M Big Table Rule'
                 END
            WHEN X.[Total Rows] > 100000     --hundred thousand rows
            THEN CASE
                   WHEN [Percent Modified] > 10.0
                   THEN 'UPDATE STATISTICS ' + [Schema Name] + '.' + [Table Name]     + ' WITH ALL, FULLSCAN  -- 100K Big Table Rule'
                 END
            WHEN X.[Total Rows] > 10000      --ten thousand rows
            THEN CASE
                   WHEN [Percent Modified] > 20.0
                   THEN 'UPDATE STATISTICS ' + [Schema Name] + '.' + [Table Name]     + ' WITH ALL, FULLSCAN  -- 10K Big Table Rule'
                 END
            END
      END,'') AS [Statistics SQL]
    FROM (
    SELECT  DISTINCT
            DB_NAME()   AS [Database],
            S.name      AS [Schema Name],
            T.name      AS [Table Name],
            I.rowmodctr AS [Rows Modified],
            P.rows      AS [Total Rows],
            CASE
              WHEN I.rowmodctr > P.rows
              THEN 100
              ELSE CONVERT(decimal(8,2),((I.rowmodctr * 1.0) / P.rows * 1.) * 100.0)
            END AS [Percent Modified]
    FROM
            sys.partitions P
            INNER JOIN sys.tables  T ON P.object_Id = T.object_id
            INNER JOIN sys.schemas S ON T.schema_id = S.schema_id
            INNER JOIN sysindexes  I ON P.object_id = I.id
    WHERE P.index_id in (0,1)
      AND I.rowmodctr > 0
    ) X
    WHERE [Rows Modified] > 1000
    ORDER BY [Rows Modified] DESC
    Please click "Propose As Answer"
    if a post solves your problem, or "Vote As Helpful" if a post has been useful
    to you

  • Is it possible access to dashboards by using network users insted of obiee

    Hi,
    can anybody have idea about this
    is it possible access to dashboard by using network users.insted of obiee users.i.ewhen you are login into presentation services it will ask user name and password. in this case it will not like that when we are log in to the sysytem by using user name and password.by using that user name and password it can directly access to the dashboard is it possible or not?means that by using network username and password can i able to login to the dashboard by cliking the presentation url.with out asking username and password again.
    please help me
    thanking you

    Yes, you can and if your presentation services are hosted on a windows server, thats lot more easy. While the presentation server is being promoted, you can have users get authenticated using LDAP/AD and that way, you need not go through typing username/pwd once again.
    Configure SSO
    Set IIS authentication to “Windows authentication”:
    Open IIS Manager => Select Default website => Right-click => Properties => Directory Security tab => Authentication and access contol => Edit … => deselect “Enable anonymous access” => Select “Integrated Windows authentication” => Ok => Ok => Select All => Ok
    Open the instanceconfig.xml file (located in OracleBIData\web\config). Set <SSO enabled = “true”>. Save and close file.
    Restart your server and start your OBIEE services.. You are good to go now.
    Like others said, may be you are better off with closing your questions so others can use it.

  • Re: Is it possible to completely recover VistaOS using only Recovery DVD?

    Hidden WinRE partition was deleted by mistake but I still got the original Recovery DVD for my A200.
    Is it possible to completely recover VistaOS without the WinRE partition, using only Recovery DVD?

    Of course.
    The Toshiba Recovery CD was designed to recover the notebook.
    Using the recovery CD you will get the factory settings.
    But note; the Toshiba recovery CD formats the whole HDD and erases the partitions from the HDD.
    Greets

  • Is it possible to refresh parent window using only JSP??

    If I open a up a new browser window using target="_blank" in the link. Is it possible for me to refresh the parent window using only JSP?
    I know it's possible using Javascript ( window.opener.location.reload(true) ), but my customer don't allow me to use Javascript.

    There is no problem Timo. I'm actually glad that you responded. You're a person that works with ADF for a long time so you know what can be or not easily done, so many thanks.
    I'm going to ask you another question so i don't have to open a new topic and cause a little spam on the forum.
    Is there any way to have more than 2 attributegroups working in my treemap, or in another words, more than 2 ifs in my treemap to color the elements by more than 2 colors or patterns?
    I have this:
    <dvt:treemapNode value="#{row.Store}" label="Store: #{row.Store},  amount: #{row.Amount}" id="tn2" drilling="replace">
         <dvt:attributeGroups value="#{row.Amount lt 10000000}" type="color" id="ag5" label="#{row.Amount lt 10000000 ? 'Abaixo dos 10.000.000' : 'Abaixo dos 20.000.000'}"/>
         <dvt:attributeGroups value="#{row.Amount lt 20000000}" type="color" id="ag7" label="Amount less than 20.000.000"/>
    </dvt:treemapNode>
    If i try to put another attributeGroups, it will not work, for example, for the tests, i've try to add a attributeGroup for an especific amount and all my elements got colored.
    Don't know if it is important but i have a hierarchy in my treemap.
    Any ideias Timo?
    Regards and many thanks.

  • How do I force Mini to use only minidisplayport?

    My problem is that latest two major OS X updates made my setup of an older VGA display and TV not working properly. I was able to switch between them with no problems before. But now, I am in situation where I need to place my Mini into another room. I get the picture ok when both displays are plugged in, but as soon as I unplug the HDMI-cable that goes to my TV, my VGA monitor will go black, it just stops displaying the desktop. When I reboot the Mini, it seems to start fine, it goes to the login screen. As soon as I log in, all I get is black screen. Is there a way to fix this, I have tried to adjust display settings with no luck. This is clearly a software problem, not an issue with hardware.

    I don't understand what you mean with first question.
    As for others, I don't have another VGA monitor I could try. When it comes to cables, same result if I switch those. But really I don't see why it would be the cables as I get the desktop visible in both as long as both monitor and TV are connected.

  • My MacBook Pro can be used only in Safe Mode

    Dear gurus and hackers
    My computer was working just fine before the last upgrades. Then in the last days something happened and now when I use my MacBook pro in normal mode the spinning beach ball cursor keep spinning and nothing I can do about it.
    In safe mode the computer is slow but I can use it. The audio doesn't work and some things (like the background automatic change thing) are very slow.
    but at least I can use the computer.
    I have 100GB of free space
    4Gb of RAM
    lot of kernel panic
    last interesting one (HFS: VOL Google Chrome very low disk
    What to do? I would like to fix it...I tried to do somethings but this is the first time my Mac let me down and I am basically unable to do any work since a week. it was fine before of Christmas (that I spent trying to fix it) but now...I really need to find a solution.
    I installed OnyX
    Checked for permissions
    deleted extra kext
    Any idea?
    Some kernel panic logs
    Dec 27 17:57:01 Claudio kernel[0]: memorystatus_thread: idle exiting pid 926 [SleepServicesD]
    Dec 27 17:57:10 Claudio com.apple.launchd[1] (com.apple.cfprefsd.xpc.daemon[717]): Exited: Killed: 9
    Dec 27 17:57:10 Claudio kernel[0]: memorystatus_thread: idle exiting pid 717 [cfprefsd]
    Dec 27 17:57:12 Claudio com.apple.launchd[1] (com.apple.sleepservicesd[931]): Exited: Killed: 9
    Dec 27 17:57:12 Claudio kernel[0]: memorystatus_thread: idle exiting pid 931 [SleepServicesD]
    Dec 27 17:52:24 Claudio.local WindowServer[87]: reenable_update_for_connection: UI updates were finally reenabled by application "Terminal" after 1.34 seconds (server forcibly re-enabled them after 1.00 seconds)
    Dec 27 17:54:03 Claudio.local Google Chrome[835]: Cannot find function pointer pluginFactory for factory 053918F4-2869-11D7-A671-000A27E2DB90 in CFBundle/CFPlugIn 0x7b608e50 </Users/clapple/Library/Contextual Menu Items/ToastIt.plugin> (not loaded)
    Dec 27 17:54:03 Claudio.local Google Chrome[835]: Cannot find function pointer ParallelsCMFactory for factory D92E055E-35BC-4A79-8DAE-9D77EE29DB70 in CFBundle/CFPlugIn 0x82462000 </Library/Contextual Menu Items/ParallelsCM.plugin> (not loaded)
    Dec 27 17:54:06 Claudio.local Google Chrome[835]: Cannot find function pointer pluginFactory for factory 053918F4-2869-11D7-A671-000A27E2DB90 in CFBundle/CFPlugIn 0x7b608e50 </Users/clapple/Library/Contextual Menu Items/ToastIt.plugin> (not loaded)
    Dec 27 17:54:06 Claudio.local Google Chrome[835]: Cannot find function pointer ParallelsCMFactory for factory D92E055E-35BC-4A79-8DAE-9D77EE29DB70 in CFBundle/CFPlugIn 0x82462000 </Library/Contextual Menu Items/ParallelsCM.plugin> (not loaded)
    Dec 27 17:54:19 Claudio com.apple.launchd.peruser.501[121] (com.apple.pbs[914]): Exited: Killed: 9
    Dec 27 17:54:19 Claudio kernel[0]: memorystatus_thread: idle exiting pid 914 [pbs]
    Dec 27 17:54:23 Claudio.local Google Chrome[835]: Cannot find function pointer pluginFactory for factory 053918F4-2869-11D7-A671-000A27E2DB90 in CFBundle/CFPlugIn 0x7b608e50 </Users/clapple/Library/Contextual Menu Items/ToastIt.plugin> (not loaded)
    Dec 27 17:54:23 Claudio.local Google Chrome[835]: Cannot find function pointer ParallelsCMFactory for factory D92E055E-35BC-4A79-8DAE-9D77EE29DB70 in CFBundle/CFPlugIn 0x82462000 </Library/Contextual Menu Items/ParallelsCM.plugin> (not loaded)
    Dec 27 17:41:29 Claudio.local com.apple.SecurityServer[15]: UID 501 authenticated as user clapple (UID 501) for right 'com.apple.desktopservices'
    Dec 27 17:41:29 Claudio.local com.apple.SecurityServer[15]: Succeeded authorizing right 'com.apple.desktopservices' by client '/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Res ources/Locum' [824] for authorization created by '/System/Library/CoreServices/Finder.app' [154] (100003,0)
    Dec 27 17:41:29 Claudio.local coreservicesd[60]: Application App:"Finder" [ 0x0/0xd00d]  @ 0x0x7f9a414cf280 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x140140:) ), so denying.
    Dec 27 17:41:29 Claudio.local WindowServer[87]: [cps/setfront] Failed setting the front application to Finder, psn 0x0-0xd00d, securitySessionID=0x186a2, err=-13066
    Dec 27 17:41:39 Claudio kernel[0]: (default pager): [KERNEL]: default_pager_backing_store_monitor - send LO_WAT_ALERT
    Dec 27 17:41:57 Claudio.local Dock[150]: no information back from LS about running process
    Dec 27 17:42:07 Claudio kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=839[ksadmin] clearing CS_VALID
    Dec 27 17:42:12 Claudio kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=844[ksadmin] clearing CS_VALID
    Dec 27 17:42:38 Claudio kernel[0]: macx_swapoff SUCCESS
    Dec 27 17:42:39 Claudio kernel[0]: (default pager): [KERNEL]: default_pager_backing_store_monitor - send LO_WAT_ALERT
    Dec 27 17:43:28 Claudio kernel[0]: macx_swapoff SUCCESS
    Dec 27 17:44:37 Claudio.local GoogleTalkPlugin[874]: objc[874]: Class MacCocoaSocketServerHelper is implemented in both /Library/Application Support/Google/GoogleTalkPlugin.app/Contents/MacOS/GoogleTalkPlugin and /Library/Application Support/Google/GoogleTalkPlugin.app/Contents/Frameworks/libgoogletalkremoting.d ylib. One of the two will be used. Which one is undefined.
    Dec 27 17:44:38 Claudio.local VDCAssistant[876]: AVF encoder error: fail to create accelerator instance
    Dec 27 17:44:39 Claudio.local GoogleTalkPlugin[874]: QuickTimeUSBVDCDigitizer:  Found a camera (0x24400000) , but was not able to start it up (0xe00002c5)
    Dec 27 17:45:04 Claudio.local Google Chrome[835]: invalid drawable
    Dec 27 17:45:34 --- last message repeated 4 times ---
    Dec 27 17:49:29 Claudio.local Google Chrome[835]: Cannot find function pointer pluginFactory for factory 053918F4-2869-11D7-A671-000A27E2DB90 in CFBundle/CFPlugIn 0x7b608e50 </Users/clapple/Library/Contextual Menu Items/ToastIt.plugin> (not loaded)
    Dec 27 17:49:29 Claudio.local Google Chrome[835]: Cannot find function pointer ParallelsCMFactory for factory D92E055E-35BC-4A79-8DAE-9D77EE29DB70 in CFBundle/CFPlugIn 0x82462000 </Library/Contextual Menu Items/ParallelsCM.plugin> (not loaded)
    Dec 27 17:22:20 Claudio.local WindowServer[87]: reenable_update_for_connection: UI updates were finally reenabled by application "Google Chrome" after 1.47 seconds (server forcibly re-enabled them after 1.00 seconds)
    Dec 27 17:22:33 Claudio com.apple.launchd[1] (com.apple.sleepservicesd[751]): Exited: Killed: 9
    Dec 27 17:22:33 Claudio kernel[0]: memorystatus_thread: idle exiting pid 751 [SleepServicesD]
    Dec 27 17:33:01 Claudio kernel[0]: HFS: Vol: Google Chrome Very Low Disk: freeblks: 0, dangerlimit: 743
    Dec 27 17:33:02 Claudio.local DiskImages UI Agent[782]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    Dec 27 17:39:17 Claudio.local Google Chrome[199]: Cannot find function pointer pluginFactory for factory 053918F4-2869-11D7-A671-000A27E2DB90 in CFBundle/CFPlugIn 0x80dc84a0 </Users/clapple/Library/Contextual Menu Items/ToastIt.plugin> (not loaded)
    Dec 27 17:39:17 Claudio.local Google Chrome[199]: Cannot find function pointer ParallelsCMFactory for factory D92E055E-35BC-4A79-8DAE-9D77EE29DB70 in CFBundle/CFPlugIn 0x810dd850 </Library/Contextual Menu Items/ParallelsCM.plugin> (not loaded)
    Dec 27 17:40:56 Claudio.local Finder[154]: --ImageKit Error: setImageBrowserContext: bad context
    Dec 27 17:40:57 Claudio.local Locum[820]: Connection with distnoted server was invalidated
    Dec 27 17:12:07 Claudio.local Dock[150]: CGSSetWindowListGlobalClipShape: Invalid window 0x0
    Dec 27 17:12:07 Claudio.local Dock[150]: Unable to open IOHIDSystem (e00002bd)
    Dec 27 17:12:07 Claudio.local Dock[150]: CGSSetWindowListGlobalClipShape: Invalid window 0x0
    Dec 27 17:12:07 Claudio kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)

    Normal Login
    long spinning cursor before I could login
    opened firefox / chrome / itunes
    shut down
    PS: I was offline
    28/12/12 10:21:07.000 AM bootlog[0]: BOOT_TIME 1356682867 0
    28/12/12 10:21:32.000 AM kernel[0]: Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    28/12/12 10:21:32.000 AM kernel[0]: vm_page_bootstrap: 920842 free pages and 54006 wired pages
    28/12/12 10:21:32.000 AM kernel[0]: kext submap [0xffffff7f80741000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000741000]
    28/12/12 10:21:32.000 AM kernel[0]: zone leak detection enabled
    28/12/12 10:21:32.000 AM kernel[0]: standard timeslicing quantum is 10000 us
    28/12/12 10:21:32.000 AM kernel[0]: standard background quantum is 2500 us
    28/12/12 10:21:32.000 AM kernel[0]: mig_table_max_displ = 74
    28/12/12 10:21:32.000 AM kernel[0]: corecrypto kext started!
    28/12/12 10:21:32.000 AM kernel[0]: Running kernel space in FIPS MODE
    28/12/12 10:21:32.000 AM kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    28/12/12 10:21:32.000 AM kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    28/12/12 10:21:32.000 AM kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    28/12/12 10:21:32.000 AM kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    28/12/12 10:21:32.000 AM kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    28/12/12 10:21:32.000 AM kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    28/12/12 10:21:32.000 AM kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    28/12/12 10:21:32.000 AM kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    28/12/12 10:21:32.000 AM kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    28/12/12 10:21:32.000 AM kernel[0]: corecrypto.kext FIPS POST passed!
    28/12/12 10:21:32.000 AM kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    28/12/12 10:21:32.000 AM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    28/12/12 10:21:32.000 AM kernel[0]: calling mpo_policy_init for TMSafetyNet
    28/12/12 10:21:32.000 AM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    28/12/12 10:21:32.000 AM kernel[0]: calling mpo_policy_init for Sandbox
    28/12/12 10:21:32.000 AM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    28/12/12 10:21:32.000 AM kernel[0]: calling mpo_policy_init for Quarantine
    28/12/12 10:21:32.000 AM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    28/12/12 10:21:32.000 AM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    28/12/12 10:21:32.000 AM kernel[0]: The Regents of the University of California. All rights reserved.
    28/12/12 10:21:32.000 AM kernel[0]: MAC Framework successfully initialized
    28/12/12 10:21:32.000 AM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    28/12/12 10:21:32.000 AM kernel[0]: IOAPIC: Version 0x11 Vectors 64:87
    28/12/12 10:21:32.000 AM kernel[0]: ACPI: System State [S0 S3 S4 S5]
    28/12/12 10:21:32.000 AM kernel[0]: AppleIntelCPUPowerManagement: (built 23:03:24 Jun 24 2012) initialization complete
    28/12/12 10:21:32.000 AM kernel[0]: PFM64 (36 cpu) 0xf80000000, 0x80000000
    28/12/12 10:21:32.000 AM kernel[0]: [ PCI configuration begin ]
    28/12/12 10:21:32.000 AM kernel[0]: console relocated to 0xf80010000
    28/12/12 10:21:32.000 AM kernel[0]: PCI configuration changed (bridge=6 device=3 cardbus=0)
    28/12/12 10:21:32.000 AM kernel[0]: [ PCI configuration end, bridges 7 devices 19 ]
    28/12/12 10:21:32.000 AM kernel[0]: NVEthernet::start - Built Aug 25 2012 00:55:57
    28/12/12 10:21:32.000 AM kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 002500fffea34384; max speed s800.
    28/12/12 10:21:32.000 AM kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    28/12/12 10:21:32.000 AM kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    28/12/12 10:21:32.000 AM kernel[0]: rooting via boot-uuid from /chosen: 70E2B923-028F-3877-9451-C47E287C9B86
    28/12/12 10:21:32.000 AM kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    28/12/12 10:21:32.000 AM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    28/12/12 10:21:32.000 AM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    28/12/12 10:21:32.000 AM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    28/12/12 10:21:32.000 AM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    28/12/12 10:21:32.000 AM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    28/12/12 10:21:32.000 AM kernel[0]: BTCOEXIST off
    28/12/12 10:21:32.000 AM kernel[0]: BRCM tunables:
    28/12/12 10:21:32.000 AM kernel[0]: pullmode[1] txringsize[  256] reapmin[   32] reapcount[  128]
    28/12/12 10:21:32.000 AM kernel[0]: highWaterMark: VO[  192]  VI[  192]  BE[  192]  BK[  192]
    28/12/12 10:21:32.000 AM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/Hitachi HTS543232L9SA02 Media/IOGUIDPartitionScheme/Customer@2
    28/12/12 10:21:32.000 AM kernel[0]: BSD root: disk0s2, major 1, minor 2
    28/12/12 10:21:32.000 AM kernel[0]: Kernel is LP64
    28/12/12 10:21:08.737 AM com.apple.launchd[1]: *** launchd[1] has started up. ***
    28/12/12 10:21:08.737 AM com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    28/12/12 10:21:29.460 AM com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    28/12/12 10:21:35.000 AM kernel[0]: NVEthernet: Ethernet address 00:25:00:a3:43:84
    28/12/12 10:21:35.000 AM kernel[0]: AirPort_Brcm4331: Ethernet address 00:25:00:3f:78:54
    28/12/12 10:21:35.000 AM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    28/12/12 10:21:38.000 AM kernel[0]: macx_swapon SUCCESS
    28/12/12 10:21:38.001 AM hidd[47]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    28/12/12 10:21:48.000 AM kernel[0]: Waiting for DSMOS...
    28/12/12 10:21:48.141 AM kdc[45]: label: default
    28/12/12 10:21:48.142 AM kdc[45]:           dbname: od:/Local/Default
    28/12/12 10:21:48.142 AM kdc[45]:           mkey_file: /var/db/krb5kdc/m-key
    28/12/12 10:21:48.142 AM kdc[45]:           acl_file: /var/db/krb5kdc/kadmind.acl
    28/12/12 10:21:49.337 AM hidd[47]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    28/12/12 10:21:49.000 AM kernel[0]: [IOBluetoothHCIController][start] -- completed
    28/12/12 10:21:49.000 AM kernel[0]: AGC: 3.2.11, HW version=1.7.3, flags:0, features:4
    28/12/12 10:21:49.000 AM kernel[0]: NVDANV50HAL loaded and registered.
    28/12/12 10:21:49.000 AM kernel[0]: IOBluetoothUSBDFU::probe
    28/12/12 10:21:49.000 AM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8213 FirmwareVersion - 0x0201
    28/12/12 10:21:49.000 AM kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    28/12/12 10:21:49.000 AM kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    28/12/12 10:21:49.000 AM kernel[0]: NVDANV50HAL loaded and registered.
    28/12/12 10:21:49.000 AM kernel[0]: Previous Shutdown Cause: 5
    28/12/12 10:21:49.600 AM mDNSResponder[39]: mDNSResponder mDNSResponder-379.32.1 (Aug 31 2012 19:05:06) starting OSXVers 12
    28/12/12 10:21:49.651 AM coreservicesd[62]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    28/12/12 10:21:49.973 AM airportd[64]: _processDLILEvent: en1 attached (down)
    28/12/12 10:21:50.000 AM kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    28/12/12 10:21:50.000 AM kernel[0]: createVirtIf(): ifRole = 1
    28/12/12 10:21:50.000 AM kernel[0]: in func createVirtualInterface ifRole = 1
    28/12/12 10:21:50.000 AM kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff8011b1a000
    28/12/12 10:21:50.000 AM kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    28/12/12 10:21:50.000 AM kernel[0]: Created virtif 0xffffff8011b1a000 p2p0
    28/12/12 10:21:50.346 AM com.apple.SecurityServer[17]: Session 100000 created
    28/12/12 10:21:50.407 AM appleeventsd[53]: main: Starting up
    28/12/12 10:21:50.000 AM kernel[0]: DSMOS has arrived
    28/12/12 10:21:51.000 AM kernel[0]: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    28/12/12 10:21:51.000 AM kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    28/12/12 10:21:51.000 AM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    28/12/12 10:21:51.655 AM configd[16]: network changed.
    28/12/12 10:21:52.224 AM configd[16]: setting hostname to "Claudio.local"
    28/12/12 10:21:52.853 AM com.apple.usbmuxd[27]: usbmuxd-296.3 on Jul 25 2012 at 00:28:37, running 64 bit
    28/12/12 10:21:55.087 AM com.apple.SecurityServer[17]: Entering service
    28/12/12 10:21:56.012 AM kdc[45]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    28/12/12 10:21:55.906 AM systemkeychain[68]: done file: /var/run/systemkeychaincheck.done
    28/12/12 10:21:56.749 AM configd[16]: network changed: DNS*
    28/12/12 10:21:58.808 AM mDNSResponder[39]: D2D_IPC: Loaded
    28/12/12 10:21:58.808 AM mDNSResponder[39]: D2DInitialize succeeded
    28/12/12 10:21:59.113 AM stackshot[30]: Timed out waiting for IOKit to finish matching.
    28/12/12 10:21:59.618 AM kdc[45]: KDC started
    28/12/12 10:21:59.870 AM apsd[59]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    28/12/12 10:22:00.008 AM apsd[59]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    28/12/12 10:22:03.327 AM UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    28/12/12 10:22:03.590 AM loginwindow[42]: Login Window Application Started
    28/12/12 10:22:03.617 AM locationd[43]: NOTICE,Location icon should now be in state 0
    28/12/12 10:22:06.074 AM netbiosd[69]: Unable to start NetBIOS name service:
    28/12/12 10:22:08.055 AM awacsd[57]: Starting awacsd connectivity-78 (Jul 26 2012 14:37:46)
    28/12/12 10:22:08.242 AM awacsd[57]: InnerStore CopyAllZones: no info in Dynamic Store
    28/12/12 10:22:09.088 AM mds[38]: (Normal) FMW: FMW 0 0
    28/12/12 10:22:10.010 AM apsd[59]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    28/12/12 10:22:15.727 AM digest-service[92]: label: default
    28/12/12 10:22:15.727 AM digest-service[92]:           dbname: od:/Local/Default
    28/12/12 10:22:15.727 AM digest-service[92]:           mkey_file: /var/db/krb5kdc/m-key
    28/12/12 10:22:15.727 AM digest-service[92]:           acl_file: /var/db/krb5kdc/kadmind.acl
    28/12/12 10:22:15.730 AM digest-service[92]: digest-request: uid=0
    28/12/12 10:22:16.870 AM rpcsvchost[93]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    28/12/12 10:22:16.971 AM digest-service[92]: digest-request: init request
    28/12/12 10:22:17.135 AM digest-service[92]: digest-request: init return domain: BUILTIN server: CLAUDIO
    28/12/12 10:22:23.244 AM awacsd[57]: Exiting
    28/12/12 10:22:24.582 AM WindowServer[88]: Server is starting up
    28/12/12 10:22:28.277 AM WindowServer[88]: Session 256 retained (2 references)
    28/12/12 10:22:28.277 AM WindowServer[88]: Session 256 released (1 references)
    28/12/12 10:22:28.440 AM WindowServer[88]: Session 256 retained (2 references)
    28/12/12 10:22:28.441 AM WindowServer[88]: init_page_flip: page flip mode is on
    28/12/12 10:22:29.533 AM WindowServer[88]: mux_initialize: Mode is logout
    28/12/12 10:22:29.622 AM WindowServer[88]: GLCompositor enabled for tile size [256 x 256]
    28/12/12 10:22:29.622 AM WindowServer[88]: CGXGLInitMipMap: mip map mode is on
    28/12/12 10:22:29.691 AM WindowServer[88]: WSMachineUsesNewStyleMirroring: false
    28/12/12 10:22:29.691 AM WindowServer[88]: Display 0x04272140: GL mask 0x5; bounds (0, 0)[1440 x 900], 39 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9c85, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009c850000000004272140
    28/12/12 10:22:29.691 AM WindowServer[88]: Display 0x003f003d: GL mask 0xa; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    28/12/12 10:22:29.695 AM WindowServer[88]: Created shield window 0x5 for display 0x04272140
    28/12/12 10:22:29.695 AM WindowServer[88]: Created shield window 0x6 for display 0x003f003d
    28/12/12 10:22:29.698 AM WindowServer[88]: Display 0x04272140: GL mask 0x5; bounds (0, 0)[1440 x 900], 39 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9c85, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009c850000000004272140
    28/12/12 10:22:29.698 AM WindowServer[88]: Display 0x003f003d: GL mask 0xa; bounds (2464, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    28/12/12 10:22:29.698 AM WindowServer[88]: CGXPerformInitialDisplayConfiguration
    28/12/12 10:22:29.698 AM WindowServer[88]:   Display 0x04272140: MappedDisplay Unit 0; Alias(0, 0x5); Vendor 0x610 Model 0x9c85 S/N 0 Dimensions 13.39 x 8.66; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 1
    28/12/12 10:22:29.698 AM WindowServer[88]:   Display 0x003f003d: MappedDisplay Unit 1; Alias(1, 0xa); Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2464,0)[1 x 1], Rotation 0, Resolution 1
    28/12/12 10:22:29.699 AM WindowServer[88]: CGXMuxBoot: Boot normal
    28/12/12 10:22:31.407 AM WindowServer[88]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, accelerator 0x0000453f, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    28/12/12 10:22:31.427 AM WindowServer[88]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    28/12/12 10:22:31.427 AM WindowServer[88]: GLCompositor: GL renderer id 0x0202260c, GL mask 0x0000000c, accelerator 0x00004823, unit 2, caps QEX|QGL|MIPMAP, vram 512 MB
    28/12/12 10:22:31.440 AM WindowServer[88]: GLCompositor: GL renderer id 0x0202260c, GL mask 0x0000000c, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    28/12/12 10:22:31.481 AM loginwindow[42]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    28/12/12 10:22:31.493 AM WindowServer[88]: Unable to open IOHIDSystem (e00002bd)
    28/12/12 10:22:31.696 AM WindowServer[88]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    28/12/12 10:22:31.000 AM kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    28/12/12 10:22:32.404 AM WindowServer[88]: Created shield window 0x7 for display 0x04272140
    28/12/12 10:22:32.405 AM WindowServer[88]: Display 0x04272140: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    28/12/12 10:22:32.405 AM WindowServer[88]: Display 0x04272140: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    28/12/12 10:22:32.472 AM launchctl[106]: com.apple.findmymacmessenger: Already loaded
    28/12/12 10:22:33.223 AM WindowServer[88]: Display 0x04272140: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    28/12/12 10:22:33.317 AM com.apple.SecurityServer[17]: Session 100004 created
    28/12/12 10:22:34.412 AM locationd[114]: NOTICE,Location icon should now be in state 0
    28/12/12 10:22:34.706 AM UserEventAgent[107]: cannot find useragent 1102
    28/12/12 10:22:37.599 AM hidd[47]: CGSShutdownServerConnections: Detaching application from window server
    28/12/12 10:22:37.599 AM hidd[47]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    28/12/12 10:22:37.814 AM loginwindow[42]: Login Window Started Security Agent
    28/12/12 10:22:38.479 AM SecurityAgent[117]: This is the first run
    28/12/12 10:22:38.479 AM SecurityAgent[117]: MacBuddy was run = 0
    28/12/12 10:22:55.779 AM warmd[26]: [___bootcachectl_filter_out_sharedio_from_history_block_invoke_0:2244] Unable to open i386 shared cache: 2 No such file or directory
    28/12/12 10:24:01.000 AM kernel[0]: considerRebuildOfPrelinkedKernel com.apple.driver.AppleMikeyDriver triggered rebuild
    28/12/12 10:24:42.000 AM kernel[0]: disk0s2: I/O error.
    28/12/12 10:26:30.000 AM kernel[0]: disk0s2: I/O error.
    28/12/12 10:28:18.000 AM kernel[0]: disk0s2: I/O error.
    28/12/12 10:28:19.349 AM com.apple.launchd[1]: (com.apple.xprotectupdater[25]) Exited with code: 255
    28/12/12 10:29:37.000 AM kernel[0]: disk0s2: I/O error.
    28/12/12 10:30:29.418 AM WindowServer[88]: Created shield window 0xa for display 0x04272140
    28/12/12 10:30:29.418 AM WindowServer[88]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
    28/12/12 10:30:30.459 AM WindowServer[88]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
    28/12/12 10:30:54.000 AM kernel[0]: disk0s2: I/O error.
    28/12/12 10:32:12.000 AM kernel[0]: disk0s2: I/O error.
    28/12/12 10:32:47.757 AM WindowServer[88]: handle_will_sleep_auth_and_shield_windows: no lock state data
    28/12/12 10:33:30.000 AM kernel[0]: disk0s2: I/O error.
    28/12/12 10:34:48.000 AM kernel[0]: disk0s2: I/O error.
    28/12/12 10:36:06.000 AM kernel[0]: disk0s2: I/O error.
    28/12/12 10:37:23.000 AM kernel[0]: disk0s2: I/O error.
    28/12/12 10:37:50.526 AM WindowServer[88]: Created shield window 0xb for display 0x04272140
    28/12/12 10:37:50.526 AM WindowServer[88]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
    28/12/12 10:37:51.567 AM WindowServer[88]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
    28/12/12 10:38:42.000 AM kernel[0]: disk0s2: I/O error.
    28/12/12 10:40:29.000 AM kernel[0]: disk0s2: I/O error.
    28/12/12 10:40:35.690 AM WindowServer[88]: handle_will_sleep_auth_and_shield_windows: no lock state data
    28/12/12 10:41:48.000 AM kernel[0]: disk0s2: I/O error.
    28/12/12 10:43:05.000 AM kernel[0]: disk0s2: I/O error.
    28/12/12 10:43:06.485 AM SecurityAgent[117]: User info context values set for clapple
    28/12/12 10:43:06.639 AM CVMServer[97]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    28/12/12 10:43:07.919 AM SecurityAgent[117]: Login Window login proceeding
    28/12/12 10:43:08.368 AM CVMServer[97]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    28/12/12 10:43:08.378 AM loginwindow[42]: Login Window - Returned from Security Agent
    28/12/12 10:43:08.416 AM loginwindow[42]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    28/12/12 10:43:08.437 AM CVMServer[97]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    28/12/12 10:43:08.597 AM loginwindow[42]: USER_PROCESS: 42 console
    28/12/12 10:43:08.723 AM com.apple.launchd.peruser.501[136]: (com.apple.gamed) Ignored this key: UserName
    28/12/12 10:43:08.723 AM com.apple.launchd.peruser.501[136]: (com.apple.gamed) Ignored this key: GroupName
    28/12/12 10:43:08.724 AM com.apple.launchd.peruser.501[136]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    28/12/12 10:43:08.731 AM loginwindow[42]: Connection with distnoted server was invalidated
    28/12/12 10:43:08.808 AM distnoted[142]: # distnote server agent  absolute time: 1322.674891224   civil time: Fri Dec 28 10:43:08 2012   pid: 142 uid: 501  root: no
    28/12/12 10:43:10.172 AM blued[149]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    28/12/12 10:43:10.249 AM locationd[150]: NOTICE,Location icon should now be in state 0
    28/12/12 10:43:10.427 AM UserEventAgent[139]: cannot find fw daemon port 1102
    28/12/12 10:43:13.046 AM com.apple.SecurityServer[17]: Session 100006 created
    28/12/12 10:43:17.205 AM WindowServer[88]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    28/12/12 10:43:17.564 AM WindowServer[88]: Display 0x04272140: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    28/12/12 10:43:17.880 AM talagent[165]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, _kLSApplicationIsHiddenKey, hidden ? kCFBooleanTrue : kCFBooleanFalse, NULL) produced OSStatus -50 on line 623 in TCApplication.m
    28/12/12 10:43:17.880 AM talagent[165]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, TAL_kLSIsProxiedForTALKey, kCFBooleanTrue, NULL) produced OSStatus -50 on line 626 in TCApplication.m
    28/12/12 10:43:17.889 AM WindowServer[88]: kCGErrorNotImplemented: receive_notification: CPXSetEventFilter failed
    28/12/12 10:43:17.891 AM coreservicesd[62]: Can't change an application into stopped state for app App:"Activity Monitor" [ 0x0/0x9009]  @ 0x0x7fb8b2c4b230 because it's already been started.
    28/12/12 10:43:18.376 AM NetworkBrowserAgent[174]: Starting NetworkBrowserAgent
    28/12/12 10:43:19.065 AM WindowServer[88]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    28/12/12 10:43:19.406 AM WindowServer[88]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 1.34 seconds (server forcibly re-enabled them after 1.00 seconds)
    28/12/12 10:43:20.425 AM coreaudiod[168]: 2012-12-28 10:43:20.424308 AM [AirPlay] Started browsing for _airplay._tcp.
    28/12/12 10:43:20.425 AM coreaudiod[168]: 2012-12-28 10:43:20.424941 AM [AirPlay] Started browsing for _raop._tcp.
    28/12/12 10:43:22.259 AM AirPlayUIAgent[176]: Bug: 12C60: liblaunch.dylib + 23849 [2F71CAF8-6524-329E-AC56-C506658B4C0C]: 0x25
    28/12/12 10:43:25.062 AM com.apple.launchd.peruser.501[136]: (com.apple.afpstat-qfa[191]) Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    28/12/12 10:43:25.062 AM com.apple.launchd.peruser.501[136]: (com.apple.afpstat-qfa[191]) Job failed to exec(3) for weird reason: 2
    28/12/12 10:43:25.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=193[GoogleSoftwareUp] clearing CS_VALID
    28/12/12 10:43:25.601 AM SystemUIServer[166]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    28/12/12 10:43:25.603 AM SystemUIServer[166]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    28/12/12 10:43:32.659 AM genatsdb[211]: ########## genatsdb Sandboxed. ##########
    28/12/12 10:43:35.286 AM Google Drive[201]: PyObjCPointer created: at 0x700cf8 of type {__CFBoolean=}
    28/12/12 10:43:35.287 AM Google Drive[201]: PyObjCPointer created: at 0x700cf0 of type {__CFBoolean=}
    28/12/12 10:43:35.289 AM Google Drive[201]: PyObjCPointer created: at 0x700d00 of type {__CFNumber=}
    28/12/12 10:43:35.289 AM Google Drive[201]: PyObjCPointer created: at 0x700d10 of type {__CFNumber=}
    28/12/12 10:43:35.290 AM Google Drive[201]: PyObjCPointer created: at 0x700d20 of type {__CFNumber=}
    28/12/12 10:43:37.120 AM WindowServer[88]: CGXDisableUpdate: UI updates were forcibly disabled by application "Activity Monitor" for over 1.00 seconds. Server has re-enabled them.
    28/12/12 10:43:39.738 AM WindowServer[88]: reenable_update_for_connection: UI updates were finally reenabled by application "Activity Monitor" after 3.62 seconds (server forcibly re-enabled them after 1.00 seconds)
    28/12/12 10:43:52.694 AM GoogleSoftwareUpdateDaemon[218]: -[KeystoneDaemon logServiceState] GoogleSoftwareUpdate daemon (1.1.0.3659) vending:
              com.google.Keystone.Daemon.UpdateEngine: 2 connection(s)
              com.google.Keystone.Daemon.Administration: 0 connection(s)
    28/12/12 10:43:52.995 AM GoogleSoftwareUpdateDaemon[218]: -[KSUpdateEngine updateProductID:] KSUpdateEngine updating product ID: "com.google.Keystone"
    28/12/12 10:43:53.307 AM GoogleSoftwareUpdateDaemon[218]: -[KSCheckAction performAction] KSCheckAction checking 1 ticket(s).
    28/12/12 10:43:54.997 AM GoogleSoftwareUpdateDaemon[218]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction starting update check for ticket(s): {(
              <KSTicket:0x5c2f710
                        productID=com.google.Keystone
                        version=1.1.0.3659
                        xc=<KSPathExistenceChecker:0x5c2b3b0 path=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2010-06-26 08:33:37
              >
    Using server: <KSOmahaServer:0x5c32e00
              engine=<KSDaemonUpdateEngine:0x69177e0>
              params={
                        EngineVersion = "1.1.0.3659";
                        ActivesInfo = {
                                  "com.google.picasa" = {
                                            LastActivePingDate = 2012-11-15 08:03:41 +0000;
                                            LastActiveDate = 2012-11-14 23:16:12 +0000;
                                            LastRollCallPingDate = 2012-12-27 08:04:57 +0000;
                                  "com.google.macphotouploader" = {
                                            LastRollCallPingDate = 2012-12-26 08:04:55 +0000;
                                  "com.google.Chrome" = {
                                            LastActiveDate = 2012-12-27 19:58:03 +0000;
                                            LastActivePingDate = 2012-12-27 08:04:57 +0000;
                                            LastRollCallPingDate = 2012-12-27 08:04:57 +0000;
                                  "com.google.GoogleDrive" = {
                                            LastActiveDate = 2012-12-27 20:39:13 +0000;
                                            LastActivePingDate = 2012-12-26 08:04:56 +0000;
                                            LastRollCallPingDate = 2012-12-27 08:04:57 +0000;
                                  "com.google.Keystone" = {
                                            LastRollCallPingDate = 2012-12-27 08:04:58 +0000;
                                            LastActivePingDate = 2012-12-27 08:04:58 +0000;
                                            LastActiveDate = 2012-12-28 08:43:46 +0000;
                                  "com.Google.GoogleEarthPlugin.intel" = {
                                            LastRollCallPingDate = 2012-12-27 08:04:57 +0000;
                                  "com.Google.GoogleEarthPlus" = {
                                            LastRollCallPingDate = 2012-12-20 08:04:44 +0000;
                                  "com.google.talkplugin" = {
                                            LastRollCallPingDate = 2012-12-27 08:04:57 +0000;
                                            LastActiveDate = 2012-12-06 17:20:01 +0000;
                                            LastActivePingDate = 2012-12-07 08:04:20 +0000;
                                  "com.Google.GoogleEarthPlus.intel" = {
                                            LastRollCallPingDate = 2012-12-20 08:04:44 +0000;
                        UserInitiated = 0;
                        IsSystem = 1;
                        OmahaOSVersion = "10.8.2_i486";
                        Identity = KeystoneDaemon;
                        AllowedSubdomains = (
                                  ".omaha.sandbox.google.com",
                                  ".tools.google.com",
                                  ".www.google.com",
                                  ".corp.google.com"
    >
    28/12/12 10:43:55.859 AM GoogleSoftwareUpdateDaemon[218]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction running KSServerUpdateRequest: <KSOmahaServerUpdateRequest:0x691fd30
              server=<KSOmahaServer:0x5c32e00>
              url="https://tools.google.com/service/update2"
              runningFetchers=0
              tickets=1
              activeTickets=1
              rollCallTickets=1
              body=
                        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                        <o:gupdate xmlns:o="http://www.google.com/update2/request" protocol="2.0" version="KeystoneDaemon-1.1.0.3659" ismachine="1">
                            <o:os platform="mac" version="MacOSX" sp="10.8.2_i486"></o:os>
                            <o:app appid="com.google.Keystone" version="1.1.0.3659" lang="en-us" installage="916" brand="GGLG">
                                <o:ping r="1" a="1"></o:ping>
                                <o:updatecheck></o:updatecheck>
                            </o:app>
                        </o:gupdate>
    >
    28/12/12 10:44:02.416 AM SystemUIServer[166]: [0x7fbeba09efd0] |Server|Warning| failed to connect to the server: NSPortTimeoutException connection timeout: did not receive reply
    28/12/12 10:44:02.638 AM GoogleSoftwareUpdateDaemon[218]: -[KSOutOfProcessFetcher(PrivateMethods) helperDidTerminate:] The Internet connection appears to be offline. [NSURLErrorDomain:-1009]
    28/12/12 10:44:02.638 AM GoogleSoftwareUpdateDaemon[218]: -[KSServerUpdateRequest(PrivateMethods) fetcher:failedWithError:] KSServerUpdateRequest fetch failed. (productIDs: com.google.Keystone) [com.google.UpdateEngine.CoreErrorDomain:702 - 'https://tools.google.com/service/update2'] (The Internet connection appears to be offline. [NSURLErrorDomain:-1009])
    28/12/12 10:44:02.640 AM GoogleSoftwareUpdateDaemon[218]: -[KSUpdateCheckAction(PrivateMethods) finishAction] KSUpdateCheckAction found updates: {( )}
    28/12/12 10:44:03.846 AM GoogleSoftwareUpdateDaemon[218]: -[KSPrefetchAction performAction] KSPrefetchAction no updates to prefetch.
    28/12/12 10:44:03.847 AM GoogleSoftwareUpdateDaemon[218]: -[KSMultiUpdateAction performAction] KSSilentUpdateAction had no updates to apply.
    28/12/12 10:44:03.849 AM GoogleSoftwareUpdateDaemon[218]: -[KSMultiUpdateAction performAction] KSPromptAction had no updates to apply.
    28/12/12 10:44:03.904 AM GoogleSoftwareUpdateDaemon[218]: -[KSUpdateEngine(PrivateMethods) updateFinish] KSUpdateEngine update processing complete.
    28/12/12 10:44:03.914 AM GoogleSoftwareUpdateDaemon[218]: -[KSUpdateEngine updateAllProducts] KSUpdateEngine updating all installed products.
    28/12/12 10:44:03.917 AM GoogleSoftwareUpdateDaemon[218]: -[KSCheckAction performAction] KSCheckAction checking 4 ticket(s).
    28/12/12 10:44:04.932 AM GoogleSoftwareUpdateDaemon[218]: -[KSCheckAction performAction] KSCheckAction ignored these tickets for products that were not installed: {(
              <KSTicket:0x691fa80
                        productID=com.google.macphotouploader
                        version=1.5.0.1425
                        xc=<KSLaunchServicesExistenceChecker:0x691e030 bundle=com.google.macphotouploader>
                        url=https://tools.google.com/service/update2
                        creationDate=2009-10-04 07:19:18
              >
    28/12/12 10:44:04.939 AM GoogleSoftwareUpdateDaemon[218]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction starting update check for ticket(s): {(
              <KSTicket:0x691dc20
                        productID=com.google.Keystone
                        version=1.1.0.3659
                        xc=<KSPathExistenceChecker:0x69244a0 path=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2010-06-26 08:33:37
              >,
              <KSTicket:0x691f010
                        productID=com.google.talkplugin
                        version=3.10.2.10212
                        xc=<KSPathExistenceChecker:0x6920280 path=/Library/Application Support/Google/GoogleTalkPlugin.app>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2009-04-20 08:20:22
              >,
              <KSTicket:0x69224b0
                        productID=com.google.Chrome
                        version=23.0.1271.101
                        xc=<KSPathExistenceChecker:0x69242a0 path=/Applications/Google Chrome.app>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2010-01-26 23:56:53
                        tagPath=/Applications/Google Chrome.app/Contents/Info.plist
                        tagKey=KSChannelID
                        versionPath=/Applications/Google Chrome.app/Contents/Info.plist
                        versionKey=KSVersion
              >
    Using server: <KSOmahaServer:0x6920010
              engine=<KSDaemonUpdateEngine:0x69177e0>
              params={
                        EngineVersion = "1.1.0.3659";
                        ActivesInfo = {
                                  "com.google.picasa" = {
                                            LastActivePingDate = 2012-11-15 08:03:41 +0000;
                                            LastActiveDate = 2012-11-14 23:16:12 +0000;
                                            LastRollCallPingDate = 2012-12-27 08:04:57 +0000;
                                  "com.google.macphotouploader" = {
                                            LastRollCallPingDate = 2012-12-26 08:04:55 +0000;
                                  "com.google.Chrome" = {
                                            LastActiveDate = 2012-12-27 19:58:03 +0000;
                                            LastActivePingDate = 2012-12-27 08:04:57 +0000;
                                            LastRollCallPingDate = 2012-12-27 08:04:57 +0000;
                                  "com.google.GoogleDrive" = {
                                            LastActiveDate = 2012-12-27 20:39:13 +0000;
                                            LastActivePingDate = 2012-12-26 08:04:56 +0000;
                                            LastRollCallPingDate = 2012-12-27 08:04:57 +0000;
                                  "com.google.Keystone" = {
                                            LastRollCallPingDate = 2012-12-27 08:04:58 +0000;
                                            LastActivePingDate = 2012-12-27 08:04:58 +0000;
                                            LastActiveDate = 2012-12-28 08:43:46 +0000;
                                  "com.Google.GoogleEarthPlugin.intel" = {
                                            LastRollCallPingDate = 2012-12-27 08:04:57 +0000;
                                  "com.Google.GoogleEarthPlus" = {
                                            LastRollCallPingDate = 2012-12-20 08:04:44 +0000;
                                  "com.google.talkplugin" = {
                                            LastRollCallPingDate = 2012-12-27 08:04:57 +0000;
                                            LastActiveDate = 2012-12-06 17:20:01 +0000;
                                            LastActivePingDate = 2012-12-07 08:04:20 +0000;
                                  "com.Google.GoogleEarthPlus.intel" = {
                                            LastRollCallPingDate = 2012-12-20 08:04:44 +0000;
                        UserInitiated = 0;
                        IsSystem = 1;
                        OmahaOSVersion = "10.8.2_i486";
                        Identity = KeystoneDaemon;
                        AllowedSubdomains = (
                                  ".omaha.sandbox.google.com",
                                  ".tools.google.com",
                                  ".www.google.com",
                                  ".corp.google.com"
    >
    28/12/12 10:44:05.237 AM GoogleSoftwareUpdateDaemon[218]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction running KSServerUpdateRequest: <KSOmahaServerUpdateRequest:0x6928b40
              server=<KSOmahaServer:0x6920010>
              url="https://tools.google.com/service/update2"
              runningFetchers=0
              tickets=3
              activeTickets=2
              rollCallTickets=3
              body=
                        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                        <o:gupdate xmlns:o="http://www.google.com/update2/request" protocol="2.0" version="KeystoneDaemon-1.1.0.3659" ismachine="1">
                            <o:os platform="mac" version="MacOSX" sp="10.8.2_i486"></o:os>
                            <o:app appid="com.google.Keystone" version="1.1.0.3659" lang="en-us" installage="916" brand="GGLG">
                                <o:ping r="1" a="1"></o:ping>
                                <o:updatecheck></o:updatecheck>
                            </o:app>
                            <o:app appid="com.google.talkplugin" version="3.10.2.10212" lang="en-us" installage="1348" brand="GGLG">
                                <o:ping r="1"></o:ping>
                                <o:updatecheck></o:updatecheck>
                            </o:app>
                            <o:app appid="com.google.Chrome" version="23.0.1271.101" lang="en-us" installage="1066" brand="GGLG">
                                <o:ping r="1" a="1"></o:ping>
                                <o:updatecheck></o:updatecheck>
                            </o:app>
                        </o:gupdate>
    >
    28/12/12 10:44:05.682 AM SyncServer[212]: [0x7fae82c1b980] |DataManager|Warning| Client com.apple.Mail sync alert tool path /System/Library/Frameworks/Message.framework/Resources/MailSync does not exist.
    28/12/12 10:44:06.594 AM GoogleSoftwareUpdateDaemon[218]: -[KSOutOfProcessFetcher(PrivateMethods) helperDidTerminate:] The Internet connection appears to be offline. [NSURLErrorDomain:-1009]
    28/12/12 10:44:06.595 AM GoogleSoftwareUpdateDaemon[218]: -[KSServerUpdateRequest(PrivateMethods) fetcher:failedWithError:] KSServerUpdateRequest fetch failed. (productIDs: com.google.Chrome, ... (3)) [com.google.UpdateEngine.CoreErrorDomain:702 - 'https://tools.google.com/service/update2'] (The Internet connection appears to be offline. [NSURLErrorDomain:-1009])
    28/12/12 10:44:06.608 AM GoogleSoftwareUpdateDaemon[218]: -[KSUpdateCheckAction(PrivateMethods) finishAction] KSUpdateCheckAction found updates: {( )}
    28/12/12 10:44:07.101 AM GoogleSoftwareUpdateDaemon[218]: -[KSPrefetchAction performAction] KSPrefetchAction no updates to prefetch.
    28/12/12 10:44:07.107 AM GoogleSoftwareUpdateDaemon[218]: -[KSMultiUpdateAction performAction] KSSilentUpdateAction had no updates to apply.
    28/12/12 10:44:07.109 AM GoogleSoftwareUpdateDaemon[218]: -[KSMultiUpdateAction performAction] KSPromptAction had no updates to apply.
    28/12/12 10:44:07.112 AM GoogleSoftwareUpdateDaemon[218]: -[KSUpdateEngine(PrivateMethods) updateFinish] KSUpdateEngine update processing complete.
    28/12/12 10:45:58.000 AM kernel[0]: disk0s2: I/O error.
    28/12/12 10:46:07.387 AM GoogleSoftwareUpdateDaemon[218]: -[KeystoneDaemon logServiceState] GoogleSoftwareUpdate daemon (1.1.0.3659) vending:
              com.google.Keystone.Daemon.UpdateEngine: 1 connection(s)
              com.google.Keystone.Daemon.Administration: 0 connection(s)
    28/12/12 10:46:14.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=236[ksadmin] clearing CS_VALID
    28/12/12 10:46:20.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=238[ksadmin] clearing CS_VALID
    28/12/12 10:46:22.789 AM GoogleSoftwareUpdateDaemon[218]: -[KeystoneDaemon main] GoogleSoftwareUpdateDaemon inactive, shutdown.
    28/12/12 10:46:30.419 AM genatsdb[211]: *GENATSDB* FontObjects generated = 600
    28/12/12 10:47:03.481 AM com.apple.kextcache[126]: Kernel file /mach_kernel does not contain requested arch: i386
    28/12/12 10:47:51.480 AM com.apple.kextcache[126]: Created prelinked kernel /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    28/12/12 10:48:08.049 AM mdwrite[250]: [ERROR] [0.000s] com.apple. UBItemStatusNotification.c:805 _do_UBItemStatusNotificationRegisterURLs() can't find realpath for "/Users/clapple/Library/Mobile Documents/com~apple~system~spotlight/mdlabels", was blocked at "/Users/clapple/Library/Mobile Documents": 2 (No such file or directory)
    28/12/12 10:48:08.049 AM mdwrite[250]: [ERROR] [0.001s] com.apple. UBItemStatusNotification.c:805 _do_UBItemStatusNotificationRegisterURLs() can't find realpath for "/Users/clapple/Library/Mobile Documents/com~apple~system~spotlight/mdlabels", was blocked at "/Users/clapple/Library/Mobile Documents": 2 (No such file or directory)
    28/12/12 10:49:03.752 AM CVMServer[97]: cvmsReadServiceCache:5787: Data file checksum mismatch for file /System/Library/Caches/com.apple.CVMS/OpenCLCPU.i386.501.data!
    28/12/12 10:49:17.388 AM Dock[164]: no information back from LS about running process
    28/12/12 10:49:17.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=267[ksadmin] clearing CS_VALID
    28/12/12 10:49:20.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=273[ksadmin] clearing CS_VALID
    28/12/12 10:50:16.511 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 2
    28/12/12 10:50:16.516 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 3
    28/12/12 10:50:16.521 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 4
    28/12/12 10:50:16.525 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 5
    28/12/12 10:50:16.529 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 6
    28/12/12 10:50:16.532 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 7
    28/12/12 10:50:16.536 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 8
    28/12/12 10:50:16.539 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 9
    28/12/12 10:50:16.541 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 10
    28/12/12 10:50:16.544 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 11
    28/12/12 10:50:16.547 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 12
    28/12/12 10:50:16.550 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 13
    28/12/12 10:50:16.553 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 14
    28/12/12 10:50:16.556 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 15
    28/12/12 10:50:16.559 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 16
    28/12/12 10:50:16.561 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 17
    28/12/12 10:50:16.565 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 18
    28/12/12 10:50:16.568 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 19
    28/12/12 10:50:16.571 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 20
    28/12/12 10:50:16.574 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 21
    28/12/12 10:50:16.576 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 22
    28/12/12 10:50:16.579 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 23
    28/12/12 10:50:16.582 AM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 24
    28/12/12 10:51:07.386 AM iTunes[285]: 2012-12-28 10:51:07.385678 AM [AVSystemController] Stopping AirPlay
    28/12/12 10:51:15.626 AM com.apple.launchd.peruser.501[136]: (com.apple.PackageKit.InstallStatus) Throttling respawn: Will start in 8 seconds
    28/12/12 10:51:19.217 AM coreservicesd[62]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildDeath to notificationID=189
    28/12/12 10:51:19.319 AM WindowServer[88]: dict count after removing entry for window 0x23 is 0
    28/12/12 10:51:19.336 AM WindowServer[88]: CGXGetConnectionProperty: Invalid connection 43779
    28/12/12 10:51:19.336 AM WindowServer[88]: CGXGetConnectionProperty: Invalid connection 43779
    28/12/12 10:51:19.336 AM WindowServer[88]: CGXGetConnectionProperty: Invalid connection 43779
    28/12/12 10:51:19.337 AM WindowServer[88]: CGXGetConnectionProperty: Invalid connection 43779
    28/12/12 10:51:19.337 AM WindowServer[88]: CGXGetConnectionProperty: Invalid connection 43779
    28/12/12 10:51:19.360 AM com.apple.launchd.peruser.501[136]: (com.apple.AirPlayUIAgent[176]) Exited: Killed: 9
    28/12/12 10:51:19.377 AM WindowServer[88]: CGXGetConnectionProperty: Invalid connection 43779
    28/12/12 10:51:19.377 AM WindowServer[88]: CGXGetConnectionProperty: Invalid connection 43779
    28/12/12 10:51:19.377 AM WindowServer[88]: CGXGetConnectionProperty: Invalid connection 43779
    28/12/12 10:51:19.377 AM WindowServer[88]: CGXGetConnectionProperty: Invalid connection 43779
    28/12/12 10:51:19.377 AM WindowServer[88]: CGXGetConnectionProperty: Invalid connection 43779
    28/12/12 10:51:19.387 AM UserEventAgent[11]: Captive: [UserAgentDied:139] User Agent @port=41991 Died
    28/12/12 10:51:19.394 AM coreservicesd[62]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=116
    28/12/12 10:51:19.394 AM coreservicesd[62]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=134
    28/12/12 10:51:19.395 AM coreservicesd[62]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=170
    28/12/12 10:51:19.395 AM coreservicesd[62]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=217
    28/12/12 10:51:19.396 AM coreservicesd[62]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=100
    28/12/12 10:51:19.387 AM com.apple.launchd.peruser.501[136]: ([0x0-0x1c01c].com.apple.AppleSpell[251]) Exited: Terminated: 15
    28/12/12 10:51:19.387 AM com.apple.launchd.peruser.501[136]: ([0x0-0x30030].com.apple.iTunesHelper[290]) Exited with code: 1
    28/12/12 10:51:19.412 AM com.apple.launchd[1]: (com.apple.metadata.mds.scan[125]) Exited: Terminated: 15
    28/12/12 10:51:19.415 AM com.apple.launchd.peruser.501[136]: (com.apple.mdworker.bundles[259]) Exited: Terminated: 15
    28/12/12 10:51:19.423 AM com.apple.launchd.peruser.501[136]: (com.apple.UserEventAgent-Aqua[139]) Exited: Killed: 9
    28/12/12 10:51:19.433 AM loginwindow[42]: DEAD_PROCESS: 42 console
    28/12/12 10:51:21.612 AM shutdown[295]: halt by clapple:
    28/12/12 10:51:21.612 AM shutdown[295]: SHUTDOWN_TIME: 1356684681 612198
    28/12/12 10:51:21.000 AM kernel[0]: Kext loading now disabled.
    28/12/12 10:51:21.000 AM kernel[0]: Kext unloading now disabled.
    28/12/12 10:51:21.000 AM kernel[0]: Kext autounloading now disabled.
    28/12/12 10:51:21.000 AM kernel[0]: Kernel requests now disabled.
    28/12/12 10:59:13.000 AM bootlog[0]: BOOT_TIME 1356685153 0

  • Accssing web applcation in weblogic server using only https

    There was a demo certificate that comes with the weblogic. I installed that certificate,
    but I still can accesse the application using http. is it possible to access
    the application using only https..?
    Mohamed

    Instead of using defaultauthenticator, you need to create RDBMS Authentication Providers inside myrelam of weblogic server.
    http://docs.oracle.com/cd/E13222_01/wls/docs92/secmanage/atn.html#wp1204622
    Regards,
    Sunil P

  • VPLS (ATM-Ethernet) using only one circuit in the main ethernet site

    Hi Everybody
    We are needing to connect the following topology in our MPLS net:
    The main site connects to the net through an Ethernet circuit and the remote sites are connected through ATM circuits. we need to use only one vlan in the main site. It is possible to connect this topoligy using only one vlan in the main site through VLPS? or pseudowires? which other solution can we use to solve this problem?
    thanks a lot.

    I understand your best option will be to run AToM/L2VPN internetworking and have a PVC from a remote locate to be "internetworked" to a sub-interfaces (representing a vlan) at the central site which have an Ethernet connection.
    Take a look at this example:
    http://www.cisco.com/en/US/docs/ios/wan/configuration/guide/wan_l2vpn_iwkg_ps6922_TSD_Products_Configuration_Guide_Chapter.html#wp1055162
    HTH,
    -W

  • Error: "Function or method not supported." when using RF List Mode on NI 5673E

    Hi,
    I am trying to use the RF List Mode in NI RFSG 5673E. I tried running the sample code "RFSG Configuration List Frequency and Power Sweep.vi" but an error would show up:
    "Error: niRFSGCreateConfigurationList.VI <ERR> The LO reported the following error: Function or method not supported." with the error code: BFFA4239. 
    I also tried running other sample codes that contain the Configuration List VI's but the same error appeared. I am using NI RFSG 1.8.5.
    I would really appreciate any help on this. Thanks!

    Hello jdlabrador,
    I setup a 5673E here and tried to run the same example.  I did not encounter an error.
    Other reports I've found pertaining to this error usually involved a large number of steps - there was not enough space on the hardware to accommodate them.  The error text you're seeing is a little different in that it states that the Create Configuration List method isn't supported for the LO.
    Do each of the modules in your 5673E (5450, 5611, 5652) pass a self-test in MAX?  
    Have you associated the 5450 and 5652 with the 5611?
    Could you post a screenshot of the fully-expanded Devices and Interfaces tree from MAX?
    Since RFSG 1.9.5 is available, it may be a good first-step to upgrade to it.  
    Best regards,
    Matthew H.
    Applications Engineer
    National Instruments

  • Is it possible to force only a single evaluation of a function?

    I am only an occasional user of numbers...
    The question:  Is it possible to force a single evaluation of a function like TODAY() ?
    i wanted to place the current date into a gas milage numbers document, and I foolishly
    used =Today().
    Well the second time I entered the date as above I noticed that the previous entries had
    of course been changed to the current date ;(
    ie the Today function is re-evaluated whenever the spreadsheet is re-opened.
    Is there a slick way of forcing a single evaluation of functions like Today() ?
    Jerry

    Badunit,
    I have a keyboard shortcut for Insert > Date & Time that has been working faithfully for about two years now. Prior to that I hadn't had good luck, so it may be my choice of key combination that I assigned to this action. If you'd like to try it, I use:
    Shift-Option-Command-D
    Regards,
    Jerry

  • Is it possible to force 16/32-bit stack alignment without using the optimizer?

    The compiler emits code targeted at the classic Pentium architecture for the -m32 memory model.  I'm running into problems mixing Sun Studio compiled code with code built with other compilers because the other compiler builds under the assumption that the stack is 16-byte aligned.
    The only way I've found to force Sun Studio to comply with that restriction is with -xarch={sse2a,sse3,...}, but this causes the code to pass through the optimizer.  As noted in the documentation, if you want to avoid optimizations you must remove all flags that imply optimizations -- that is to say, there's no way to disable optimizations once enabled.  This should not, however, be treated as an optimization because it's an ABI requirement.
    I've scoured the documentation, spent many hours googling, digging through forums, and asking questions.
    The best I've come up with is the -xarch option which is sub-optimal because it has side effects.  I tried -xchip=pentium4 (this is what my other compilers have set as their default target), but the generated code doesn't force 16-byte stack alignment.
    Is there a way to force the compiler to emit code conforming to a different ABI without using the optimizer?
    -Brian

    Thank you for your response.
    I hope you won't mind my asking: do you have a way to prove that it's not possible to force 16-byte alignment without using the optimizer?  I ask because your username / profile don't give the impression you work for Oracle, so while I think you're probably right it's at least possible that we're both mistaken.  I haven't been able to find any documentation on either stack alignment or altering the targeted ABI short of using the -xarch flag, and even there the details are fairly sketchy.
    -Brian

  • Since  I have multiple users of my itunes account, is it possible to redeem a giftcard where only myiphone can access the redeemed money?

    Since I have multiple users of my itunes account, is it possible to redeem a giftcard where only my iphone can access the redeemed money?

    Yes, you can use another server for .ibooks format.  You can also directly email it if your system can take the size.

  • I want a user to use only import, it run with export but not import

    Hi,
    i create a user for use only for import and for export.
    batch_export with exp_full_database role <- It run
    batch_import with imp_full_database role <- don't run
    P:\>sqlplus batch_export/batch
    SQL*Plus: Release 10.1.0.2.0 - Production on Lun. Ao¹t 21 17:21:58 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    ERROR:
    ORA-00604: une erreur s'est produite au niveau SQL rÚcursif 1
    ORA-20000: Connexion refusee
    ORA-06512: Ó ligne 41
    Entrez le nom utilisateur :
    P:\>sqlplus batch_import/batch@rfsage
    SQL*Plus: Release 10.1.0.2.0 - Production on Lun. Ao¹t 21 17:03:36 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    ConnectÚ Ó :
    Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> exit
    the trigger as run
    create or replace trigger batch_export.check_connexion after logon on database
    declare
    V_MODULE SYS.V_$SESSION.module%TYPE;
    V_TERMINAL SYS.V_$SESSION.terminal%TYPE;
    V_SID SYS.V_$SESSION.SID%TYPE;
    V_SERIAL SYS.V_$SESSION.SERIAL#%TYPE;
    V_COMMAND varchar2(100);
    V_CURRENT_USER varchar2(20);
    V_CURRENT_SID SYS.V_$SESSION.SID%TYPE;
    cursor connexion is
    select substr(module,1,7) module, substr(terminal,1,12) terminal, sid, serial# from v$session T1 where schemaname='BATCH_EXPORT';
    cursor ID_CUR is
    select user from dual;
    cursor SID_CUR is
    select SYS_CONTEXT('USERENV','SID') sessionid from dual;
    --select SYS_CONTEXT('USERENV','CURRENT_USERID') current_userid from dual;
    Begin
    open SID_CUR;
    loop
    fetch SID_CUR into V_CURRENT_SID ;
    EXIT WHEN SID_CUR%NOTFOUND;
    dbms_output.put_line('V_CURRENT_SID:'||V_CURRENT_SID);
    end loop;
    close SID_CUR;
    open ID_CUR;
    loop
         fetch ID_CUR into V_CURRENT_USER ;
         EXIT WHEN ID_CUR%NOTFOUND;
         if V_CURRENT_USER='BATCH_EXPORT' then
         open connexion;
         loop
              fetch connexion into V_MODULE,V_TERMINAL,V_SID,V_SERIAL ;
              EXIT WHEN connexion%NOTFOUND;
              if V_MODULE<>'EXP.EXE' then
              dbms_output.put_line('V_SID:'||V_SID);
              dbms_output.put_line('V_CURRENT_USER:'||V_CURRENT_USER);
                   if V_CURRENT_SID=V_SID then
                   dbms_output.put_line('MODULE:'||V_MODULE);
                   RAISE_APPLICATION_ERROR (-20000,'Connexion refusee');
                   end if;
              end if;
         end loop;
         close connexion;
         end if;
    end loop;
    close ID_CUR;
    End;
    as the same for import user.
    I try with role in trigger but it don't, i see this in forum Oracle.
    But i think EXP_FULL_DATABASE have not DBA rule, but IMP_FULL_DATABASE have.
    How i do this ?
    I want just to use a user to imp utilities, but not connexion in sqlplus.
    Thanks for your help
    Christophe

    thanks for your help.
    it run !
    for example :
    as the system user
    SQL> INSERT INTO PRODUCT_USER_PROFILE values ('SQL*Plus', 'BATCH', 'CONNECT',null,null, 'DISABLED', NULL, NULL);
    1 ligne créée.
    SQL> grant create session to batch;
    Autorisation de privilèges (GRANT) acceptée.
    SQL> INSERT INTO PRODUCT_USER_PROFILE values ('SQL*Plus', 'BATCH', 'SELECT',null,null, 'DISABLED', NULL, NULL);
    1 ligne créée.
    the result
    oracle@debian:~$ sqlplus batch/batch;
    SQL*Plus: Release 10.2.0.1.0 - Production on Mar. Août 22 06:53:00 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connecté à :
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select user from dual;
    SP2-0544: Commande "select" désactivée dans le profil utilisateur du produit
    SQL>
    oracle@debian:~$ exp batch/batch owner=batch file=test.dump
    Export: Release 10.2.0.1.0 - Production on Mar. Août 22 06:54:32 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connecté à : Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export fait dans le jeu de car WE8DEC et jeu de car NCHAR AL16UTF16
    le serveur utilise le jeu de caractères WE8ISO8859P1 (conversion possible)
    Prêt à exporter les utilisateurs spécifiés ...
    . export des actions et objets procéduraux de pré-schéma
    . export des noms de bibliothèque de fonctions étrangères pour l'utilisateur BATCH
    . export des synonymes de type PUBLIC
    . export des synonymes de type PRIVATE
    Thanks for all

Maybe you are looking for

  • What u hear problems in vista 32bit

    #What u hear problems in vista 32bit2 I just installed the newer variety of the x-fi notebook card with the wireless broadcast function, and for whatever reason installing the drivers failed the first time, I tried a clean install after that, and the

  • Database query problem...

    I have written a piece of code that queries a database (PETDOGS) for a particular field (BREED) when particular swing item gets focus. The code works fine when the SQL statement queries a numerical field but not when its looking for a string field. S

  • Graph and image don't update until switch to backpanel

    All,    I have a large and, no doubt, inefficient image acquisition/processing VI running 2 Andor scientific cameras using their sdk package.  Obviously, this is not NI-supported, but I have some weird behavior.  Recently, I have found that several o

  • Change KM document image

    Hi all, I need to change the image property of KM document. I have red in one weblog that the property can be changed in rendering tag of document properties. When I open the document property window i do not see any tag named Rendering. I have check

  • Upgrading from Forms 3.0 to Forms 6.0/6i

    Hi, Can any one give some idea in upgrading Fomrs 3.0 application to Forms 6.0/6i. Do we need any additional tool to do this or just simply open in Forms 6.0/6i. Rao.