Labview runtime - slow pc start up

I have LabView 2012 installed and i am using this from a third party developer to run another .exe program. 
We use the program to predict scaling tendency of water....generates graphs and dosing calculations etc for our products.
The program does not call on any  .net framework
The 3rd party program is stand alone and does not call on any other.
The problem i have is that i am getting a delayed pc start up of ~20 mins, howevwer, i can bypass this if i switch OFF the wifi key before the windows logo starts. If i switch off the wifi the pc starts up within a few minutes.
If i uninstall NI runtime the problem goes away and computer starts up fine. Which is why i think it is Labview related? Is Labview trying to make some kind of connection at pc start up ?

Hi Max,
That is very strange, I'd like to find out exactly what processes are slowing down your start-up so much, for this I think we'll need to go back to the Windows Event Viewer. Could you please try the following steps and let me know what you find?
- Open Event Viewer (Control Panel -> Admin. Tools -> Event Viewier)
- Expand Applications and Services Logs -> Microsoft -> Windows -> Diagnostics / Performance -> Operational.
- Here you should see a log of recorded Windows events. Please sort by "Task Category" to look at "Boot Performance Monitoring".
- All of the events are dated, so look for ones that occurred only when your start-up was slow.
- You should be looking for errors/criticals, but it might be worth checking some warnings too.
- When you select an event, you will see some information below. Look for events with a long 'total time' - as you said start up was taking anywhere up to 20 mins (!!) you should see at least some events with VERY long durations.
Please could you record any that you feel seem unreasonably long (generally, any one event that takes longer than around 10 seconds should be worth noting).
Please let me know if you find anything abnormal.
Best regards,
Eden S
Applications Engineer
National Instruments UK & Ireland

Similar Messages

  • Labview exe slow to start over network

    I am executing a Labview exe built in version 7.1.1 by running it from a local server in our plant. It takes approx. 50 seconds to display it's front panel. If I run it from my local drive it comes up in a few seconds. To copy the exe from the netwark drive is also quite fast, only a few seconds. I have seen this behavior many times with Labview exe's running from a network drive. Does anyone know why this is happening, and if there is a solution to this slow startup issue?
    Thanks,
    Howard Spec
    CMC Electronics
    Ottawa, Canada

    It's good to know it's not just me that has this problem, and I can run locally since we are doing CRC check on the exe before using it. I would still like an explaination for why this is the case with Labview exe's (or maybe any exe)?
    Thanks,
    Howard

  • Not found error message from LabVIEW runtime when called from VC++ with statically linked MFC

    I have a dll built using LabVIEW 6i. I am calling the dll from a VC++ application. When the application loads I get an error pop-up 'cannot find LabVIEW runtime'. If I change the VC++ code to dynamically load MFC (using the loadlibrary function) or dynamically load the LabVIEW dll I created then the problem goes away. Only when both are loaded statically do I get the error message.
    The target machine is running Win2K pro and has the LabVIEW runtime installed.
    I do not want do dynamic loads as I need to call the dll from a legacy application. Are there any options to change the way LV links to MFC or to force the dll to find the LV runtime?
    Alan Widmer

    Ben,
    I have attached a ZIP of the files required to test a DLL from an MFC application. Or you can build the same application by following the instructions below. I used the numtest dll that you previously sent to me so there is no 'magic' in the LabVIEW or dll.
    In VC++ select NEW. Pick the MFC AppWizard (MFC) to build an MFC application. In the wizard select
    Project Name: MFCNumtest
    Single Document
    No database support
    No Compound document support
    Support for ActiveX
    Default settings on the Features page
    MFC Standard
    MFC as a shared DLL
    From the ResourceView of the project explorer, add an item Test to the IDR_MAINFRAME menu then add an item Go as a submenu item (with an ID of ID_TEST_GO)
    Right click the new menu item and run the Class
    Wizard. Click Add Function.. button to make a function OnTestGo()
    Open MainFrm.cpp and scroll to the end of the file to see the skeleton for the OnTestGo function. In this function add a call to the LabVIEW dll. You will also need to add a reference to the .lib file and the usual extcode.h.
    When you run the app you will see a window with the Test menu item. Select it and click Go to run the call to LabVIEW.
    This all works great. If you now go to Project | Settings and on the general tab change the Microsoft Foundation Classes: item from 'Use MFC in a shared DLL' to 'Use MFC in a static library' rebuild ALL files in the project and run the app you get the error message:
    System error 998 while loading the LabVIEW Run-Time Engine (C:\Program Files\National Instruments\shared\LabVIEW Run-Time\6.0\\lvrt.dll).
    numtest requires a version 6.0 (or compatible) LabVIEW Run-Time Engine. Please contact the vendor of numtest to correct this problem.
    I apologies for my slow response, g
    ot distracted by some other issues.
    Thanks for your help,
    Alan Widmer.
    Attachments:
    mfcnumtest.zip ‏44 KB

  • CIN (Code interface node) LabVIEW runtime engine dependency

    Hello:
    Am I correct that the old style CIN (code interface node) is not dependent on what version of LabVIEW runtime engine is being used?
    However if I create a dll  from say LabVIEW 8.2 I must then alway have LabVIEW runtime 8.2 installed on any newer machine with newer version of LabVIEW?
    Thank You!

    GE Osmonics wrote:
    Hello:
    What I have are old CIN (no source) that work in LabVIEW7.1 but will not work in LabVIEW 2010 (link error, object code not loaded). 
    What I thought I could do is generate dll from the vi's that contain the CIN using LabVIEW 7.1 with application builder.
     I could use the Call Library Function from LabVIEW 2010 to load the 7.1 generated dll  to effectively do what the old CIN accomplished
    provided I installed the LabVIEW 7.1 runtime engine on my LabVIEW 2010 machine
    Thanks for the input
    If the CIN resource doesn't load you most likely changed the LabVIEW platform. LabVIEW for Windows 32 Bit and LabVIEW for Windows 64 Bit are different platforms. Just as LabVIEW for Windows and LabVIEW for Macintosh or Linux. A 32 Bit DLL, which a CIN is internally can't be executed in a 64 Bit environment at all.
    Your solution fails for more than one reason here. LabVIEW will try to load and link a LabVIEW DLL into its actual runtime environment to avoid interprocess communication latency which would be inavoidable if the DLL is started in a seperate runtime engine, which is in fact a new process. If your issue is 32 bit to 64 Bit you won't be able to link the 7.1 32 Bit DLL into your LabVIEW 64 Bit application through the Call Library Node at all.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Can you put the labview runtime engine in a vi?

    hello,
    can you put the labview runtime engine in a vi when you build an application or do you need to install it separately on each computer that is going to run a labview application?  thank you

    I found the tutorials in labview help pretty good
    Example: Building a Stand-Alone Application
    Example: Building an Installer (Windows)
    This certainly got me started working with the project explorer to build and deploy your application.
    Hope this helps
    David

  • Slow iTunes start-up

    Hello,
    I am having some issues with my iTunes. Everything works fine except the start up. When i click the iTunes icon to start it up. It takes anywhere from 4 to 6 minutes, yes MINUTES to start; sometimes more.
    I have a great computer! I run everything on maximum settings as well as running games on ultra settings without any problems. ONLY iTunes is painfully slow at starting up.
    NOTE: It doesn't matter whether my ipod is connected or not.
    PC Specs:
    Windows 7 Home Premium 64-bit (6.1, Build 7600)
    Intel(R) Core(TM) i7 CPU 975 @ 3.33GHz (8 CPUs), ~3.3GHz
    4096MB RAM
    ATI Radeon HD 5800 Series

    Hi,
    I had the same problems. Sometimes fast start , sometimes slow start of iTunes. I found out what difference is. First a little context info
    I use iTunes with an iPhone to synch everything including the Microsoft Exchange server (email) from work.
    Now this is the culprit. iTunes does a perfect job synching everything in both directions. As soon as you connect the iPhone it will pop up and start synching.
    So when doesnt it popup and takes a few minutes?
    When I am outside the business network and there is no connection to the Exchange server. iTunes seems to try and connect to it (as it should), but the time-our for it seems to be long. If I attached the phone to my laptop and see that I am waiting, I just forgot to setup the VPN connection to work. As soon as I open that connection, iTunes can find the Exchange server right away and opens up.
    So in short. Synching with Microsoft Exchange while that server is not available causes a 5 minute delay in startup. Connect to the exchange through vpn or local network at work gives an instant startup.
    iTunes version: always the latest, so the fix mentioned in 2nd post does not apply to this situation

  • Apps won't open and computer is slow to start up

    My mac book is screwed up. About a week ago I noticed that everything on my computer started working extremely slowly. So, I ran a verify disk in disk utility. I got a message that my start up disk had an error. So, I started up from the install disk and ran repair disk in the utility program. Once that finished I got a message that there were no problems found. So, nothing changed still slow. I decided to start up in safe mode and see if that fixed things. Well, after starting safe mode and then restarting regularly it was still very slow to start up and on top of that no applications, except for Mail and Safari, will open. Also, I have tried to back up the few files I have that were not backed up already and I keep getting error messages and can't move files. So, what do I do now? I live quite a long way from the nearest mac genius bar and would like to fix this here if possible. Any suggestions?

    Welcome to Apple Discussions.
    It's sounds like there's some corruption on your hard disk that Repair Disk fixes but then returns.
    Be sure you drive is not overly full. Rule of thumb would be over 85%.
    Then download DriveGenius you can use the tools there and the surface scan to diagnose. If the surface scan shows bad blocks, you'll need to replace the drive sooner or later and I'd suggest sooner.
    -mj

  • MacBook Pro (15-inch, Late 2011) running slow on start-up

    Hi,
    My MacBook Pro (15-inch, Late 2011) seems to be running very slow on start-up and when i have more than two applications open. This only seems to have become apparent following my upgrade to Yosemite. I read a few blogs and i decided to disable FileVault in the hope that it would speed up, but it has not. I have also verified and repaired permissions of the HD and start-up disk in Recovery mode. Can anyone help?
    EtreCheck version: 2.1.8 (121)
    Report generated 3 March 2015 12:40:16 GMT
    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: ℹ️
        MacBook Pro (15-inch, Late 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,2
        1 2.2 GHz Intel Core i7 CPU: 4-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 132
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 384 MB
            Color LCD 1680 x 1050
        AMD Radeon HD 6750M - VRAM: 512 MB
    System Software: ℹ️
        OS X 10.10.1 (14B25) - Time since boot: 4:7:9
    Disk Information: ℹ️
        TOSHIBA MK7559GSXF disk0 : (750.16 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 749.30 GB (541.25 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        MATSHITADVD-R   UJ-8A8
    USB Information: ℹ️
        Apple Computer, Inc. IR Receiver
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.coreservices.appleid.authentication.plist
        [killed]    com.apple.EscrowSecurityAlert.plist
        [killed]    com.apple.icloud.fmfd.plist
        [killed]    com.apple.security.cloudkeychainproxy.plist
        5 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.icloud.findmydeviced.plist
        [killed]    com.apple.ifdreader.plist
        [killed]    com.apple.nehelper.plist
        [killed]    com.apple.wdhelper.plist
        5 processes killed due to memory pressure
    Launch Agents: ℹ️
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
    User Login Items: ℹ️
        Moom    Application  (/Applications/Moom.app)
        Google Drive    Application  (/Applications/Google Drive.app)
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        AdobePDFViewerNPAPI: Version: 11.0.07 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 11.0.07 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        SharePointBrowserPlugin: Version: 14.4.3 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 25 Check version
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
        Perian  [Click for support]
    Time Machine: ℹ️
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 749.30 GB Disk used: 208.05 GB
        Destinations:
            Data [Network]
            Total size: 997.71 GB
            Total number of backups: 2
            Oldest backup: 2015-03-02 13:22:43 +0000
            Last backup: 2015-03-02 19:11:38 +0000
            Size of backup disk: Adequate
                Backup size 997.71 GB > (Disk used 208.05 GB X 3)
    Top Processes by CPU: ℹ️
             8%    WindowServer
             5%    mds
             1%    hidd
             1%    ocspd
             0%    Moom
    Top Processes by Memory: ℹ️
        189 MB    mds_stores
        142 MB    com.apple.WebKit.WebContent
        129 MB    Safari
        116 MB    Opera
        103 MB    Finder
    Virtual Memory Information: ℹ️
        245 MB    Free RAM
        1.52 GB    Active RAM
        1.30 GB    Inactive RAM
        1.07 GB    Wired RAM
        16.09 GB    Page-ins
        345 MB    Page-outs
    Diagnostics Information: ℹ️
        Mar 3, 2015, 08:31:59 AM    Self test - passed
        Mar 2, 2015, 05:28:19 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/cloudd_2015-03-02-172819_[reda cted].crash
        Mar 2, 2015, 10:28:56 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/Google Earth_2015-03-02-102856_[redacted].crash
        Mar 2, 2015, 10:28:23 AM    /Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2015-03-02-102823_[ redacted].cpu_resource.diag [Click for details]
        Mar 2, 2015, 10:26:39 AM    /Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2015-03-02-102639_[ redacted].cpu_resource.diag [Click for details]
        Mar 2, 2015, 10:18:19 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/mdworker_2015-03-02-101819_[re dacted].crash
        Mar 2, 2015, 10:18:18 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/mdworker_2015-03-02-101818_[re dacted].crash
        Mar 2, 2015, 10:15:51 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/mdworker_2015-03-02-101551_[re dacted].crash
        Mar 2, 2015, 10:15:49 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/mdworker_2015-03-02-101549_[re dacted].crash
        Mar 2, 2015, 09:35:09 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/mdworker_2015-03-02-093509_[re dacted].crash
        Mar 2, 2015, 09:35:07 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/mdworker_2015-03-02-093507_[re dacted].crash
        Mar 2, 2015, 09:31:16 AM    /Library/Logs/DiagnosticReports/???_2015-03-02-093116_[redacted].cpu_resource.d iag [Click for details]
        Mar 2, 2015, 09:30:38 AM    /Library/Logs/DiagnosticReports/???_2015-03-02-093038_[redacted].cpu_resource.d iag [Click for details]
        Mar 2, 2015, 09:16:53 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/mdworker_2015-03-02-091653_[re dacted].crash
        Mar 2, 2015, 09:16:52 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/mdworker_2015-03-02-091652_[re dacted].crash
        Mar 1, 2015, 07:57:37 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/mdworker_2015-03-01-195737_[re dacted].crash
        Mar 1, 2015, 07:57:28 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/mdworker_2015-03-01-195728_[re dacted].crash
        Mar 1, 2015, 02:08:32 PM    /Library/Logs/DiagnosticReports/Microsoft Error Reporting_2015-03-01-140832_[redacted].hang
        Mar 1, 2015, 02:06:11 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/mdworker_2015-03-01-140611_[re dacted].crash
        Mar 1, 2015, 02:06:04 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/mdworker_2015-03-01-140604_[re dacted].crash
        Mar 1, 2015, 01:58:27 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/mdworker_2015-03-01-135827_[re dacted].crash
        Mar 1, 2015, 01:58:25 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/mdworker_2015-03-01-135825_[re dacted].crash
        Mar 1, 2015, 01:11:42 PM    /Library/Logs/DiagnosticReports/iTunes_2015-03-01-131142_[redacted].cpu_resourc e.diag [Click for details]
        Mar 1, 2015, 12:35:56 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/mdworker_2015-03-01-123556_[re dacted].crash
        Mar 1, 2015, 12:35:55 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/mdworker_2015-03-01-123555_[re dacted].crash
        Mar 1, 2015, 12:27:43 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/mdworker_2015-03-01-122743_[re dacted].crash
        Mar 1, 2015, 12:27:42 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/mdworker_2015-03-01-122742_[re dacted].crash
        Mar 1, 2015, 11:02:54 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/mdworker_2015-03-01-110254_[re dacted].crash
        Mar 1, 2015, 11:02:53 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/mdworker_2015-03-01-110253_[re dacted].crash
    Thanks for your help.

    When you see a beachball cursor or the slowness is especially bad, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • My Apple iPad 3 is less than 6 months old - purchased in March of 2012.  I believe it already needs a new battery.  It will not hold a charge for very long andvs very slow in starting up a carge when I plug it in.  Please advise - it is very annoying.n.

    My Apple iPad 3 is less than 6 months old - purchased in March of 2012.  I believe it already needs a new battery.  It will not hold a charge for very long andvs very slow in starting up a carge when I plug it in.  Please advise - it is very annoying.

    Take it to Apple Store. You are covered under your 1 year warranty.

  • My mac is very slow at start up and throwing out its original boot disc, so i cant carry out any disk utility repair, any help

    Hey guys, i have tried all the help i have so far been given but am still facing the same problem,
    my mac is slow at start
    i have tried to reboot with the os x 10.6 dvd but its just throwing it out
    causing more and more frastration
    can some one help

    Hello,
    Have you done a PRAM reset, CMD+Option+p+r...
    http://support.apple.com/kb/HT1379
    In fact, do 3 in a row, takes a bit of time.
    Does it boot to Single User Mode, CMD+s keys at bootup, if so try...
    /sbin/fsck -fy
    Repeat until it shows no errors fixed.
    (Space between fsck AND -fy important).
    Resolve startup issues and perform disk maintenance with Disk Utility and fsck...
    http://docs.info.apple.com/article.html?artnum=106214

  • My Macbook pro Early 2008 is randomly slow at starting up and when I am backing up to my time capsule I am receiving the following message 'Time machine could not complete the backup. '' ''The backup disk image ''/Volumes/name time capsule/ my name MacBoo

    My Macbook pro Early 2008 is randomly slow at starting up and when I am backing up to my time capsule I am receiving the following message 'Time machine could not complete the backup. '' ''The backup disk image ''/Volumes/name time capsule/ my name MacBook Pro (4).sparsebundle'' could not be accessed (error-1).
    Problem started after deleting parrell desktop and window7 ?
    Please help?

    Look at the more like this column on the right.. this is the most frequently asked question in this discussion area.
    Reboot the TC.. restart the whole network if the simple reboot did not work.. start in order. modem.. router/TC.. clients. 2min gap.
    Read C12 here. http://pondini.org/TM/Troubleshooting.html

  • Upgraded from 10.6.8 to Mavericks last week on my MacBook Pro running the 2.4 GHz i5 and it's painfully slow on start-up- I mean, 5 minutes or more, to be fully functional... Is this normal?

    Upgraded from 10.6.8 to Mavericks last week on my MacBook Pro running the 2.4 GHz i5 and it's painfully slow on start-up- I mean, 5 minutes or more, to be fully functional... Is this normal?

    Try these in order testing your system after each to see if it's back to normal:
    1. a. Resetting your Mac's PRAM and NVRAM
        b. Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
         Boot to the Recovery HD: Restart the computer and after the chime press and hold down the
         COMMAND and R keys until the Utilities menu screen appears. Alternatively, restart the
         computer and after the chime press and hold down the OPTION key until the boot manager
         screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
         Reinstall the 10.9.2 update: OS X Mavericks 10.9.2 Update (Combo).
    4. Reinstall Lion/Mountain Lion, Mavericks: Reboot from the Recovery HD. Select Reinstall Lion/Mountain Lion, Mavericks from the Utilities menu, and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    Reinstall the 10.9.2 update: OS X Mavericks 10.9.2 Update (Combo).

  • Very slow to start mac os after instaling Windows thru bootcamp

    Hello. After installing Windows 7 using bootcamp, my mac became a lot slower to start mac os lion. I have filevault enabled, and it is taking a lot of seconds to display the filevault login screen.
    It is also taking a lot of time to detect my magic mouse. Sometimes I need to turn of and on the mouse a lot of times to get it detected. This process usally takes minutes.
    This is my startup login:
    Jul 16 09:06:19 localhost kernel[0]: PMAP: PCID enabled
    Jul 16 09:06:19 localhost kernel[0]: Darwin Kernel Version 11.4.0: Mon Apr  9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64
    Jul 16 09:06:19 localhost kernel[0]: vm_page_bootstrap: 4065392 free pages and 96144 wired pages
    Jul 16 09:06:19 localhost kernel[0]: kext submap [0xffffff7f80732000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000732000]
    Jul 16 09:06:19 localhost kernel[0]: zone leak detection enabled
    Jul 16 09:06:19 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Jul 16 09:06:19 localhost kernel[0]: mig_table_max_displ = 73
    Jul 16 09:06:19 localhost kernel[0]: TSC Deadline Timer supported and enabled
    Jul 16 09:06:19 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    Jul 16 09:06:19 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    Jul 16 09:06:19 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    Jul 16 09:06:19 localhost kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
    Jul 16 09:06:19 localhost kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    Jul 16 09:06:19 localhost kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    Jul 16 09:06:19 localhost kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    Jul 16 09:06:19 localhost kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    Jul 16 09:06:19 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
    Jul 16 09:06:19 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Jul 16 09:06:19 localhost kernel[0]: calling mpo_policy_init for Sandbox
    Jul 16 09:06:19 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    Jul 16 09:06:19 localhost kernel[0]: calling mpo_policy_init for Quarantine
    Jul 16 09:06:19 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    Jul 16 09:06:19 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jul 16 09:06:19 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Jul 16 09:06:19 localhost kernel[0]: MAC Framework successfully initialized
    Jul 16 09:06:19 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    Jul 16 09:06:19 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Jul 16 09:06:19 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5]
    Jul 16 09:06:19 localhost kernel[0]: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    Jul 16 09:06:19 localhost kernel[0]: [ PCI configuration begin ]
    Jul 16 09:06:19 localhost kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 1378
    Jul 16 09:06:19 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 19:39:51 Apr  9 2012) initialization complete
    Jul 16 09:06:19 localhost kernel[0]: console relocated to 0xf10010000
    Jul 16 09:06:19 localhost kernel[0]: PCI configuration changed (bridge=16 device=4 cardbus=0)
    Jul 16 09:06:19 localhost kernel[0]: [ PCI configuration end, bridges 12 devices 17 ]
    Jul 16 09:06:19 localhost kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    Jul 16 09:06:19 localhost kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    Jul 16 09:06:19 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    Jul 16 09:06:19 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    Jul 16 09:06:19 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    Jul 16 09:06:19 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    Jul 16 09:06:19 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready
    Jul 16 09:06:19 localhost kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 3c0754fffefa8afe; max speed s800.
    Jul 16 09:06:19 localhost kernel[0]: CoreStorage: fsck has finished successfully for lvg "92C89C3D-9213-4341-832F-783A71609573"
    Jul 16 09:06:19 localhost kernel[0]: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833
    Jul 16 09:06:19 localhost kernel[0]: USBMSC Identifier (non-unique): 22229680D672 0x152d 0x2338 0x100
    Jul 16 09:06:19 localhost kernel[0]: ath_get_caps[4038] rx chainmask mismatch actual 7 sc_chainmak 0
    Jul 16 09:06:19 localhost kernel[0]: 0.993872: ath_get_caps[4013] tx chainmask mismatch actual 7 sc_chainmak 0
    Jul 16 09:06:19 localhost kernel[0]: 0.998778: Atheros: mac 448.3 phy 0.0 radio 0.0
    Jul 16 09:06:19 localhost kernel[0]: 0.998788: Use hw queue 0 for WME_AC_BE traffic
    Jul 16 09:06:19 localhost kernel[0]: 0.998795: Use hw queue 1 for WME_AC_BK traffic
    Jul 16 09:06:19 localhost kernel[0]: 0.998802: Use hw queue 2 for WME_AC_VI traffic
    Jul 16 09:06:19 localhost kernel[0]: 0.998808: Use hw queue 3 for WME_AC_VO traffic
    Jul 16 09:06:19 localhost kernel[0]: 0.998815: Use hw queue 8 for CAB traffic
    Jul 16 09:06:19 localhost kernel[0]: 0.998821: Use hw queue 9 for beacons
    Jul 16 09:06:19 localhost kernel[0]: 0.998893: wlan_vap_create : enter. devhandle=0x9fd98610, opmode=IEEE80211_M_STA, flags=0x1
    Jul 16 09:06:19 localhost kernel[0]: 0.998931: wlan_vap_create : exit. devhandle=0x9fd98610, opmode=IEEE80211_M_STA, flags=0x1.
    Jul 16 09:06:19 localhost kernel[0]: 0.999026: start[1012] sc->sc_inuse_cnt is at offset: 203c, sizeof(_sc->sc_ic) is 25e8
    Jul 16 09:06:19 localhost kernel[0]: rooting via boot-uuid from /chosen: DE2D41A3-BEC6-3A2D-B7CD-6BF4757C34EE
    Jul 16 09:06:19 localhost 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>
    Jul 16 09:06:19 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/ST3500418AS Media/IOGUIDPartitionScheme/Macintosh HD@2/CoreStoragePhysical/CoreStorageGroup/Macintosh HD@s0
    Jul 16 09:06:19 localhost kernel[0]: BSD root: disk1, major 14, minor 5
    Jul 16 09:06:19 localhost kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Jul 16 09:06:19 localhost kernel[0]: Kernel is LP64
    Jul 16 09:06:19 localhost kernel[0]: CoreStorage: fsck has finished successfully for lvg "7E4329BB-9A8B-4DF7-B07B-388E5E930C64"
    Jul 16 09:06:20 localhost kernel[0]: BCM5701Enet: Ethernet address 40:6c:8f:16:17:71
    Jul 16 09:06:20 localhost kernel[0]: AirPort_AtherosNewma40: Ethernet address 7c:c3:a1:ac:a5:cd
    Jul 16 09:06:20 localhost kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    Jul 16 09:06:20 localhost kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    Jul 16 09:06:22 localhost kernel[0]: SMC::smcHandleInterruptEvent WARNING status=0x10 (0x40 not set) notif=0x0
    Jul 16 09:06:22 localhost kernel[0]: Previous Shutdown Cause: 0
    Jul 16 09:06:22 localhost kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    Jul 16 09:06:22 localhost kernel[0]: DSMOS has arrived
    Jul 16 09:06:22 localhost kernel[0]: ** Device in slot: SLOT--1 **
    Jul 16 09:06:23 iMac-de-Valter kernel[0]: NTFS driver 3.10.1 [Flags: R/W].
    Jul 16 09:06:23 iMac-de-Valter kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Jul 16 09:06:23 iMac-de-Valter kernel[0]: 13.219380: setWOW_PARAMETERS:wowevents = 2(1)
    Jul 16 09:06:24 iMac-de-Valter kernel[0]: NTFS volume name BOOTCAMP, version 3.1.
    Jul 16 09:06:24 iMac-de-Valter kernel[0]: macx_swapon SUCCESS
    Jul 16 09:06:24 iMac-de-Valter kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, Symmetric flow-control, Debug [796d,0301,0de1,0300,45e1,0000]
    Jul 16 09:06:37 iMac-de-Valter kernel[0]: 27.228891: setDISASSOC from ATH_INTERFACE_CLASS disconnectVap
    Jul 16 09:06:37 iMac-de-Valter kernel[0]: 27.228911: switchVap from 1 to 1
    Jul 16 09:06:44 iMac-de-Valter kernel[0]: /drv/ HypVtx.c:186   CPU is Intel
    Jul 16 09:06:44 iMac-de-Valter kernel[0]: /drv/ HypLowCache.c:193   Low cache initialized (142080 kB for 32 VMs on 16384 MB)
    Jul 16 09:06:44 iMac-de-Valter kernel[0]: /drv/ HypApic.c:211   Host APIC  phy 0xFEE00000  lin 0xffffff81f7e2d000  ver 0x15
    Jul 16 09:06:44 iMac-de-Valter kernel[0]: /drv/ HypVtd.c:3941   [vtdInit]
    Jul 16 09:06:44 iMac-de-Valter kernel[0]: /drv/ HypVtd.c:3957   [vtdInit] VTD initialization disabled
    Jul 16 09:06:44 iMac-de-Valter kernel[0]: /drv/ HypSMBios.c:54   Failed to find SMBios entry point
    Jul 16 09:06:44 iMac-de-Valter kernel[0]: /drv/ HypModule.c:184   Parallels IPI irq = 0 ipi = 0(0x0)
    Jul 16 09:06:44 iMac-de-Valter kernel[0]: /drv/ HypModule.c:194   Parallels Hypervisor 7.0.15104.778994 loaded.
    Jul 16 09:06:46 iMac-de-Valter kernel[0]: ast_pending=0xffffff80002af8c0
    Jul 16 09:06:46 iMac-de-Valter kernel[0]: cpu_interrupt=0xffffff80002cb7a0
    Jul 16 09:06:46 iMac-de-Valter kernel[0]: vboxdrv: fAsync=0 offMin=0xc96 offMax=0x2e04
    Jul 16 09:06:46 iMac-de-Valter kernel[0]: VBoxDrv: version 4.1.16 r78094; IOCtl version 0x190000; IDC version 0x10000; dev major=34
    Jul 16 09:06:47 iMac-de-Valter kernel[0]: VBoxFltDrv: version 4.1.16 r78094
    Jul 16 09:06:47 iMac-de-Valter kernel[0]: VBoxAdpDrv: version 4.1.16 r78094
    Jul 16 09:06:47 iMac-de-Valter kernel[0]: /prl_hid/ Parallels HID Helper started.
    Jul 16 09:06:48 iMac-de-Valter kernel[0]: com.parallels.kext.prlnet 7.0.15104.778994 has started.
    Jul 16 09:06:48 iMac-de-Valter kernel[0]: com.parallels.kext.vnic 7.0.15104.778994 has started.
    Jul 16 09:06:49 iMac-de-Valter kernel[0]: com_parallels_kext_prl_vnic: created vnic0
    Jul 16 09:06:49 iMac-de-Valter kernel[0]: com_parallels_kext_prl_vnic: created vnic1
    Jul 16 09:06:49 iMac-de-Valter kernel[0]: vnic0: promiscuous mode enable failed
    Jul 16 09:06:49 iMac-de-Valter kernel[0]: vnic1: promiscuous mode enable failed
    Jul 16 09:06:49 iMac-de-Valter kernel[0]: /drv/ HypIoctls.c:779   Ioctl VT-d status: 0
    Jul 16 09:06:49 iMac-de-Valter kernel[0]: [ffffff8022039c00][BNBMouseDevice::init][70.12] init is complete
    Jul 16 09:06:49 iMac-de-Valter kernel[0]: [ffffff8022039c00][BNBMouseDevice::handleStart][70.12] returning 1
    Jul 16 09:06:49 iMac-de-Valter kernel[0]: [ffffff802204d600][AppleMultitouchHIDEventDriver::start] entered
    Jul 16 09:06:49 iMac-de-Valter kernel[0]: [ffffff8023102500][AppleMultitouchDevice::start] entered
    Jul 16 09:06:50 iMac-de-Valter kernel[0]: IOHIDSystem: Seize of IOHIDPointing failed.
    Jul 16 09:06:50 iMac-de-Valter kernel[0]: IOHIDSystem: Seize of AppleMultitouchHIDEventDriver failed.
    Jul 16 09:06:50 iMac-de-Valter kernel[0]: IOHIDSystem: Seize of AppleEmbeddedKeyboard failed.
    Jul 16 09:06:53 iMac-de-Valter kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=368[ksadmin] clearing CS_VALID
    Jul 16 09:06:55 iMac-de-Valter kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=391[ksadmin] clearing CS_VALID
    Jul 16 09:06:58 iMac-de-Valter kernel[0]: VirtualBox (map: 0xffffff8021b25828) triggered DYLD shared region unnest for map: 0xffffff8021b25828, region 0x7fff80a00000->0x7fff80c00000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    Jul 16 09:07:53 iMac-de-Valter kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=2886[GoogleSoftwareUp] clearing CS_VALID
    Jul 16 09:09:35 iMac-de-Valter kernel[0]: IOSurface: buffer allocation size is zero
    Jul 16 09:12:30: --- last message repeated 1 time ---
    Jul 16 09:12:30 iMac-de-Valter kernel[0]: IOSurface: buffer allocation size is zero
    Jul 16 09:13:00: --- last message repeated 4 times ---
    Jul 16 09:13:18 iMac-de-Valter kernel[0]: IOSurface: buffer allocation size is zero
    Jul 16 09:13:21: --- last message repeated 2 times ---
    Jul 16 09:13:21 iMac-de-Valter kernel[0]: AppleBCM5701Ethernet:        0        1 BCM5701Enet::replaceOrCopyPacket worked after N tries
    Jul 16 09:13:22 iMac-de-Valter kernel[0]: IOSurface: buffer allocation size is zero
    Jul 16 09:13:52: --- last message repeated 4 times ---
    Jul 16 09:17:31 iMac-de-Valter kernel[0]: IOSurface: buffer allocation size is zero
    Jul 16 09:18:07: --- last message repeated 1 time ---
    Jul 16 09:18:07 iMac-de-Valter kernel[0]: IOSurface: buffer allocation size is zero
    Anyone knows a solution for this?

    Here is part of the system.log file
    Jul 16 09:06:10 localhost bootlog[0]: BOOT_TIME 1342440370 0
    Jul 16 09:06:19 localhost UserEventAgent[11]: starting CaptiveNetworkSupport as SystemEventAgent built May 25 2011 12:27:35
    Jul 16 09:06:19 localhost UserEventAgent[11]: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 13827
    Jul 16 09:06:19 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCCopyWiFiDevices:388 WiFi Device Name == NULL
    Jul 16 09:06:11 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Jul 16 09:06:18 localhost com.apple.launchd[1] (com.parallels.desktop.launchdaemon): Unknown key for boolean: HopefullyExitsFirst
    Jul 16 09:06:18 localhost com.apple.launchd[1] (com.apple.instruments.server.mig): Unknown value for key POSIXSpawnType: Interactive
    Jul 16 09:06:18 localhost com.apple.launchd[1] (com.apple.powerd): Unknown value for key POSIXSpawnType: Interactive
    Jul 16 09:06:18 localhost com.apple.launchd[1] (com.apple.sandboxd): Unknown value for key POSIXSpawnType: Interactive
    Jul 16 09:06:20 localhost airportd[26]: _processDLILEvent: en1 attached (down)
    Jul 16 09:06:22 localhost com.apple.pfctl[47]: No ALTQ support in kernel
    Jul 16 09:06:22 localhost com.apple.pfctl[47]: ALTQ related functions disabled
    Jul 16 09:06:22 localhost UserEventAgent[11]: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    Jul 16 09:06:22 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    Jul 16 09:06:45: --- last message repeated 2 times ---
    Jul 16 09:06:22 localhost mDNSResponder[50]: mDNSResponder mDNSResponder-320.16 (Mar 17 2012 21:31:16) starting OSXVers 11
    Jul 16 09:06:23 iMac-de-Valter configd[14]: setting hostname to "iMac-de-Valter.local"
    Jul 16 09:06:23 iMac-de-Valter configd[14]: network configuration changed.
    Jul 16 09:06:24 iMac-de-Valter com.apple.ucupdate.plist[40]: ucupdate: Checked 1 update, no match found.
    Jul 16 09:06:27 iMac-de-Valter Parallels[91]: Unloading kernel extension prl_netbridge.kext
    Jul 16 09:06:27 iMac-de-Valter com.apple.usbmuxd[39]: usbmuxd-268.5 on Apr  5 2012 at 15:33:48, running 64 bit
    Jul 16 09:06:27 iMac-de-Valter mds[49]: (Normal) FMW: FMW 0 0
    Jul 16 09:06:30 iMac-de-Valter Parallels[100]: Unloading kernel extension prl_vnic.kext
    Jul 16 09:06:32 iMac-de-Valter Parallels[109]: Unloading kernel extension prl_usb_connect.kext
    Jul 16 09:06:33 iMac-de-Valter systemkeychain[80]: done file: /var/run/systemkeychaincheck.done
    Jul 16 09:06:33 iMac-de-Valter mDNSResponder[50]: D2D_IPC: Loaded
    Jul 16 09:06:33 iMac-de-Valter mDNSResponder[50]: D2DInitialize succeeded
    Jul 16 09:06:33 iMac-de-Valter configd[14]: network configuration changed.
    Jul 16 09:06:47: --- last message repeated 1 time ---
    Jul 16 09:06:33 iMac-de-Valter UserEventAgent[11]: ServermgrdRegistration cannot load config data
    Jul 16 09:06:33 iMac-de-Valter UserEventAgent[11]: get_backup_share_points no AFP
    Jul 16 09:06:34 iMac-de-Valter Parallels[141]: Unloading kernel extension prl_hid_hook.kext
    Jul 16 09:06:35 iMac-de-Valter corestoraged[125]: 0x7fff710cb960 unlockLVF: LVF=0FF9E64F-A8A2-4917-801F-D110AC6D8BF6, "AES-XTS", status = "Unlocked"
    Jul 16 09:06:35 iMac-de-Valter corestoraged[125]: 0x7fff710cb960 unlockLVF: LVF=0974F701-3F93-46AD-ABC5-E8FC47B84BA3, "AES-XTS", status = "Locked"
    Jul 16 09:06:35 iMac-de-Valter com.apple.kextcache[143]: /: helper partitions appear up to date.
    Jul 16 09:06:36 iMac-de-Valter Parallels[151]: Unloading kernel extension prl_hypervisor.kext
    Jul 16 09:06:38 iMac-de-Valter xpchelper[122]: for uid: 0 -- timeout while waiting on FSEvents flush; clearing cache.
    Jul 16 09:06:38 iMac-de-Valter xpchelper[123]: for uid: 222 -- timeout while waiting on FSEvents flush; clearing cache.
    Jul 16 09:06:38 iMac-de-Valter Parallels[162]: Loading kernel extension prl_usb_connect.kext
    Jul 16 09:06:41 iMac-de-Valter Parallels[169]: Loading kernel extension prl_hypervisor.kext
    Jul 16 09:06:42 iMac-de-Valter prl_client_app[88]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    Jul 16 09:06:43 iMac-de-Valter Parallels[175]: Loading kernel extension prl_hid_hook.kext
    Jul 16 09:06:44 iMac-de-Valter rpcsvchost[177]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    Jul 16 09:06:44 iMac-de-Valter prl_client_app[88]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    Jul 16 09:06:45 iMac-de-Valter com.apple.SystemStarter[41]: /Applications/VirtualBox.app/Contents/MacOS/VBoxBalloonCtrl => /Applications/VirtualBox.app/Contents/MacOS/VBoxBalloonCtrl-amd64
    Jul 16 09:06:45 iMac-de-Valter com.apple.SystemStarter[41]: /Applications/VirtualBox.app/Contents/MacOS/VBoxDD2GC.gc => /Applications/VirtualBox.app/Contents/MacOS/VBoxDD2GC.gc-amd64
    Jul 16 09:06:45 iMac-de-Valter com.apple.SystemStarter[41]: /Applications/VirtualBox.app/Contents/MacOS/VBoxDDGC.gc => /Applications/VirtualBox.app/Contents/MacOS/VBoxDDGC.gc-amd64
    Jul 16 09:06:45 iMac-de-Valter com.apple.SystemStarter[41]: /Applications/VirtualBox.app/Contents/MacOS/VBoxExtPackHelperApp => /Applications/VirtualBox.app/Contents/MacOS/VBoxExtPackHelperApp-amd64
    Jul 16 09:06:45 iMac-de-Valter com.apple.SystemStarter[41]: /Applications/VirtualBox.app/Contents/MacOS/VBoxHeadless => /Applications/VirtualBox.app/Contents/MacOS/VBoxHeadless-amd64
    Jul 16 09:06:45 iMac-de-Valter com.apple.SystemStarter[41]: /Applications/VirtualBox.app/Contents/MacOS/VBoxManage => /Applications/VirtualBox.app/Contents/MacOS/VBoxManage-amd64
    Jul 16 09:06:45 iMac-de-Valter com.apple.SystemStarter[41]: /Applications/VirtualBox.app/Contents/MacOS/VBoxNetAdpCtl => /Applications/VirtualBox.app/Contents/MacOS/VBoxNetAdpCtl-amd64
    Jul 16 09:06:45 iMac-de-Valter com.apple.SystemStarter[41]: /Applications/VirtualBox.app/Contents/MacOS/VBoxNetDHCP => /Applications/VirtualBox.app/Contents/MacOS/VBoxNetDHCP-amd64
    Jul 16 09:06:45 iMac-de-Valter com.apple.SystemStarter[41]: /Applications/VirtualBox.app/Contents/MacOS/VBoxSVC => /Applications/VirtualBox.app/Contents/MacOS/VBoxSVC-amd64
    Jul 16 09:06:45 iMac-de-Valter com.apple.SystemStarter[41]: /Applications/VirtualBox.app/Contents/MacOS/VBoxXPCOMIPCD => /Applications/VirtualBox.app/Contents/MacOS/VBoxXPCOMIPCD-amd64
    Jul 16 09:06:45 iMac-de-Valter com.apple.SystemStarter[41]: /Applications/VirtualBox.app/Contents/MacOS/VMMGC.gc => /Applications/VirtualBox.app/Contents/MacOS/VMMGC.gc-amd64
    Jul 16 09:06:45 iMac-de-Valter com.apple.SystemStarter[41]: /Applications/VirtualBox.app/Contents/MacOS/VirtualBox => /Applications/VirtualBox.app/Contents/MacOS/VirtualBox-amd64
    Jul 16 09:06:45 iMac-de-Valter com.apple.SystemStarter[41]: /Applications/VirtualBox.app/Contents/MacOS/VirtualBoxVM => /Applications/VirtualBox.app/Contents/MacOS/VirtualBoxVM-amd64
    Jul 16 09:06:45 iMac-de-Valter com.apple.SystemStarter[41]: /Applications/VirtualBox.app/Contents/MacOS/vboxwebsrv => /Applications/VirtualBox.app/Contents/MacOS/vboxwebsrv-amd64
    Jul 16 09:06:45 iMac-de-Valter com.apple.SystemStarter[41]: Loading VBoxDrv.kext
    Jul 16 09:06:45 iMac-de-Valter com.apple.SystemStarter[41]: Loading VBoxUSB.kext
    Jul 16 09:06:46 iMac-de-Valter com.apple.SystemStarter[41]: Loading VBoxNetFlt.kext
    Jul 16 09:06:46 iMac-de-Valter com.apple.SystemStarter[41]: Loading VBoxNetAdp.kext
    Jul 16 09:06:46 iMac-de-Valter Parallels[268]: Loading kernel extension prl_netbridge.kext
    Jul 16 09:06:48 iMac-de-Valter configd[14]: network configuration changed.
    Jul 16 09:06:48 iMac-de-Valter ntpd[36]: proto: precision = 1.000 usec
    Jul 16 09:06:48 iMac-de-Valter Parallels[276]: Loading kernel extension prl_vnic.kext
    Jul 16 09:06:48 iMac-de-Valter Parallels[281]: Trying to load kernel extensions, exit status: 0
    Jul 16 09:06:48 iMac-de-Valter Parallels[284]: Starting Parallels networking...
    Jul 16 09:06:49 iMac-de-Valter loginwindow[52]: Login Window Application Started
    Jul 16 09:06:49 iMac-de-Valter Parallels[294]: Parallels networking sucessfully started
    Jul 16 09:06:49 iMac-de-Valter Parallels[296]: Restarting CiscoVPN
    Jul 16 09:06:49 iMac-de-Valter prl_naptd[292]: Starting Parallels Network Daemon
    Jul 16 09:06:49 iMac-de-Valter SystemStarter[298]: Unknown service: CiscoVPN
    Jul 16 09:06:49 iMac-de-Valter Parallels[301]: Starting Parallels Dispatcher Service
    Jul 16 09:06:49 iMac-de-Valter Parallels[305]: Parallels Dispatcher Service sucessfully started
    Jul 16 09:06:49 iMac-de-Valter prl_naptd[292]: vnic0: DHCP/NAT for 10.211.55.1-10.211.55.254 netmask 255.255.255.0
    Jul 16 09:06:49 iMac-de-Valter prl_naptd[292]: vnic1: DHCP for 10.37.129.1-10.37.129.254 netmask 255.255.255.0
    Jul 16 09:06:50 iMac-de-Valter loginwindow[52]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    Jul 16 09:06:50 iMac-de-Valter com.apple.launchctl.LoginWindow[317]: com.apple.findmymacmessenger: Already loaded
    Jul 16 09:06:51 iMac-de-Valter loginwindow[52]: Login Window Started Security Agent
    Jul 16 09:06:51 iMac-de-Valter SecurityAgent[327]: Echo enabled
    Jul 16 09:06:51 iMac-de-Valter SecurityAgent[327]: User info context values set for valter
    Jul 16 09:06:51 iMac-de-Valter TabletDriver[322]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    Jul 16 09:06:51 iMac-de-Valter com.wacom.pentablet[322]: Jul 16 09:06:51 iMac-de-Valter.local TabletDriver[322] <Error>: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    Jul 16 09:06:51 iMac-de-Valter TabletDriver[322]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    Jul 16 09:06:51 iMac-de-Valter com.wacom.pentablet[322]: Jul 16 09:06:51 iMac-de-Valter.local TabletDriver[322] <Error>: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    Jul 16 09:06:51 iMac-de-Valter WindowServer[290]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Jul 16 09:06:51 iMac-de-Valter loginwindow[52]: Login Window - Returned from Security Agent
    Jul 16 09:06:51 iMac-de-Valter com.apple.authorizationhost.00000000-0000-0000-0000-0000000186A5[329]: buffer size: 1024 length: 854
    Jul 16 09:06:51 iMac-de-Valter loginwindow[52]: USER_PROCESS: 52 console
    Jul 16 09:06:51 iMac-de-Valter corestoraged[125]: 0x7fff710cb960 unlockLVF: LVF=0974F701-3F93-46AD-ABC5-E8FC47B84BA3, "AES-XTS", status = "Locked"
    Jul 16 09:06:51 iMac-de-Valter com.parallels.vm.prl_naptd[292]: QKqueueFileSystemWatcherEngine::addPaths: open: No such file or directory
    Jul 16 09:06:51 iMac-de-Valter com.parallels.vm.prl_naptd[292]: QFileSystemWatcher: failed to add paths: /Library/Managed Preferences
    Jul 16 09:06:51 iMac-de-Valter applepushserviced[65]: Unable to bootstrap_lookup connection port for 'com.apple.iCalPush': unknown error code
    Jul 16 09:06:51 iMac-de-Valter applepushserviced[65]: Unable to bootstrap_lookup connection port for 'com.apple.safaridavclient.push': unknown error code
    Jul 16 09:06:51 iMac-de-Valter applepushserviced[65]: Unable to bootstrap_lookup connection port for 'com.apple.AddressBook.PushNotification': unknown error code
    Jul 16 09:06:51 iMac-de-Valter applepushserviced[65]: Unable to bootstrap_lookup connection port for 'com.apple.syncdefaultsd.push': unknown error code
    Jul 16 09:06:51 iMac-de-Valter com.apple.launchd[1] ([0x0-0x5005].com.wacom.Consumer_TouchDriver[330]): Exited with code: 255
    Jul 16 09:06:51 iMac-de-Valter com.apple.launchd[1] (com.wacom.pentablet[322]): Exited with code: 255
    Jul 16 09:06:51 iMac-de-Valter com.apple.launchd.peruser.501[333] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Jul 16 09:06:51 iMac-de-Valter com.apple.launchctl.Aqua[335]: load: option requires an argument -- D
    Jul 16 09:06:51 iMac-de-Valter com.apple.launchctl.Aqua[335]: usage: launchctl load [-wF] [-D <user|local|network|system|all>] paths...
    Jul 16 09:06:52 iMac-de-Valter UserEventAgent[11]: CaptiveNetworkSupport:CNSServerRegisterUserAgent:187 new user agent port: 16399
    Jul 16 09:06:52 iMac-de-Valter com.apple.launchd.peruser.501[333] (com.apple.launchctl.Aqua[335]): Exited with code: 1
    Jul 16 09:06:53 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [344:-1406082368:43363122927:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:06:53 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:06:53 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [344:-1406082368:43363204526:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:06:53 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:06:54 iMac-de-Valter com.apple.dock.extra[374]: Could not connect the action buttonPressed: to target of class NSApplication
    Jul 16 09:06:54: --- last message repeated 3 times ---
    Jul 16 09:06:54 iMac-de-Valter com.apple.dock.extra[374]: 2012-07-16 09:06:54.467 com.apple.dock.extra[374:1707] Could not connect the action buttonPressed: to target of class NSApplication
    Jul 16 09:06:54 iMac-de-Valter com.apple.dock.extra[374]: 2012-07-16 09:06:54.468 com.apple.dock.extra[374:1707] Could not connect the action buttonPressed: to target of class NSApplication
    Jul 16 09:06:54: --- last message repeated 2 times ---
    Jul 16 09:06:54 iMac-de-Valter [0x0-0xa00a].com.ximian.monodevelop[347]: Rewriting config files...
    Jul 16 09:06:59 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2118:-1406082368:49998491787:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:06:59 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:06:59 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2118:-1406082368:49998555980:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:06:59 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:07:01 iMac-de-Valter [0x0-0xa00a].com.ximian.monodevelop[347]: Launching ...
    Jul 16 09:07:02 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2862:-1406082368:52701011445:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:07:02 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:07:02 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2862:-1406082368:52701092795:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:07:02 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:07:02 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2864:-1406082368:52813798242:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:07:02 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:07:02 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2864:-1406082368:52813882272:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:07:02 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:07:02 iMac-de-Valter Google Chrome Helper EH[2864]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    Jul 16 09:07:02 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: 2012-07-16 09:07:02.763 Google Chrome Helper EH[2864:207] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    Jul 16 09:07:02 iMac-de-Valter Google Chrome Helper EH[2864]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    Jul 16 09:07:02 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: 2012-07-16 09:07:02.764 Google Chrome Helper EH[2864:207] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    Jul 16 09:07:04 iMac-de-Valter mono[347]: clip: empty path.
    Jul 16 09:07:04 iMac-de-Valter [0x0-0xa00a].com.ximian.monodevelop[347]: Jul 16 09:07:04 iMac-de-Valter.local mono[347] <Error>: clip: empty path.
    Jul 16 09:07:05 iMac-de-Valter mono[347]: clip: empty path.
    Jul 16 09:07:05 iMac-de-Valter [0x0-0xa00a].com.ximian.monodevelop[347]: Jul 16 09:07:05 iMac-de-Valter.local mono[347] <Error>: clip: empty path.
    Jul 16 09:07:05 iMac-de-Valter [0x0-0xa00a].com.ximian.monodevelop[347]: UnityScript.MonoDevelop.ProjectModel.UnityScriptLanguageBinding()
    Jul 16 09:07:05 iMac-de-Valter [0x0-0xa00a].com.ximian.monodevelop[347]: Boo.MonoDevelop.ProjectModel.BooLanguageBinding()
    Jul 16 09:07:05 iMac-de-Valter mono[347]: clip: empty path.
    Jul 16 09:07:05 iMac-de-Valter [0x0-0xa00a].com.ximian.monodevelop[347]: Jul 16 09:07:05 iMac-de-Valter.local mono[347] <Error>: clip: empty path.
    Jul 16 09:07:07 iMac-de-Valter [0x0-0xa00a].com.ximian.monodevelop[347]: NewProjectIndexFor(MonoDevelop.Projects.DotNetAssemblyProject)
    Jul 16 09:07:11 iMac-de-Valter com.apple.launchd[1] (com.apple.coreservices.appleid.authentication[321]): Exit timeout elapsed (20 seconds). Killing
    Jul 16 09:07:52 iMac-de-Valter prl_naptd[2883]: Starting Parallels Network Daemon
    Jul 16 09:07:52 iMac-de-Valter com.parallels.vm.prl_pcproxy[2883]: QKqueueFileSystemWatcherEngine::addPaths: open: No such file or directory
    Jul 16 09:07:52 iMac-de-Valter com.parallels.vm.prl_pcproxy[2883]: QFileSystemWatcher: failed to add paths: /Library/Managed Preferences
    Jul 16 09:07:52 iMac-de-Valter TabletDriver[2882]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    Jul 16 09:07:52 iMac-de-Valter com.wacom.pentablet[2882]: Jul 16 09:07:52 iMac-de-Valter.local TabletDriver[2882] <Error>: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    Jul 16 09:07:52 iMac-de-Valter TabletDriver[2882]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    Jul 16 09:07:52 iMac-de-Valter com.wacom.pentablet[2882]: Jul 16 09:07:52 iMac-de-Valter.local TabletDriver[2882] <Error>: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    Jul 16 09:07:52 iMac-de-Valter appleprofilepolicyd[2899]: appleprofilepolicyd: profiling drivers not loaded, loading
    Jul 16 09:09:00 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2922:-1406082368:171202453401:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:09:00 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:09:00 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2922:-1406082368:171202533779:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:09:00 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:09:00 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2923:-1406082368:171209994218:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:09:00 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:09:00 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2923:-1406082368:171210072796:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:09:00 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:09:09 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2924:-1406082368:180163030041:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:09:09 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:09:09 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2924:-1406082368:180163103109:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:09:09 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:09:34 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2930:-1406082368:205051400865:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:09:34 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:09:34 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2930:-1406082368:205051478628:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:09:34 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:10:40 iMac-de-Valter com.apple.usbmuxd[39]: _SendAttachNotification (thread 0x7fff710cb960): sending attach for device 4c:b1:99:93:37:49@fe80::4eb1:99ff:fe93:3749._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    Jul 16 09:10:40 iMac-de-Valter usbmuxd[39]: _AMDeviceConnectByAddressAndPort (thread 0x101a81000): IPv4
    Jul 16 09:11:16 iMac-de-Valter com.apple.usbmuxd[39]: _SendDetachNotification (thread 0x7fff710cb960): sending detach for device 4c:b1:99:93:37:49@fe80::4eb1:99ff:fe93:3749._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    Jul 16 09:12:22 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2934:-1406082368:372796178882:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:12:22 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:12:22 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2934:-1406082368:372796258445:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:12:22 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:12:22 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2933:-1406082368:372796257412:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:12:22 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:12:22 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2933:-1406082368:372796327058:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:12:22 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:12:23 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2935:-1406082368:373701432934:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:12:23 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:12:23 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2935:-1406082368:373701523049:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:12:23 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:12:41 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2943:-1406082368:391910375403:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:12:41 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:12:41 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2943:-1406082368:391910461249:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:12:41 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:12:42 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2944:-1406082368:392864824548:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:12:42 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:12:42 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2944:-1406082368:392864902453:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:12:42 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:12:42 iMac-de-Valter Google Chrome[344]: invalid drawable
    Jul 16 09:13:01: --- last message repeated 1 time ---
    Jul 16 09:13:01 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2946:-1406082368:411473193512:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:13:01 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:13:01 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2946:-1406082368:411473266050:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:13:01 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:13:04 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2947:-1406082368:414894265422:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:13:04 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:13:04 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2947:-1406082368:414894346332:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:13:04 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:13:15 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2948:-1406082368:425964170064:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:13:15 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:13:15 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2948:-1406082368:425964248095:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:13:15 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:13:16 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2949:-1406082368:426843435548:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:13:16 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:13:16 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2949:-1406082368:426843509094:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:13:16 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:13:18 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2950:-1406082368:428903622814:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:13:18 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:13:18 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2950:-1406082368:428903696510:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:13:18 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:13:18 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2951:-1406082368:428928437404:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:13:18 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:13:18 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2951:-1406082368:428928515925:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:13:18 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:13:19 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2952:-1406082368:429481490696:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:13:19 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:13:19 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2952:-1406082368:429481570248:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:13:19 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:13:19 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2953:-1406082368:430000943083:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:13:19 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:13:19 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2953:-1406082368:430001022306:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:13:19 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:15:00 iMac-de-Valter login[2955]: USER_PROCESS: 2955 ttys000
    Jul 16 09:16:57 iMac-de-Valter warmd[38]: [__warmctl_evt_desktop_up_block_invoke_0:478] Desktop up bcstop timer fired!
    Jul 16 09:17:13 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2963:-1406082368:664022058176:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:17:13 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:17:13 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2963:-1406082368:664022131881:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:17:13 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:17:20 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2964:-1406082368:671057737579:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:17:20 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:17:20 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2964:-1406082368:671057823364:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:17:20 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:17:24 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2965:-1406082368:675164971962:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:17:24 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:17:24 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2965:-1406082368:675165044610:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:17:24 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:17:54 iMac-de-Valter com.apple.kextcache[2912]: Created prelinked kernel /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    Jul 16 09:17:59 iMac-de-Valter com.apple.kextcache[2967]: /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache out of date.
    Jul 16 09:17:59 iMac-de-Valter fseventsd[15]: Logging disabled completely for device:1: /Volumes/Recovery HD
    Jul 16 09:18:00 iMac-de-Valter com.apple.kextcache[2967]: Successfully updated helper partition disk0s3.
    Jul 16 09:19:11 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2979:-1406082368:781373725155:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:19:11 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:19:11 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2979:-1406082368:781373797996:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:19:11 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:19:11 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2980:-1406082368:781574663280:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:19:11 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:19:11 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: [2980:-1406082368:781574729670:ERROR:resource_bundle.cc(98)] Failed to load
    Jul 16 09:19:11 iMac-de-Valter [0x0-0x8008].com.google.Chrome[344]: Some features may not be available.
    Jul 16 09:19:57 iMac-de-Valter com.apple.usbmuxd[39]: _SendAttachNotification (thread 0x7fff710cb960): sending attach for device 4c:b1:99:93:37:49@fe80::4eb1:99ff:fe93:3749._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    Jul 16 09:19:57 iMac-de-Valter usbmuxd[39]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    Jul 16 09:20:09 iMac-de-Valter com.apple.usbmuxd[39]: _SendDetachNotification (thread 0x7fff710cb960): sending detach for device 4c:b1:99:93:37:49@fe80::4eb1:99ff:fe93:3749._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    Jul 16 09:26:10 iMac-de-Valter sandboxd[3018] ([351]): TextEdit(351) deny system-socket
    Jul 16 09:26:10 iMac-de-Valter TextEdit[351]: socket(PF_ROUTE) failed: Operation not permitted
    Jul 16 09:28:03 iMac-de-Valter login[2955]: DEAD_PROCESS: 2955 ttys000
    Jul 16 09:28:33 iMac-de-Valter com.apple.launchd.peruser.501[333] ([0x0-0x9009].com.apple.ActivityMonitor[346]): Exited: Killed: 9
    Jul 16 09:28:34 iMac-de-Valter Dock[353]: kCGErrorIllegalArgument: CGSReleaseWindow: Invalid window 51
    Jul 16 09:28:34 iMac-de-Valter Dock[353]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Jul 16 09:28:36 iMac-de-Valter com.apple.launchd.peruser.501[333] ([0x0-0xc00c].com.apple.Terminal[349]): Exited: Killed: 9
    Jul 16 09:28:37 iMac-de-Valter Unity[3033]: NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    Jul 16 09:28:37 iMac-de-Valter mDNSResponder[50]: Bad service type in iMac de Valter._unityiphoneremote._tcp.local. Application protocol name must be underscore plus 1-15 characters. See <http://www.dns-sd.org/ServiceTypes.html>
    Jul 16 09:28:37 iMac-de-Valter mDNSResponder[50]: Bad service type in ._unityiphoneremote._tcp.local. Application protocol name must be underscore plus 1-15 characters. See <http://www.dns-sd.org/ServiceTypes.html>
    Jul 16 09:28:37 iMac-de-Valter mDNSResponder[50]: Bad service type in iMac de Valter._unityiphoneremote._tcp.local. Application protocol name must be underscore plus 1-15 characters. See <http://www.dns-sd.org/ServiceTypes.html>

  • My iMac, OS 10.7.5, is abnormally slow on start-up, taking many minutes for my password sign-in window to show up.  I've run Disk Permissions and have verified my hard drive and all is in order.  What do I do to start up my Mac in a normal manner?

    My iMac, OS 10.7.5, is abnormally slow on start-up, taking many minutes for my password sign-in window to show up.  I've run Disk Permissions and have verified my hard drive and all is in order.  What do I do to start up my Mac in a normal manner?

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter "BOOT_TIME" (without the quotes) in the search box. Note the timestamps of those log messages, which refer to the times when the system was booted. Now clear the search box and scroll back in the log to the last boot time when you had the problem. Select the messages logged after the boot, during the time something abnormal was happening. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V).
    For example, if the problem is a slow startup taking three minutes, post the messages timestamped within three minutes after the boot time, not before. Please include the BOOT_TIME message at the beginning of the log extract.
    If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    Still in Console, look under System Diagnostic Reports for crash or panic logs, and post the entire contents of the most recent one, if any. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if present (it may not be.) Please don’t post shutdownStall, spin, or hang logs — they're very long and not helpful.

  • What would cause my iMac to be slow to start up?

    My iMac (intel) has become very slow to start up. Sometimes I have to shut down and try the start up a second time before it will complete the start up.

    Hi..
    Not enough free space on the startup disk can cause your iMac to slow down over time.
    Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. Make sure there's a minimum of 15% free disk space.
    iMac, Mac OS X (10.5.4)
    Remove any items in System Preferences > Accounts > Login Items
    Same for     /Library/StartupItems

Maybe you are looking for

  • Uploading Excel file to SAP

    Hi Friends, Iam trying to Upload Excel file into SAP using the FM ALSM_EXCEL_TO_INTERNAL_TABLE. But it is going to dump n the error is                                                                              The call to the function module "ALSM_

  • Oracle VM 3 with VM Manager

    Hello, As virt-install is not available in Oracle VM 3.0, I would like to know if there is any another way to create VMs manually in Oracle VM 3.0 (we dont want to get Oracle VM Manager) Thank you!!!

  • Email Messages with "-" Sender ID

    Hi All, Hope its going all well, we are facing a problem, in our Exchange daily logs, there is always so many logins with the user name '-' (hyphen), also in our spam filter outbound traffic daily report there are so many emails with same sender ID '

  • Compatible camera list

    I am looking to buy a camera to use on some personal projects and build a demo reel. I've tried to locate a list of cameras compatible with FCP 5.0.4 but have so far been unable to do so. Can someone give me the url for this? Or let me know if these

  • 2 identical sets of photos in LR4, one set shows as missing but has all keywords attached; photos not missing are missing keywords

    I had to move photos and LR4 catalog from one external storage to another. I now have two identical sets of photos in the catalog but one full set is shown as missing. Easy enough to delete these but they have all my hours and hours of work on keywor