Profile-sync-daemon and slow boot

Hi, I write here cause i'm facing a problem with the profile-sync-daemon, that is loaded on boot by systemd.
Some days ago it started slowing down my system boot: I have silent mode enabled and appears a text line showing "A job is start is running" related to psd that take 8-9 seconds.
What can be the cause? Some days ago I started syncing my favorites, history and bookmarks on Google Account (I use Chrome in tablet and phone and Chromium on computer), can this issue be related with it?
Thanks in advance.

$ psd p
Profile-sync-daemon v5.45.1 on Arch Linux.
Systemd service is currently active.
Systemd resync service is currently active.
Psd will manage the following per /etc/psd.conf settings:
browser/psname: chromium/chromium
owner/group id: mons/100
sync target: /home/mons/.config/chromium
tmpfs dir: /tmp/mons-chromium
profile size: 105M
$ systemd-analyze blame| grep psd
10.340s psd.service
403ms psd-resync.service

Similar Messages

  • Request for community help: profile-sync-daemon feature

    Guys - I am attempting to modify profile-sync-daemon so that it parses out a user's $HOME/.mozilla/firefox/profile.ini and then syncs the corresponding profiles therein rather than simply syncing the entire $HOME/.mozilla/firefox directory.  I have taken a stab at it which you can find in the latest commit in the unstable branch on github:  https://github.com/graysky2/profile-syn … e/unstable
    I'd like to ask for assistance.  As you can see, the modified version does indeed parse out each user's $HOME/.mozilla/firefox/profile.ini into an array.  What I can't seem to wrap my mind around is how to get the entire array to get passed down to the subsequent functions should it contain more than one element.  For files that contain more than one, only the last one is passed.
    Input is welcomed and thanks in advance.
    Last edited by graysky (2012-11-26 20:43:30)

    Thanks for the help and suggestions, all.
    @aesiris - I checked out your code but found that it did not handle multiple profiles correctly.  I didn't spend too much time on it since I already invested in the array solution proposed by alain.
    I just now pushed a healthy beta to the unstable branch based on your both of your suggestions (from this thread and from private email).  I have ALL supported browsers installed on my workstation and have been testing for the past 1/2 hour.  I do not see any problems.  I need a break
    Anyway, please test it, bang away on it, let me know what is wrong.
    Note - STOP YOUR EXISTING psd FIRST.
    1) sudo systemctl stop psd.service
    2) Copy the unstable code from github to your /usr/bin and `sudo chmod +x /usr/bin/profile-sync-daemon`
    3) Start the daemon again
    EDIT:
    % profile-sync-daemon debug
    ::DEBUG MODE::
    profile-sync-daemon version: 5.01
    settings in /etc/psd.conf will make profile-sync-daemon manage the following browers/user combos when invoked:
    browser:psname chromium:chromium
    owner/group: facade:users
    sync target: /home/facade/.config/chromium
    backup target: /home/facade/.config/chromium-backup
    tmpfs dir: /tmp/facade-chromium
    browser:psname conkeror.mozdev.org:xulrunner
    owner/group: facade:users
    sync target: /home/facade/.conkeror.mozdev.org
    backup target: /home/facade/.conkeror.mozdev.org-backup
    tmpfs dir: /tmp/facade-conkeror.mozdev.org
    browser:psname firefox:firefox
    owner/group: facade:users
    sync target: /home/facade/.mozilla/firefox/zzvngsqc.default
    backup target: /home/facade/.mozilla/firefox/zzvngsqc.default-backup
    tmpfs dir: /tmp/facade-firefox-zzvngsqc.default
    browser:psname firefox:firefox
    owner/group: facade:users
    sync target: /mnt/profiles/djj43fbr.943
    backup target: /mnt/profiles/djj43fbr.943-backup
    tmpfs dir: /tmp/facade-firefox-djj43fbr.943
    browser:psname google-chrome:chrome
    owner/group: facade:users
    sync target: /home/facade/.config/google-chrome
    backup target: /home/facade/.config/google-chrome-backup
    tmpfs dir: /tmp/facade-google-chrome
    browser:psname heftig-aurora:aurora
    owner/group: facade:users
    sync target: /home/facade/.mozilla/aurora/imxbinbc.default
    backup target: /home/facade/.mozilla/aurora/imxbinbc.default-backup
    tmpfs dir: /tmp/facade-heftig-aurora-imxbinbc.default
    browser:psname heftig-aurora:aurora
    owner/group: facade:users
    sync target: /mnt/profiles/poza1kl4.dv2
    backup target: /mnt/profiles/poza1kl4.dv2-backup
    tmpfs dir: /tmp/facade-heftig-aurora-poza1kl4.dv2
    browser:psname midori:midori
    owner/group: facade:users
    sync target: /home/facade/.config/midori
    backup target: /home/facade/.config/midori-backup
    tmpfs dir: /tmp/facade-midori
    browser:psname opera:opera
    owner/group: facade:users
    sync target: /home/facade/.opera
    backup target: /home/facade/.opera-backup
    tmpfs dir: /tmp/facade-opera
    browser:psname opera-next:opera-next
    owner/group: facade:users
    sync target: /home/facade/.opera-next
    backup target: /home/facade/.opera-next-backup
    tmpfs dir: /tmp/facade-opera-next
    browser:psname qupzilla:qupzilla
    owner/group: facade:users
    sync target: /home/facade/.qupzilla
    backup target: /home/facade/.qupzilla-backup
    tmpfs dir: /tmp/facade-qupzilla
    Last edited by graysky (2012-11-27 21:28:05)

  • Firefox with Profile-sync-daemon creates duplicate cache directory

    I've set up the Profile-sync-daemon https://wiki.archlinux.org/index.php/Pr … ync-daemon (mainly to ease on my old SSD) and it works fine but Firefox keeps creating entries in
    /home/<username>/.cache/mozilla/firefox/<myprofilename>
    It contains 3 directories
    /safebrowsing
    /startupCache
    /thumbnails
    Since I set up psd I've been using
    browser.cache.disk.parent_directory : /home/<myusername>/.mozilla/firefox/<myprofilename>
    What can I do to address this issue? What I tried:
    1. browser.cache.use_new_backend 0 (restore to default)
    Last edited by bbarcher (2014-04-05 18:51:05)

    gedgon wrote:
    1. use your user account
    2.
    $mkdir ~/.mozilla/firefox/<profilename>/0CachesSymlinked
    Same result as in post #7.
    Apparently I suck at symlinking. I wouldn't want to waste anybody's time. I'll revisit the topic once I learn the basics of symlinking. I'll use ASD in the meantime.
    EDIT:
    OK, I got it now. The problem was that at the time I issued
    ln -s /home/<username>/.mozilla/firefox/<profilename>/0CachesSymlinked /home/<username>/.cache/mozilla/firefox/<profilename>
    the
    /home/<username>/.cache/mozilla/firefox/<profilename>
    already existed (I left it out, don't ask)
    Since I'm a symlinking savvy I'm going to symlink my ~/Downloads to my external drive
    graysky wrote:@OP - Yes, since v21 of firefox, it uses ~/.cache for the caching just like chromium.  The simple solution is to mount ~/.cache as tmpfs in your fstab.  I documented this is psd's man page.  Here is a link describing how to do it.
    I'd rather preserve contents of ~/.cache between reboots. Especially because it holds nautilus thumbnails. I'd rather keep my Firefox cache as well.
    Last edited by bbarcher (2014-04-06 18:09:52)

  • Profile-sync-daemon failing to write in /tmp

    Hello,
    trying to get psd working, after starting it (systemctl start psd.service), it fail writing in /tmp, wich is 777 writable.
    the log look like thet :
    Nov 01 00:49:50 kubrick profile-sync-daemon[12605]: chown: groupe incorrect: « mathieu:UNKNOWN »
    Nov 01 00:49:50 kubrick profile-sync-daemon[12605]: rsync: mkdir "/home/mathieu/.config/chromium" failed: File exists (17)
    Nov 01 00:49:50 kubrick profile-sync-daemon[12605]: rsync error: error in file IO (code 11) at main.c(587) [Receiver=3.0.9]
    Nov 01 00:49:50 kubrick profile-sync-daemon[12605]: rsync: connection unexpectedly closed (9 bytes received so far) [sender]
    Nov 01 00:49:50 kubrick profile-sync-daemon[12605]: rsync error: error in rsync protocol data stream (code 12) at io.c(605) [sender=3.0.9]
    Nov 01 00:49:50 kubrick profile-sync-daemon[12605]: touch: impossible de faire un touch « /home/mathieu/.config/chromium/.flagged »: Aucun fichier ou dossier de ce type
    Nov 01 00:49:50 kubrick profile-sync-daemon[12605]: install: groupe « UNKNOWN » incorrect
    Nov 01 00:49:50 kubrick profile-sync-daemon[12605]: chown: groupe incorrect: « mathieu:UNKNOWN »
    Nov 01 00:49:50 kubrick profile-sync-daemon[12605]: rsync: mkdir "/home/mathieu/.mozilla/firefox" failed: File exists (17)
    Nov 01 00:49:50 kubrick profile-sync-daemon[12605]: rsync error: error in file IO (code 11) at main.c(587) [Receiver=3.0.9]
    Nov 01 00:49:50 kubrick profile-sync-daemon[12605]: rsync: connection unexpectedly closed (9 bytes received so far) [sender]
    Nov 01 00:49:50 kubrick profile-sync-daemon[12605]: rsync error: error in rsync protocol data stream (code 12) at io.c(605) [sender=3.0.9]
    Nov 01 00:49:50 kubrick profile-sync-daemon[12605]: touch: impossible de faire un touch « /home/mathieu/.mozilla/firefox/.flagged »: Aucun fichier ou dossier de ce type
    can somebody help, please ?

    WonderWoofy wrote:
    When I do
    $ getent passwd $user
    it returns nothing.  I think you were looking for $USER, so I am not sure if that was a typo or not...
    Not a typo... it was from /usr/bin/profile-sync-daemon wherein that variable is defined by the user in /etc/psd.conf -- in retrospect it was confusing to post
    Anyway, I haven't seen a group as numerical before...
    Last edited by graysky (2012-11-01 00:32:27)

  • Error sync calender and slow mail for Exchange

    I have a Nokia E90 with Exchange Business software. I the last to month i get an error when synchronizing calendar. The phone completely locks with an error message. It is still possible to sync mail and contacts.
    Today i upgraded the firmware to newest version, and now the Exchange application is very slow, and i still get the error message when trying to sync calendar.
    Do you now what is wrong?

    What do you mean "completely locks"? What is the error message. Is there an error in the admin logs? Look in the \MailForExchange directory using the FileBrowser.
    There is likely a bad calendar item on your server that is causing this problem. Let's try to locate it. It could be anywhere in the Calendar. Change the calendar "sync back" setting as low as possible. This will reduce the number of items that will be synched.
    If that doesn't help, take a look at your repeating items. Look for items with hundreds or thousands of recipients or large attachments in the body.
    Another way: there is a way to change the Calendar view in Outlook to a list instead of a calendar. From this view, you can temporarily move small groups of your calendar items to another folder until synching succeeds. Then you know that the bad item is in the last group. Now move the items back to the calendar one by one until you find the bad one.
    Once found, recreate it so that you have a working copy, but don't move the bad one back into your calendar.
    Make sense?

  • Edge 15: noise and slow boot

    Hi i just purchased lenovo edge 15 from best buy just 20days back .Suddenly the system started making noise and also boot became very slow.
    I am really frustrated and want a exchange for this
    Moderatore note:  off-topic post moved to its own thread.  Subject edited to match content.  Was:  Re: ThinkPad Edge15 – strange problem, may be keyboard or something else

    While I don't know the problem your computer has I did want to mention beginning with the current line of iMacs Apple is using a different system for the HD heat sensor. They are no longer using a heat sensor glued to the HD, this means your previous experience isn't valid for the current line of machines.
    My suggestion, call Apple Care when the open your machine should still have some time left on the phone support.
    Regards,
    Roger

  • IMac crashing randomly and slow boot time.

    My mid 2011 27" 2.7GHz i5 iMac has been crashing/powering off to black screen randomly. Apple just replaced the logic board and power supply last week. I have not had any more crashes yet, but on startup I get a white screen that will last for 1 whole minute at times before I finally get the Apple logo to appear. Can someone please tell me about how long my boot time should be and what could be the problem. Also my Mac keeps not seeing my External Hard drive Time Machine Backup. It will be working fine and then act like the drive is not connected. This seems to have started after Apple replaced my logic board and power supply. This is my first Mac ever and Im starting to get really frustrated!

    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.

  • X79A GD45 Slow start and slow boot into windows with SSD

    Im having some major issues with my X79A GD45 board, When I start the system it takes about 30 seconds sometimes more for something to appear on the screen and from cold boot it starts stops and then starts again before loading.
    Once its loaded it is taking forever to get into windows Im running 2 6gb/s SSD's in raid and the windows logo is able to appear and flash 3 or 4 times before I even get into windows.
    Ive tried it with just a single drive and re installations of windows but get exacly the same thing its driving me mad as Ive spent so much money on this machine. Details of my system are below:
    MSI X79A GD45 v1.0 Bios 1.6
    Intel I7 3820
    Corsair Vengeance 16gb 1600 Cl9
    2 x GTX 680 in SLi
    Creative Soundblaster 3D Recon Fatality Sound Card
    2 x Sandisk Extreme 240gb in Raid 0
    Silvertone Strider 850w PSU
    LG Bluray Writer

    Updated the SSD Firmwares and it made no difference. Ive already tried single drives and the same. The drives are installed into SATA 1 and SATA2 ports the 6gb/s ones. The hang time is atleast 20 seconds at the splash screen alone before loading into windows. I checked the event log for booting and this is what it showed:
    Log Name:      Microsoft-Windows-Diagnostics-Performance/Operational
    Source:        Microsoft-Windows-Diagnostics-Performance
    Date:          18/10/2012 22:07:07
    Event ID:      100
    Task Category: Boot Performance Monitoring
    Level:         Warning
    Keywords:      Event Log
    User:          LOCAL SERVICE
    Computer:      Steve-PC
    Description:
    Windows has started up:
         Boot Duration      :   22130ms
         IsDegradation      :   false
         Incident Time (UTC)   :   ‎2012‎-‎10‎-‎18T21:05:20.624800300Z
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Diagnostics-Performance" Guid="{CFC18EC0-96B1-4EBA-961B-622CAEE05B0A}" />
        <EventID>100</EventID>
        <Version>2</Version>
        <Level>3</Level>
        <Task>4002</Task>
        <Opcode>34</Opcode>
        <Keywords>0x8000000000010000</Keywords>
        <TimeCreated SystemTime="2012-10-18T21:07:07.018586500Z" />
        <EventRecordID>11</EventRecordID>
        <Correlation ActivityID="{02EB6910-F800-0002-44BE-684874ADCD01}" />
        <Execution ProcessID="1268" ThreadID="1336" />
        <Channel>Microsoft-Windows-Diagnostics-Performance/Operational</Channel>
        <Computer>Steve-PC</Computer>
        <Security UserID="S-1-5-19" />
      </System>
      <EventData>
        <Data Name="BootTsVersion">2</Data>
        <Data Name="BootStartTime">2012-10-18T21:05:20.624800300Z</Data>
        <Data Name="BootEndTime">2012-10-18T21:07:04.226181600Z</Data>
        <Data Name="SystemBootInstance">8</Data>
        <Data Name="UserBootInstance">4</Data>
        <Data Name="BootTime">22130</Data>
        <Data Name="MainPathBootTime">12230</Data>
        <Data Name="BootKernelInitTime">13</Data>
        <Data Name="BootDriverInitTime">696</Data>
        <Data Name="BootDevicesInitTime">4960</Data>
        <Data Name="BootPrefetchInitTime">1575</Data>
        <Data Name="BootPrefetchBytes">228585472</Data>
        <Data Name="BootAutoChkTime">0</Data>
        <Data Name="BootSmssInitTime">4198</Data>
        <Data Name="BootCriticalServicesInitTime">190</Data>
        <Data Name="BootUserProfileProcessingTime">36</Data>
        <Data Name="BootMachineProfileProcessingTime">0</Data>
        <Data Name="BootExplorerInitTime">205</Data>
        <Data Name="BootNumStartupApps">1</Data>
        <Data Name="BootPostBootTime">9900</Data>
        <Data Name="BootIsRebootAfterInstall">false</Data>
        <Data Name="BootRootCauseStepImprovementBits">2308</Data>
        <Data Name="BootRootCauseGradualImprovementBits">0</Data>
        <Data Name="BootRootCauseStepDegradationBits">0</Data>
        <Data Name="BootRootCauseGradualDegradationBits">0</Data>
        <Data Name="BootIsDegradation">false</Data>
        <Data Name="BootIsStepDegradation">false</Data>
        <Data Name="BootIsGradualDegradation">false</Data>
        <Data Name="BootImprovementDelta">0</Data>
        <Data Name="BootDegradationDelta">0</Data>
        <Data Name="BootIsRootCauseIdentified">true</Data>
        <Data Name="OSLoaderDuration">511</Data>
        <Data Name="BootPNPInitStartTimeMS">13</Data>
        <Data Name="BootPNPInitDuration">5049</Data>
        <Data Name="OtherKernelInitDuration">1426</Data>
        <Data Name="SystemPNPInitStartTimeMS">6472</Data>
        <Data Name="SystemPNPInitDuration">607</Data>
        <Data Name="SessionInitStartTimeMS">7083</Data>
        <Data Name="Session0InitDuration">3095</Data>
        <Data Name="Session1InitDuration">259</Data>
        <Data Name="SessionInitOtherDuration">843</Data>
        <Data Name="WinLogonStartTimeMS">11282</Data>
        <Data Name="OtherLogonInitActivityDuration">706</Data>
        <Data Name="UserLogonWaitDuration">133</Data>
      </EventData>
    </Event>

  • GD80: Boot from eSata? (and slow booting)

    I recently built a set of workstations for our office with p55 GD80 motherboards.  To do some testing, I wanted to do a clean Ubuntu OS install onto an external drive using eSata.
    Here's the issue:
    - The motherboard detects the eSata drive during the boot sequence, but it may do so very slowly or even hang (code 0075).  This has been observed on two separate machines.
    - The F11 boot menu does not list the eSata drive as a choice to boot from.  Disconnecting the internal drive and removing all other bootable media to try to force it to use the eSata fails with the standard "no boot media" message.
    - The drive in questions boots and operates fine when I hook it up to internal SATA (or in my case, via the SATA to eSATA breakout pannel)
    Questions:
    1: Is the ability to boot from eSata supposed to be a working feature?  These are the first machines where I've had it.
    2: Are these issues something that might be fixed by a BIOS update?  (I will update here later with my current bios version when I get into work again, but the motherboards were all purchased from Newegg at the same time in September.)
    3: If not, is this a known issue?
    Thanks in advance.

    You could easily prepare and USB Flash Drive for a safe DOS-based BIOS Flash on any Windows based system and then use then boot from that flash drive on the target board in order to update the BIOS.  These are some pretty straight-forward instructions:
    https://forum-en.msi.com/index.php?topic=142371.msg1062484#msg1062484
    ... and of course, the BIOS File will have a different name for your board and so will the actual flash command.

  • Anything-sync-daemon - keep ANYTHING in tmpfs and sync'ed

    Quite a few people like and use profile-sync-daemon.  I have received several requests now asking for a more general version that will allow the flexibility of syncing anything from tmpfs <--> hdd and back again.  I just uploaded the first public release of anything-sync-daemon in response to the requests.  I am currently working on the wiki page, but I have already written a full manpage that is included with the util.  As with anything, BACKUP the data you wish to sync before using it.
    What are some example directories you might want to sync to tmpfs?
    /srv/http
    /foo/bar
    /var/lib/monitorix
    AUR Package: https://aur.archlinux.org/packages.php?ID=58263
    Wiki Page: https://wiki.archlinux.org/index.php/An … ync-daemon
    Gitrepo if you just wanna browse the code (it is VERY simplistic): https://github.com/graysky2/anything-sync-daemon
    Last edited by graysky (2012-09-22 15:00:04)

    I'm having sort of troubles: it doesn't seem to mount anything into /shm...
    I told it to keep sync'ed /var/log and my chromium config (yes i don't like to have 2 daemons running, doing the same thing).
    So this is my asd.conf:
    # /etc/asd.conf
    # For documentation, see: https://wiki.archlinux.org/index.php/Anything-sync-daemon
    # Define where data will reside in tmpfs
    # Think hard about this if using utils like bleachbit as it has a nasty habbit
    # of nuking files it identifies as junk in /tmp
    # A safer location for things is actually /dev/shm
    # This location must be mounted to tmpfs and MUST have permissions of 777
    # Use NO trailing backslash!
    TMPFS="/dev/shm"
    # Define the target(s) directories in the WHATTOSYNC array
    # Do NOT define a file! These MUST be directories!
    # Note that the target directories and all subdirs under them will be included
    # In other words, this is recursive
    # Below is an example to wet your appetite
    #WHATTOSYNC=('/var/log' '/srv/http' '/home/foo/bar')
    WHATTOSYNC=('/var/log' '/home/federico/.config/chromium')
    and this is my /etc/mtab:
    rootfs / rootfs rw 0 0
    /dev/root / ext4 rw,noatime,user_xattr,acl,barrier=1,nodelalloc,data=ordered 0 0
    devtmpfs /dev devtmpfs rw,relatime,size=1027028k,nr_inodes=218985,mode=755 0 0
    proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
    sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
    run /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0
    devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620 0 0
    shm /dev/shm tmpfs rw,nosuid,nodev,relatime 0 0
    tmpfs /tmp tmpfs rw,nosuid,nodev,noatime,size=614400k 0 0
    /var/tmp /var/tmp tmpfs rw,noatime,nodiratime 0 0
    gvfs-fuse-daemon /home/federico/.gvfs fuse.gvfs-fuse-daemon rw,nosuid,nodev,relatime,user_id=1000,group_id=100 0 0
    So, don't know where is the problem... my /var/log folder is 65Mb, but if i run df -h, then, this is its output:
    File system Dim. Usati Dispon. Uso% Montato su
    rootfs 231G 31G 189G 14% /
    /dev/root 231G 31G 189G 14% /
    devtmpfs 1003M 0 1003M 0% /dev
    run 1004M 344K 1003M 1% /run
    shm 1004M 152K 1003M 1% /dev/shm
    tmpfs 600M 9,4M 591M 2% /tmp
    /var/tmp 1004M 84K 1004M 1% /var/tmp
    Thanks for the help!

  • Updating to 10.6.4: slow boot (10+ mins) and unannounced shutdowns

    Hey guys,
    I've been having some issues with my trusty MacBook lately and I'm kinda lost on what to do next. Let's start with a short description of the problems:
    1. About a week ago the charger was not working sometimes when I connected it (cleaned the connectors--> fixed).
    2. A bit after that I started having unannounced shutdowns with about 30 mins of estimated battery power left. So i guess the battery was really empty at this stage, still weird
    3. Five days ago, I upgraded to 10.6.4 Since then when I reboot I get this progress bar that loads, looks kinda like a firmware upgrade. It takes 11 mins to get passed this screne (timed it). Have this every time I boot the laptop.
    So, the shutdowns and slow bootup are annoying, here's the things I tried:
    *battery/shutdown issue:*
    1. Recalibrated the battery
    2. reset SMC
    3. reset PRAM
    System profiler says:
    Charge Information:
    Charge remaining (mAh): 2880
    Fully charged: No
    Charging: Yes
    Full charge capacity (mAh): 3600
    Health Information:
    Cycle count: 385
    Condition: Replace Soon
    *Slow bootup:*
    1. Ran Yasu to clean system, local and user cache.
    2. Checked login items and removed a couple of things
    (now only have Growlhelper, Alfred, Dropbox and Quicksilver)
    3. Ran Disk utility --> verify disk. It says I have errors, need to boot from my Mac OS X disc to fix that.
    4. Checked system.log in Console, but output is different from what I expected. There's about 11 mins in booting where nothing is reported.
    log:
    +Aug 24 06:20:38 localhost com.apple.launchd[1]: * launchd[1] has started up. *+
    +Aug 24 06:31:50 localhost blued[16]: Apple Bluetooth daemon started+
    +Aug 24 06:31:51 localhost configd[13]: network configuration changed.+
    +Aug 24 06:31:51 macpier configd[13]: setting hostname to "macpier.local"+
    +Aug 24 06:31:55 macpier bootlog[46]: BOOT_TIME: 1282652438 0+
    +Aug 24 06:31:56 macpier fseventsd[39]: event logs in /.fseventsd out of sync with volume. destroying old logs. (0 678 39667)+
    I know lots of info, maybe two different problems also. What concerns me the most: could this be a sign my hardware is failing?
    Im in no position to fix much, since I'm on work placement in a very remote part of Nicaragua for the next 10 weeks :'( No access to alternative hardware, apple stores or even the Snow Leopard install disc.
    tips about what to try next?

    Oh oh!
    Just had a kernel panic, after using my macbook for about an hour... :'(
    Here's the report, I know its long...
    Interval Since Last Panic Report: 95706 sec
    Panics Since Last Report: 1
    Anonymous UUID: A248D223-07C6-4757-9A3E-8797F49C7358
    Tue Aug 24 08:22:22 2010
    panic(cpu 0 caller 0x2a8ab2): Kernel trap at 0x00000000, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x00000000, CR3: 0x00100000, CR4: 0x000006e0
    EAX: 0x00000000, EBX: 0x3493341c, ECX: 0x05e99804, EDX: 0x23d53274
    CR2: 0x00000000, EBP: 0x34933448, ESI: 0x307ac818, EDI: 0x30669d00
    EFL: 0x00010202, EIP: 0x00000000, CS: 0x00000008, DS: 0x04540010
    Error code: 0x00000010
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x34933048 : 0x21b455 (0x5cf328 0x3493307c 0x2238b1 0x0)
    0x34933098 : 0x2a8ab2 (0x591664 0x0 0xe 0x59182e)
    0x34933178 : 0x29e9a8 (0x34933190 0x34933198 0x34933448 0x0)
    0x34933188 : 0x0 (0xe 0x40048 0xb0010 0x10)
    0x34933448 : 0x353bed10 (0x5e99804 0x30669d00 0xd0 0x2c)
    0x34933548 : 0x353db68d (0x5e99804 0x30669d00 0x3493356c 0x48f629)
    0x34933598 : 0x353fc473 (0x5e99804 0x30669d00 0x34933b30 0x4a2983)
    0x34933748 : 0x353dec41 (0x23d56004 0x23f29004 0x1 0x30669d00)
    0x34933918 : 0x353e329c (0x23d53274 0x30669d00 0x34933b30 0xff)
    0x34933a78 : 0x353fbdfc (0x23d56004 0x30669d00 0x34933b30 0xff)
    0x34933c68 : 0x353e14f9 (0x23d56004 0x0 0x34933c88 0x353f9567)
    0x34933c88 : 0x353f7e1a (0x23d56004 0x0 0x34933ce8 0x2315e1)
    0x34933dc8 : 0x353ecf8e (0x23d56004 0x6bfb3cac 0x1 0x84b9e0)
    0x34933f08 : 0x54884d (0x23d53000 0x4de5c80 0x1 0x29d54e)
    0x34933f58 : 0x54787e (0x4de5c80 0x0 0x0 0x0)
    0x34933f88 : 0x547cd8 (0x4ec4fc0 0x3b 0x3b9a2dc0 0x22a2ed)
    0x34933fc8 : 0x29e6cc (0x4ec4fc0 0x0 0x10 0xbd70f80)
    Kernel Extensions in backtrace (with dependencies):
    com.apple.driver.AirPort.Atheros(423.19.10)@0x35382000->0x35448fff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x2e9f8000
    dependency: com.apple.iokit.IO80211Family(311.1)@0x3500f000
    dependency: com.apple.iokit.IONetworkingFamily(1.9)@0x34fdc000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10F569
    Kernel version:
    Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386
    System model name: MacBook2,1 (Mac-F4208CA9)
    System uptime in nanoseconds: 4837937012919
    unloaded kexts:
    com.apple.filesystems.msdosfs 1.6.1 (addr 0x34e19000, size 0x53248) - last unloaded 980786762293
    loaded kexts:
    org.virtualbox.kext.VBoxNetAdp 3.0.12 - last loaded 919429954296
    org.virtualbox.kext.VBoxNetFlt 3.0.12
    org.virtualbox.kext.VBoxUSB 3.0.12
    org.virtualbox.kext.VBoxDrv 3.0.12
    com.apple.filesystems.autofs 2.1.0
    com.apple.driver.AudioAUUC 1.4
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.driver.AudioIPCDriver 1.1.2
    com.apple.driver.AppleHDA 1.8.7f1
    com.apple.driver.AppleUpstreamUserClient 3.3.2
    com.apple.driver.AppleIntelGMA950 6.1.6
    com.apple.driver.SMCMotionSensor 3.0.0d4
    com.apple.iokit.AppleYukon2 3.1.14b1
    com.apple.driver.AirPort.Atheros 423.19.10
    com.apple.driver.AppleIntelMeromProfile 19
    com.apple.driver.ACPISMCPlatformPlugin 4.1.2b1
    com.apple.driver.AppleLPC 1.4.12
    com.apple.driver.AppleBacklight 170.0.24
    com.apple.driver.AppleIntelIntegratedFramebuffer 6.1.6
    com.apple.driver.AppleIRController 303.8
    com.apple.driver.AppleUSBTrackpad 1.8.1b1
    com.apple.driver.AppleUSBTCKeyEventDriver 1.8.1b1
    com.apple.driver.AppleUSBTCKeyboard 1.8.1b1
    com.apple.iokit.SCSITaskUserClient 2.6.5
    com.apple.iokit.IOAHCIBlockStorage 1.6.2
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.driver.AppleFWOHCI 4.7.1
    com.apple.driver.AppleAHCIPort 2.1.2
    com.apple.driver.AppleIntelPIIXATA 2.5.1
    com.apple.driver.AppleUSBHub 4.0.0
    com.apple.driver.AppleEFINVRAM 1.3.0
    com.apple.driver.AppleUSBEHCI 4.0.2
    com.apple.driver.AppleUSBUHCI 4.0.2
    com.apple.driver.AppleRTC 1.3.1
    com.apple.driver.AppleHPET 1.5
    com.apple.driver.AppleSmartBatteryManager 160.0.0
    com.apple.driver.AppleACPIButtons 1.3.2
    com.apple.driver.AppleSMBIOS 1.6
    com.apple.driver.AppleACPIEC 1.3.2
    com.apple.driver.AppleAPIC 1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient 105.10.0
    com.apple.security.sandbox 0
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 105.10.0
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.driver.AppleProfileTimestampAction 10
    com.apple.driver.AppleProfileThreadInfoAction 14
    com.apple.driver.AppleProfileRegisterStateAction 10
    com.apple.driver.AppleProfileKEventAction 10
    com.apple.driver.AppleProfileCallstackAction 20
    com.apple.iokit.IOSurface 74.0
    com.apple.iokit.IOBluetoothSerialManager 2.3.3f8
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.driver.DspFuncLib 1.8.7f1
    com.apple.iokit.IOAudioFamily 1.7.6fc2
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.iokit.IOFireWireIP 2.0.3
    com.apple.iokit.IO80211Family 311.1
    com.apple.iokit.IONetworkingFamily 1.9
    com.apple.iokit.AppleProfileFamily 41
    com.apple.driver.AppleHDAController 1.8.7f1
    com.apple.iokit.IOHDAFamily 1.8.7f1
    com.apple.driver.AppleSMC 3.0.1d2
    com.apple.driver.IOPlatformPluginFamily 4.1.2b1
    com.apple.iokit.IONDRVSupport 2.1
    com.apple.iokit.IOGraphicsFamily 2.1
    com.apple.driver.CSRUSBBluetoothHCIController 2.3.3f8
    com.apple.driver.AppleUSBBluetoothHCIController 2.3.3f8
    com.apple.iokit.IOBluetoothFamily 2.3.3f8
    com.apple.driver.AppleUSBMergeNub 4.0.0
    com.apple.iokit.IOUSBHIDDriver 4.0.2
    com.apple.driver.AppleUSBComposite 3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.5
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOATAPIProtocolTransport 2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.5
    com.apple.iokit.IOFireWireFamily 4.2.6
    com.apple.iokit.IOAHCIFamily 2.0.4
    com.apple.iokit.IOATAFamily 2.5.1
    com.apple.iokit.IOUSBUserClient 4.0.0
    com.apple.driver.AppleEFIRuntime 1.3.0
    com.apple.iokit.IOUSBFamily 4.0.2
    com.apple.iokit.IOHIDFamily 1.6.4
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.TMSafetyNet 6
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.DiskImages 283
    com.apple.iokit.IOStorageFamily 1.6.1
    com.apple.driver.AppleACPIPlatform 1.3.2
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.3.0
    Model: MacBook2,1, BootROM MB21.00A5.B07, 2 processors, Intel Core 2 Duo, 1.83 GHz, 2 GB, SMC 1.13f3
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplaysintegratedvram
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), Atheros 5416: 2.0.19.10
    Bluetooth: Version 2.3.3f8, 2 service, 12 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: SAMSUNG HM250JI, 232.89 GB
    Parallel ATA Device: MATSHITACD-RW CW-8221
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8501, 0xfd400000
    USB Device: USB OPTICAL MOUSE, 0x093a (Pixart Imaging, Inc.), 0x2510, 0x1d100000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x021b, 0x1d200000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x7d100000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8240, 0x5d200000

  • Slow boot and overall system sluggishness.

    My Macbook Pro is booting up very slow sometimes. It will take 10-15 minutes to be usable even though there are almost no startup items. It will happen only sometimes, most of the time I will boot in about a minute like it should. Still the system will slow down from time to time, for example the photoshop file open dialogue is extremely slow as is accessing files in the finder.
    I already did PRAM and SMC reset and repaired permissions using the restore partition. Below are my EtreCheck results and a bootlog from a slow boot a few days ago.
    EtreCheck version: 1.9.15 (52)
    Report generated 3. Oktober 2014 16:59:07 MESZ
    Hardware Information: ?
      MacBook Pro (13-inch, Early 2011) (Verified)
      MacBook Pro - model: MacBookPro8,1
      1 2.7 GHz Intel Core i7 CPU: 2 cores
      8 GB RAM
    Video Information: ?
      Intel HD Graphics 3000 - VRAM: 512 MB
      Color LCD 1280 x 800
    System Software: ?
      OS X 10.9.5 (13F34) - Uptime: 0 days 21:8:6
    Disk Information: ?
      Hitachi HTS547550A9E384 disk0 : (500,11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted>: 209,7 MB
      HDD (disk0s2) / [Startup]: 499,25 GB (375,48 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      MATSHITADVD-R   UJ-8A8 
    USB Information: ?
      Apple Inc. iPhone
      Native Instruments Audio Kontrol 1
      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
    Configuration files: ?
      /etc/hosts - Count: 31
    Gatekeeper: ?
      Mac App Store and identified developers
    Kernel Extensions: ?
      [loaded] com.caiaq.driver.NIUSBHardwareDriver (2.6.0 - SDK 10.8) Support
      [not loaded] com.caiaq.driver.NIUSBMaschineControllerDriver (2.5.2 - SDK 10.7) Support
    Launch Daemons: ?
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.adobe.SwitchBoard.plist Support
      [loaded] com.klieme.TMSHelper.plist Support
      [not loaded] com.maintain.AutoLoginUserScreenLocked.plist Support
      [not loaded] com.maintain.CocktailScheduler.plist Support
      [not loaded] com.maintain.HideSpotlightMenuBarIcon.plist Support
      [not loaded] com.teamviewer.teamviewer_service.plist Support
      [loaded] net.freemacsoft.LiteIcon.LIHelperTool.plist Support
    Launch Agents: ?
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [not loaded] com.maintain.LogOut.plist Support
      [not loaded] com.maintain.PurgeInactiveMemory.plist Support
      [not loaded] com.maintain.Restart.plist Support
      [not loaded] com.maintain.ShutDown.plist Support
      [not loaded] com.maintain.Sleep.plist Support
      [running] com.maintain.SystemEvents.plist Support
      [not loaded] com.teamviewer.teamviewer.plist Support
      [not loaded] com.teamviewer.teamviewer_desktop.plist Support
    User Launch Agents: ?
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.google.keystone.agent.plist Support
    User Login Items: ?
      iTunesHelper
      Alfred 2
      WDQuickView
    Internet Plug-ins: ?
      AdobeExManDetect: Version: AdobeExManDetect 1.1.0.0 - SDK 10.7 Support
      FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      AdobePDFViewerNPAPI: Version: 10.1.12 Support
      AdobePDFViewer: Version: 10.1.12 Support
      Flash Player: Version: 15.0.0.152 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    Safari Extensions: ?
      Adblock Plus
      ClickToPlugin-2
      Awesome Screenshot (Disabled)
      LinkThing
    Audio Plug-ins: ?
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins: ?
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes: ?
      Flash Player  Support
      Native Instruments USB Audio  Support
    Time Machine: ?
      Skip System Files: NO
      Mobile backups: OFF
      Auto backup: NO - Auto backup turned off
      Volumes being backed up:
      HDD: Disk size: 464.96 GB Disk used: 115.27 GB
      Destinations:
      TimeMachine [Network] (Last used)
      Total size: 3 TB
      Total number of backups: 17
      Oldest backup: 2014-08-03 17:35:39 +0000
      Last backup: 2014-09-30 20:23:15 +0000
      Size of backup disk: Excellent
      Backup size 3 TB > (Disk size 464.96 GB X 3)
      Time Machine details may not be accurate.
      All volumes being backed up may not be listed.
    Top Processes by CPU: ?
          7% WindowServer
          5% Safari
          2% hidd
          0% fontd
          0% SystemUIServer
    Top Processes by Memory: ?
      180 MB Safari
      147 MB mds_stores
      131 MB com.apple.IconServicesAgent
      115 MB Finder
      82 MB com.apple.WebKit.WebContent
    Virtual Memory Information: ?
      3.46 GB Free RAM
      2.05 GB Active RAM
      1.19 GB Inactive RAM
      1.30 GB Wired RAM
      691 MB Page-ins
      0 B Page-outs
    29.09.14 09:06:40,000
    bootlog[0]
    BOOT_TIME 1411974400 0
    29.09.14 09:09:10,000
    syslogd[20]
    Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    29.09.14 09:09:10,000
    syslogd[20]
    Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    29.09.14 09:09:10,000
    syslogd[20]
    Configuration Notice:
    ASL Module "com.apple.authd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    29.09.14 09:09:10,000
    syslogd[20]
    Configuration Notice:
    ASL Module "com.apple.bookstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    29.09.14 09:09:10,000
    syslogd[20]
    Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    29.09.14 09:09:10,000
    syslogd[20]
    Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    29.09.14 09:09:10,000
    syslogd[20]
    Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    29.09.14 09:09:10,000
    syslogd[20]
    Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    29.09.14 09:09:10,000
    syslogd[20]
    Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    29.09.14 09:09:10,000
    syslogd[20]
    Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    29.09.14 09:09:10,000
    syslogd[20]
    Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    29.09.14 09:09:10,000
    syslogd[20]
    Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    29.09.14 09:09:10,000
    syslogd[20]
    Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    29.09.14 09:09:10,000
    syslogd[20]
    Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    29.09.14 09:09:10,000
    syslogd[20]
    Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    29.09.14 09:09:10,000
    syslogd[20]
    Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    29.09.14 09:09:10,000
    syslogd[20]
    Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    29.09.14 09:09:10,000
    kernel[0]
    Longterm timer threshold: 1000 ms
    29.09.14 09:09:10,000
    kernel[0]
    PMAP: PCID enabled
    29.09.14 09:09:10,000
    kernel[0]
    Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64
    29.09.14 09:09:10,000
    kernel[0]
    vm_page_bootstrap: 1953945 free pages and 126823 wired pages
    29.09.14 09:09:10,000
    kernel[0]
    kext submap [0xffffff7f807a9000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a9000]
    29.09.14 09:09:10,000
    kernel[0]
    zone leak detection enabled
    29.09.14 09:09:10,000
    kernel[0]
    "vm_compressor_mode" is 4
    29.09.14 09:09:10,000
    kernel[0]
    standard timeslicing quantum is 10000 us
    29.09.14 09:09:10,000
    kernel[0]
    standard background quantum is 2500 us
    29.09.14 09:09:10,000
    kernel[0]
    mig_table_max_displ = 74
    29.09.14 09:09:10,000
    kernel[0]
    TSC Deadline Timer supported and enabled
    29.09.14 09:09:10,000
    kernel[0]
    "name" not a kext
    29.09.14 09:09:10,000
    kernel[0]
    AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    29.09.14 09:09:10,000
    kernel[0]
    AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    29.09.14 09:09:10,000
    kernel[0]
    AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    29.09.14 09:09:10,000
    kernel[0]
    AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    29.09.14 09:09:10,000
    kernel[0]
    AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    29.09.14 09:09:10,000
    kernel[0]
    AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    29.09.14 09:09:10,000
    kernel[0]
    AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    29.09.14 09:09:10,000
    kernel[0]
    AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    29.09.14 09:09:10,000
    kernel[0]
    calling mpo_policy_init for Sandbox
    29.09.14 09:09:10,000
    kernel[0]
    Security policy loaded: Seatbelt sandbox policy (Sandbox)
    29.09.14 09:09:10,000
    kernel[0]
    calling mpo_policy_init for Quarantine
    29.09.14 09:09:10,000
    kernel[0]
    Security policy loaded: Quarantine policy (Quarantine)
    29.09.14 09:09:10,000
    kernel[0]
    calling mpo_policy_init for TMSafetyNet
    29.09.14 09:09:10,000
    kernel[0]
    Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    29.09.14 09:09:10,000
    kernel[0]
    Copyright (c) 1982, 1986, 1989, 1991, 1993
    29.09.14 09:09:10,000
    kernel[0]
    The Regents of the University of California. All rights reserved.
    29.09.14 09:09:10,000
    kernel[0]
    MAC Framework successfully initialized
    29.09.14 09:09:10,000
    kernel[0]
    using 16384 buffer headers and 10240 cluster IO buffer headers
    29.09.14 09:09:10,000
    kernel[0]
    AppleKeyStore starting (BUILT: Aug 17 2014 20:21:39)
    29.09.14 09:09:10,000
    kernel[0]
    IOAPIC: Version 0x20 Vectors 64:87
    29.09.14 09:09:10,000
    kernel[0]
    ACPI: sleep states S3 S4 S5
    29.09.14 09:09:10,000
    kernel[0]
    pci (build 20:04:33 Aug 17 2014), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    29.09.14 09:09:10,000
    kernel[0]
    [ PCI configuration begin ]
    29.09.14 09:09:10,000
    kernel[0]
    console relocated to 0xf80000000
    29.09.14 09:09:10,000
    kernel[0]
    [ PCI configuration end, bridges 12, devices 16 ]
    29.09.14 09:09:10,000
    kernel[0]
    AppleIntelCPUPowerManagement: Turbo Ratios 0057
    29.09.14 09:09:10,000
    kernel[0]
    AppleIntelCPUPowerManagement: (built 20:17:40 Aug 17 2014) initialization complete
    29.09.14 09:09:10,000
    kernel[0]
    mcache: 4 CPU(s), 64 bytes CPU cache line size
    29.09.14 09:09:10,000
    kernel[0]
    mbinit: done [96 MB total pool size, (64/32) split]
    29.09.14 09:09:10,000
    kernel[0]
    Pthread support ABORTS when sync kernel primitives misused
    29.09.14 09:09:10,000
    kernel[0]
    BTCOEXIST off
    29.09.14 09:09:10,000
    kernel[0]
    BRCM tunables:
    29.09.14 09:09:10,000
    kernel[0]
    pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    29.09.14 09:09:10,000
    kernel[0]
    rooting via boot-uuid from /chosen: 176B7B54-8174-3798-BF61-52E2B0E98E94
    29.09.14 09:09:10,000
    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>
    29.09.14 09:09:10,000
    kernel[0]
    com.apple.AppleFSCompressionTypeDataless kmod start
    29.09.14 09:09:10,000
    kernel[0]
    com.apple.AppleFSCompressionTypeLZVN kmod start
    29.09.14 09:09:10,000
    kernel[0]
    com.apple.AppleFSCompressionTypeZlib kmod start
    29.09.14 09:09:10,000
    kernel[0]
    FireWire (OHCI) Lucent ID 5901 built-in now active, GUID a4b197fffe9af848; max speed s800.
    29.09.14 09:09:10,000
    kernel[0]
    com.apple.AppleFSCompressionTypeDataless load succeeded
    29.09.14 09:09:10,000
    kernel[0]
    com.apple.AppleFSCompressionTypeLZVN load succeeded
    29.09.14 09:09:10,000
    kernel[0]
    com.apple.AppleFSCompressionTypeZlib load succeeded
    29.09.14 09:09:10,000
    kernel[0]
    AppleIntelCPUPowerManagementClient: ready
    29.09.14 09:09:10,000
    kernel[0]
    Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/Hitachi HTS547550A9E384 Media/IOGUIDPartitionScheme/HRVSTR HDD@2
    29.09.14 09:09:10,000
    kernel[0]
    BSD root: disk0s2, major 1, minor 2
    29.09.14 09:09:10,000
    kernel[0]
    AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    29.09.14 09:09:10,000
    kernel[0]
    Thunderbolt Self-Reset Count = 0xedefbe00
    29.09.14 09:09:10,000
    kernel[0]
    hfs: mounted HDD on device root_device
    29.09.14 09:09:10,000
    kernel[0]
    Waiting for DSMOS...
    29.09.14 09:09:10,000
    kernel[0]
    process taskgated[13] caught causing excessive wakeups. Observed wakeups rate (per sec): 1423; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45017
    29.09.14 09:07:18,002
    com.apple.launchd[1]
    *** launchd[1] has started up. ***
    29.09.14 09:07:18,002
    com.apple.launchd[1]
    *** Shutdown logging is enabled. ***
    29.09.14 09:08:43,028
    fseventsd[45]
    event logs in /.fseventsd out of sync with volume.  destroying old logs. (3 122 43080)
    29.09.14 09:08:53,416
    hidd[44]
    void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    29.09.14 09:08:53,418
    hidd[44]
    Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    29.09.14 09:09:11,000
    kernel[0]
    VM Swap Subsystem is ON
    29.09.14 09:09:11,000
    kernel[0]
    IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    29.09.14 09:09:11,000
    kernel[0]
    IO80211Interface::efiNVRAMPublished(): 
    29.09.14 09:09:12,342
    com.apple.SecurityServer[26]
    Session 100000 created
    29.09.14 09:09:17,027
    com.apple.usbmuxd[18]
    usbmuxd-344 on Jul 29 2014 at 13:52:57, running 64 bit
    29.09.14 09:09:22,000
    kernel[0]
    Ethernet [AppleBCM5701Ethernet]: Link up on en0, 1-Gigabit, Full-duplex, No flow-control, Debug [796d,2301,0de1,0300,c1e1,3800]
    29.09.14 09:09:26,367
    stackshot[22]
    Timed out waiting for IOKit to finish matching.
    29.09.14 09:09:26,000
    kernel[0]
    AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    29.09.14 09:09:26,573
    spindump[71]
    CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    29.09.14 09:09:26,573
    spindump[71]
    Unable to register Stop Spinning port: 1011
    29.09.14 09:09:26,574
    spindump[71]
    CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    29.09.14 09:09:27,177
    configd[55]
    dhcp_arp_router: en1 SSID unavailable
    29.09.14 09:09:27,189
    configd[55]
    network changed.
    29.09.14 09:09:27,189
    configd[55]
    setting hostname to "Richard-Muhler.local"
    29.09.14 09:09:28,000
    kernel[0]
    flow_divert_kctl_disconnect (0): disconnecting group 1
    29.09.14 09:09:32,529
    com.apple.SecurityServer[26]
    Entering service
    29.09.14 09:09:32,619
    awacsd[58]
    Starting awacsd connectivity_executables-97.1 (Jul 27 2014 17:02:42)
    29.09.14 09:09:32,623
    awacsd[58]
    InnerStore CopyAllZones: no info in Dynamic Store
    29.09.14 09:09:32,643
    UserEventAgent[11]
    Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    29.09.14 09:09:32,654
    UserEventAgent[11]
    Captive: CNPluginHandler en1: Inactive
    29.09.14 09:09:32,657
    digest-service[64]
    label: default
    29.09.14 09:09:32,658
    digest-service[64]
    dbname: od:/Local/Default
    29.09.14 09:09:32,658
    digest-service[64]
    mkey_file: /var/db/krb5kdc/m-key
    29.09.14 09:09:32,658
    digest-service[64]
    acl_file: /var/db/krb5kdc/kadmind.acl
    29.09.14 09:09:32,660
    digest-service[64]
    digest-request: uid=0
    29.09.14 09:09:32,675
    mDNSResponder[36]
    mDNSResponder mDNSResponder-522.92.1 (Jul 27 2014 17:31:49) starting OSXVers 13
    29.09.14 09:09:32,000
    kernel[0]
    Sandbox: mDNSResponder(36) deny file-read-data /Library/Preferences/com.apple.security-common.plist
    29.09.14 09:09:32,708
    digest-service[64]
    digest-request: netr probe 0
    29.09.14 09:09:32,709
    digest-service[64]
    digest-request: init request
    29.09.14 09:09:32,721
    digest-service[64]
    digest-request: init return domain: BUILTIN server: RICHARD-MUHLER indomain was: <NULL>
    29.09.14 09:09:32,737
    configd[55]
    network changed.
    29.09.14 09:09:32,740
    configd[55]
    network changed: DNS*
    29.09.14 09:09:32,741
    mDNSResponder[36]
    D2D_IPC: Loaded
    29.09.14 09:09:32,741
    mDNSResponder[36]
    D2DInitialize succeeded
    29.09.14 09:09:32,743
    mDNSResponder[36]
      4: Listening for incoming Unix Domain Socket client requests
    29.09.14 09:09:32,746
    systemkeychain[87]
    done file: /var/run/systemkeychaincheck.done
    29.09.14 09:09:32,776
    networkd[104]
    networkd.104 built Aug 24 2013 22:08:46
    29.09.14 09:09:33,089
    airportd[62]
    airportdProcessDLILEvent: en1 attached (up)
    29.09.14 09:09:33,000
    kernel[0]
    createVirtIf(): ifRole = 1
    29.09.14 09:09:33,000
    kernel[0]
    in func createVirtualInterface ifRole = 1
    29.09.14 09:09:33,000
    kernel[0]
    AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1
    29.09.14 09:09:33,000
    kernel[0]
    AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    29.09.14 09:09:33,000
    kernel[0]
    Created virtif 0xffffff8020d6b400 p2p0
    29.09.14 09:09:33,350
    locationd[41]
    NBB-Could not get UDID for stable refill timing, falling back on random
    29.09.14 09:09:33,808
    locationd[41]
    Location icon should now be in state 'Inactive'
    29.09.14 09:09:33,821
    aosnotifyd[61]
    ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    29.09.14 09:09:33,865
    mdmclient[37]
    ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    29.09.14 09:09:33,932
    apsd[60]
    CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    29.09.14 09:09:38,337
    sandboxd[107]
    ([62]) airportd(62) deny file-read-data /private/var/root/Library/Preferences/ByHost/.GlobalPreferences.A041C59B-5480-5 7C2-875E-9C156DC9D4C9.plist
    29.09.14 09:09:44,006
    apsd[60]
    CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    29.09.14 09:09:47,632
    awacsd[58]
    Exiting
    29.09.14 09:09:48,556
    spindump[71]
    CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    29.09.14 09:09:49,000
    kernel[0]
    hfs: mounted Recovery HD on device disk0s3
    29.09.14 09:09:52,266
    configd[55]
    subnet_route: write routing socket failed, Network is unreachable
    29.09.14 09:09:54,196
    configd[55]
    network changed: Proxy
    29.09.14 09:10:10,177
    fseventsd[45]
    implementation_register_rpc: implementation_added_client() => 22
    29.09.14 09:10:11,655
    configd[55]
    InterfaceNamer: timed out waiting for IOKit to quiesce
    29.09.14 09:10:11,655
    configd[55]
    Busy services :
    29.09.14 09:10:11,655
    configd[55]
      MacBookPro8,1 [2, 212828 ms]
    29.09.14 09:10:11,655
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert [7, 58245 ms]
    29.09.14 09:10:11,655
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/CPU0@0 [1, 55411 ms]
    29.09.14 09:10:11,655
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/CPU0@0/AppleACPICPU [1, 55172 ms]
    29.09.14 09:10:11,655
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0 [1, 57881 ms]
    29.09.14 09:10:11,655
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI [9, 57875 ms]
    29.09.14 09:10:11,655
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/MCHC@0 [1, 55180 ms]
    29.09.14 09:10:11,655
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1 [1, 57873 ms]
    29.09.14 09:10:11,655
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1/IOPP [1, 57273 ms]
    29.09.14 09:10:11,656
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1/IOPP/UPSB@0 [1, 57273 ms]
    29.09.14 09:10:11,656
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1/IOPP/UPSB@0/ IOPP [1, 56667 ms]
    29.09.14 09:10:11,656
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1/IOPP/UPSB@0/ IOPP/DSB0@0 [1, 56667 ms]
    29.09.14 09:10:11,656
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1/IOPP/UPSB@0/ IOPP/DSB0@0/IOPP [1, 56650 ms]
    29.09.14 09:10:11,656
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1/IOPP/UPSB@0/ IOPP/DSB0@0/IOPP/NHI0@0 [1, 56650 ms]
    29.09.14 09:10:11,656
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1/IOPP/UPSB@0/ IOPP/DSB0@0/IOPP/NHI0@0/AppleThunderboltHAL [1, 56311 ms]
    29.09.14 09:10:11,656
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1/IOPP/UPSB@0/ IOPP/DSB0@0/IOPP/NHI0@0/AppleThunderboltHAL/AppleThunderboltNHIType1 [1, 56311 ms]
    29.09.14 09:10:11,656
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1/IOPP/UPSB@0/ IOPP/DSB0@0/IOPP/NHI0@0/AppleThunderboltHAL/AppleThunderboltNHIType1/IOThunderbo ltController [1, 56311 ms]
    29.09.14 09:10:11,656
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PEG1@1,1/IOPP/UPSB@0/ IOPP/DSB0@0/IOPP/NHI0@0/AppleThunderboltHAL/AppleThunderboltNHIType1/IOThunderbo ltController/IOThunderboltLocalNode [1, 55173 ms]
    29.09.14 09:10:11,657
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 [1, 55177 ms]
    29.09.14 09:10:11,657
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/pci8086,1c3a@16 [1, 55177 ms]
    29.09.14 09:10:11,657
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/EHC2@1A,7 [1, 57124 ms]
    29.09.14 09:10:11,657
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/EHC2@1A,7/AppleUSBEHC I [1, 56602 ms]
    29.09.14 09:10:11,657
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/EHC2@1A,7/AppleUSBEHC I/Bluetooth USB Host Controller@fa113000 [1, 55176 ms]
    29.09.14 09:10:11,657
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/HDEF@1B [1, 55184 ms]
    29.09.14 09:10:11,657
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP03@1C,2 [1, 56629 ms]
    29.09.14 09:10:11,657
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP03@1C,2/IOPP [1, 56113 ms]
    29.09.14 09:10:11,657
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP03@1C,2/IOPP/FRWR@0 [1, 56113 ms]
    29.09.14 09:10:11,658
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP03@1C,2/IOPP/FRWR@0 /AppleFWOHCI [!registered, !matched, 1, 55552 ms]
    29.09.14 09:10:11,658
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP03@1C,2/IOPP/FRWR@0 /AppleFWOHCI/IOFireWireController [1, 55552 ms]
    29.09.14 09:10:11,658
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP03@1C,2/IOPP/FRWR@0 /AppleFWOHCI/IOFireWireController/IOFireWireLocalNode [1, 55552 ms]
    29.09.14 09:10:11,658
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/LPCB@1F [1, 55183 ms]
    29.09.14 09:10:11,658
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SBUS@1F,3 [1, 55184 ms]
    29.09.14 09:10:11,658
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/SMC [1, 55177 ms]
    29.09.14 09:10:11,658
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/SMS0 [1, 55177 ms]
    29.09.14 09:10:11,658
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/ALS0 [1, 55177 ms]
    29.09.14 09:10:11,658
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/GMUX [1, 55177 ms]
    29.09.14 09:10:11,658
    configd[55]
      MacBookPro8,1/AppleACPIPlatformExpert/PNLF [1, 55177 ms]
    29.09.14 09:10:11,659
    configd[55]
      MacBookPro8,1/IOResources [1, 57289 ms]
    29.09.14 09:10:13,156
    fseventsd[45]
    log dir: /.fseventsd getting new uuid: 4D918F9C-D859-4503-908A-3E5829A68AB2
    29.09.14 09:10:20,817
    diskarbitrationd[51]
    kextd [12]:15659 not responding.
    29.09.14 09:10:22,503
    configd[55]
    network changed: v4(en0+:192.168.2.212) DNS+ Proxy+ SMB
    29.09.14 09:10:22,000
    kernel[0]
    hfs: unmount initiated on Recovery HD on device disk0s3
    29.09.14 09:10:23,445
    warmd[17]
    [warmctl_evt_timer_bc_activation_timeout:287] BC activation bcstop timer fired!
    29.09.14 09:10:27,173
    ntpd[120]
    proto: precision = 1.000 usec
    29.09.14 09:10:33,493
    apsd[60]
    Unrecognized leaf certificate
    29.09.14 09:10:36,913
    sandboxd[107]
    DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    29.09.14 09:10:37,000
    kernel[0]
    SMC::smcHandleInterruptEvent WARNING status=0x0 (0x40 not set) notif=0x0
    29.09.14 09:10:37,000
    kernel[0]
    SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    29.09.14 09:10:37,000
    kernel[0]
    SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    29.09.14 09:10:37,000
    kernel[0]
    SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    29.09.14 09:10:37,000
    kernel[0]
    SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    29.09.14 09:10:37,000
    kernel[0]
    SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    29.09.14 09:10:37,000
    kernel[0]
    Previous Shutdown Cause: 5
    29.09.14 09:10:37,000
    kernel[0]
    SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    29.09.14 09:10:39,000
    kernel[0]
    en3: promiscuous mode enable succeeded
    29.09.14 09:10:41,000
    kernel[0]
    IOBluetoothUSBDFU::probe
    29.09.14 09:10:41,000
    kernel[0]
    IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0042
    29.09.14 09:10:41,000
    kernel[0]
    **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0xb400 ****
    29.09.14 09:10:41,000
    kernel[0]
    **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0xb400 ****
    29.09.14 09:10:42,000
    kernel[0]
    fGPUIdleIntervalMS = 0
    29.09.14 09:10:42,793
    UserEventAgent[11]
    assertion failed: 13F34: com.apple.telemetry + 17682 [AE0C3032-1747-317E-9871-E26B5B6B0120]: 0xffffffffe0000001
    29.09.14 09:10:43,000
    kernel[0]
    init
    29.09.14 09:10:43,000
    kernel[0]
    probe
    29.09.14 09:10:43,000
    kernel[0]
    start
    29.09.14 09:10:43,000
    kernel[0]
    DSMOS has arrived
    29.09.14 09:10:43,000
    kernel[0]
    [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0xb400
    29.09.14 09:10:43,000
    kernel[0]
    [IOBluetoothHCIController][start] -- completed
    29.09.14 09:10:43,128
    loginwindow[39]
    Login Window Application Started
    29.09.14 09:10:43,000
    kernel[0]
    [IOBluetoothHCIController::setConfigState] calling registerService
    29.09.14 09:10:43,000
    kernel[0]
    **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0xcd40 -- 0xb000 -- 0xb400 ****
    29.09.14 09:10:43,266
    WindowServer[132]
    Server is starting up
    29.09.14 09:10:43,283
    mds[35]
    (Normal) FMW: FMW 0 0
    29.09.14 09:10:44,000
    kernel[0]
    mTail has not been written to hardware: mTail = 0x00000000, hardare tail register = 0x00000040
    29.09.14 09:10:44,370
    WindowServer[132]
    Session 256 retained (2 references)
    29.09.14 09:10:44,371
    WindowServer[132]
    Session 256 released (1 references)
    29.09.14 09:10:44,385
    WindowServer[132]
    Session 256 retained (2 references)
    29.09.14 09:10:44,388
    WindowServer[132]
    init_page_flip: page flip mode is on
    29.09.14 09:10:45,086
    WindowServer[132]
    Found 13 modes for display 0x00000000 [13, 0]
    29.09.14 09:10:45,095
    WindowServer[132]
    Found 18 modes for display 0x00000000 [18, 0]
    29.09.14 09:10:45,103
    WindowServer[132]
    Found 1 modes for display 0x00000000 [1, 0]
    29.09.14 09:10:45,110
    WindowServer[132]
    Found 1 modes for display 0x00000000 [1, 0]
    29.09.14 09:10:45,112
    WindowServer[132]
    mux_initialize: kAGCGetMuxState (kMuxControl, kMuxControl_switchingMode) failed (0xe0000

    John Galt
    1. I have backed up my Mac on WD MyCloud, a small NAS with a Time Machine feature.
    2. I have uninstalled Cocktail and cleared all settings reverting them to default.
    3. I removed 30 entries for privacy reasons. If it's necessary i can PM you the full list.
    # Host Database
    # localhost is used to configure the loopback interface
    # when the system is booting.  Do not change this entry.
    127.0.0.1 localhost
    255.255.255.255 broadcasthost
    ::1             localhost
    fe80::1%lo0 localhost
    127.0.0.1 *removed*
    127.0.0.1 *removed*
    127.0.0.1 *removed*
    Linc Davis
    I restarted in safe mode and restarted again. I guess I have to wait now to see if this is fixed or should post the console output?

  • OSX 10.75 Macbook Pro 30 Minute Boot and Slow After Clean Install

    Here is my problem.
    I recently purchased a mabook pro which was dropped with the intentions of fixing the screen.
    I was able to initially install OSX with Internet recovery, then for some reason on reboot the password would not work.
    I was able to fix the password problem, but the extremely slow boot time persists.
    This is a fresh install so I am not sure why it is so slow.

    PMAP: PCID enabled
    Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
    vm_page_bootstrap: 474240 free pages and 41856 wired pages
    kext submap [0xffffff7f80736000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000736000]
    zone leak detection enabled
    standard timeslicing quantum is 10000 us
    mig_table_max_displ = 73
    TSC Deadline Timer supported and enabled
    AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
    AppleACPICPU: ProcessorId=5 LocalApicId=1 Enabled
    AppleACPICPU: ProcessorId=6 LocalApicId=3 Enabled
    AppleACPICPU: ProcessorId=7 LocalApicId=5 Enabled
    AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled
    calling mpo_policy_init for TMSafetyNet
    Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    calling mpo_policy_init for Sandbox
    Security policy loaded: Seatbelt sandbox policy (Sandbox)
    calling mpo_policy_init for Quarantine
    Security policy loaded: Quarantine policy (Quarantine)
    Copyright (c) 1982, 1986, 1989, 1991, 1993
              The Regents of the University of California. All rights reserved.
    MAC Framework successfully initialized
    using 10485 buffer headers and 7290 cluster IO buffer headers
    IOAPIC: Version 0x20 Vectors 64:87
    ACPI: System State [S0 S3 S4 S5]
    PFM64 (36 cpu) 0xf10000000, 0xf0000000
    [ PCI configuration begin ]
    AppleIntelCPUPowerManagement: Turbo Ratios 6689
    AppleIntelCPUPowerManagement: (built 16:32:09 Aug 23 2012) initialization complete
    console relocated to 0xf60010000
    PCI configuration changed (bridge=16 device=5 cardbus=0)
    [ PCI configuration end, bridges 12 devices 18 ]
    mbinit: done [64 MB total pool size, (42/21) split]
    Pthread support ABORTS when sync kernel primitives misused
    com.apple.AppleFSCompressionTypeZlib kmod start
    com.apple.AppleFSCompressionTypeDataless kmod start
    com.apple.AppleFSCompressionTypeZlib load succeeded
    com.apple.AppleFSCompressionTypeDataless load succeeded
    AppleIntelCPUPowerManagementClient: ready
    BTCOEXIST off
    wl0: Broadcom BCM4331 802.11 Wireless Controller
    5.106.198.19
    FireWire (OHCI) Lucent ID 5901 built-in now active, GUID c82a14fffeea47f4; max speed s800.
    rooting via boot-uuid from /chosen: 47A5C6D9-B884-3C97-9E0B-83613298B969
    Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/Hitachi HTS545050B9A302 Media/IOGUIDPartitionScheme/MacEvans@2
    BSD root: disk0s2, major 14, minor 2
    AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    [IOBluetoothHCIController::setConfigState] calling registerService
    Kernel is LP64
    macx_swapon SUCCESS
    Waiting for DSMOS...
    BCM5701Enet: Ethernet address c8:2a:14:53:09:a2
    AirPort_Brcm4331: Ethernet address e4:ce:8f:07:00:ce
    IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    IO80211Interface::efiNVRAMPublished(): 
    AGC: 3.1.33, HW version=1.9.23, flags:0, features:20600
    SMC::smcHandleInterruptEvent WARNING status=0x0 (0x40 not set) notif=0x0
    Previous Shutdown Cause: 3
    å
    [AGPM Controller] build GPUDict by Vendor1002Device6760
    DSMOS has arrived
    ** Device in slot: SLOT--1 **
    in func createVirtualInterface ifRole = 1
    Created virtif 0xffffff8007b0a400 p2p0
    AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    AppleBCM5701Ethernet:        a        1 extract_link_settings - EEE logic error
    Ethernet [AppleBCM5701Ethernet]: Link up on en0, 10-Megabit, Half-duplex, No flow-control, Debug [794d,0100,0de1,0300,0000,0000]
    Ethernet [AppleBCM5701Ethernet]: Link down on en0
    Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, Symmetric flow-control, Debug [796d,0301,0de1,0300,45e1,0000]
    Ethernet [AppleBCM5701Ethernet]: Link down on en0
    Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, Symmetric flow-control, Debug [796d,0321,0de1,0300,45e1,0000]
    en1: 802.11d country code set to 'US'.
    en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165

    So I figured out what the problems was.
    The Hardrive was going bad. I had another hardrive that I knew was good taken from another Mac, I swapped them. With the other drive the computer booted up fine. I later took the drive to the Genius bar and the confirmed what I already knew.

  • Slow Boot Times after installing new SSD and Lion

    Can anyone please help interpret why I'm having slow boot times?  I have copied my console printout during the boot and it seems to be doing a repetitive action while booting.
    Thanks
    13-01-04 2:50:24.000 AM bootlog: BOOT_TIME 1357293024 0
    13-01-04 2:50:25.000 AM kernel: Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
    13-01-04 2:50:25.000 AM kernel: vm_page_bootstrap: 942160 free pages and 32688 wired pages
    13-01-04 2:50:25.000 AM kernel: kext submap [0xffffff7f80736000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000736000]
    13-01-04 2:50:25.000 AM kernel: zone leak detection enabled
    13-01-04 2:50:25.000 AM kernel: standard timeslicing quantum is 10000 us
    13-01-04 2:50:25.000 AM kernel: mig_table_max_displ = 73
    13-01-04 2:50:25.000 AM kernel: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    13-01-04 2:50:25.000 AM kernel: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    13-01-04 2:50:25.000 AM kernel: calling mpo_policy_init for TMSafetyNet
    13-01-04 2:50:25.000 AM kernel: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    13-01-04 2:50:25.000 AM kernel: calling mpo_policy_init for Sandbox
    13-01-04 2:50:25.000 AM kernel: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    13-01-04 2:50:25.000 AM kernel: calling mpo_policy_init for Quarantine
    13-01-04 2:50:25.000 AM kernel: Security policy loaded: Quarantine policy (Quarantine)
    13-01-04 2:50:25.000 AM kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    13-01-04 2:50:25.000 AM kernel: The Regents of the University of California. All rights reserved.
    13-01-04 2:50:25.000 AM kernel: MAC Framework successfully initialized
    13-01-04 2:50:25.000 AM kernel: using 16384 buffer headers and 10240 cluster IO buffer headers
    13-01-04 2:50:25.000 AM kernel: IOAPIC: Version 0x11 Vectors 64:87
    13-01-04 2:50:25.000 AM kernel: ACPI: System State [S0 S3 S4 S5]
    13-01-04 2:50:25.000 AM kernel: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    13-01-04 2:50:25.000 AM kernel: [ PCI configuration begin ]
    13-01-04 2:50:25.000 AM kernel: console relocated to 0xf10010000
    13-01-04 2:50:25.000 AM kernel: PCI configuration changed (bridge=1 device=1 cardbus=0)
    13-01-04 2:50:25.000 AM kernel: [ PCI configuration end, bridges 5 devices 24 ]
    13-01-04 2:50:25.000 AM kernel: AppleIntelCPUPowerManagement: (built 16:32:09 Aug 23 2012) initialization complete
    13-01-04 2:50:25.000 AM kernel: mbinit: done [64 MB total pool size, (42/21) split]
    13-01-04 2:50:25.000 AM kernel: Pthread support ABORTS when sync kernel primitives misused
    13-01-04 2:50:25.000 AM kernel: TBIOBlockStorageDriver: super::probe failed
    13-01-04 2:50:25.000 AM kernel: TBIOBlockStorageDriver: super::probe failed
    13-01-04 2:50:25.000 AM kernel: com.apple.AppleFSCompressionTypeZlib kmod start
    13-01-04 2:50:25.000 AM kernel: com.apple.AppleFSCompressionTypeDataless kmod start
    13-01-04 2:50:25.000 AM kernel: com.apple.AppleFSCompressionTypeZlib load succeeded
    13-01-04 2:50:25.000 AM kernel: com.apple.AppleFSCompressionTypeDataless load succeeded
    13-01-04 2:50:25.000 AM kernel: AppleIntelCPUPowerManagementClient: ready
    13-01-04 2:50:25.000 AM kernel: BTCOEXIST off
    13-01-04 2:50:25.000 AM kernel: wl0: Broadcom BCM432b 802.11 Wireless Controller
    13-01-04 2:50:25.000 AM kernel: 5.106.198.19
    13-01-04 2:50:25.000 AM kernel: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID e80688fffec0e9d0; max speed s800.
    13-01-04 2:50:25.000 AM kernel: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833
    13-01-04 2:50:25.000 AM kernel: com_seagate_IOPowSec00_10_5: GetVendorAndModelIDInfo failed
    13-01-04 2:50:25.000 AM kernel: com_maxtor_IOPowSec00_10_5: GetVendorAndModelIDInfo failed
    13-01-04 2:50:25.000 AM kernel: rooting via boot-uuid from /chosen: 1052015E-B101-3046-8932-5C6B1E6A7995
    13-01-04 2:50:25.000 AM kernel: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    13-01-04 2:50:25.000 AM kernel: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@A/AppleMCP89AHCI/PR T1@1/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/M4-CT256M4SSD2 Media/IOGUIDPartitionScheme/Imipenem (SSD)@2
    13-01-04 2:50:25.000 AM kernel: BSD root: disk0s2, major 14, minor 2
    13-01-04 2:50:25.000 AM kernel: Kernel is LP64
    13-01-04 2:50:25.000 AM kernel: [IOBluetoothHCIController::setConfigState] calling registerService
    13-01-04 2:50:25.133 AM com.apple.launchd: *** launchd[1] has started up. ***
    13-01-04 2:50:25.491 AM com.apple.launchd: (com.apple.powerd) Unknown value for key POSIXSpawnType: Interactive
    13-01-04 2:50:25.491 AM com.apple.launchd: (com.apple.sandboxd) Unknown value for key POSIXSpawnType: Interactive
    13-01-04 2:50:25.987 AM UserEventAgent: starting CaptiveNetworkSupport as SystemEventAgent built May 25 2011 12:27:35
    13-01-04 2:50:25.990 AM UserEventAgent: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    13-01-04 2:50:25.991 AM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    13-01-04 2:50:25.991 AM UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    13-01-04 2:50:25.991 AM UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    13-01-04 2:50:25.991 AM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    13-01-04 2:50:25.992 AM UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    13-01-04 2:50:25.992 AM UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    13-01-04 2:50:26.000 AM kernel: BCM5701Enet: Ethernet address c4:2c:03:01:22:c1
    13-01-04 2:50:26.000 AM kernel: AirPort_Brcm4331: Ethernet address f8:1e:df:eb:b4:37
    13-01-04 2:50:26.000 AM kernel: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    13-01-04 2:50:26.000 AM kernel: IO80211Interface::efiNVRAMPublished(): 
    13-01-04 2:50:27.025 AM airportd: _processDLILEvent: en1 attached (down)
    13-01-04 2:50:27.274 AM com.apple.SecurityServer: Session 100000 created
    13-01-04 2:50:27.000 AM kernel: in func createVirtualInterface ifRole = 1
    13-01-04 2:50:27.000 AM kernel: Created virtif 0xffffff800bdffa00 p2p0
    13-01-04 2:50:27.349 AM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    13-01-04 2:50:27.607 AM com.apple.SecurityServer: Entering service
    13-01-04 2:50:27.749 AM UserEventAgent: ServermgrdRegistration cannot load config data
    13-01-04 2:50:27.779 AM UserEventAgent: get_backup_share_points no AFP
    13-01-04 2:50:28.000 AM kernel: NVDANV50HAL loaded and registered.
    13-01-04 2:50:28.000 AM kernel: Previous Shutdown Cause: 5
    13-01-04 2:50:28.000 AM kernel: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    13-01-04 2:50:28.000 AM kernel: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    13-01-04 2:50:28.332 AM com.apple.launchd: (com.sec.faxdb[73]) open("/Library/Logs/Samsung/MacFax/FaxDB.log", ...): No such file or directory
    13-01-04 2:50:28.333 AM com.apple.launchd: (com.sec.faxdb[73]) open("/Library/Logs/Samsung/MacFax/FaxDB.log", ...): No such file or directory
    13-01-04 2:50:28.347 AM com.apple.pfctl: No ALTQ support in kernel
    13-01-04 2:50:28.347 AM com.apple.pfctl: ALTQ related functions disabled
    13-01-04 2:50:28.363 AM com.apple.launchd: (com.sec.faxdb[73]) posix_spawn("/Library/Printers/Samsung/Fax/FaxDB/faxdbd", ...): No such file or directory
    13-01-04 2:50:28.385 AM com.apple.ucupdate.plist: ucupdate: Checked 1 update, no match found.
    13-01-04 2:50:28.385 AM com.apple.launchd: (com.sec.faxdb[73]) Exited with code: 1
    13-01-04 2:50:28.385 AM com.apple.launchd: (com.sec.faxdb) Throttling respawn: Will start in 300 seconds
    13-01-04 2:50:28.606 AM mDNSResponder: mDNSResponder mDNSResponder-320.16 (Jul 19 2012 21:07:07) starting OSXVers 11
    13-01-04 2:50:28.704 AM com.apple.revisiond: 2013-01-04 02:50 revisiond[52] (CarbonCore.framework) implementation_callback_rpc: ERROR: CFDictionaryGetValue(FSEvents_streamDict, cfPortNumber) => NULL
    13-01-04 2:50:28.705 AM com.apple.usbmuxd: usbmuxd-296.3 on Jul 25 2012 at 00:28:37, running 64 bit
    13-01-04 2:50:28.814 AM configd: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    13-01-04 2:50:28.814 AM configd: DHCP en1: INIT-REBOOT transmit failed
    13-01-04 2:50:28.837 AM systemkeychain: done file: /var/run/systemkeychaincheck.done
    13-01-04 2:50:28.880 AM mds: (Normal) FMW: FMW 0 0
    13-01-04 2:50:28.938 AM mDNSResponder: D2D_IPC: Loaded
    13-01-04 2:50:28.938 AM mDNSResponder: D2DInitialize succeeded
    13-01-04 2:50:28.990 AM configd: setting hostname to "Karr-Hong-Lees-MacBook-Pro.local"
    13-01-04 2:50:29.000 AM kernel: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key MOTP (kSMCKeyNotFound)
    13-01-04 2:50:29.000 AM kernel: DSMOS has arrived
    13-01-04 2:50:29.000 AM kernel: macx_swapon SUCCESS
    13-01-04 2:50:29.031 AM configd: network configuration changed.
    13-01-04 2:50:29.984 AM loginwindow: Login Window Application Started
    13-01-04 2:50:30.091 AM com.apple.launchd: (com.sec.faxdb) Throttling respawn: Will start in 299 seconds
    13-01-04 2:50:30.142 AM netbiosd: Unable to start NetBIOS name service:
    13-01-04 2:50:31.000 AM loginwindow: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    13-01-04 2:50:31.000 AM kernel: en1: 802.11d country code set to 'US'.
    13-01-04 2:50:31.000 AM kernel: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    13-01-04 2:50:31.282 AM loginwindow:
    O3REQUIRE FAILED: ret == 0
       - file: /SourceCache/BezelServices/BezelServices-232.3/Utilities/Utilities.c
       - line: 91
    13-01-04 2:50:31.282 AM loginwindow: Failed to lookup Bezel UI Server port: Bootstrap Unknown Service.
    13-01-04 2:50:31.315 AM com.apple.SecurityServer: Session 100004 created
    13-01-04 2:50:31.317 AM loginwindow: Login Window Started Security Agent
    13-01-04 2:50:31.347 AM com.apple.launchctl.LoginWindow: com.apple.findmymacmessenger: Already loaded
    13-01-04 2:50:31.542 AM SecurityAgent: Echo enabled
    13-01-04 2:50:31.542 AM SecurityAgent: Echo enabled
    13-01-04 2:50:31.574 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:31.574 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:31.575 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 10)
    13-01-04 2:50:31.575 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 10)
    13-01-04 2:50:32.000 AM kernel: MacAuthEvent en1   Auth result for: a8:39:44:57:2c:50  MAC AUTH succeeded
    13-01-04 2:50:32.000 AM kernel: wlEvent: en1 en1 Link UP virtIf = 0
    13-01-04 2:50:32.000 AM kernel: AirPort: Link Up on en1
    13-01-04 2:50:32.000 AM kernel: en1: BSSID changed to a8:39:44:57:2c:50
    13-01-04 2:50:32.530 AM airportd: _doAutoJoin: Already associated to “TELUS3939”. Bailing on auto-join.
    13-01-04 2:50:33.000 AM kernel: AirPort: RSN handshake complete on en1
    13-01-04 2:50:34.579 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:34.579 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:34.579 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 9)
    13-01-04 2:50:34.579 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 9)
    13-01-04 2:50:35.093 AM configd: network configuration changed.
    13-01-04 2:50:35.113 AM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    13-01-04 2:50:35.114 AM UserEventAgent: CaptiveNetworkSupport:CNSPreferences:60 Creating new preferences
    13-01-04 2:50:35.114 AM UserEventAgent: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on TELUS3939 because it is protected and not on the exception list
    13-01-04 2:50:35.116 AM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    13-01-04 2:50:35.118 AM configd: network configuration changed.
    13-01-04 2:50:35.991 AM ntpd: proto: precision = 1.000 usec
    13-01-04 2:50:37.270 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:37.271 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:37.271 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 8)
    13-01-04 2:50:37.271 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 8)
    13-01-04 2:50:40.276 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:40.276 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:40.276 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 7)
    13-01-04 2:50:40.276 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 7)
    13-01-04 2:50:43.281 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:43.281 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:43.281 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 6)
    13-01-04 2:50:43.282 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 6)
    13-01-04 2:50:46.286 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:46.286 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:46.286 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 5)
    13-01-04 2:50:46.286 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 5)
    13-01-04 2:50:49.291 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:49.291 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:49.291 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 4)
    13-01-04 2:50:49.291 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 4)
    13-01-04 2:50:52.296 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:52.296 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:52.296 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 3)
    13-01-04 2:50:52.296 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 3)
    13-01-04 2:50:55.301 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:55.301 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:55.301 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 2)
    13-01-04 2:50:55.301 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 2)
    13-01-04 2:50:58.307 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:58.307 AM SecurityAgent: Could not get the user record from OpenDirectory.
    13-01-04 2:50:58.307 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 1)
    13-01-04 2:50:58.307 AM SecurityAgent: Will sleep 3 seconds and try again (retryCount = 1)

    Fixed it!
    Just changed my settings to auto log on.
    Hooray!

  • Daemons and modules loaded at boot problem

    Hi all, i have a problem with my booting time and modules / daemons loaded at boot
    This is my bootchart:
    [IMG=http://img195.imageshack.us/img195/4701/bootchartpw.th.png][/IMG]
    This is my rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="it_IT.utf8"
    HARDWARECLOCK="localtime"
    USEDIRECTISA="no"
    TIMEZONE="Europe/Rome"
    KEYMAP="it"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(lib80211_crypt_tkip wl !snd-pcsp !pcspkr)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="neplero"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng netfs crond hal !dbus !bluetooth @alsa)
    How can i modify my modules loaded and daemons to lower some boot time.
    And why is that bluetooth is still loaded even if it's !bluetooth? And is it possible to background ntfs-3g?
    Thanks all for advices!

    Please clarify what you mean. If the bluetooth service is started, then there is a bug or something very very odd. IF on the contrary you mean that the bluetooth-related modules are loaded by udev, this is perfectly normal: udev autoloads modules according to your hardware, not to your services. You need to blacklist the loaded bluetooth-related kernel modules (check them with 'lsmod') and to blacklist them in the MODULES array.
    Last edited by patroclo7 (2010-01-30 19:14:51)

Maybe you are looking for

  • Different size text in a shape/view shape/layers...help!

    Hi all, I am trying to work with a heart shape and I am having problems. I know how to write in it to make it the same shape but I am trying to get a heart outline, which I can remove when the text is done, but I want to add words as new layers so I

  • Freeze problem in user interface initiatilisation after all NVDIA update and 8.0.1

    I just received Pre 8 and installed it When starting the various modules - Organiser works more or less fine (it crash when it looks at my folders with 28000 pictures), but it works when doing import folder by folder - but when I am starting a new pr

  • On the IPad, can I copy text from an online source then paste to Pages?

    Many times from ebooks as part of my own personal research, I like to copy text from various sources then later review the text of the copied information to render my own conclusions. How do I copy from online sources and books and then paste into Pa

  • Webcenter Portal - CMIS query and variables

    Hello, Im using CMIS queries to access my UCM in order to have multi language support. In the query i need to input as a variable the current selected language which is on a session bean. This is one example: <taskFlow id="doclibcontentpresenter1"   

  • Portal 4.5 internal portlet navigation

    I have a directory listing portlet/gadget that lists the contents of a folder as multiple links. A user can then click a link and drill further into the folders. I am currently using an IFrame and it looks nice but hate the performance and hide issue