Changing UID in iSeries

Hi all,
I am running ECC 6.0 SR3 on IBM iSeries V5R4
I'm trying to share transport directories between two sap instances via CHGR3SHLOC.
I can run the command successfully, but in STMS I got message:
Don't have permission to folder /usr/sap/trans/bin
According to sapnote 69429, the UID (User ID) and GID (Group ID) must always be identical.  When I try to change the UID of <sid>OFR with QSECOFR via CHGUSRPRF, it says that I'm not allowed to change UID. The complete message is as follows:
CPF22DC, The UID of a user profile may not be changed when the profile is the owner of an object in a directory.
Can anyone please advise on how to change the UID so it will be the same in both instances?
Thanks in advance.
Best regards,
Pandu

Hi Pandu,
I would say, you are on the wrong path here ;-(
This note describes the issues when using NFS - this is typically NOT done as QFileSvr.400 is used, except, you are using Linux Appl servers.
=> I guess, that it is very easy: User and password have to match on both boxes - I'm pretty sure, this is not the case ...
Regards
Volker Gueldenpfennig, consolut international ag
http://www.consolut.net - http://www.4soi.de - http://www.easymarketplace.de

Similar Messages

  • Change UID and SID

    Hello,
    I am planning to change UID and GID on solaris10, can I change when the system online? or I need shutdown all services after change? AND what should I need take care

    chown -R might break things! Watch out for symlinks to thigs that user don't own!!!
    This is the safer way (and works on paths with spaces):
    oldid=100
    newid=123
    gfind /path[s] -user $oldid -print0 | gxargs -0r chown -h $newid
    oldgid=100
    newgid=123
    gfind /path[s] -group $oldgid -print0 | gxargs -0r chgrp -h $newgid
    The -h to ch.. is important to change the owner of symlinks and not what it points to as that may have a different owner (like root).
    gfind and gxargs are the Gnu find and xargs found in /opt/sfw/bin
    P�l

  • Dtlogin fails after changing UID - invalid MIT-MAGIC-COOKIE

    The environment is a small stand-alone network of Suns running Solaris 5.10 with no central admin, no DNS. One of the users had login accounts on several machines and asked me to fix it up while he was away. So I consolidated his several home directories onto one machine, changed all the different UIDs on the various Suns to be the same UID, did a chown to match on all the files in his new consolidated home directory, then modified /etc/auto_home on all the machines to point to the new home.
    It all works with console or ssh logins and with dtlogin from the machine on which I didn't change the UID (also where his home now resides). But on the other machines where the UID was changed, trying to log into either CDE or JDS soon comes back to the login screen with an error in .dt/startlog: "invalid MIT-MAGIC-COOKIE-1 key", "Xlib: connection to :0.0 refused by server". I'm guessing the problem is because the user's current UID is different that what it was before on this machine.
    I tried deleting his ~/.*authority files, moving his ~/.dt directory out of the way, and even deleted and recreated the user on one of the remote machines with no joy. This user is going to be mighty unhappy with me when he gets back from vacation next week! Help.
    Edited by: SanDiegoDweller on Aug 12, 2010 7:18 PM -- added a bit more clarification

    Thanks to these suggestions I was able to determine that the X stuff was still referring to the user's old home directory on the local machine rather than his automounted home directory.
    All the local disks were called /export/home -- in an effort to deconfuse myself and make sure I knew which disk space was being used, I changed them to /export/home-A and /export/home-B on machines A and B (renamed the directory and changed /etc/vfstab). All normal logins work, but no X logins work. When logged in as the user, xauth says "error in locking authority file /export/home/user/.Xauthority" but there are no longer any /export/home directories! This is after I've deleted his .Xauthority file. Apparently, the X stuff is remembering somewhere an old path. How can I clean this up?
    Edited by: SanDiegoDweller on Aug 16, 2010 12:54 PM

  • Change uid and home directory locations?  - no more netinfo manager?

    greetings,
    just setting up my new MBpro with 10.5... i've discovered netinfo manager is no longer here... searched the discussion forum and have learned a little. i looked into the "directory utility", but don't see how to use it for configuring local user info... (seems to be primarily focused on network services, such as ldap)...
    i keep 2 accounts on my computer - personal account for home use and work account for when i need to use my laptop for work. for my work account i need to set my UID to match that of our servers (suns)... i nfs mount suns, and access servers, etc. without the same UID, i don't have access to my network files when locally mounted... also i keep my home directories on a second partition and need to change the location of the home directory... all of these were relatively straight forward in netinfo manager.... but i have no idea where to access the configuration info that was in netinfo manager...
    is there some kind of additional software i have to install?
    i'd appreciate any suggestions-
    thanks-

    great! thanks!!
    ps - besides the fact that i can get my own unique environments and keep my work life separate from my personal live on my home computer by making separate accounts, the 2nd account always gives me a way to test things and change things for an account without being logged into it... even if i didn't want to make a user account for my job on my personal computer, i'd still keep an alternate account for testing things and as a backdoor to fix problem in my primary account... i've always loved unix since i first started using it in 85... an i'm SO glad that apple made the switch to unix, albeit a little later than was good for them. i think it is undeniably better for the users, the administrators, and even apple... the mac is quite a joy to use these days, IMHO... (-;

  • Change UID Range in work group manager 10.8

    Hi there,
         I about to implement an Open directory branch with 4 offices having 1 Master and 3 slaves but i need to have on each office different UID of users, is there any way to change the UID range so every time that one of my helpdesk guys create a user get the correct UID range that belongs to his office?
    Hope you guys can put mi in the correct path.
    Thanks.

    Dare I ask why the UID is important?  It plays much less of a role now that GUID is implemented.  It is mostly transparent.  Are you using it for purely organizational purposes?
    The only way you will likely be able to do this is through a shell script to add the account outside of Apple's tools.  However, you could build the script to query the directory, get a current count of users in the current prefix, and then increment up one.  Values needed are really real name (John Doe), shortname (jdoe), password, and email (if different than shortname).  All other values can be inferred from there.
    Investigate dscl and then if you want to, use Xcode to build a GUI app to automate the process. 

  • Permisson problem: Change UID of domain account

    Hi everyone,
    I'm not sure if this is the right place to ask since I'm new to this forum but I kind of run out of options.
    My company just bought an iMac and it's my job to integrate it into our domain and active directory. I've managed to do this successfully. I can now log on to the machine with my company domain account.
    Each user has a personal home drive (NFS drive) which is (in Windows) mounted at startup. The user logged in has only access to his/her home directory (permissions are set through the UID).
    I managed to mount it on the Mac too.
    BUT:
    There seems to be a permission problem due to false UID's.
    Within the domain, my UID is 1258. When I log on to the Mac, it is 142783090.
    Does anyone now how I can change this? I've been searching for a solution all morning but couldn't find anything helpful. I already tried to change the UID in SysPrefs -> Account -> right-click on the account but it doesn't work for accounts that are not local ones. I also couldn't find out where the Mac gets this strage UID from...
    Thanks in advance for your help!
    Cheers
    PS: If you need more information from me, please ask, I will deliver it gladly =)

    I'm sorry, you're right, the page hold the solution but I was trying to find out how much I can do on the Mac without installing any additional software.
    Thanks anyway for your help!
    Cheers!

  • Change uid and group administrator

    hi, i want to change server uid and gid, �how i can do this?
    (i have an user, and i want to change to root user)
    thanks

    chown -R might break things! Watch out for symlinks to thigs that user don't own!!!
    This is the safer way (and works on paths with spaces):
    oldid=100
    newid=123
    gfind /path[s] -user $oldid -print0 | gxargs -0r chown -h $newid
    oldgid=100
    newgid=123
    gfind /path[s] -group $oldgid -print0 | gxargs -0r chgrp -h $newgid
    The -h to ch.. is important to change the owner of symlinks and not what it points to as that may have a different owner (like root).
    gfind and gxargs are the Gnu find and xargs found in /opt/sfw/bin
    P�l

  • Change User ID Number

    Hi all,
    It is possible to adjust uid of SAP User on AS/400.
    I find Note 818091 to show how adjust Group ID.
    If we want to adjust UID but not effect current security setting ,  is it possible?
    Best Regards,
    Wu

    Hi Wu,
    I was trying to perform the UID change on a user profile in order to find out what was happening, but then I realized that I cannot change the UID of the user profile if the profile owns objects in directories. The attempt resulted in error message CPF22DC: "Not allowed to change UID of the user profile. Cause: The UID of a user profile may not be changed when the profile is the owner of an object in a directory."
    The only way to change the UID would be to perform the following steps:
    1. Create a temporary user profile with CRTUSRPRF.
    2. Delete the SAP profile using DLTUSRPRF with parameter OWNOBJOPT(*CHGOWN <temp. user profile>)
    3. Create the SAP profile again, specifying the UID and GID explicitely. It may be the easiest to use the command CRTSAPUSR from the kernel library in order to get the parameters right.
    4. Delete the temporary user profile using DLTUSRPRF with parameter OWNOBJOPT(*CHGOWN <SAP user profile>)
    This whole operation is a bit tricky, especially if there are locks on objects that are owned by the user profile. So before starting all that, please reconsider if you really need to use a special UID for that user profile. At this point in time it may be easier to leave the uid as it was generated and set the uid explicitely to this value on the other servers.
    By the way, as long as you don't connect to a server through NFS, you don't really need to worry about the UID value.
    Kind regards,
    Christian Bartels.

  • If GID, is changed, will it affect the Oracle Binaries?

    Gurus /Oracle Community,
    Oracle DB Version:10.2.0.3
    OS: Solaris 64 Bit
    Production
    uid=500(oracle) gid=500(oinstall) groups=500(oinstall),501(dba)
    Will there be a change and affect on the Oracle Binaries if we change the gid, value (for example - from 500 to 210) as we are looking to change the gid of some of the servers, which were configured 1 year back.
    Any suggestions, metalink doc's for referals!
    Thanks in advance

    (220970.1)
    Does changing uid or gid of the Oracle User affect Oracle Clusterware?
    There are a lot of files in the Oracle Clusterware home and outside of the Oracle Clusterware home that are chgrp'ed to the appropriate groups for security and appropriate access. The filesystem records the uid (not the username), and so if you exchange the names, now the files are owned by the wrong group.
    The above one focus on UID, but what happens, if we change the GID.
    Will there be a affect, do i need to relink the Oracle binaries?
    Any suggestions please!
    Thanks In advance

  • Change userid's?

    Hi, we're using iplanet messaging server 5.2, and I'm looking to change the userid of a user from something that's hard to remember to an easier combination of their first and last name. My problem is that in the administration panel, all options EXCEPT the userid are modifyable. What's the course of action to get this user's id changed to something else? Thanks.

    We encounter a problem to the same topic:
    We need to change uid's to a new convention and have to keep the users mailboxes (imap + pop) and their aliases. So we have 2 accounts for the user, but only one is marked as mail active. The plan is to deactive the active user account for mail, move the mailbox with mboxutil -r and activate the new uid and delete the old from the LDAP server.
    If we try to test this we get email's to the non active account.
    Like:
    uid1=3test mail=[email protected]
    email-alias=[email protected],[email protected]
    mailuserstatus=active
    uid2=test.3 mail=[email protected]
    email-alias=[email protected],[email protected]
    mailuserstatus=deleted
    If 3test sends a mail to 3test we get:
    mboxutil -l |grep test
    0 0 none ... user/3test/INBOX
    1 0 date ..... user/test.3/INBOX
    This is not what we expect. How is that possible?

  • Trying to get lighttpd to upload a file through perl cgi

    Hi, I'm quite new in these things, so I might be doing something obvious wrong, but I'd like some help on this.
    I'm trying to make a webpage where people can upload files, this is the html page (located at /srv/html/index.html):
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>lighttpd Test Page</title>
    </head>
    <body>
    <div style="text-align:center; font: 12px sans-serif;">
    <span style="font-weight: bold; font-size: 20px;">
    Arch Linux
    </span>
    <br><br>
    This is a test page for the lighttpd Web Server.<br>
    <form action="/cgi-bin/upload.pl" method="post" enctype="multipart/form-data">
    <input type="file" name="fileName" size="40">
    <input type="submit" value="Send">
    <input type="reset">
    </form>
    </div>
    </body>
    </html>
    And the backend (in /srv/html/cgi-bin/upload.pl):
    #!/usr/bin/perl -wT
    use strict;
    use CGI;
    use CGI::Carp qw ( fatalsToBrowser );
    use File::Basename;
    $CGI::POST_MAX = 1024 * 1024 * 5000; # 5GB filesize limit
    my $safe_filename_characters = "a-zA-Z0-9_.-";
    my $upload_dir = "/srv/jail/";
    my $query = new CGI;
    my $filename = $query->param("fileName");
    if ( !$filename )
    print $query->header ( );
    print "There was a problem uploading your file (filesize limit may be exceeded).";
    exit;
    my ( $name, $path, $extension ) = fileparse ( $filename, '\..*' );
    $filename = $name . $extension;
    $filename =~ tr/ /_/;
    $filename =~ s/[^$safe_filename_characters]//g;
    if ( $filename =~ /^([$safe_filename_characters]+)$/ )
    $filename = $1;
    else
    die "Filename contains invalid characters";
    my $upload_filehandle = $query->upload("fileName");
    open ( UPLOADFILE, ">$upload_dir/$filename" ) or die "$!";
    binmode UPLOADFILE;
    while ( <$upload_filehandle> )
    print UPLOADFILE;
    close UPLOADFILE;
    print $query->header ( );
    print <<END_HTML;
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Done!</title>
    </head>
    <body>
    <p>Uploading done!</p>
    </body>
    </html>
    END_HTML
    My server config:
    # lighttpd configuration file
    # use it as a base for lighttpd 1.0.0 and above
    # $Id: lighttpd.conf,v 1.7 2004/11/03 22:26:05 weigon Exp $
    ############ Options you really have to take care of ####################
    ## modules to load
    # at least mod_access and mod_accesslog should be loaded
    # all other module should only be loaded if really neccesary
    # - saves some time
    # - saves memory
    server.modules = (
    # "mod_rewrite",
    # "mod_redirect",
    # "mod_alias",
    "mod_access",
    # "mod_cml",
    # "mod_trigger_b4_dl",
    # "mod_auth",
    # "mod_status",
    # "mod_setenv",
    # "mod_fastcgi",
    # "mod_proxy",
    # "mod_simple_vhost",
    # "mod_evhost",
    # "mod_userdir",
    "mod_cgi",
    # "mod_compress",
    # "mod_ssi",
    # "mod_usertrack",
    # "mod_expire",
    # "mod_secdownload",
    # "mod_rrdtool",
    "mod_accesslog" )
    ## a static document-root, for virtual-hosting take look at the
    ## server.virtual-* options
    server.document-root = "/srv/http/"
    ## where to send error-messages to
    server.errorlog = "/var/log/lighttpd/error.log"
    # files to check for if .../ is requested
    index-file.names = ( "index.php", "index.html",
    "index.htm", "default.htm" )
    ## set the event-handler (read the performance section in the manual)
    # server.event-handler = "freebsd-kqueue" # needed on OS X
    # mimetype mapping
    mimetype.assign = (
    ".pdf" => "application/pdf",
    ".sig" => "application/pgp-signature",
    ".spl" => "application/futuresplash",
    ".class" => "application/octet-stream",
    ".ps" => "application/postscript",
    ".torrent" => "application/x-bittorrent",
    ".dvi" => "application/x-dvi",
    ".gz" => "application/x-gzip",
    ".pac" => "application/x-ns-proxy-autoconfig",
    ".swf" => "application/x-shockwave-flash",
    ".tar.gz" => "application/x-tgz",
    ".tgz" => "application/x-tgz",
    ".tar" => "application/x-tar",
    ".zip" => "application/zip",
    ".mp3" => "audio/mpeg",
    ".m3u" => "audio/x-mpegurl",
    ".wma" => "audio/x-ms-wma",
    ".wax" => "audio/x-ms-wax",
    ".ogg" => "application/ogg",
    ".wav" => "audio/x-wav",
    ".gif" => "image/gif",
    ".jar" => "application/x-java-archive",
    ".jpg" => "image/jpeg",
    ".jpeg" => "image/jpeg",
    ".png" => "image/png",
    ".xbm" => "image/x-xbitmap",
    ".xpm" => "image/x-xpixmap",
    ".xwd" => "image/x-xwindowdump",
    ".css" => "text/css",
    ".html" => "text/html",
    ".htm" => "text/html",
    ".js" => "text/javascript",
    ".asc" => "text/plain",
    ".c" => "text/plain",
    ".cpp" => "text/plain",
    ".log" => "text/plain",
    ".conf" => "text/plain",
    ".text" => "text/plain",
    ".txt" => "text/plain",
    ".dtd" => "text/xml",
    ".xml" => "text/xml",
    ".mpeg" => "video/mpeg",
    ".mpg" => "video/mpeg",
    ".mov" => "video/quicktime",
    ".qt" => "video/quicktime",
    ".avi" => "video/x-msvideo",
    ".asf" => "video/x-ms-asf",
    ".asx" => "video/x-ms-asf",
    ".wmv" => "video/x-ms-wmv",
    ".bz2" => "application/x-bzip",
    ".tbz" => "application/x-bzip-compressed-tar",
    ".tar.bz2" => "application/x-bzip-compressed-tar",
    # default mime type
    "" => "application/octet-stream",
    # Use the "Content-Type" extended attribute to obtain mime type if possible
    #mimetype.use-xattr = "enable"
    ## send a different Server: header
    ## be nice and keep it at lighttpd
    # server.tag = "lighttpd"
    #### accesslog module
    accesslog.filename = "/var/log/lighttpd/access.log"
    ## deny access the file-extensions
    # ~ is for backupfiles from vi, emacs, joe, ...
    # .inc is often used for code includes which should in general not be part
    # of the document-root
    url.access-deny = ( "~", ".inc" )
    $HTTP["url"] =~ "\.pdf$" {
    server.range-requests = "disable"
    # which extensions should not be handle via static-file transfer
    # .php, .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi
    static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
    ######### Options that are good to be but not neccesary to be changed #######
    ## bind to port (default: 80)
    server.port = ###
    ## bind to localhost (default: all interfaces)
    #server.bind = "127.0.0.1"
    ## error-handler for status 404
    #server.error-handler-404 = "/error-handler.html"
    #server.error-handler-404 = "/error-handler.php"
    ## to help the rc.scripts
    server.pid-file = "/var/run/lighttpd/lighttpd.pid"
    ###### virtual hosts
    ## If you want name-based virtual hosting add the next three settings and load
    ## mod_simple_vhost
    ## document-root =
    ## virtual-server-root + virtual-server-default-host + virtual-server-docroot
    ## or
    ## virtual-server-root + http-host + virtual-server-docroot
    #simple-vhost.server-root = "/srv/http/vhosts/"
    #simple-vhost.default-host = "www.example.org"
    #simple-vhost.document-root = "/htdocs/"
    ## Format: <errorfile-prefix><status-code>.html
    ## -> ..../status-404.html for 'File not found'
    #server.errorfile-prefix = "/usr/share/lighttpd/errors/status-"
    #server.errorfile-prefix = "/srv/http/errors/status-"
    ## virtual directory listings
    #dir-listing.activate = "enable"
    ## enable debugging
    #debug.log-request-header = "enable"
    #debug.log-response-header = "enable"
    #debug.log-request-handling = "enable"
    #debug.log-file-not-found = "enable"
    ### only root can use these options
    # chroot() to directory (default: no chroot() )
    #server.chroot = "/"
    ## change uid to <uid> (default: don't care)
    server.username = "http"
    ## change uid to <uid> (default: don't care)
    server.groupname = "http"
    #### compress module
    #compress.cache-dir = "/var/cache/lighttpd/compress/"
    #compress.filetype = ("text/plain", "text/html")
    #### proxy module
    ## read proxy.txt for more info
    #proxy.server = ( ".php" =>
    # ( "localhost" =>
    # "host" => "192.168.0.101",
    # "port" => 80
    #### fastcgi module
    ## read fastcgi.txt for more info
    ## for PHP don't forget to set cgi.fix_pathinfo = 1 in the php.ini
    #fastcgi.server = ( ".php" =>
    # ( "localhost" =>
    # "socket" => "/var/run/lighttpd/php-fastcgi.socket",
    # "bin-path" => "/usr/bin/php-cgi"
    #### CGI module
    cgi.assign = ( ".pl" => "/usr/bin/perl",
    ".cgi" => "/usr/bin/perl" )
    #### SSL engine
    #$SERVER["socket"] == "0.0.0.0:443" {
    ssl.engine = "enable"
    ssl.pemfile = "/etc/ssl/private/lighttpd.pem"
    # server.errorlog = "/var/log/lighttpd/error-ssl.log"
    # accesslog.filename = "/var/log/lighttpd/access-ssl.log"
    # server.document-root = "/home/lighttpd/html-ssl"
    #### status module
    #status.status-url = "/server-status"
    #status.config-url = "/server-config"
    #### auth module
    ## read authentication.txt for more info
    #auth.backend = "plain"
    #auth.backend.plain.userfile = "lighttpd.user"
    #auth.backend.plain.groupfile = "lighttpd.group"
    #auth.backend.ldap.hostname = "localhost"
    #auth.backend.ldap.base-dn = "dc=my-domain,dc=com"
    #auth.backend.ldap.filter = "(uid=$)"
    #auth.require = ( "/server-status" =>
    # "method" => "digest",
    # "realm" => "download archiv",
    # "require" => "user=jan"
    # "/server-config" =>
    # "method" => "digest",
    # "realm" => "download archiv",
    # "require" => "valid-user"
    #### url handling modules (rewrite, redirect, access)
    #url.rewrite = ( "^/$" => "/server-status" )
    #url.redirect = ( "^/wishlist/(.+)" => "http://www.123.org/$1" )
    #### both rewrite/redirect support back reference to regex conditional using %n
    #$HTTP["host"] =~ "^www\.(.*)" {
    # url.redirect = ( "^/(.*)" => "http://%1/$1" )
    # define a pattern for the host url finding
    # %% => % sign
    # %0 => domain name + tld
    # %1 => tld
    # %2 => domain name without tld
    # %3 => subdomain 1 name
    # %4 => subdomain 2 name
    #evhost.path-pattern = "/srv/http/vhosts/%3/htdocs/"
    #### expire module
    #expire.url = ( "/buggy/" => "access 2 hours", "/asdhas/" => "access plus 1 seconds 2 minutes")
    #### ssi
    #ssi.extension = ( ".shtml" )
    #### rrdtool
    #rrdtool.binary = "/usr/bin/rrdtool"
    #rrdtool.db-name = "/var/lib/lighttpd/lighttpd.rrd"
    #### setenv
    #setenv.add-request-header = ( "TRAV_ENV" => "mysql://user@host/db" )
    #setenv.add-response-header = ( "X-Secret-Message" => "42" )
    ## for mod_trigger_b4_dl
    # trigger-before-download.gdbm-filename = "/var/lib/lighttpd/trigger.db"
    # trigger-before-download.memcache-hosts = ( "127.0.0.1:11211" )
    # trigger-before-download.trigger-url = "^/trigger/"
    # trigger-before-download.download-url = "^/download/"
    # trigger-before-download.deny-url = "http://127.0.0.1/index.html"
    # trigger-before-download.trigger-timeout = 10
    ## for mod_cml
    ## don't forget to add index.cml to server.indexfiles
    # cml.extension = ".cml"
    # cml.memcache-hosts = ( "127.0.0.1:11211" )
    #### variable usage:
    ## variable name without "." is auto prefixed by "var." and becomes "var.bar"
    #bar = 1
    #var.mystring = "foo"
    ## integer add
    #bar += 1
    ## string concat, with integer cast as string, result: "www.foo1.com"
    #server.name = "www." + mystring + var.bar + ".com"
    ## array merge
    #index-file.names = (foo + ".php") + index-file.names
    #index-file.names += (foo + ".php")
    #### include
    #include /etc/lighttpd/lighttpd-inc.conf
    ## same as above if you run: "lighttpd -f /etc/lighttpd/lighttpd.conf"
    #include "lighttpd-inc.conf"
    #### include_shell
    #include_shell "echo var.a=1"
    ## the above is same as:
    #var.a=1
    The site is running over https with a self signed ssl-cert, if that matters. If I try to upload a file, the browser just quickly reloades the page, the filename still in the input field. The file isn't uploaded and the page that the script should display when completed doesn't show neither.
    Does anyone know how to troubleshoot this? I'm not getting any errors, it just doesn't work..

    I haven't used Websphere before so I can't say much about that. Try putting <%@ page language="Java" %> at the top of your jsp page.
    Try putting your java files into a package and see if that helps. I read somewhere that Tomcat once had issues with running classes that weren't in a package. Make sure to put the package statement at the top of your Java files if you do.
    Websphere says it caught an unhandled exception. Instead of having your method throw and Exception put your code in a try-catch block and then print a stack trace to see if it says anything when it trys to read and write data.
    Try{
        PrintWriter pw = new PrintWriter(new BufferedWriter(new FileWriter("doUpload.txt")));
        ServletInputStream in = request.getInputStream();
        int a=0;
        a=in.read();
        while (a!= -1){
            pw.print((char) a);
            a=in.read();
        pw.close();
    }catch(Exception e){
      e.printStackTrace();
    }Sorry I can't really give you more help.
    -S-

  • [Solved] Help me, please with D-Link DWA-125

    Hi everybody!
    Firstly, sorry for my english. I'm from Russia .
    Recently i bought D-Link DWA-125 and Prestigio MultiPad 9.7 Pro. I want to make D-Link DWA-125 work like access point.
    lsusb | grep -i wireless
    Bus 002 Device 002: ID 2001:3c19 D-Link Corp. DWA-125 Wireless N 150 Adapter(rev.A3) [Ralink RT5370]
    What i tried to do:
    1)
    netcfg up bridge
    :: bridge up [DONE]
    My /etc/network.d/bridge:
    cat /etc/network.d/bridge
    INTERFACE="br0"
    CONNECTION="bridge"
    DESCRIPTION="Bridge connection"
    BRIDGE_INTERFACES="eth0"
    #POST_UP="ifconfig br0 inet 192.168.0.1 netmask 255.255.255.0 up"
    IP="dhcp"
    #ADDR='192.168.0.1'
    #GATEWAY='192.168.0.0'
    #DNS=('192.168.0.1')
    ## sets forward delay time
    #FWD_DELAY=0
    ## sets max age of hello message
    #MAX_AGE=10
    2)
    /etc/rc.d/hostapd start
    :: Starting hostapd [DONE]
    My /etc/hostapd/hostapd.conf:
    cat /etc/hostapd/hostapd.conf
    #wireless interface to use as AP
    interface=wlan0
    #bridge device (needed for madwifi & nl80211 drivers)
    bridge=br0
    #driver interface type (hostapd/wired/madwifi/prism54/test/none/nl80211/bsd)
    # Use nl80211 for wifi drivers that implement MAC80211 interface
    #You should set this to your relevant driver interface type
    driver=nl80211
    #Enables logging to standard output (useful for debugging)
    logger_stdout=-1
    logger_stdout_level=2
    #Set SSID to use
    ssid=MS_WiFi_AP
    # Operation mode (a = IEEE 802.11a, b = IEEE 802.11b, g = IEEE 802.11g)
    # note your card may not support every mode.
    hw_mode=g
    #Channel to use (1-13)
    channel=1
    # IEEE 802.11 specifies two authentication algorithms. hostapd can be
    # configured to allow both of these or only one. Open system authentication
    # should be used with IEEE 802.1X.
    # Bit fields of allowed authentication algorithms:
    # bit 0 = Open System Authentication
    # bit 1 = Shared Key Authentication (requires WEP)
    auth_algs=3
    #maximum number of stations (clients connecting to AP) allowed
    # Maximum number of stations allowed in station table. New stations will be
    # rejected after the station table is full. IEEE 802.11 has a limit of 2007
    # different association IDs, so this number should not be larger than that.
    max_num_sta=5
    #Enable WPA2
    # This field is a bit field that can be used to enable WPA (IEEE 802.11i/D3.0)
    # and/or WPA2 (full IEEE 802.11i/RSN):
    # bit0 = WPA
    # bit1 = IEEE 802.11i/RSN (WPA2) (dot11RSNAEnabled)
    wpa=1
    #Set passphrase for WPA
    wpa_passphrase=my_password
    wpa_key_mgmt=WPA-PSK
    # Set of accepted cipher suites (encryption algorithms) for pairwise keys
    # (unicast packets). This is a space separated list of algorithms:
    # CCMP = AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0]
    # TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
    # Group cipher suite (encryption algorithm for broadcast and multicast frames)
    # is automatically selected based on this configuration. If only CCMP is
    # allowed as the pairwise cipher, group cipher will also be CCMP. Otherwise,
    # TKIP will be used as the group cipher.
    # (dot11RSNAConfigPairwiseCiphersTable)
    # Pairwise cipher for WPA (v1) (default: TKIP)
    wpa_pairwise=TKIP CCMP
    # Pairwise cipher for RSN/WPA2 (default: use wpa_pairwise value)
    rsn_pairwise=CCMP
    3)
    /etc/rc.d/dnsmasq start
    :: Starting DNS/DHCP daemon [DONE]
    My /etc/dnsmasq.conf:
    cat /etc/dnsmasq.conf
    # Configuration file for dnsmasq.
    # Format is one option per line, legal options are the same
    # as the long options legal on the command line. See
    # "/usr/sbin/dnsmasq --help" or "man 8 dnsmasq" for details.
    # Listen on this specific port instead of the standard DNS port
    # (53). Setting this to zero completely disables DNS function,
    # leaving only DHCP and/or TFTP.
    #port=5353
    # The following two options make you a better netizen, since they
    # tell dnsmasq to filter out queries which the public DNS cannot
    # answer, and which load the servers (especially the root servers)
    # unnecessarily. If you have a dial-on-demand link they also stop
    # these requests from bringing up the link unnecessarily.
    # Never forward plain names (without a dot or domain part)
    domain-needed
    # Never forward addresses in the non-routed address spaces.
    bogus-priv
    # Uncomment this to filter useless windows-originated DNS requests
    # which can trigger dial-on-demand links needlessly.
    # Note that (amongst other things) this blocks all SRV requests,
    # so don't use it if you use eg Kerberos, SIP, XMMP or Google-talk.
    # This option only affects forwarding, SRV records originating for
    # dnsmasq (via srv-host= lines) are not suppressed by it.
    #filterwin2k
    # Change this line if you want dns to get its upstream servers from
    # somewhere other that /etc/resolv.conf
    #resolv-file=
    # By default, dnsmasq will send queries to any of the upstream
    # servers it knows about and tries to favour servers to are known
    # to be up. Uncommenting this forces dnsmasq to try each query
    # with each server strictly in the order they appear in
    # /etc/resolv.conf
    #strict-order
    # If you don't want dnsmasq to read /etc/resolv.conf or any other
    # file, getting its servers from this file instead (see below), then
    # uncomment this.
    #no-resolv
    # If you don't want dnsmasq to poll /etc/resolv.conf or other resolv
    # files for changes and re-read them then uncomment this.
    #no-poll
    # Add other name servers here, with domain specs if they are for
    # non-public domains.
    #server=/localnet/192.168.0.1
    # Example of routing PTR queries to nameservers: this will send all
    # address->name queries for 192.168.3/24 to nameserver 10.1.2.3
    #server=/3.168.192.in-addr.arpa/10.1.2.3
    # Add local-only domains here, queries in these domains are answered
    # from /etc/hosts or DHCP only.
    #local=/localnet/
    # Add domains which you want to force to an IP address here.
    # The example below send any host in double-click.net to a local
    # web-server.
    #address=/double-click.net/127.0.0.1
    # --address (and --server) work with IPv6 addresses too.
    #address=/www.thekelleys.org.uk/fe80::20d:60ff:fe36:f83
    # You can control how dnsmasq talks to a server: this forces
    # queries to 10.1.2.3 to be routed via eth1
    # server=10.1.2.3@eth1
    # and this sets the source (ie local) address used to talk to
    # 10.1.2.3 to 192.168.1.1 port 55 (there must be a interface with that
    # IP on the machine, obviously).
    # [email protected]#55
    # If you want dnsmasq to change uid and gid to something other
    # than the default, edit the following lines.
    user=arch
    #group=
    # If you want dnsmasq to listen for DHCP and DNS requests only on
    # specified interfaces (and the loopback) give the name of the
    # interface (eg eth0) here.
    # Repeat the line for more than one interface.
    interface=br0
    # Or you can specify which interface _not_ to listen on
    #except-interface=
    # Or which to listen on by address (remember to include 127.0.0.1 if
    # you use this.)
    #listen-address=
    # If you want dnsmasq to provide only DNS service on an interface,
    # configure it as shown above, and then use the following line to
    # disable DHCP and TFTP on it.
    #no-dhcp-interface=
    # On systems which support it, dnsmasq binds the wildcard address,
    # even when it is listening on only some interfaces. It then discards
    # requests that it shouldn't reply to. This has the advantage of
    # working even when interfaces come and go and change address. If you
    # want dnsmasq to really bind only the interfaces it is listening on,
    # uncomment this option. About the only time you may need this is when
    # running another nameserver on the same machine.
    bind-interfaces
    # If you don't want dnsmasq to read /etc/hosts, uncomment the
    # following line.
    #no-hosts
    # or if you want it to read another file, as well as /etc/hosts, use
    # this.
    #addn-hosts=/etc/banner_add_hosts
    # Set this (and domain: see below) if you want to have a domain
    # automatically added to simple names in a hosts-file.
    #expand-hosts
    # Set the domain for dnsmasq. this is optional, but if it is set, it
    # does the following things.
    # 1) Allows DHCP hosts to have fully qualified domain names, as long
    # as the domain part matches this setting.
    # 2) Sets the "domain" DHCP option thereby potentially setting the
    # domain of all systems configured by DHCP
    # 3) Provides the domain part for "expand-hosts"
    domain=local
    #domain=thekelleys.org.uk
    # Set a different domain for a particular subnet
    #domain=wireless.thekelleys.org.uk,192.168.2.0/24
    # Same idea, but range rather then subnet
    #domain=reserved.thekelleys.org.uk,192.68.3.100,192.168.3.200
    # Uncomment this to enable the integrated DHCP server, you need
    # to supply the range of addresses available for lease and optionally
    # a lease time. If you have more than one network, you will need to
    # repeat this for each network on which you want to supply DHCP
    # service.
    #dhcp-range=192.168.0.50,192.168.0.150,12h
    #dhcp-range=192.168.0.10,192.168.0.255,12h
    # This is an example of a DHCP range where the netmask is given. This
    # is needed for networks we reach the dnsmasq DHCP server via a relay
    # agent. If you don't know what a DHCP relay agent is, you probably
    # don't need to worry about this.
    #dhcp-range=192.168.0.50,192.168.0.150,255.255.255.0,12h
    dhcp-range=10.70.100.50,10.70.100.150,255.255.255.0,24h
    # This is an example of a DHCP range which sets a tag, so that
    # some DHCP options may be set only for this network.
    #dhcp-range=set:red,192.168.0.50,192.168.0.150
    # Use this DHCP range only when the tag "green" is set.
    #dhcp-range=tag:green,192.168.0.50,192.168.0.150,12h
    # Specify a subnet which can't be used for dynamic address allocation,
    # is available for hosts with matching --dhcp-host lines. Note that
    # dhcp-host declarations will be ignored unless there is a dhcp-range
    # of some type for the subnet in question.
    # In this case the netmask is implied (it comes from the network
    # configuration on the machine running dnsmasq) it is possible to give
    # an explicit netmask instead.
    #dhcp-range=192.168.0.5,static
    # Enable DHCPv6. Note that the prefix-length does not need to be specified
    # and defaults to 64 if missing/
    #dhcp-range=1234::2, 1234::500, 64, 12h
    # Do Router Advertisements, BUT NOT DHCP for this subnet.
    #dhcp-range=1234::, ra-only
    # Do Router Advertisements, BUT NOT DHCP for this subnet, also try and
    # add names to the DNS for the IPv6 address of SLAAC-configured dual-stack
    # hosts. Use the DHCPv4 lease to derive the name, network segment and
    # MAC address and assume that the host will also have an
    # IPv6 address calculated using the SLAAC alogrithm.
    #dhcp-range=1234::, ra-names
    # Do Router Advertisements, BUT NOT DHCP for this subnet.
    # Set the lifetime to 46 hours. (Note: minimum lifetime is 2 hours.)
    #dhcp-range=1234::, ra-only, 48h
    # Do DHCP and Router Advertisements for this subnet. Set the A bit in the RA
    # so that clients can use SLAAC addresses as well as DHCP ones.
    #dhcp-range=1234::2, 1234::500, slaac
    # Do Router Advertisements and stateless DHCP for this subnet. Clients will
    # not get addresses from DHCP, but they will get other configuration information.
    # They will use SLAAC for addresses.
    #dhcp-range=1234::, ra-stateless
    # Do stateless DHCP, SLAAC, and generate DNS names for SLAAC addresses
    # from DHCPv4 leases.
    #dhcp-range=1234::, ra-stateless, ra-names
    # Do router advertisements for all subnets where we're doing DHCPv6
    # Unless overriden by ra-stateless, ra-names, et al, the router
    # advertisements will have the M and O bits set, so that the clients
    # get addresses and configuration from DHCPv6, and the A bit reset, so the
    # clients don't use SLAAC addresses.
    #enable-ra
    # Supply parameters for specified hosts using DHCP. There are lots
    # of valid alternatives, so we will give examples of each. Note that
    # IP addresses DO NOT have to be in the range given above, they just
    # need to be on the same network. The order of the parameters in these
    # do not matter, it's permissible to give name, address and MAC in any
    # order.
    # Always allocate the host with Ethernet address 11:22:33:44:55:66
    # The IP address 192.168.0.60
    #dhcp-host=11:22:33:44:55:66,192.168.0.60
    # Always set the name of the host with hardware address
    # 11:22:33:44:55:66 to be "fred"
    #dhcp-host=11:22:33:44:55:66,fred
    # Always give the host with Ethernet address 11:22:33:44:55:66
    # the name fred and IP address 192.168.0.60 and lease time 45 minutes
    #dhcp-host=11:22:33:44:55:66,fred,192.168.0.60,45m
    # Give a host with Ethernet address 11:22:33:44:55:66 or
    # 12:34:56:78:90:12 the IP address 192.168.0.60. Dnsmasq will assume
    # that these two Ethernet interfaces will never be in use at the same
    # time, and give the IP address to the second, even if it is already
    # in use by the first. Useful for laptops with wired and wireless
    # addresses.
    #dhcp-host=11:22:33:44:55:66,12:34:56:78:90:12,192.168.0.60
    # Give the machine which says its name is "bert" IP address
    # 192.168.0.70 and an infinite lease
    #dhcp-host=bert,192.168.0.70,infinite
    # Always give the host with client identifier 01:02:02:04
    # the IP address 192.168.0.60
    #dhcp-host=id:01:02:02:04,192.168.0.60
    # Always give the host with client identifier "marjorie"
    # the IP address 192.168.0.60
    #dhcp-host=id:marjorie,192.168.0.60
    # Enable the address given for "judge" in /etc/hosts
    # to be given to a machine presenting the name "judge" when
    # it asks for a DHCP lease.
    #dhcp-host=judge
    # Never offer DHCP service to a machine whose Ethernet
    # address is 11:22:33:44:55:66
    #dhcp-host=11:22:33:44:55:66,ignore
    # Ignore any client-id presented by the machine with Ethernet
    # address 11:22:33:44:55:66. This is useful to prevent a machine
    # being treated differently when running under different OS's or
    # between PXE boot and OS boot.
    #dhcp-host=11:22:33:44:55:66,id:*
    # Send extra options which are tagged as "red" to
    # the machine with Ethernet address 11:22:33:44:55:66
    #dhcp-host=11:22:33:44:55:66,set:red
    # Send extra options which are tagged as "red" to
    # any machine with Ethernet address starting 11:22:33:
    #dhcp-host=11:22:33:*:*:*,set:red
    # Give a fixed IPv6 address and name to client with
    # DUID 00:01:00:01:16:d2:83:fc:92:d4:19:e2:d8:b2
    # Note the MAC addresses CANNOT be used to identify DHCPv6 clients.
    # Note also the they [] around the IPv6 address are obilgatory.
    #dhcp-host=id:00:01:00:01:16:d2:83:fc:92:d4:19:e2:d8:b2, fred, [1234::5]
    # Ignore any clients which are not specified in dhcp-host lines
    # or /etc/ethers. Equivalent to ISC "deny unknown-clients".
    # This relies on the special "known" tag which is set when
    # a host is matched.
    #dhcp-ignore=tag:!known
    # Send extra options which are tagged as "red" to any machine whose
    # DHCP vendorclass string includes the substring "Linux"
    #dhcp-vendorclass=set:red,Linux
    # Send extra options which are tagged as "red" to any machine one
    # of whose DHCP userclass strings includes the substring "accounts"
    #dhcp-userclass=set:red,accounts
    # Send extra options which are tagged as "red" to any machine whose
    # MAC address matches the pattern.
    #dhcp-mac=set:red,00:60:8C:*:*:*
    # If this line is uncommented, dnsmasq will read /etc/ethers and act
    # on the ethernet-address/IP pairs found there just as if they had
    # been given as --dhcp-host options. Useful if you keep
    # MAC-address/host mappings there for other purposes.
    #read-ethers
    # Send options to hosts which ask for a DHCP lease.
    # See RFC 2132 for details of available options.
    # Common options can be given to dnsmasq by name:
    # run "dnsmasq --help dhcp" to get a list.
    # Note that all the common settings, such as netmask and
    # broadcast address, DNS server and default route, are given
    # sane defaults by dnsmasq. You very likely will not need
    # any dhcp-options. If you use Windows clients and Samba, there
    # are some options which are recommended, they are detailed at the
    # end of this section.
    # Override the default route supplied by dnsmasq, which assumes the
    # router is the same machine as the one running dnsmasq.
    #dhcp-option=3,1.2.3.4
    # Do the same thing, but using the option name
    #dhcp-option=option:router,1.2.3.4
    # Override the default route supplied by dnsmasq and send no default
    # route at all. Note that this only works for the options sent by
    # default (1, 3, 6, 12, 28) the same line will send a zero-length option
    # for all other option numbers.
    #dhcp-option=3
    # Set the NTP time server addresses to 192.168.0.4 and 10.10.0.5
    #dhcp-option=option:ntp-server,192.168.0.4,10.10.0.5
    # Send DHCPv6 option. Note [] around IPv6 addresses.
    #dhcp-option=option6:dns-server,[1234::77],[1234::88]
    # Send DHCPv6 option for namservers as the machine running
    # dnsmasq and another.
    #dhcp-option=option6:dns-server,[::],[1234::88]
    # Set the NTP time server address to be the same machine as
    # is running dnsmasq
    #dhcp-option=42,0.0.0.0
    # Set the NIS domain name to "welly"
    #dhcp-option=40,welly
    # Set the default time-to-live to 50
    #dhcp-option=23,50
    # Set the "all subnets are local" flag
    #dhcp-option=27,1
    # Send the etherboot magic flag and then etherboot options (a string).
    #dhcp-option=128,e4:45:74:68:00:00
    #dhcp-option=129,NIC=eepro100
    # Specify an option which will only be sent to the "red" network
    # (see dhcp-range for the declaration of the "red" network)
    # Note that the tag: part must precede the option: part.
    #dhcp-option = tag:red, option:ntp-server, 192.168.1.1
    # The following DHCP options set up dnsmasq in the same way as is specified
    # for the ISC dhcpcd in
    # http://www.samba.org/samba/ftp/docs/textdocs/DHCP-Server-Configuration.txt
    # adapted for a typical dnsmasq installation where the host running
    # dnsmasq is also the host running samba.
    # you may want to uncomment some or all of them if you use
    # Windows clients and Samba.
    #dhcp-option=19,0 # option ip-forwarding off
    #dhcp-option=44,0.0.0.0 # set netbios-over-TCP/IP nameserver(s) aka WINS server(s)
    #dhcp-option=45,0.0.0.0 # netbios datagram distribution server
    #dhcp-option=46,8 # netbios node type
    # Send an empty WPAD option. This may be REQUIRED to get windows 7 to behave.
    #dhcp-option=252,"\n"
    # Send RFC-3397 DNS domain search DHCP option. WARNING: Your DHCP client
    # probably doesn't support this......
    #dhcp-option=option:domain-search,eng.apple.com,marketing.apple.com
    # Send RFC-3442 classless static routes (note the netmask encoding)
    #dhcp-option=121,192.168.1.0/24,1.2.3.4,10.0.0.0/8,5.6.7.8
    # Send vendor-class specific options encapsulated in DHCP option 43.
    # The meaning of the options is defined by the vendor-class so
    # options are sent only when the client supplied vendor class
    # matches the class given here. (A substring match is OK, so "MSFT"
    # matches "MSFT" and "MSFT 5.0"). This example sets the
    # mtftp address to 0.0.0.0 for PXEClients.
    #dhcp-option=vendor:PXEClient,1,0.0.0.0
    # Send microsoft-specific option to tell windows to release the DHCP lease
    # when it shuts down. Note the "i" flag, to tell dnsmasq to send the
    # value as a four-byte integer - that's what microsoft wants. See
    # http://technet2.microsoft.com/WindowsServer/en/library/a70f1bb7-d2d4-49f0-96d6-4b7414ecfaae1033.mspx?mfr=true
    #dhcp-option=vendor:MSFT,2,1i
    # Send the Encapsulated-vendor-class ID needed by some configurations of
    # Etherboot to allow is to recognise the DHCP server.
    #dhcp-option=vendor:Etherboot,60,"Etherboot"
    # Send options to PXELinux. Note that we need to send the options even
    # though they don't appear in the parameter request list, so we need
    # to use dhcp-option-force here.
    # See http://syslinux.zytor.com/pxe.php#special for details.
    # Magic number - needed before anything else is recognised
    #dhcp-option-force=208,f1:00:74:7e
    # Configuration file name
    #dhcp-option-force=209,configs/common
    # Path prefix
    #dhcp-option-force=210,/tftpboot/pxelinux/files/
    # Reboot time. (Note 'i' to send 32-bit value)
    #dhcp-option-force=211,30i
    # Set the boot filename for netboot/PXE. You will only need
    # this is you want to boot machines over the network and you will need
    # a TFTP server; either dnsmasq's built in TFTP server or an
    # external one. (See below for how to enable the TFTP server.)
    #dhcp-boot=pxelinux.0
    # The same as above, but use custom tftp-server instead machine running dnsmasq
    #dhcp-boot=pxelinux,server.name,192.168.1.100
    # Boot for Etherboot gPXE. The idea is to send two different
    # filenames, the first loads gPXE, and the second tells gPXE what to
    # load. The dhcp-match sets the gpxe tag for requests from gPXE.
    #dhcp-match=set:gpxe,175 # gPXE sends a 175 option.
    #dhcp-boot=tag:!gpxe,undionly.kpxe
    #dhcp-boot=mybootimage
    # Encapsulated options for Etherboot gPXE. All the options are
    # encapsulated within option 175
    #dhcp-option=encap:175, 1, 5b # priority code
    #dhcp-option=encap:175, 176, 1b # no-proxydhcp
    #dhcp-option=encap:175, 177, string # bus-id
    #dhcp-option=encap:175, 189, 1b # BIOS drive code
    #dhcp-option=encap:175, 190, user # iSCSI username
    #dhcp-option=encap:175, 191, pass # iSCSI password
    # Test for the architecture of a netboot client. PXE clients are
    # supposed to send their architecture as option 93. (See RFC 4578)
    #dhcp-match=peecees, option:client-arch, 0 #x86-32
    #dhcp-match=itanics, option:client-arch, 2 #IA64
    #dhcp-match=hammers, option:client-arch, 6 #x86-64
    #dhcp-match=mactels, option:client-arch, 7 #EFI x86-64
    # Do real PXE, rather than just booting a single file, this is an
    # alternative to dhcp-boot.
    #pxe-prompt="What system shall I netboot?"
    # or with timeout before first available action is taken:
    #pxe-prompt="Press F8 for menu.", 60
    # Available boot services. for PXE.
    #pxe-service=x86PC, "Boot from local disk"
    # Loads <tftp-root>/pxelinux.0 from dnsmasq TFTP server.
    #pxe-service=x86PC, "Install Linux", pxelinux
    # Loads <tftp-root>/pxelinux.0 from TFTP server at 1.2.3.4.
    # Beware this fails on old PXE ROMS.
    #pxe-service=x86PC, "Install Linux", pxelinux, 1.2.3.4
    # Use bootserver on network, found my multicast or broadcast.
    #pxe-service=x86PC, "Install windows from RIS server", 1
    # Use bootserver at a known IP address.
    #pxe-service=x86PC, "Install windows from RIS server", 1, 1.2.3.4
    # If you have multicast-FTP available,
    # information for that can be passed in a similar way using options 1
    # to 5. See page 19 of
    # http://download.intel.com/design/archives/wfm/downloads/pxespec.pdf
    # Enable dnsmasq's built-in TFTP server
    #enable-tftp
    # Set the root directory for files available via FTP.
    #tftp-root=/var/ftpd
    # Make the TFTP server more secure: with this set, only files owned by
    # the user dnsmasq is running as will be send over the net.
    #tftp-secure
    # This option stops dnsmasq from negotiating a larger blocksize for TFTP
    # transfers. It will slow things down, but may rescue some broken TFTP
    # clients.
    #tftp-no-blocksize
    # Set the boot file name only when the "red" tag is set.
    #dhcp-boot=net:red,pxelinux.red-net
    # An example of dhcp-boot with an external TFTP server: the name and IP
    # address of the server are given after the filename.
    # Can fail with old PXE ROMS. Overridden by --pxe-service.
    #dhcp-boot=/var/ftpd/pxelinux.0,boothost,192.168.0.3
    # If there are multiple external tftp servers having a same name
    # (using /etc/hosts) then that name can be specified as the
    # tftp_servername (the third option to dhcp-boot) and in that
    # case dnsmasq resolves this name and returns the resultant IP
    # addresses in round robin fasion. This facility can be used to
    # load balance the tftp load among a set of servers.
    #dhcp-boot=/var/ftpd/pxelinux.0,boothost,tftp_server_name
    # Set the limit on DHCP leases, the default is 150
    #dhcp-lease-max=150
    # The DHCP server needs somewhere on disk to keep its lease database.
    # This defaults to a sane location, but if you want to change it, use
    # the line below.
    #dhcp-leasefile=/var/lib/misc/dnsmasq.leases
    # Set the DHCP server to authoritative mode. In this mode it will barge in
    # and take over the lease for any client which broadcasts on the network,
    # whether it has a record of the lease or not. This avoids long timeouts
    # when a machine wakes up on a new network. DO NOT enable this if there's
    # the slightest chance that you might end up accidentally configuring a DHCP
    # server for your campus/company accidentally. The ISC server uses
    # the same option, and this URL provides more information:
    # http://www.isc.org/files/auth.html
    #dhcp-authoritative
    # Run an executable when a DHCP lease is created or destroyed.
    # The arguments sent to the script are "add" or "del",
    # then the MAC address, the IP address and finally the hostname
    # if there is one.
    #dhcp-script=/bin/echo
    # Set the cachesize here.
    #cache-size=150
    # If you want to disable negative caching, uncomment this.
    #no-negcache
    # Normally responses which come form /etc/hosts and the DHCP lease
    # file have Time-To-Live set as zero, which conventionally means
    # do not cache further. If you are happy to trade lower load on the
    # server for potentially stale date, you can set a time-to-live (in
    # seconds) here.
    #local-ttl=
    # If you want dnsmasq to detect attempts by Verisign to send queries
    # to unregistered .com and .net hosts to its sitefinder service and
    # have dnsmasq instead return the correct NXDOMAIN response, uncomment
    # this line. You can add similar lines to do the same for other
    # registries which have implemented wildcard A records.
    #bogus-nxdomain=64.94.110.11
    # If you want to fix up DNS results from upstream servers, use the
    # alias option. This only works for IPv4.
    # This alias makes a result of 1.2.3.4 appear as 5.6.7.8
    #alias=1.2.3.4,5.6.7.8
    # and this maps 1.2.3.x to 5.6.7.x
    #alias=1.2.3.0,5.6.7.0,255.255.255.0
    # and this maps 192.168.0.10->192.168.0.40 to 10.0.0.10->10.0.0.40
    #alias=192.168.0.10-192.168.0.40,10.0.0.0,255.255.255.0
    # Change these lines if you want dnsmasq to serve MX records.
    # Return an MX record named "maildomain.com" with target
    # servermachine.com and preference 50
    #mx-host=maildomain.com,servermachine.com,50
    # Set the default target for MX records created using the localmx option.
    #mx-target=servermachine.com
    # Return an MX record pointing to the mx-target for all local
    # machines.
    #localmx
    # Return an MX record pointing to itself for all local machines.
    #selfmx
    # Change the following lines if you want dnsmasq to serve SRV
    # records. These are useful if you want to serve ldap requests for
    # Active Directory and other windows-originated DNS requests.
    # See RFC 2782.
    # You may add multiple srv-host lines.
    # The fields are <name>,<target>,<port>,<priority>,<weight>
    # If the domain part if missing from the name (so that is just has the
    # service and protocol sections) then the domain given by the domain=
    # config option is used. (Note that expand-hosts does not need to be
    # set for this to work.)
    # A SRV record sending LDAP for the example.com domain to
    # ldapserver.example.com port 389
    #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389
    # A SRV record sending LDAP for the example.com domain to
    # ldapserver.example.com port 389 (using domain=)
    #domain=example.com
    #srv-host=_ldap._tcp,ldapserver.example.com,389
    # Two SRV records for LDAP, each with different priorities
    #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389,1
    #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389,2
    # A SRV record indicating that there is no LDAP server for the domain
    # example.com
    #srv-host=_ldap._tcp.example.com
    # The following line shows how to make dnsmasq serve an arbitrary PTR
    # record. This is useful for DNS-SD. (Note that the
    # domain-name expansion done for SRV records _does_not
    # occur for PTR records.)
    #ptr-record=_http._tcp.dns-sd-services,"New Employee Page._http._tcp.dns-sd-services"
    # Change the following lines to enable dnsmasq to serve TXT records.
    # These are used for things like SPF and zeroconf. (Note that the
    # domain-name expansion done for SRV records _does_not
    # occur for TXT records.)
    #Example SPF.
    #txt-record=example.com,"v=spf1 a -all"
    #Example zeroconf
    #txt-record=_http._tcp.example.com,name=value,paper=A4
    # Provide an alias for a "local" DNS name. Note that this _only_ works
    # for targets which are names from DHCP or /etc/hosts. Give host
    # "bert" another name, bertrand
    #cname=bertand,bert
    # For debugging purposes, log each DNS query as it passes through
    # dnsmasq.
    #log-queries
    # Log lots of extra information about DHCP transactions.
    #log-dhcp
    # Include a another lot of configuration options.
    #conf-file=/etc/dnsmasq.more.conf
    #conf-dir=/etc/dnsmasq.d
    4)
    iptables -F
    iptables -t nat -F
    iptables -P INPUT DROP
    iptables -P OUTPUT ACCEPT
    iptables -P FORWARD ACCEPT
    iptables -A INPUT -i lo -j ACCEPT
    iptables -A INPUT -i br0 -j ACCEPT
    iptables -A INPUT -i wlan0 -j ACCEPT
    iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
    iptables -A INPUT -p 41 -j ACCEPT
    iptables -A INPUT -p icmp -j ACCEPT
    iptables -A FORWARD -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
    iptables -t nat -A POSTOUTING -o eth0 -j MASQUERADE
    rc.d save iptables
    /etc/rc.d/iptables start
    :: Starting IP Tables [DONE]
    In sum:
    ifconfig
    br0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 metric 1
    inet 10.70.100.161 netmask 255.255.0.0 broadcast 10.70.255.255
    inet6 fe80::92e6:baff:fe83:1f33 prefixlen 64 scopeid 0x20<link>
    ether 90:e6:ba:83:1f:33 txqueuelen 0 (Ethernet)
    RX packets 29337 bytes 8111048 (7.7 MiB)
    RX errors 0 dropped 1784 overruns 0 frame 0
    TX packets 5568 bytes 756908 (739.1 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    eth0: flags=4419<UP,BROADCAST,RUNNING,PROMISC,MULTICAST> mtu 1500 metric 1
    ether 90:e6:ba:83:1f:33 txqueuelen 1000 (Ethernet)
    RX packets 285252 bytes 323627813 (308.6 MiB)
    RX errors 0 dropped 37 overruns 0 frame 0
    TX packets 133067 bytes 10924478 (10.4 MiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436 metric 1
    inet 127.0.0.1 netmask 255.0.0.0
    inet6 ::1 prefixlen 128 scopeid 0x10<host>
    loop txqueuelen 0 (Local Loopback)
    RX packets 174 bytes 5542 (5.4 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 174 bytes 5542 (5.4 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    mon.wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 metric 1
    unspec CC-B2-55-00-B0-F6-00-00-00-00-00-00-00-00-00-00 txqueuelen 1000 (UNSPEC)
    RX packets 2 bytes 262 (262.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 0 bytes 0 (0.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 metric 1
    inet6 fe80::ceb2:55ff:fe00:b0f6 prefixlen 64 scopeid 0x20<link>
    ether cc:b2:55:00:b0:f6 txqueuelen 1000 (Ethernet)
    RX packets 0 bytes 0 (0.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 20653 bytes 2063361 (1.9 MiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    iwconfig
    br0 no wireless extensions.
    mon.wlan0 IEEE 802.11bgn Mode:Monitor Frequency:2.412 GHz Tx-Power=0 dBm
    Retry long limit:7 RTS thr:off Fragment thr:off
    Power Management:on
    eth0 no wireless extensions.
    lo no wireless extensions.
    wlan0 IEEE 802.11bgn Mode:Master Frequency:2.412 GHz Tx-Power=0 dBm
    Retry long limit:7 RTS thr:off Fragment thr:off
    Power Management:on
    In wifi settings MultiPad 9.7 Pro written "connected", but i can't open any web site (timed out).
    I don't know what's wrong.
    Thanks in advice.
    PS: my D-Link DWA-125 working in access point mode very well on Windows 7
    Last edited by 32reg (2012-08-12 10:07:47)

    1) I deleted bridge-utils, netcfg
    2) I edited /etc/hostapd/hostapd.conf:
    interface=wlan0
    #bridge=br0
    edited /etc/dnsmasq.conf:
    interface=wlan0
    dhcp-range=192.168.0.2,192.168.0.255,255.255.255.0,24h
    and edited /etc/rc.local:
    ifconfig wlan0 192.168.0.1 netmask 255.255.255.0
    ifconfig wlan0 up
    3) I added in autostart these daemons: hostapd, dnsmasq and iptables.
    Profit!

  • Adobe Download Assistant Will Not Recognize My Adobe ID

    I've been an Adobe customer / forum user since before ID's were tied to email addresses.  My product registrations going back to 1996 through CS 5.5 apps are recorded under that ID.  Since I have to change my email address every couple years to escape spammers, I do not want to change my Adobe ID (and go through the hassle of re-recording the record of registered apps) to a "fluid" ID like an email address.
    Automatic registration and now Adobe Download Assistant will not accept an Adobe ID that is not an email address, yet I can still use it to 'manually' register new / upgrade product purchases.  The problems this poses are two-fold:
    Since I can only manually register new / upgrade products, I cannot obtain any "registration bonus" downloads.
    I cannot download trial versions of apps I want to check out.
    Adobe needs to get its act together and tell its gen-X / Millenials / Kid Web and software development staff that not all Adobe IDs are email addresses, but might also be a unique user ID string.
    Further, due to an individual's email address volatitility (virtually everyone in my email address book had their email address change every 2- 3 years due to ISP demise, merger, personal relocation, job change etc.), Adobe should return to - or at least give precedence to - the model of UID / PW authentication instead of email address / PW authentication.  This would lower Adobe maintenance effort / cost for user accounts as one could simply sign in with UID + PW and change email address for the account as necessary.  As it is now, Adobe CANNOT deal with a user whose email address changes. 
    When Adobe changed from UID precedence to email precedence, I could not register Acrobat Pro (2007) during registration so I used my email address at that time to register the product.  When that email address ceased to exist, I tried to get Adobe to transfer that registration to my old [non-email address] Adobe ID, and, over several months of email exchanges, they ended up admitting they could not do it.  I could not make the change as the SN was already marked as used in there system so simply re-registering it to my existing account wouldn't work either.
    This has been an ongoing issue with "legacy" users since 2006 at least, and NEEDS TO BE RESOLVED ASAP!!!!
    Wayne M Cole AGCV CSCV, CLVI
    Proprietor
    IHP Legal Video Service
    Infinity Heart Producfions,
    Contributing Editor,
    Government Video Magazine

    There you go MISSING THE POINT AGAIN!! My Registered products WILL NOT FOLLOW MY UID IF I CHANGE IT, NEVER DID SINCE 2007.  Saying the will is false information which I alerted Adobe to back in 2007 and is a problem y'all never fixed.    
    Just a little over a week ago, I got I got LightRoom 4 ug from a LR 3 I had purchased in March.  Signing on with my legacy UID (non-email) allowed me ADD those registrations to my account, as I had cor CS 5.5, 4, 3, etc. etc.  Now, isn't it odd that the very day after I posted here, when I sign in to my account it shows NO REGISTERED PRODUCTS!!!  If I look at my order history, it has orders from Adobe store from last weeks CS6 MC purchase back to 2007 when I started buying from Adobe directly after the local brick and mortar resellers disappeared. 
    So I try to register CS6 MC, it tells me the SN is already in use.  I try open a PDF document and it tells me I have to first register and agree to the Acrobat Pro X license before I open a doc - and it was an UPGRADE FROM CS 5.5 MC.  I try to run CS 5.5 apps and they tell me I have to purchase a license since the trial period is over - HUH!  Until I posted here it was working FINE.  I go back to my acccount (non-email UID sign in) and check my profile - Lo and behold SOMEONE (not me) has changed the UID to an email address instead of the non-email UID I sign in with AND DELETED ALL MY PRODUCT REGISTRATIONS!
    Naturally, your software does not let me put it back to the same UID I use to sign on with so THE LINK TO ALL MY REGISTERED PRODUCTS IS GONE, I CANNOT REGISTER NEW ONES (which was no problem just a day or two before posting here) WHICH PROVES WHAT I WAS TOLD IN 2007 - WHEN YOU CHANGE UID'S YOUR LEGACY REGISTRATIONS WILL BE LOST!!!
    So, in summary you (Adobe at least, and I suspect you personally) went in and messed with my legacy account, deleting all my registrations, as I was told in 2007 would happen and advised to keep the old UID if I did not want to blow away those registrations, when I explicity did NOT want to make such changes.  And, should I need an SN for some upgrade offer or to install an update for an older product that I did not transition to the new facility, I have to HOPE that I had I can find the original purchase invoice and that there is a copy of the SN / Reg card attached to it.
    THANKS A PANT LOAD!!

  • Very slow startup on 2010 iMac

    Hi
    I have a medio 2010 iMac 27" and it's a great computer. Still very fast and plenty of power.
    From one day to another though, it started booting incredibly slow. Not that I'm sure, but I suspect to begin from right around the time I upgraded to Mavericks. The boot doesn't seem to get slow until it hits OSX (desktop view). But from here on it takes forever until I can start opening programs. Sure I can click the icons in the dock, but the program doesn't open til loooooong after. It never results in a crash... it just takes forever. I estimate the time from when I press the power button till I can start using the computer is around 10 minutes!!!
    Then when it's done with the long startup, it works perfectly. No delay or stall what so ever. Just as quick and powerful as ever.
    Of course I have tried many things already:
    unplugging all peripheral devices
    clean up in start-up items
    using CleanMyMac
    rebooting from "start disk" in system settings
    running controll/repair disk permitions and controll/repair disk from disk utilities
    resetting the PRAM (cmd+alt+P+R during boot)
    this solution as well: http://www.wired.com/gadgetlab/2013/10/mavericks-issues-and-fixes/#slideid-23467 1
    None of it seems to help. I have been encouraged to try to have someone look at my system startup log from the console to see if anything can be discovered from there. Can anyone help me with this? Or maybe someone has another idea for a solution?!
    The system startup log goes like this:
    Jan  2 12:08:01 localhost bootlog[0]: BOOT_TIME 1388660881 0
    Jan  2 12:08:11 localhost syslogd[19]: 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.
    Jan  2 12:08:11 localhost syslogd[19]: 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".
    Jan  2 12:08:11 localhost syslogd[19]: 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.
    Jan  2 12:08:11 localhost syslogd[19]: 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.
    Jan  2 12:08:11 localhost syslogd[19]: 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.
    Jan  2 12:08:11 localhost syslogd[19]: 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.
    Jan  2 12:08:11 localhost syslogd[19]: 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.
    Jan  2 12:08:11 localhost syslogd[19]: 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.
    Jan  2 12:08:11 localhost syslogd[19]: 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.
    Jan  2 12:08:11 localhost syslogd[19]: 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.
    Jan  2 12:08:11 localhost syslogd[19]: 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.
    Jan  2 12:08:25 --- last message repeated 6 times ---
    Jan  2 12:08:11 localhost kernel[0]: Longterm timer threshold: 1000 ms
    Jan  2 12:08:11 localhost kernel[0]: Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Jan  2 12:08:11 localhost kernel[0]: vm_page_bootstrap: 3973081 free pages and 188455 wired pages
    Jan  2 12:08:11 localhost kernel[0]: kext submap [0xffffff7f807a5000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a5000]
    Jan  2 12:08:11 localhost kernel[0]: zone leak detection enabled
    Jan  2 12:08:11 localhost kernel[0]: "vm_compressor_mode" is 4
    Jan  2 12:08:11 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Jan  2 12:08:11 localhost kernel[0]: standard background quantum is 2500 us
    Jan  2 12:08:11 localhost kernel[0]: mig_table_max_displ = 74
    Jan  2 12:08:11 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    Jan  2 12:08:11 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=1 Enabled
    Jan  2 12:08:11 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=2 Enabled
    Jan  2 12:08:11 localhost kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    Jan  2 12:08:11 localhost kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=4 Enabled
    Jan  2 12:08:11 localhost kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=5 Enabled
    Jan  2 12:08:11 localhost kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=6 Enabled
    Jan  2 12:08:11 localhost kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled
    Jan  2 12:08:11 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
    Jan  2 12:08:11 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Jan  2 12:08:11 localhost kernel[0]: calling mpo_policy_init for Sandbox
    Jan  2 12:08:11 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    Jan  2 12:08:11 localhost kernel[0]: calling mpo_policy_init for Quarantine
    Jan  2 12:08:11 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    Jan  2 12:08:11 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jan  2 12:08:11 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Jan  2 12:08:11 localhost kernel[0]: MAC Framework successfully initialized
    Jan  2 12:08:11 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    Jan  2 12:08:11 localhost kernel[0]: AppleKeyStore starting (BUILT: Sep 19 2013 22:20:34)
    Jan  2 12:08:11 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Jan  2 12:08:11 localhost kernel[0]: ACPI: sleep states S3 S4 S5
    Jan  2 12:08:11 localhost kernel[0]: pci (build 22:16:29 Sep 19 2013), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    Jan  2 12:08:11 localhost kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 2245
    Jan  2 12:08:03 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Jan  2 12:08:11 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 22:16:38 Sep 19 2013) initialization complete
    Jan  2 12:08:11 localhost kernel[0]: [ PCI configuration begin ]
    Jan  2 12:08:11 localhost kernel[0]: console relocated to 0xf80010000
    Jan  2 12:08:11 localhost kernel[0]: [ PCI configuration end, bridges 7, devices 21 ]
    Jan  2 12:08:11 localhost kernel[0]: [ PCI configuration begin ]
    Jan  2 12:08:03 localhost com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    Jan  2 12:08:11 localhost kernel[0]: [ PCI configuration end, bridges 8, devices 36 ]
    Jan  2 12:08:11 localhost kernel[0]: mcache: 8 CPU(s), 64 bytes CPU cache line size
    Jan  2 12:08:11 localhost kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    Jan  2 12:08:11 localhost kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    Jan  2 12:08:11 localhost kernel[0]: FireWire (OHCI) TI ID 823f built-in now active, GUID 70cd60fffe0d5c5c; max speed s800.
    Jan  2 12:08:11 localhost kernel[0]: rooting via boot-uuid from /chosen: D5B01809-3A6B-3DE2-A377-30360E8B617D
    Jan  2 12:08:11 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Jan  2 12:08:11 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    Jan  2 12:08:11 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    Jan  2 12:08:11 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    Jan  2 12:08:11 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    Jan  2 12:08:11 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready
    Jan  2 12:08:11 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/WDC WD1001FALS-40Y6A0 Media/IOGUIDPartitionScheme/Uden navn@2
    Jan  2 12:08:11 localhost kernel[0]: BSD root: disk0s2, major 1, minor 2
    Jan  2 12:08:11 localhost kernel[0]: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833, 2
    Jan  2 12:08:11 localhost kernel[0]: hfs: mounted Harddisk, 1TB on device root_device
    Jan  2 12:08:11 localhost kernel[0]: ath_get_caps[4044] rx chainmask mismatch actual 3 sc_chainmak 0
    Jan  2 12:08:11 localhost kernel[0]: 2.256563: ath_get_caps[4019] tx chainmask mismatch actual 3 sc_chainmak 0
    Jan  2 12:08:11 localhost kernel[0]: 2.260915: Atheros: mac 128.2 phy 13.0 radio 12.0
    Jan  2 12:08:11 localhost kernel[0]: 2.260925: Use hw queue 0 for WME_AC_BE traffic
    Jan  2 12:08:11 localhost kernel[0]: 2.260932: Use hw queue 1 for WME_AC_BK traffic
    Jan  2 12:08:11 localhost kernel[0]: 2.260938: Use hw queue 2 for WME_AC_VI traffic
    Jan  2 12:08:11 localhost kernel[0]: 2.260944: Use hw queue 3 for WME_AC_VO traffic
    Jan  2 12:08:11 localhost kernel[0]: 2.260951: Use hw queue 8 for CAB traffic
    Jan  2 12:08:11 localhost kernel[0]: 2.260956: Use hw queue 9 for beacons
    Jan  2 12:08:11 localhost kernel[0]: 2.261032: wlan_vap_create : enter. devhandle=0xb738b6b0, opmode=IEEE80211_M_STA, flags=0x1
    Jan  2 12:08:11 localhost kernel[0]: 2.261078: wlan_vap_create : exit. devhandle=0xb738b6b0, opmode=IEEE80211_M_STA, flags=0x1.
    Jan  2 12:08:11 localhost kernel[0]: 2.261116: ATH tunables:
    Jan  2 12:08:11 localhost kernel[0]: 2.261120:   pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    Jan  2 12:08:11 localhost distnoted[18]: # distnote server daemon  absolute time: 11.248712682   civil time: Thu Jan  2 12:08:11 2014   pid: 18 uid: 0  root: yes
    Jan  2 12:08:12 localhost com.apple.SecurityServer[14]: Session 100000 created
    Jan  2 12:08:20 localhost kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    Jan  2 12:08:20 localhost kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    Jan  2 12:08:20 localhost hidd[48]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    Jan  2 12:08:20 localhost hidd[48]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    Jan  2 12:08:20 localhost kernel[0]: Waiting for DSMOS...
    Jan  2 12:08:20 localhost kdc[46]: label: default
    Jan  2 12:08:20 localhost kdc[46]:     dbname: od:/Local/Default
    Jan  2 12:08:20 localhost kdc[46]:     mkey_file: /var/db/krb5kdc/m-key
    Jan  2 12:08:20 localhost kdc[46]:     acl_file: /var/db/krb5kdc/kadmind.acl
    Jan  2 12:08:20 localhost kernel[0]: VM Swap Subsystem is ON
    Jan  2 12:08:24 localhost com.apple.usbmuxd[25]: usbmuxd-323.1 on Oct  3 2013 at 12:43:24, running 64 bit
    Jan  2 12:08:24 localhost kernel[0]: ast_pending=0xffffff80170cad20
    Jan  2 12:08:24 localhost kernel[0]: cpu_interrupt=0xffffff80170e37d0
    Jan  2 12:08:24 localhost kernel[0]: vboxdrv: fAsync=0 offMin=0x1324 offMax=0x164b
    Jan  2 12:08:24 localhost kernel[0]: VBoxDrv: version 4.1.18 r78361; IOCtl version 0x190000; IDC version 0x10000; dev major=18
    Jan  2 12:08:24 localhost kernel[0]: Previous Shutdown Cause: 5
    Jan  2 12:08:24 localhost kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    Jan  2 12:08:24 localhost kernel[0]: No interval found for . Using 8000000
    Jan  2 12:08:24 localhost kernel[0]: IOBluetoothUSBDFU::probe
    Jan  2 12:08:24 localhost kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8215 FirmwareVersion - 0x0207
    Jan  2 12:08:24 localhost kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x9c00 ****
    Jan  2 12:08:24 localhost kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0x9c00 ****
    Jan  2 12:08:24 localhost kernel[0]: init
    Jan  2 12:08:24 localhost kernel[0]: probe
    Jan  2 12:08:24 localhost kernel[0]: Enter com_eltima_async_Navel::init(this=0xffffff8039231600,dict=0xffffff80392d7540).
    Jan  2 12:08:24 localhost kernel[0]: Leave com_eltima_async_Navel::init(rs=1).
    Jan  2 12:08:24 localhost kernel[0]: start
    Jan  2 12:08:24 localhost kernel[0]: Enter com_eltima_async_Navel::start(this=0xffffff8039231600,provider=0xffffff803737fc 00).
    Jan  2 12:08:24 localhost kernel[0]: Leave com_eltima_async_Navel::start(rs=1)
    Jan  2 12:08:24 localhost kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x9c00
    Jan  2 12:08:24 localhost kernel[0]: [IOBluetoothHCIController][start] -- completed
    Jan  2 12:08:24 localhost kernel[0]: No interval found for . Using 8000000
    Jan  2 12:08:25 --- last message repeated 1 time ---
    Jan  2 12:08:24 localhost kernel[0]: AMDJuniperGraphicsAccelerator: ** Device in slot: SLOT--1 **
    Jan  2 12:08:24 localhost kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Jan  2 12:08:24 localhost kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0x3840 -- 0x0000 -- 0x9c00 ****
    Jan  2 12:08:25 localhost kernel[0]: DSMOS has arrived
    Jan  2 12:08:26 localhost kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    Jan  2 12:08:27 localhost configd[17]: network changed.
    Jan  2 12:08:27 Simons-iMac.local configd[17]: setting hostname to "Simons-iMac.local"
    Jan  2 12:08:28 Simons-iMac kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    Jan  2 12:08:28 Simons-iMac.local mds[38]: (Normal) FMW: FMW 0 0
    Jan  2 12:08:28 Simons-iMac.local blued[59]: hostControllerOnline - Number of Paired devices = 4, List of Paired devices = (
            "78-ca-39-f5-c7-f6",
            "c8-bc-c8-f9-c6-c9",
            "00-18-91-34-09-f9",
            "d0-66-7b-3d-06-fa"
    Jan  2 12:08:29 Simons-iMac.local com.apple.SecurityServer[14]: Entering service
    Jan  2 12:08:30 Simons-iMac.local loginwindow[42]: Login Window Application Started
    Jan  2 12:08:30 Simons-iMac.local aosnotifyd[63]: aosnotifyd has been launched
    Jan  2 12:08:30 Simons-iMac.local systemkeychain[84]: done file: /var/run/systemkeychaincheck.done
    Jan  2 12:08:30 Simons-iMac.local kdc[46]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    Jan  2 12:08:30 Simons-iMac.local digest-service[67]: label: default
    Jan  2 12:08:30 Simons-iMac.local digest-service[67]:     dbname: od:/Local/Default
    Jan  2 12:08:30 Simons-iMac.local digest-service[67]:     mkey_file: /var/db/krb5kdc/m-key
    Jan  2 12:08:30 Simons-iMac.local digest-service[67]:     acl_file: /var/db/krb5kdc/kadmind.acl
    Jan  2 12:08:30 Simons-iMac.local digest-service[67]: digest-request: uid=0
    Jan  2 12:08:30 Simons-iMac.local mDNSResponder[39]: mDNSResponder mDNSResponder-522.1.11 (Aug 24 2013 23:49:34) starting OSXVers 13
    Jan  2 12:08:30 Simons-iMac.local awacsd[60]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23)
    Jan  2 12:08:30 Simons-iMac.local awacsd[60]: InnerStore CopyAllZones: no info in Dynamic Store
    Jan  2 12:08:30 Simons-iMac.local apsd[62]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    Jan  2 12:08:30 Simons-iMac kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 1-Gigabit, Full-duplex, No flow-control, Debug [796d,0301,0de1,0300,c1e1,3800]
    Jan  2 12:08:31 Simons-iMac.local digest-service[67]: digest-request: netr probe 0
    Jan  2 12:08:31 Simons-iMac.local UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    Jan  2 12:08:31 Simons-iMac.local digest-service[67]: digest-request: init request
    Jan  2 12:08:31 Simons-iMac.local configd[17]: network changed.
    Jan  2 12:08:31 Simons-iMac.local configd[17]: network changed: DNS*
    Jan  2 12:08:31 Simons-iMac.local UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    Jan  2 12:08:31 Simons-iMac.local mDNSResponder[39]: D2D_IPC: Loaded
    Jan  2 12:08:31 Simons-iMac.local mDNSResponder[39]: D2DInitialize succeeded
    Jan  2 12:08:31 Simons-iMac.local digest-service[67]: digest-request: init return domain: BUILTIN server: SIMONS-IMAC indomain was: <NULL>
    Jan  2 12:08:31 Simons-iMac.local mDNSResponder[39]:   4: Listening for incoming Unix Domain Socket client requests
    Jan  2 12:08:31 Simons-iMac.local WindowServer[90]: Server is starting up
    Jan  2 12:08:31 Simons-iMac.local networkd[104]: networkd.104 built Aug 24 2013 22:08:46
    Jan  2 12:08:31 Simons-iMac.local kdc[46]: KDC started
    Jan  2 12:08:32 Simons-iMac.local locationd[44]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Jan  2 12:08:32 Simons-iMac.local airportd[64]: airportdProcessDLILEvent: en1 attached (up)
    Jan  2 12:08:32 Simons-iMac kernel[0]: AtherosNewma40P2PInterface::init name <p2p0> role 1
    Jan  2 12:08:32 Simons-iMac kernel[0]: AtherosNewma40P2PInterface::init() <p2p> role 1
    Jan  2 12:08:32 Simons-iMac.local locationd[44]: NBB-Could not get UDID for stable refill timing, falling back on random
    Jan  2 12:08:32 Simons-iMac.local mds[38]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    Jan  2 12:08:32 Simons-iMac kernel[0]: 31.717592: performCountryCodeOperation: Not connected, scan in progress[0]
    Jan  2 12:08:32 Simons-iMac kernel[0]: 31.718095: setWOW_PARAMETERS:wowevents = 2(1)
    Jan  2 12:08:32 Simons-iMac.local sandboxd[109] ([64]): airportd(64) deny file-read-data /private/var/root/Library/Preferences/ByHost/.GlobalPreferences.E1332EBA-D733-5 EB6-9E6B-4F07939FBB25.plist
    Jan  2 12:08:32 Simons-iMac kernel[0]: en1: 802.11d country code set to 'DK '.
    Jan  2 12:08:32 Simons-iMac kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140
    Jan  2 12:08:33 Simons-iMac.local mDNSResponder[39]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FB49E002D60 Simons-iMac.local. (AAAA) that's already in the list
    Jan  2 12:08:33 Simons-iMac.local mDNSResponder[39]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FB49E0031F0 4.8.1.1.B.4.E.F.F.F.D.D.A.9.2.1.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.arpa. (PTR) that's already in the list
    Jan  2 12:08:33 Simons-iMac.local mDNSResponder[39]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FB49E005160 Simons-iMac.local. (Addr) that's already in the list
    Jan  2 12:08:33 Simons-iMac.local mDNSResponder[39]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FB49E0055F0 1.0.0.127.in-addr.arpa. (PTR) that's already in the list
    Jan  2 12:08:34 Simons-iMac.local locationd[44]: Location icon should now be in state 'Inactive'
    Jan  2 12:08:34 Simons-iMac.local stackshot[28]: Timed out waiting for IOKit to finish matching.
    Jan  2 12:08:36 Simons-iMac.local blued[59]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "T&#129;&#128; ".
    Jan  2 12:08:36 --- last message repeated 3 times ---
    Jan  2 12:08:36 Simons-iMac.local blued[59]: link key found for device: 78-ca-39-f5-c7-f6
    Jan  2 12:08:36 Simons-iMac.local configd[17]: network changed: v4(en0+:192.168.1.250) DNS+ Proxy+ SMB
    Jan  2 12:08:37 Simons-iMac.local blued[59]: Save link key for device: 78-ca-39-f5-c7-f6
    Jan  2 12:08:37 Simons-iMac.local blued[59]: link key found for device: c8-bc-c8-f9-c6-c9
    Jan  2 12:08:29 Simons-iMac.local ntpd[113]: proto: precision = 1.000 usec
    Jan  2 12:08:30 Simons-iMac.local blued[59]: Save link key for device: c8-bc-c8-f9-c6-c9
    Jan  2 12:08:30 Simons-iMac.local com.apple.kextd[12]: Kext id com.apple.kernel.iokit not found; removing personalities from kernel.
    Jan  2 12:08:30 Simons-iMac.local com.apple.kextd[12]: String/URL conversion failure.
    Jan  2 12:08:30 Simons-iMac.local airportd[64]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "T&#129;&#128; ".
    Jan  2 12:08:30 Simons-iMac.local WindowServer[90]: Session 256 retained (2 references)
    Jan  2 12:08:30 Simons-iMac.local WindowServer[90]: Session 256 released (1 references)
    Jan  2 12:08:30 Simons-iMac.local WindowServer[90]: Session 256 retained (2 references)
    Jan  2 12:08:30 Simons-iMac.local WindowServer[90]: init_page_flip: page flip mode is on
    Jan  2 12:08:30 Simons-iMac.local airportd[64]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "T&#129;&#128; ".
    Jan  2 12:08:31 --- last message repeated 3 times ---
    Jan  2 12:08:30 Simons-iMac.local SystemStarter[114]: VirtualBox Support and USB Drivers (130) did not complete successfully
    Jan  2 12:08:30 Simons-iMac kernel[0]: en1: BSSID changed to 5c:96:9d:68:5c:13
    Jan  2 12:08:30 Simons-iMac kernel[0]: AirPort: Link Up on en1
    Jan  2 12:08:30 Simons-iMac kernel[0]: 39.032415: apple80211Request[10514] Unsupported ioctl 181
    Jan  2 12:08:30 Simons-iMac kernel[0]: en1: BSSID changed to 5c:96:9d:68:5c:13
    Jan  2 12:08:30 Simons-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Jan  2 12:08:31 Simons-iMac.local WindowServer[90]: Found 39 modes for display 0x00000000 [36, 3]
    Jan  2 12:08:31 Simons-iMac.local WindowServer[90]: Found 90 modes for display 0x00000000 [81, 9]
    Jan  2 12:08:31 Simons-iMac.local WindowServer[90]: mux_initialize: Couldn't find any matches
    Jan  2 12:08:31 Simons-iMac.local WindowServer[90]: Found 39 modes for display 0x00000000 [36, 3]
    Jan  2 12:08:31 Simons-iMac.local WindowServer[90]: Found 90 modes for display 0x00000000 [81, 9]
    Jan  2 12:08:31 Simons-iMac.local com.apple.kextd[12]: kext foo.tap  100009000 is in exception list, allowing to load
    Jan  2 12:08:31 Simons-iMac.local WindowServer[90]: WSMachineUsesNewStyleMirroring: false
    Jan  2 12:08:31 Simons-iMac.local WindowServer[90]: MPServiceForDisplayDevice: Invalid device alias (0)
    Jan  2 12:08:31 Simons-iMac.local WindowServer[90]: Display 0x042735c0: GL mask 0x1; bounds (0, 0)[2560 x 1440], 39 modes available
        Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cd7, S/N 0, Unit 0, Rotation 0
        UUID 0x07570d0f8b9838d9f3b53e817caa82d0
    Jan  2 12:08:31 Simons-iMac.local WindowServer[90]: Display 0x2b101951: GL mask 0x2; bounds (2560, 0)[2560 x 1440], 90 modes available
        Active, on-line, enabled, Vendor 10ac, Model 4080, S/N 37323953, Unit 1, Rotation 0
        UUID 0x946e9fd75c68b82655f235558f5dffe4
    Jan  2 12:08:31 Simons-iMac.local WindowServer[90]: Display 0x2b101951: GL mask 0x2; bounds (0, 0)[2560 x 1440], 90 modes available
        Main, Active, on-line, enabled, Vendor 10ac, Model 4080, S/N 37323953, Unit 1, Rotation 0
        UUID 0x946e9fd75c68b82655f235558f5dffe4
    Jan  2 12:08:31 Simons-iMac.local WindowServer[90]: Display 0x042735c0: GL mask 0x1; bounds (2560, 0)[2560 x 1440], 39 modes available
        Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cd7, S/N 0, Unit 0, Rotation 0
        UUID 0x07570d0f8b9838d9f3b53e817caa82d0
    Jan  2 12:08:31 Simons-iMac.local WindowServer[90]: CGXPerformInitialDisplayConfiguration
    Jan  2 12:08:31 Simons-iMac.local WindowServer[90]:   Display 0x2b101951: Unit 1; Vendor 0x10ac Model 0x4080 S/N 926038355 Dimensions 23.50 x 13.23; online enabled, Bounds (0,0)[2560 x 1440], Rotation 0, Resolution 1
    Jan  2 12:08:31 Simons-iMac.local WindowServer[90]:   Display 0x042735c0: Unit 0; Vendor 0x610 Model 0x9cd7 S/N 0 Dimensions 23.50 x 13.23; online enabled built-in, Bounds (2560,0)[2560 x 1440], Rotation 0, Resolution 1
    Jan  2 12:08:31 Simons-iMac kernel[0]: tap kernel extension version 20111101 <[email protected]>
    Jan  2 12:08:31 Simons-iMac.local WindowServer[90]: GLCompositor: GL renderer id 0x01021b02, GL mask 0x00000003, accelerator 0x00004183, unit 0, caps QEX|MIPMAP, vram 1024 MB
    Jan  2 12:08:31 Simons-iMac.local WindowServer[90]: GLCompositor: GL renderer id 0x01021b02, GL mask 0x00000003, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    Jan  2 12:08:31 Simons-iMac.local WindowServer[90]: GLCompositor enabled for tile size [256 x 256]
    Jan  2 12:08:31 Simons-iMac.local WindowServer[90]: CGXGLInitMipMap: mip map mode is on
    Jan  2 12:08:31 Simons-iMac.local loginwindow[42]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    Jan  2 12:08:31 Simons-iMac.local com.apple.kextd[12]: kext foo.tun  100009000 is in exception list, allowing to load
    Jan  2 12:08:31 Simons-iMac kernel[0]: tun kernel extension version 20111101 <[email protected]>
    Jan  2 12:08:31 Simons-iMac.local SystemStarter[114]: The following StartupItems failed to start properly:
    Jan  2 12:08:31 Simons-iMac.local SystemStarter[114]: /Library/StartupItems/VirtualBox
    Jan  2 12:08:31 Simons-iMac.local SystemStarter[114]:  - execution of Startup script failed
    Jan  2 12:08:31 Simons-iMac.local airportd[64]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "T&#129;&#128; ".
    Jan  2 12:08:31 --- last message repeated 1 time ---
    Jan  2 12:08:31 Simons-iMac.local configd[17]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "T&#129;&#128; ".
    Jan  2 12:08:31 Simons-iMac kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    Jan  2 12:08:32 Simons-iMac.local airportd[64]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "T&#129;&#128; ".
    Jan  2 12:08:33 --- last message repeated 1 time ---
    Jan  2 12:08:33 Simons-iMac.local WindowServer[90]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Jan  2 12:08:34 --- last message repeated 1 time ---
    Jan  2 12:08:34 Simons-iMac.local WindowServer[90]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x2b101951 device: 0x7fdb61912910  isBackBuffered: 1 numComp: 3 numDisp: 3
    Jan  2 12:08:34 Simons-iMac.local WindowServer[90]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7fdb61912910) - enabling OpenGL
    Jan  2 12:08:34 Simons-iMac.local WindowServer[90]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x042735c0 device: 0x7fdb61912ad0  isBackBuffered: 1 numComp: 3 numDisp: 3
    Jan  2 12:08:34 Simons-iMac.local WindowServer[90]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7fdb61912ad0) - enabling OpenGL
    Jan  2 12:08:35 Simons-iMac.local WindowServer[90]: Display 0x2b101951: Unit 1; ColorProfile { 2, "DELL U2713HM"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Jan  2 12:08:35 Simons-iMac.local WindowServer[90]: Display 0x042735c0: Unit 0; ColorProfile { 3, "iMac"}; TransferTable (256, 3)
    Jan  2 12:08:35 Simons-iMac.local launchctl[223]: com.apple.findmymacmessenger: Already loaded
    Jan  2 12:08:35 Simons-iMac.local WindowServer[90]: Display 0x2b101951: Unit 1; ColorProfile { 2, "DELL U2713HM"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Jan  2 12:08:35 Simons-iMac.local WindowServer[90]: Display 0x042735c0: Unit 0; ColorProfile { 3, "iMac"}; TransferTable (256, 3)
    Jan  2 12:08:35 Simons-iMac.local com.apple.SecurityServer[14]: Session 100005 created
    Jan  2 12:08:35 Simons-iMac.local airportd[64]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "T&#129;&#128; ".
    Jan  2 12:08:35 Simons-iMac.local WindowServer[90]: Display 0x2b101951: Unit 1; ColorProfile { 2, "DELL U2713HM"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Jan  2 12:08:35 Simons-iMac.local WindowServer[90]: Display 0x042735c0: Unit 0; ColorProfile { 3, "iMac"}; TransferTable (256, 3)
    Jan  2 12:08:35 Simons-iMac.local UserEventAgent[225]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    Jan  2 12:08:35 Simons-iMac.local airportd[64]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "T&#129;&#128; ".
    Jan  2 12:08:35 Simons-iMac.local WindowServer[90]: Display 0x2b101951: Unit 1; ColorProfile { 2, "DELL U2713HM"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Jan  2 12:08:35 Simons-iMac.local WindowServer[90]: Display 0x042735c0: Unit 0; ColorProfile { 3, "iMac"}; TransferTable (256, 3)
    Jan  2 12:08:35 Simons-iMac.local airportd[64]: _doAutoJoin: Already associated to â&#128;&#156;Human Design Netâ&#128;&#157;. Bailing on auto-join.
    Jan  2 12:08:35 Simons-iMac.local WindowServer[90]: Display 0x2b101951: Unit 1; ColorProfile { 2, "DELL U2713HM"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Jan  2 12:08:35 Simons-iMac.local WindowServer[90]: Display 0x042735c0: Unit 0; ColorProfile { 3, "iMac"}; TransferTable (256, 3)
    Jan  2 12:08:35 Simons-iMac.local loginwindow[42]: Login Window Started Security Agent
    Jan  2 12:08:35 Simons-iMac com.apple.launchd[1]: System: Could not find requested session: Aqua
    Jan  2 12:08:35 Simons-iMac.local TabletDriver[230]: com.wacom.Consumer_TouchDriver.66032: Invalid argument
    Jan  2 12:08:36 Simons-iMac.local TabletDriver[230]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    Jan  2 12:08:36 Simons-iMac com.apple.launchd[1]: System: Could not find requested session: Aqua
    Jan  2 12:08:36 Simons-iMac.local TabletDriver[230]: com.wacom.TabletDriver.66208: Invalid argument
    Jan  2 12:08:36 Simons-iMac.local awacsd[60]: Exiting
    Jan  2 12:08:36 Simons-iMac.local configd[17]: network changed: v4(en0:192.168.1.250) DNS* Proxy SMB
    Jan  2 12:08:36 Simons-iMac.local UserEventAgent[11]: Captive: [CNInfoNetworkActive:1655] en1: SSID 'Human Design Net' making interface primary (protected network)
    Jan  2 12:08:36 Simons-iMac.local UserEventAgent[11]: Captive: CNPluginHandler en1: Evaluating
    Jan  2 12:08:36 Simons-iMac.local UserEventAgent[11]: Captive: en1: Probing 'Human Design Net'
    Jan  2 12:08:36 Simons-iMac.local configd[17]: network changed: v4(en0:192.168.1.250, en1!:192.168.1.10) DNS Proxy SMB
    Jan  2 12:08:36 Simons-iMac.local digest-service[67]: digest-request: uid=0
    Jan  2 12:08:36 Simons-iMac.local digest-service[67]: digest-request: init request
    Jan  2 12:08:36 Simons-iMac.local digest-service[67]: digest-request: init return domain: SIMONS-IMAC server: SIMONS-IMAC indomain was: <NULL>
    Jan  2 12:08:36 Simons-iMac com.apple.launchd[1] (com.apple.smbd[238]): Exited abnormally: Hangup: 1
    Jan  2 12:08:36 Simons-iMac.local UserEventAgent[11]: Captive: CNPluginHandler en1: Authenticated
    Jan  2 12:08:37 Simons-iMac.local TabletDriver[230]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    Jan  2 12:08:37 Simons-iMac.local SecurityAgent[234]: This is the first run
    Jan  2 12:08:37 Simons-iMac.local SecurityAgent[234]: MacBuddy was run = 0
    Jan  2 12:08:37 Simons-iMac.local SecurityAgent[234]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "T&#129;&#128; ".
    Jan  2 12:08:37 Simons-iMac.local SecurityAgent[234]: User info context values set for SimonTjagvad
    Jan  2 12:08:37 Simons-iMac.local loginwindow[42]: Login Window - Returned from Security Agent
    Jan  2 12:08:37 Simons-iMac.local loginwindow[42]: USER_PROCESS: 42 console
    Jan  2 12:08:37 Simons-iMac.local airportd[64]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "T&#129;&#128; ".
    Jan  2 12:08:37 Simons-iMac.local airportd[64]: _doAutoJoin: Already associated to â&#128;&#156;Human Design Netâ&#128;&#157;. Bailing on auto-join.
    Jan  2 12:08:37 Simons-iMac kernel[0]: AppleKeyStore:Sending lock change 0
    Jan  2 12:08:37 Simons-iMac com.apple.launchd.peruser.501[249]: Background: Aqua: Registering new GUI session.
    Jan  2 12:08:37 Simons-iMac com.apple.launchd[1] (com.wacom.Consumer_TouchDriver.66032[235]): Exited with code: 255
    Jan  2 12:08:37 Simons-iMac com.apple.launchd[1]: System: Could not find requested session: Aqua
    Jan  2 12:08:37 Simons-iMac com.apple.launchd.peruser.501[249] (com.apple.cmfsyncagent): Ignored this key: UserName
    Jan  2 12:08:37 Simons-iMac com.apple.launchd.peruser.501[249] (com.apple.EscrowSecurityAlert): Unknown key: seatbelt-profiles
    Jan  2 12:08:37 Simons-iMac com.apple.launchd.peruser.501[249] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Jan  2 12:08:37 Simons-iMac.local launchctl[251]: com.apple.pluginkit.pkd: Already loaded
    Jan  2 12:08:37 Simons-iMac.local launchctl[251]: com.apple.sbd: Already loaded
    Jan  2 12:08:37 Simons-iMac.local TabletDriver[230]: com.wacom.Consumer_TouchDriver.66032: Invalid argument
    Jan  2 12:08:37 Simons-iMac.local distnoted[253]: # distnote server agent  absolute time: 46.103176364   civil time: Thu Jan  2 12:08:37 2014  pid: 253 uid: 501  root: no
    Jan  2 12:08:38 Simons-iMac.local Nalpeirond6b[131]: /Library/StartupItems/ProTec6b/Nalpeirond6b: daemon has successfully started
    Jan  2 12:08:38 Simons-iMac.local WindowServer[90]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Jan  2 12:08:38 Simons-iMac.local com.apple.audio.DriverHelper[268]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    Jan  2 12:08:38 Simons-iMac.local com.apple.audio.DriverHelper[268]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    Jan  2 12:08:38 Simons-iMac.local com.apple.audio.DriverHelper[268]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    Jan  2 12:08:38 Simons-iMac.local com.apple.audio.DriverHelper[268]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    Jan  2 12:08:38 Simons-iMac.local com.apple.audio.DriverHelper[268]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    Jan  2 12:08:38 Simons-iMac.local com.apple.audio.DriverHelper[268]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    Jan  2 12:08:38 Simons-iMac.local com.apple.audio.DriverHelper[268]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    Jan  2 12:08:38 Simons-iMac.local com.apple.audio.DriverHelper[268]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    Jan  2 12:08:38 Simons-iMac.local com.apple.audio.DriverHelper[268]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    Jan  2 12:08:38 Simons-iMac.local com.apple.audio.DriverHelper[268]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    Jan  2 12:08:38 Simons-iMac.local com.apple.audio.DriverHelper[268]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    Jan  2 12:08:38 Simons-iMac.local com.apple.audio.DriverHelper[268]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    Jan  2 12:08:38 Simons-iMac com.apple.launchd[1] (com.wacom.pentablet[230]): Exited with code: 255
    Jan  2 12:08:38 Simons-iMac.local WindowServer[90]: Display 0x2b101951: Unit 1; ColorProfile { 2, "DELL U2713HM"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Jan  2 12:08:38 Simons-iMac.local sharingd[275]: Starting Up...
    Jan  2 12:08:38 Simons-iMac.local com.apple.audio.DriverHelper[268]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    Jan  2 12:08:38 Simons-iMac.local mds[38]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    Jan  2 12:08:38 Simons-iMac.local com.apple.audio.DriverHelper[268]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    Jan  2 12:08:38 Simons-iMac.local com.apple.audio.DriverHelper[268]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    Jan  2 12:08:38 Simons-iMac.local UserEventAgent[252]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "T&#129;&#128; ".
    Jan  2 12:08:38 Simons-iMac.local UserEventAgent[252]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    Jan  2 12:08:38 Simons-iMac.local WindowServer[90]: Display 0x042735c0: Unit 0; ColorProfile { 3, "iMac"}; TransferTable (256, 3)
    Jan  2 12:08:39 Simons-iMac kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=307[GoogleSoftwareUp] final status 0x0, allow (remove VALID)ing page
    Jan  2 12:08:39 Simons-iMac com.apple.launchd.peruser.501[249] (com.apple.mrt.uiagent[294]): Exited with code: 255
    Jan  2 12:08:39 Simons-iMac.local WiFiKeychainProxy[288]: [NO client logger] <Aug 30 2013 23:40:46> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    Jan  2 12:08:39 Simons-iMac.local WiFiKeychainProxy[288]: [NO client logger] <Aug 30 2013 23:40:46> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    Jan  2 12:08:39 Simons-iMac accountsd[312]: assertion failed: 13B42: liblaunch.dylib + 25164 [FCBF0A02-0B06-3F97-9248-5062A9DEB32C]: 0x25
    Jan  2 12:08:39 Simons-iMac kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=317[FontExplorerXAut] final status 0x0, allow (remove VALID)ing page
    Jan  2 12:08:39 Simons-iMac xpcproxy[316]: assertion failed: 13B42: xpcproxy + 3438 [EE7817B0-1FA1-3603-B88A-BD5E595DA86F]: 0x2
    Jan  2 12:08:40 Simons-iMac.local com.apple.SecurityServer[14]: Session 100006 created
    Jan  2 12:08:40 Simons-iMac.local SystemUIServer[264]: Cannot find executable for CFBundle 0x7fdb9b80bd70 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    Jan  2 12:08:40 Simons-iMac.local SystemUIServer[264]: Cannot find executable for CFBundle 0x7fdb9b810ef0 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    Jan  2 12:08:40 Simons-iMac.local coreaudiod[266]: 2014-01-02 12:08:40.382493 PM [AirPlay] AirPlay: Performing audio format change for 4 (AP Out) to PCM,  44100 Hz, 16-bit, Stereo
    Jan  2 12:08:41 Simons-iMac.local syncdefaultsd[310]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    Jan  2 12:08:41 Simons-iMac kernel[0]: CODE SIGNING: cs_invalid_page(0x318000): p=328[FontExplorer X P] final status 0x0, allow (remove VALID)ing page
    Jan  2 12:08:41 Simons-iMac com.apple.launchd.peruser.501[249] (com.mksoft.airstream-mac[306]): Exited with code: 1
    Jan  2 12:08:41 Simons-iMac.local SystemUIServer[264]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "T&#129;&#128; ".
    Jan  2 12:08:41 Simons-iMac.local com.apple.IconServicesAgent[325]: IconServicesAgent launched.
    Jan  2 12:08:41 Simons-iMac.local com.apple.SecurityServer[14]: Session 100010 created
    Jan  2 12:08:41 Simons-iMac.local SystemUIServer[264]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "T&#129;&#128; ".
    Jan  2 12:08:41 Simons-iMac.local backupd[103]: Property list invalid for format: 200 (property lists cannot contain NULL)
    Jan  2 12:08:42 --- last message repeated 1 time ---
    Jan  2 12:08:42 Simons-iMac.local syncdefaultsd[310]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    Jan  2 12:08:42 Simons-iMac.local TabletDriver[304]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    Jan  2 12:08:42 Simons-iMac.local usernoted[280]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    Jan  2 12:08:43 Simons-iMac.local syncdefaultsd[310]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    Jan  2 12:08:43 Simons-iMac.local com.apple.SecurityServer[14]: Session 100011 created
    Jan  2 12:08:43 Simons-iMac.local syncdefaultsd[310]: It took 3.2s to setup APSConnection
    Jan  2 12:08:43 Simons-iMac xpcproxy[339]: assertion failed: 13B42: xpcproxy + 3438 [EE7817B0-1FA1-3603-B88A-BD5E595DA86F]: 0x2
    Jan  2 12:08:47 Simons-iMac.local com.apple.time[252]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    Jan  2 12:08:47 Simons-iMac kernel[0]: en1: BSSID changed to 5c:96:9d:68:5c:14
    Jan  2 12:08:47 Simons-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Jan  2 12:08:47 Simons-iMac.local apsd[314]: Unrecognized leaf certificate
    Jan  2 12:08:48 Simons-iMac.local WindowServer[90]: disable_update_timeout: UI updates were forcibly disabled by application "FontExplorer X Pro" for over 1.00 seconds. Server has re-enabled them.
    Jan  2 12:08:56 Simons-iMac.local com.apple.NotesMigratorService[352]: Joined Aqua audit session
    Jan  2 12:08:57 Simons-iMac.local parentalcontrolsd[353]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    Jan  2 12:09:02 Simons-iMac.local WindowServer[90]: disable_update_likely_unbalanced: UI updates still disabled by application "FontExplorer X Pro" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    Jan  2 12:09:03 Simons-iMac.local soagent[290]: No active accounts, killing soagent in 10 seconds
    Jan  2 12:09:03 --- last message repeated 1 time ---
    Jan  2 12:09:03 Simons-iMac.local com.apple.IconServicesAgent[325]: main Failed to composit image for binding VariantBinding [0x22f] flags: 0x8 binding: FileInfoBinding [0x131] - extension: pdf, UTI: com.adobe.pdf, fileType: ????.
    Jan  2 12:09:03 Simons-iMac.local quicklookd[331]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x103] - extension: pdf, UTI: com.adobe.pdf, fileType: ???? request size:64 scale: 1
    Jan  2 12:09:06 Simons-iMac.local com.apple.IconServicesAgent[325]: main Failed to composit image for binding VariantBinding [0x303] flags: 0x8 binding: FileInfoBinding [0x133] - extension: jpg, UTI: public.jpeg, fileType: ????.
    Jan  2 12:09:06 Simons-iMac.local quicklookd[331]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x403] flags: 0x8 binding: FileInfoBinding [0x303] - extension: jpg, UTI: public.jpeg, fileType: ???? request size:64 scale: 1
    Jan  2 12:09:07 Simons-iMac.local com.apple.IconServicesAgent[325]: main Failed to composit image for binding VariantBinding [0x403] flags: 0x8 binding: FileInfoBinding [0x137] - extension: PDF, UTI: com.adobe.pdf, fileType: ????.
    Jan  2 12:09:07 Simons-iMac.local quicklookd[331]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x603] flags: 0x8 binding: FileInfoBinding [0x503] - extension: PDF, UTI: com.adobe.pdf, fileType: ???? request size:64 scale: 1
    Jan  2 12:09:12 Simons-iMac.local AddressBookManager[351]: Validate metadata timed out, cancelling
    Jan  2 12:09:13 Simons-iMac.local CalendarAgent[281]: CFNetwork SSLHandshake failed (-9806)
    Jan  2 12:09:26 Simons-iMac kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x9c00 ****
    Jan  2 12:09:27 Simons-iMac.local soagent[290]: Error, could not create MachMessagePort for com.apple.AddressBook.abd
    Jan  2 12:09:27 Simons-iMac.local soagent[290]: No active accounts, killing soagent in 10 seconds
    Jan  2 12:09:27 Simons-iMac.local soagent[290]: Killing soagent.
    Jan  2 12:09:28 Simons-iMac.local distnoted[367]: # distnote server agent  absolute time: 96.871271196   civil time: Thu Jan  2 12:09:28 2014  pid: 367 uid: 89  root: no
    Jan  2 12:09:29 Simons-iMac.local NotificationCenter[293]: SOHelperCenter main connection interrupted
    Jan  2 12:09:30 Simons-iMac.local com.apple.SecurityServer[14]: Session 100014 created
    Jan  2 12:09:30 Simons-iMac.local imagent[297]: [Warning] Denying xpc connection, task does not have entitlement: com.apple.private.icfcallserver  ((null):290)
    Jan  2 12:09:37 --- last message repeated 1 time ---
    Jan  2 12:09:37 Simons-iMac.local com.apple.time[252]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    Jan  2 12:09:46 Simons-iMac.local mds_stores[83]: (/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T)(Error) IndexStore in int computePath(SIRef, db_obj *, oid_t *, ssize_t *):SIPersistentIDStoreGetParentForOid error:0 at:740 oid:24625784 parent:0
    Jan  2 12:09:46 Simons-iMac.local mds_stores[83]: (/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T)(Error) IndexGeneral in void setAttributes(si_set_attr_ctx *, Boolean):Couldn't update index oid:24625784 options:4 updateErr:-1 resolveErr:2
    Jan  2 12:09:49 Simons-iMac.local soagent[369]: No active accounts, killing soagent in 10 seconds
    Jan  2 12:09:49 --- last message repeated 3 times ---
    Jan  2 12:09:49 Simons-iMac.local mds_stores[83]: (Error) SecureStore: Access token 4 changed uid from -1 to 501
    Jan  2 12:09:51 Simons-iMac.local mds_stores[83]: (/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T)(Error) IndexStore in int computePath(SIRef, db_obj *, oid_t *, ssize_t *):SIPersistentIDStoreGetParentForOid error:0 at:740 oid:24625784 parent:0
    Jan  2 12:09:51 Simons-iMac.local mds_stores[83]: (/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T)(Error) IndexGeneral in void setAttributes(si_set_attr_ctx *, Boolean):Couldn't update index oid:24625784 options:4 updateErr:-1 resolveErr:2
    Jan  2 12:09:53 Simons-iMac.local WindowServer[90]: disable_update_timeout: UI updates were forcibly disabled by application "Dropbox" for over 1.00 seconds. Server has re-enabled them.
    Jan  2 12:09:53 Simons-iMac.local WindowServer[90]: common_reenable_update: UI updates were finally reenabled by application "Dropbox" after 1.41 seconds (server forcibly re-enabled them after 1.00 seconds)
    Jan  2 12:09:54 Simons-iMac.local Dropbox[321]: PyObjCPointer created: at 0xce3fc88 of type {OpaqueJSContext=}
    Jan  2 12:09:57 Simons-iMac.local com.apple.time[252]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    Jan  2 12:09:57 Simons-iMac.local CalendarAgent[281]: CFNetwork SSLHandshake failed (-9806)
    Jan  2 12:10:00 Simons-iMac.local soagent[369]: Killing soagent.
    Jan  2 12:10:02 Simons-iMac.local com.apple.dock.extra[365]: SOHelperCenter main connection interrupted
    Jan  2 12:10:02 Simons-iMac.local imagent[297]: [Warning] Denying xpc connection, task does not have entitlement: com.apple.private.icfcallserver  (soagent:369)
    Jan  2 12:10:04 --- last message repeated 1 time ---
    Jan  2 12:10:04 Simons-iMac.local GoogleSoftwareUpdateAgent[307]: CFNetwork SSLHandshake failed (-9806)
    Jan  2 12:10:06 Simons-iMac.local com.apple.dock.extra[365]: <NSXPCConnection: 0x7ff9dae0ca70>: received an undecodable message (no exported object to receive message). Dropping message.
    Jan  2 12:10:08 Simons-iMac kernel[0]: fsevents: watcher dbfseventsd (pid: 381) - Using /dev/fsevents directly is unsupported.  Migrate to FSEventsFramework
    Jan  2 12:10:14 Simons-iMac.local SugarSync[332]: CoreText performance note: Client called CTFontCreateWithName() using name "Arial" and got font with PostScript name "ArialMT". For best performance, only use PostScript names when calling this API.
    Jan  2 12:10:14 Simons-iMac.local SugarSync[332]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Jan  2 12:10:15 Simons-iMac.local SugarSync[332]: CoreText performance note: Client called CTFontCreateWithName() using name "Arial" and got font with PostScript name "ArialMT". For best performance, only use PostScript names when calling this API.
    Jan  2 12:10:35 --- last message repeated 3 times ---
    Jan  2 12:10:35 Simons-iMac kernel[0]: OSXFUSE: starting (version 2.6.1, Jul 18 2013, 22:53:19)
    Jan  2 12:10:36 Simons-iMac.local mds[38]: (Normal) Volume: volume:0x7fb31c04c800 ********** Bootstrapped Creating a default store:1 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/SugarSync-SimonTjagvad
    Jan  2 12:10:36 Simons-iMac.local mds[38]: (Warning) Volume: vsd:0x7fb31c826200 Open failed.  failureCount:0 (null)
    Jan  2 12:10:41 Simons-iMac.local Dropbox[321]: ICARegisterForEventNotification-Has been deprecated since 10.5.  Calls to this function in the future may crash this application.  Please move to ImageCaptureCore
    Jan  2 12:10:45 Simons-iMac.local Application Stub[326]: Not loading action at /Library/Automator/Create Table from Data in Workbook.action: No bundleIdentifier.
    Jan  2 12:10:45 Simons-iMac.local Application Stub[326]: Not loading action at /Library/Automator/Save Outlook Messages as Files.action: No bundleIdentifier.
    Jan  2 12:10:52 Simons-iMac.local Dropbox[408]: PyObjCPointer created: at 0xc3bfc88 of type {OpaqueJSContext=}
    Jan  2 12:10:52 Simons-iMac.local mds[38]: (Warning) Volume: vsd:0x7fb31b818e00 Open failed.  failureCount:1 {
            DisabledRecycleCount = 1;
    Jan  2 12:11:06 Simons-iMac.local Dropbox[408]: ICARegisterForEventNotification-Has been deprecated since 10.5.  Calls to this function in the future may crash this application.  Please move to ImageCaptureCore
    Jan  2 12:11:20 Simons-iMac com.apple.launchd.peruser.501[249] (com.getdropbox.dropbox.30304[321]): Exited: Killed: 9
    Jan  2 12:11:22 Simons-iMac.local WindowServer[90]: CGXSetWindowListSystemAlpha: Invalid window 66 (index 0/1)
    Jan  2 12:11:22 Simons-iMac.local WindowServer[90]: CGXSetWindowListSystemAlpha: Invalid window 67 (index 0/1)
    Jan  2 12:11:22 Simons-iMac.local WindowServer[90]: CGXSetWindowListSystemAlpha: Invalid window 75 (index 0/1)
    Jan  2 12:11:22 Simons-iMac.local WindowServer[90]: CGXSetWindowListSystemAlpha: Invalid window 76 (index 0/1)
    Jan  2 12:11:22 Simons-iMac.local WindowServer[90]: CGXSetWindowListSystemAlpha: Invalid window 78 (index 0/1)
    Jan  2 12:11:22 Simons-iMac.local WindowServer[90]: CGXSetWindowListSystemAlpha: Invalid window 79 (index 0/1)
    Jan  2 12:11:22 Simons-iMac.local Dropbox[422]: PyObjCPointer created: at 0xc7bfc88 of type {OpaqueJSContext=}
    Jan  2 12:11:23 Simons-iMac.local mds[38]: (Warning) Volume: vsd:0x7fb31b876200 Open failed.  failureCount:2 {
            DisabledRecycleCount = 2;
    Jan  2 12:11:25 Simons-iMac kernel[0]: fsevents: watcher dbfseventsd (pid: 435) - Using /dev/fsevents directly is unsupported.  Migrate to FSEventsFramework
    Jan  2 12:11:27 Simons-iMac.local Dropbox[422]: ICARegisterForEventNotification-Has been deprecated since 10.5.  Calls to this function in the future may crash this application.  Please move to ImageCaptureCore
    Jan  2 12:12:09 Simons-iMac.local coreservicesd[69]: SFLItem (/Volumes/SugarSync-SimonTjagvad) is missing volume type when setting new prefs.
            1   OSServices                          0x00007fff89b8cd60 _ZN18SFLMutableListItem11SetNewPrefsEPK14__CFDictionarytP16OpaqueISImageRef + 966
            2   OSServices                          0x00007fff89be8d49 _ZN15SFLVolumesEntry17NewVolumeAppearedEPK14__CFDictionaryS2_Ph + 769
            3   OSServices                          0x00007fff89be9961 _ZN15SFLVolumesEntry19AddNewItemFromPrefsEjPK14__CFDictionaryP16OpaqueISImageRe fjPS2_PjS6_PsS6_ + 425
            4   OSServices                          0x00007fff89bccb81 __ServerAsync_AddNewItemWithProperties_rpc_block_invoke + 472
            5   libdispatch.dylib                   0x00007fff94eab1d7 _dispatch_call_block_and_release + 12
            6   libdispatch.dylib                   0x00007fff94ea82ad _dispatch_client_callout + 8
            7   libdispatch.dylib                   0x00007fff94eac7ff _dispatch_async_redirect_invoke + 154
            8   libdispatch.dylib                   0x00007fff94ea82ad _dispatch_client_callout + 8
            9   libdispatch.dylib                   0x00007fff94eaa09e _dispatch_root_queue_drain + 326
            10  libdispatch.dylib                   0x00007fff94eab193 _dispatch_worker_thread2 + 40
            11  libsystem_pthread.dylib             0x00007fff8f9b7ef8 _pthread_wqthread + 314
            12  libsystem_pthread.dylib             0x00007fff8f9bafb9 start_wqthread + 13
    Jan  2 12:12:09 Simons-iMac.local launchproxy[443]: /Library/Application Support/SugarSync/scxfsmond: getnameinfo() only supports IPv4/IPv6. Connection from address family: 1
    Jan  2 12:12:10 Simons-iMac kernel[0]: fsevents: watcher scxfsmond (pid: 444) - Using /dev/fsevents directly is unsupported.  Migrate to FSEventsFramework
    Jan  2 12:12:11 Simons-iMac.local ShellExtLoader[445]: ShellExtLoader: Located client process, pid=332
    Jan  2 12:12:11 Simons-iMac.local ShellExtLoader[445]: ProcessExitMonitor: Now watching for exit event for process with id=332
    Jan  2 12:12:11 Simons-iMac.local ShellExtLoader[445]: ShellExtLoader: Located finder process, pid=265
    Jan  2 12:12:11 Simons-iMac.local ShellExtLoader[445]: ProcessExitMonitor: Now watching for exit event for process with id=265
    Jan  2 12:12:11 Simons-iMac.local ShellExtLoader[445]: ShellExtLoader: Framework /Library/Application Support/SugarSync/ShellExtensions.bundle/Contents/Frameworks load result: 0x10010f8d0
    Jan  2 12:12:11 Simons-iMac.local ShellExtLoader[445]: mach_inject: Getting function pointer for injectEntry
    Jan  2 12:12:11 Simons-iMac.local ShellExtLoader[445]: mach_inject: Function pointer is 0x923ca
    Jan  2 12:12:11 Simons-iMac.local ShellExtLoader[445]: mach_inject: task for pid returned value 0
    Jan  2 12:12:11 Simons-iMac.local ShellExtLoader[445]: mach_inject: finished with value 0
    Jan  2 12:12:12 Simons-iMac.local Finder[265]: Loaded SugarSync shell extension
    Jan  2 12:12:12 Simons-iMac.local Finder[265]: Setting log level to 2
    Jan  2 12:12:13 Simons-iMac.local Finder[265]: Failed to swizzle instance method 'icon' in class FINode
    Jan  2 12:12:13 Simons-iMac.local Finder[265]: Failed to swizzle class method 'addViewSpecificStuffToMenu:browserViewController:context:' in class TContextMenu
    Jan  2 12:12:23 Simons-iMac.local mds[38]: (Warning) Volume: vsd:0x7fb31c05c000 Open failed.  failureCount:3 {
            DisabledRecycleCount = 3;
    Jan  2 12:12:33 Simons-iMac.local mds[38]: (Normal) Volume: volume:0x7fb31b014400 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/firmwaresyncd.OZ1Cme
    Jan  2 12:12:38 Simons-iMac.local Finder[265]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "T&#129;&#128; ".
    Jan  2 12:13:09 --- last message repeated 3 times ---
    Jan  2 12:13:48 Simons-iMac.local WindowServer[90]: common_reenable_update: UI updates were finally reenabled by application "FontExplorer X Pro" after 300.72 seconds (server forcibly re-enabled them after 1.00 seconds)
    Jan  2 12:13:48 Simons-iMac.local FontExplorer X Pro[328]: void CGSUpdateManager::log() const: conn 0x10d03: spurious update.
    Jan  2 12:13:54 Simons-iMac.local WindowServer[90]: disable_update_timeout: UI updates were forcibly disabled by application "FontExplorer X Pro" for over 1.00 seconds. Server has re-enabled them.
    Jan  2 12:13:57 Simons-iMac.local GrowlHelperApp[464]: Using your own bundle identifier as an NSUserDefaults suite name does not make sense and will not work. Break on _NSUserDefaults_Log_Nonsensical_Suites to find this
    Jan  2 12:14:08 Simons-iMac.local WindowServer[90]: disable_update_likely_unbalanced: UI updates still disabled by application "FontExplorer X Pro" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    Jan  2 12:14:18 Simons-iMac.local firefox[461]: invalid context
    Jan  2 12:14:24 --- last message repeated 1 time ---
    Jan  2 12:14:24 Simons-iMac.local mds[38]: (Warning) Volume: vsd:0x7fb31c813600 Open failed.  failureCount:4 {
            DisabledRecycleCount = 4;
    Jan  2 12:14:25 Simons-iMac.local firefox[461]: invalid context
    Jan  2 12:14:55 --- last message repeated 2 times ---
    Jan  2 12:15:44 Simons-iMac.local firefox[461]: invalid context
    Jan  2 12:16:21 Simons-iMac.local FontExplorer X Pro[328]: -[NSFontManager _collectionWithName:] is deprecated and will be removed soon.
    Jan  2 12:16:21 Simons-iMac.local WindowServer[90]: common_reenable_update: UI updates were finally reenabled by application "FontExplorer X Pro" after 147.90 seconds (server forcibly re-enabled them after 1.00 seconds)
    Jan  2 12:16:22 Simons-iMac.local FontExplorer X Pro[328]: void CGSUpdateManager::log() const: conn 0x10d03: spurious update.
    Jan  2 12:16:23 Simons-iMac.local com.apple.InputMethodKit.UserDictionary[479]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](760): CoreData: Ubiquity:  SimonTjagvad~E1332EBA-D733-5EB6-9E6B-4F07939FBB25:UserDictionary
        Using local storage: 1
    Jan  2 12:16:24 Simons-iMac.local com.apple.InputMethodKit.UserDictionary[479]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](760): CoreData: Ubiquity:  SimonTjagvad~E1332EBA-D733-5EB6-9E6B-4F07939FBB25:UserDictionary
        Using local storage: 0
    Jan  2 12:18:25 Simons-iMac.local mds[38]: (Warning) Volume: vsd:0x7fb31b033000 Open failed.  failureCount:5 {
            DisabledRecycleCount = 5;
    Jan  2 12:18:53 Simons-iMac.local firefox[461]: invalid context
    Jan  2 12:19:23 --- last message repeated 2 times ---
    Jan  2 12:19:23 Simons-iMac.local Finder[265]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "T&#129;&#128; ".
    Jan  2 12:19:27 Simons-iMac.local WindowServer[90]: disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    Jan  2 12:19:27 Simons-iMac.local WindowServer[90]: common_reenable_update: UI updates were finally reenabled by application "Finder" after 1.31 seconds (server forcibly re-enabled them after 1.00 seconds)
    Jan  2 12:19:28 Simons-iMac.local Finder[265]: CoreText performance note: Client called CTFontCreateWithName() using name "Helvetica" and got font with PostScript name "Helvetica-UltraCompressed". For best performance, only use PostScript names when calling this API.
    Jan  2 12:19:28 Simons-iMac.local Finder[265]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Jan  2 12:19:28 Simons-iMac.local Finder[265]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: BundleBinding [0x6b03] URL: file:///Applications/UnRarX.app/ bundle identifier: com.peternoriega.unrarx request size:256 scale: 1
    Jan  2 12:19:44 Simons-iMac.local Finder[265]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "T&#129;&#128; ".
    Jan  2 12:19:54 Simons-i

    Are you using Boot Camp? If so is your partition NTFS? If so this could be the problem creating a slow startup.

  • New HD in MBP (2009)

    Hi Guys,
    Was having some issues with my MBP (programs shutting down / crashing) so I decided to buy a new 750gb HD and install Mavericks.
    Once I installed the new drive, and got to the desktop, the system started restarting itself... repeatedly! I would get the message: "The system had to restart, please press any key to continue" (along those lines).
    I've taken the new drive back out, made sure it was a fresh install and have also checked the drive with Drive Genius, all of which returned no errors with the drive itself.
    I managed to get the log from Console before the last crash. Can anyone help please?
    18/10/2014 23:34:36.418 com.apple.audio.DriverHelper[432]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    18/10/2014 23:34:36.418 com.apple.audio.DriverHelper[432]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    18/10/2014 23:34:36.418 com.apple.audio.DriverHelper[432]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    18/10/2014 23:34:36.418 com.apple.audio.DriverHelper[432]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    18/10/2014 23:34:36.418 com.apple.audio.DriverHelper[432]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    18/10/2014 23:34:36.418 com.apple.audio.DriverHelper[432]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    18/10/2014 23:34:36.419 com.apple.audio.DriverHelper[432]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    18/10/2014 23:34:36.419 com.apple.audio.DriverHelper[432]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    18/10/2014 23:34:36.419 com.apple.audio.DriverHelper[432]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    18/10/2014 23:34:36.419 com.apple.audio.DriverHelper[432]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    18/10/2014 23:34:36.419 com.apple.audio.DriverHelper[432]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    18/10/2014 23:34:36.419 com.apple.audio.DriverHelper[432]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    18/10/2014 23:34:36.419 com.apple.audio.DriverHelper[432]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    18/10/2014 23:34:36.420 com.apple.audio.DriverHelper[432]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.blued.
    18/10/2014 23:34:36.455 com.apple.audio.DriverHelper[432]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    18/10/2014 23:34:36.455 com.apple.audio.DriverHelper[432]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    18/10/2014 23:34:36.455 com.apple.audio.DriverHelper[432]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    18/10/2014 23:34:36.000 kernel[0]: hfs: unmount initiated on Recovery HD on device disk0s3
    18/10/2014 23:34:36.969 SystemUIServer[353]: Cannot find executable for CFBundle 0x7fd8eb47d920 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    18/10/2014 23:34:37.038 com.apple.BKAgentService[424]: Failed to read the book property list at {/Users/hinalpattani/Library/Containers/com.apple.BKAgentService/Data/Documents /iBooks/Books/Books.plist}.
    18/10/2014 23:34:37.044 bookstoreagent[410]: ServerXPCDispatch: account-logged-in not present in account data, assuming account is signed in
    18/10/2014 23:34:37.092 mbicloudsetup[395]: Error from com.apple.bookstoreagent-xpc - <OS_xpc_error: <error: 0x7fff74ca6b50> { count = 1, contents =
        "XPCErrorDescription" => <string: 0x7fff74ca6e60> { length = 18, contents = "Connection invalid" }
    }>
    18/10/2014 23:34:37.591 com.apple.SecurityServer[14]: Session 100017 created
    18/10/2014 23:34:38.750 mbicloudsetup[395]: com.apple.icdplugin.iMessage: Aliases changed to (
        xxxx
    18/10/2014 23:34:38.757 mbicloudsetup[395]: com.apple.icdplugin.FaceTime: Aliases changed to (
       xxxx
    18/10/2014 23:34:40.732 genatsdb[431]: sandbox cache error 3850
    18/10/2014 23:34:41.388 CalendarAgent[376]: Could not find Meta Data for persistent Store: Error Domain=NSCocoaErrorDomain Code=260 "The file “Calendar Cache” couldn’t be opened because there is no such file." UserInfo=0x7f94cb51b8c0 {NSURL=file:///Users/hinalpattani/Library/Calendars/Calendar%20Cache}
    18/10/2014 23:34:41.422 mbicloudsetup[395]: com.apple.icdplugin.FaceTime: Notified that Account was Registered via notification. Exiting successfully.
    18/10/2014 23:34:41.422 mbicloudsetup[395]: com.apple.icdplugin.FaceTime: Stopping timeout timer
    18/10/2014 23:34:41.423 mbicloudsetup[395]: com.apple.icdplugin.FaceTime: Finished setup with error: (null). User: 501
    18/10/2014 23:34:41.549 mbpluginhost[281]: [AOSAccounts] : IAAppProvider::CopyAccountUIDForUser Timed out waiting
    18/10/2014 23:34:41.550 mbpluginhost[281]: [AOSAccounts] : IAAppProvider::CopyAccountUIDForUser Timed out waiting
    18/10/2014 23:34:41.550 mbpluginhost[281]: [AOSAccounts] : IAAppProvider::CopyAccountUIDForUser Timed out waiting
    18/10/2014 23:34:41.562 mbpluginhost[281]: [AOSAccounts] : IAAppProvider::CopyAccountUIDForUser Timed out waiting
    18/10/2014 23:34:41.562 mbpluginhost[281]: [AOSAccounts] : IAAppProvider::CopyAccountUIDForUser Timed out waiting
    18/10/2014 23:34:42.145 SystemUIServer[353]: Cannot find executable for CFBundle 0x7fd8eb526d50 </System/Library/CoreServices/Menu Extras/Battery.menu> (not loaded)
    18/10/2014 23:34:42.152 SystemUIServer[353]: Cannot find executable for CFBundle 0x7fd8eb481f00 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    18/10/2014 23:34:42.208 syncdefaultsd[295]: [AOSAccounts] : IAAppProvider::CopyAccountUIDForUser Timed out waiting
    18/10/2014 23:34:42.610 syncdefaultsd[295]: icbaccountsd-com.apple.accounts will keep remote value for Accounts as it's the initial sync
    18/10/2014 23:34:42.610 syncdefaultsd[295]: icbaccountsd-com.apple.accounts will keep remote value for UpdateList as it's the initial sync
    18/10/2014 23:34:42.610 syncdefaultsd[295]: icbaccountsd-com.apple.accounts will keep remote value for DeletedAccounts as it's the initial sync
    18/10/2014 23:34:42.611 syncdefaultsd[295]: icbaccountsd-com.apple.accounts will keep remote value for Devices as it's the initial sync
    18/10/2014 23:34:42.611 syncdefaultsd[295]: icbaccountsd-com.apple.accounts will keep remote value for CurrentAccounts as it's the initial sync
    18/10/2014 23:34:42.611 syncdefaultsd[295]: supressing remaining warnings for icbaccountsd-com.apple.accounts
    18/10/2014 23:34:42.611 syncdefaultsd[295]: icbaccountsd-com.apple.accounts had 6 keys that reported issues.
    18/10/2014 23:34:42.711 com.apple.SecurityServer[14]: Session 100022 created
    18/10/2014 23:34:43.050 parentalcontrolsd[448]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    18/10/2014 23:34:43.264 com.apple.NotesMigratorService[450]: Joined Aqua audit session
    18/10/2014 23:34:43.405 com.apple.dock.extra[441]: <NSXPCConnection: 0x7ff110c359e0>: received an undecodable message (no exported object to receive message). Dropping message.
    18/10/2014 23:34:43.489 com.apple.time[339]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    18/10/2014 23:34:43.511 com.apple.time[339]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    18/10/2014 23:34:43.678 SystemUIServer[353]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    18/10/2014 23:34:43.678 SystemUIServer[353]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    18/10/2014 23:34:43.746 SystemUIServer[353]: It does not make sense to draw an image when [NSGraphicsContext currentContext] is nil.  This is a programming error. Break on void _NSWarnForDrawingImageWithNoCurrentContext() to debug.  This will be logged only once.  This may break in the future.
    18/10/2014 23:34:43.918 com.apple.internetaccounts[421]: An instance 0x7f9c11f7d7c0 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x7f9c11f7f1e0> (
    <NSKeyValueObservance 0x7f9c11f7f010: Observer: 0x7f9c11f7a3e0, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff8920f43b, Property: 0x7f9c11f7e910>
    18/10/2014 23:34:44.056 mbicloudsetup[395]: com.apple.icdplugin.iMessage: Notified that Account was Registered via notification. Exiting successfully.
    18/10/2014 23:34:44.057 mbicloudsetup[395]: com.apple.icdplugin.iMessage: Stopping timeout timer
    18/10/2014 23:34:44.057 mbicloudsetup[395]: com.apple.icdplugin.iMessage: Finished setup with error: (null). User: 501
    18/10/2014 23:34:44.000 kernel[0]: hfs: mounted Recovery HD on device disk0s3
    18/10/2014 23:34:44.128 mds[60]: (Normal) Volume: volume:0x7ffdfa8a7000 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Recovery HD
    18/10/2014 23:34:44.140 mbicloudsetup[395]: [AOSAccounts] : IAAppProvider::CreateIAApp: serviceID com.apple.Dataclass.Notes :no account was created error received is [12-AppleInternetAccountsErrorDomain]
    18/10/2014 23:34:44.142 mbicloudsetup[395]: [AOSAccounts] : IAAppProvider::SetEnabled : account hixxx erviceID com.apple.Dataclass.Notes CreateIAApp failed
    18/10/2014 23:34:44.216 fseventsd[72]: Logging disabled completely for device:1: /Volumes/Recovery HD
    18/10/2014 23:34:44.365 com.apple.NotesMigratorService[450]: INFO: FMM: containsRecoveryPartition: YES, version: 13F34
    18/10/2014 23:34:44.749 com.apple.NotesMigratorService[450]: INFO: FMM: isLocationServicesCapable: YES
    18/10/2014 23:34:44.994 CalendarAgent[376]: CoreData: error: (3850) I/O error for database at /Users/hinalpattani/Library/Application Support/AddressBook/Sources/20656051-CFC7-44B2-A4AA-49819984D46A/AddressBook-v2 2.abcddb.  SQLite error code:3850, 'not an error' errno:11
    18/10/2014 23:34:45.087 AddressBookSourceSync[458]: Database file is empty: /Users/hxxxxxxx/Library/Application Support/AddressBook/Sources/20656051-CFC7-44B2-A4AA-49819984D46A/AddressBook-v2 2.abcddb
    18/10/2014 23:34:45.273 syncdefaultsd[295]: Fixing push token
    18/10/2014 23:34:45.288 com.apple.NotesMigratorService[450]: INFO: FMM: areLocationServicesEnabled: YES
    18/10/2014 23:34:45.336 com.apple.NotesMigratorService[450]: INFO: FMM: isLocationServicesCapable: YES
    18/10/2014 23:34:45.338 com.apple.NotesMigratorService[450]: INFO: FMM: areLocationServicesEnabled: YES
    18/10/2014 23:34:45.425 CalendarAgent[376]: 0x7f94cb74cfe0: ManagedObjectContext (ABAddressBook) could not create the store at path: </Users/hinalpattani/Library/Application Support/AddressBook/Sources/20656051-CFC7-44B2-A4AA-49819984D46A/AddressBook-v2 2.abcddb> - creation error: Error Domain=NSCocoaErrorDomain Code=3850 "The operation couldn’t be completed. (Cocoa error 3850.)" UserInfo=0x7f94cb767d90 {NSSQLiteErrorDomain=3850, NSUnderlyingException=I/O error for database at /Users/xxxxxni/Library/Application Support/AddressBook/Sources/20656051-CFC7-44B2-A4AA-49819984D46A/AddressBook-v2 2.abcddb.  SQLite error code:3850, 'not an error' errno:11} {
        NSSQLiteErrorDomain = 3850;
        NSUnderlyingException = "I/O error for database at /Users/xxxxxni/Library/Application Support/AddressBook/Sources/20656051-CFC7-44B2-A4AA-49819984D46A/AddressBook-v2 2.abcddb.  SQLite error code:3850, 'not an error' errno:11";
    18/10/2014 23:34:45.000 kernel[0]: hfs: unmount initiated on Recovery HD on device disk0s3
    18/10/2014 23:34:46.795 com.apple.IconServicesAgent[400]: main Failed to composit image for binding VariantBinding [0x13f] flags: 0x8 binding: FileInfoBinding [0x30d] - extension: lpdf, UTI: com.apple.localized-pdf-bundle, fileType: ????.
    18/10/2014 23:34:46.796 quicklookd[461]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x103] - extension: lpdf, UTI: com.apple.localized-pdf-bundle, fileType: ???? request size:128 scale: 1
    18/10/2014 23:34:56.181 icbaccountsd[406]: __17-[ICBServer sync]_block_invoke: Client triggered, however either the checkbox is disabled or there are not enough peers, exiting...
    18/10/2014 23:34:56.400 mds_stores[141]: (Error) SecureStore: Access token 11 changed uid from -1 to 501
    18/10/2014 23:34:56.542 com.apple.internetaccounts[421]: Could not replace account with identifier: _local
    18/10/2014 23:34:56.544 com.apple.internetaccounts[421]: Could not replace account with identifier: _local
    18/10/2014 23:34:56.549 com.apple.internetaccounts[421]: Could not replace account with identifier: _local
    18/10/2014 23:34:56.551 CalendarAgent[376]: Could not replace account with identifier: _local
    18/10/2014 23:34:56.552 CalendarAgent[376]: Could not replace account with identifier: _local
    18/10/2014 23:34:56.552 CalendarAgent[376]: Could not replace account with identifier: _local
    18/10/2014 23:34:56.561 soagent[382]: Could not replace account with identifier: _local
    18/10/2014 23:34:56.562 soagent[382]: Could not replace account with identifier: _local
    18/10/2014 23:34:56.562 soagent[382]: Could not replace account with identifier: _local
    18/10/2014 23:34:56.565 AddressBookSourceSync[458]: Could not replace account with identifier: _local
    18/10/2014 23:34:56.566 AddressBookSourceSync[458]: Could not replace account with identifier: _local
    18/10/2014 23:34:56.567 AddressBookSourceSync[458]: Could not replace account with identifier: _local
    18/10/2014 23:34:57.262 PubSubAgent[468]: SQL Error: SQLITE_CANTOPEN[14.0]: Database file not found
    18/10/2014 23:34:58.795 SystemUIServer[353]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    18/10/2014 23:34:58.796 SystemUIServer[353]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    18/10/2014 23:35:05.000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x9400 ****
    18/10/2014 23:35:08.612 xpcproxy[483]: assertion failed: 13F34: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    18/10/2014 23:35:09.288 com.apple.InputMethodKit.UserDictionary[486]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](760): CoreData: Ubiquity:  hinalpattani~1E9078E6-9024-5D95-97F1-5E7A31D9ED12:UserDictionary
    Using local storage: 1
    18/10/2014 23:35:09.403 ubd[487]: sandbox cache error 11: database disk image is malformed
    18/10/2014 23:35:13.994 com.apple.time[339]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    18/10/2014 23:35:14.734 com.apple.time[339]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    18/10/2014 23:35:18.915 com.apple.MailServiceAgent[483]: Attempt to create special mailbox Sent on server failed. Storing locally instead.
    18/10/2014 23:35:20.074 com.apple.IconServicesAgent[400]: main Failed to composit image for binding VariantBinding [0x1b3] flags: 0x8 binding: FileInfoBinding [0x2a7] - extension: lpdf, UTI: com.apple.localized-pdf-bundle, fileType: ????.
    18/10/2014 23:35:20.075 quicklookd[461]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x103] - extension: lpdf, UTI: com.apple.localized-pdf-bundle, fileType: ???? request size:128 scale: 1
    18/10/2014 23:35:26.481 launchproxyls[342]: Launch Services seeding did not complete
    18/10/2014 23:35:28.000 kernel[0]: Limiting closed port RST response from 264 to 250 packets per second
    18/10/2014 23:35:30.071 syspolicyd[497]: loading GKE 73c488ae-09c5-4846-9a70-ffe612ca5f13 (replacing nothing)
    18/10/2014 23:35:37.000 kernel[0]: hfs: mounted Transmission on device disk2s1
    18/10/2014 23:35:37.121 mds[60]: (Normal) Volume: volume:0x7ffdfa8b4200 ********** Bootstrapped Creating a default store:1 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Transmission
    18/10/2014 23:35:44.195 apsd[86]: Failed to send activation record to service com.apple.ManagedClient.enroll
    18/10/2014 23:35:46.741 Finder[354]: NSFileCoordinator: Sending of a providerCheckin message was interrupted. Details: Connection interrupted
    18/10/2014 23:35:55.213 locationd[66]: Could not open database /var/root/Library/Caches/locationd/consolidated.db, error code = 14
    18/10/2014 23:35:55.276 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/cells.plist if present
    18/10/2014 23:35:55.287 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/cells-local.plist if present
    18/10/2014 23:35:55.288 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/h-cells.plist if present
    18/10/2014 23:35:55.288 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/h-wifis.plist if present
    18/10/2014 23:35:55.288 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/clients-b.plist if present
    18/10/2014 23:35:55.289 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/c-trained.plist if present
    18/10/2014 23:35:55.289 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/cells.db if present
    18/10/2014 23:35:55.289 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/cells.db-journal if present
    18/10/2014 23:35:55.290 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/wifis.db if present
    18/10/2014 23:35:55.290 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/wifis.db-journal if present
    18/10/2014 23:35:55.290 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/cells-local.db if present
    18/10/2014 23:35:55.291 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/cells-local.db-journal if present
    18/10/2014 23:35:55.291 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/h-locations.db if present
    18/10/2014 23:35:55.291 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/h-locations.db-journal if present
    18/10/2014 23:35:55.291 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/h-cells.db if present
    18/10/2014 23:35:55.292 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/h-cells.db-journal if present
    18/10/2014 23:35:55.292 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/h-wifis.db if present
    18/10/2014 23:35:55.292 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/h-wifis.db-journal if present
    18/10/2014 23:35:55.292 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/compass.db if present
    18/10/2014 23:35:55.293 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/compass.db-journal if present
    18/10/2014 23:35:55.293 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/history.db if present
    18/10/2014 23:35:55.293 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/history.db-journal if present
    18/10/2014 23:35:55.293 locationd[66]: Deleting /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/glgps_nvs.bin if present
    18/10/2014 23:36:34.970 SCHelper[429]: active (but IDLE) sessions
    18/10/2014 23:36:34.971 SCHelper[429]:   0x7fb5c9d00300 {port = 0x1c03, caller = accountsd(397):com.apple.accountsd, path = /Library/Preferences/SystemConfiguration/com.apple.accounts.exists.plist}
    18/10/2014 23:36:40.075 AddressBookSourceSync[458]: Error, could not create MachMessagePort for com.apple.AddressBook.abd
    18/10/2014 23:36:40.079 com.apple.launchd.peruser.501[257]: (com.apple.AddressBook.abd) Throttling respawn: Will start in 9 seconds
    18/10/2014 23:36:46.254 com.apple.launchd.peruser.501[257]: (com.apple.AddressBook.abd) Throttling respawn: Will start in 3 seconds
    18/10/2014 23:36:46.271 mds[60]: (Normal) Volume: volume:0x7ffdfb262000 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/firmwaresyncd.IfCKNS
    18/10/2014 23:37:46.000 kernel[0]: considerRebuildOfPrelinkedKernel prebuild rebuild has expired
    18/10/2014 23:38:45.000 kernel[0]: CoreServicesUIAg[553] Unable to quarantine: 93
    18/10/2014 23:38:45.000 kernel[0]: CoreServicesUIAg[553] Unable to quarantine: 93
    18/10/2014 23:38:45.000 kernel[0]: CoreServicesUIAg[553] Unable to quarantine: 93
    18/10/2014 23:38:45.000 kernel[0]: CoreServicesUIAg[553] Unable to quarantine: 93
    18/10/2014 23:38:45.000 kernel[0]: CoreServicesUIAg[553] Unable to quarantine: 93
    18/10/2014 23:38:45.000 kernel[0]: CoreServicesUIAg[553] Unable to quarantine: 93
    18/10/2014 23:38:45.000 kernel[0]: CoreServicesUIAg[553] Unable to quarantine: 93
    18/10/2014 23:38:45.000 kernel[0]: CoreServicesUIAg[553] Unable to quarantine: 93
    18/10/2014 23:38:45.000 kernel[0]: CoreServicesUIAg[553] Unable to quarantine: 93
    18/10/2014 23:39:35.000 bootlog[0]: BOOT_TIME 1413671975 0
    18/10/2014 23:39:55.000 syslogd[17]: 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.
    18/10/2014 23:39:55.000 syslogd[17]: 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".
    18/10/2014 23:39:55.000 syslogd[17]: 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.
    18/10/2014 23:39:55.000 syslogd[17]: 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.
    18/10/2014 23:39:55.000 syslogd[17]: 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.
    18/10/2014 23:39:55.000 syslogd[17]: 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.
    18/10/2014 23:39:55.000 syslogd[17]: 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.
    18/10/2014 23:39:55.000 syslogd[17]: 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.
    18/10/2014 23:39:55.000 syslogd[17]: 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.
    18/10/2014 23:39:55.000 syslogd[17]: 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.
    18/10/2014 23:39:55.000 syslogd[17]: 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.
    18/10/2014 23:39:55.000 syslogd[17]: 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.
    18/10/2014 23:39:55.000 syslogd[17]: 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.
    18/10/2014 23:39:55.000 syslogd[17]: 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.
    18/10/2014 23:39:55.000 syslogd[17]: 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.
    18/10/2014 23:39:55.000 syslogd[17]: 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.
    18/10/2014 23:39:55.000 syslogd[17]: 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.
    18/10/2014 23:39:55.000 kernel[0]: Longterm timer threshold: 1000 ms
    18/10/2014 23:39:55.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
    18/10/2014 23:39:55.000 kernel[0]: vm_page_bootstrap: 880160 free pages and 94688 wired pages
    18/10/2014 23:39:55.000 kernel[0]: kext submap [0xffffff7f807a9000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a9000]
    18/10/2014 23:39:55.000 kernel[0]: zone leak detection enabled
    18/10/2014 23:39:55.000 kernel[0]: "vm_compressor_mode" is 4
    18/10/2014 23:39:55.000 kernel[0]: standard timeslicing quantum is 10000 us
    18/10/2014 23:39:55.000 kernel[0]: standard background quantum is 2500 us
    18/10/2014 23:39:55.000 kernel[0]: mig_table_max_displ = 74
    18/10/2014 23:39:55.000 kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    18/10/2014 23:39:55.000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    18/10/2014 23:39:55.000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    18/10/2014 23:39:55.000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    18/10/2014 23:39:55.000 kernel[0]: calling mpo_policy_init for Sandbox
    18/10/2014 23:39:55.000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    18/10/2014 23:39:55.000 kernel[0]: calling mpo_policy_init for Quarantine
    18/10/2014 23:39:55.000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    18/10/2014 23:39:55.000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    18/10/2014 23:39:55.000 kernel[0]: The Regents of the University of California. All rights reserved.
    18/10/2014 23:39:55.000 kernel[0]: MAC Framework successfully initialized
    18/10/2014 23:39:55.000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    18/10/2014 23:39:55.000 kernel[0]: AppleKeyStore starting (BUILT: Aug 17 2014 20:21:39)
    18/10/2014 23:39:55.000 kernel[0]: IOAPIC: Version 0x11 Vectors 64:87
    18/10/2014 23:39:55.000 kernel[0]: ACPI: sleep states S3 S4 S5
    18/10/2014 23:39:55.000 kernel[0]: pci (build 20:04:33 Aug 17 2014), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    18/10/2014 23:39:55.000 kernel[0]: AppleIntelCPUPowerManagement: (built 20:17:40 Aug 17 2014) initialization complete
    18/10/2014 23:39:55.000 kernel[0]: [ PCI configuration begin ]
    18/10/2014 23:39:55.000 kernel[0]: console relocated to 0xf80010000
    18/10/2014 23:39:55.000 kernel[0]: [ PCI configuration end, bridges 7, devices 19 ]
    18/10/2014 23:39:55.000 kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 00254bfffeb946fa; max speed s800.
    18/10/2014 23:39:55.000 kernel[0]: USBMSC Identifier (non-unique): 35544A305147364320202020 0x13fd 0x840 0x114, 2
    18/10/2014 23:39:55.000 kernel[0]: mcache: 2 CPU(s), 64 bytes CPU cache line size
    18/10/2014 23:39:55.000 kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    18/10/2014 23:39:55.000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    18/10/2014 23:39:55.000 kernel[0]: rooting via boot-uuid from /chosen: 02B0B932-93F3-3BE0-9A14-E641735DFA58
    18/10/2014 23:39:55.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>
    18/10/2014 23:39:55.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    18/10/2014 23:39:55.000 kernel[0]: com.apple.AppleFSCompressionTypeLZVN kmod start
    18/10/2014 23:39:55.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    18/10/2014 23:39:55.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    18/10/2014 23:39:55.000 kernel[0]: com.apple.AppleFSCompressionTypeLZVN load succeeded
    18/10/2014 23:39:55.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    18/10/2014 23:39:55.000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    18/10/2014 23:39:55.000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/WDC WD7500BPKX-22HPJT0 Media/IOGUIDPartitionScheme/Macintosh HD@2
    18/10/2014 23:39:55.000 kernel[0]: BSD root: disk0s2, major 1, minor 1
    18/10/2014 23:39:55.000 kernel[0]: jnl: b(1, 1): replay_journal: from: 14712320 to: 19725824 (joffset 0x6ff000)
    18/10/2014 23:39:55.000 kernel[0]: jnl: b(1, 1): journal replay done.
    18/10/2014 23:39:55.000 kernel[0]: hfs: mounted Macintosh HD on device root_device
    18/10/2014 23:39:55.000 kernel[0]: hfs: Removed 33 orphaned / unlinked files and 14 directories
    18/10/2014 23:39:39.508 com.apple.launchd[1]: *** launchd[1] has started up. ***
    18/10/2014 23:39:39.508 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    18/10/2014 23:39:55.332 com.apple.SecurityServer[14]: Session 100000 created
    18/10/2014 23:39:56.244 com.apple.SecurityServer[14]: Entering service
    18/10/2014 23:39:56.000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    18/10/2014 23:39:56.340 configd[18]: network changed.
    18/10/2014 23:39:56.368 configd[18]: setting hostname to "Hinals-MacBook-Pro.local"
    18/10/2014 23:39:56.000 kernel[0]: jnl: disk0s4: replay_journal: from: 659968 to: 1692160 (joffset 0xed8000)
    18/10/2014 23:39:57.123 UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    18/10/2014 23:39:57.000 kernel[0]: jnl: disk0s4: journal replay done.
    18/10/2014 23:39:57.000 kernel[0]: hfs: mounted Data on device disk0s4
    18/10/2014 23:39:57.000 kernel[0]: Waiting for DSMOS...
    18/10/2014 23:39:59.000 kernel[0]: AGC: 3.6.22, HW version=1.7.10, flags:0, features:4
    18/10/2014 23:39:59.000 kernel[0]: BTCOEXIST off
    18/10/2014 23:39:59.000 kernel[0]: BRCM tunables:
    18/10/2014 23:39:59.000 kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    18/10/2014 23:39:59.000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    18/10/2014 23:39:59.000 kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    18/10/2014 23:39:59.000 kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    18/10/2014 23:39:59.000 kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    18/10/2014 23:39:59.000 kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    18/10/2014 23:39:59.000 kernel[0]: Previous Shutdown Cause: -128
    18/10/2014 23:39:59.000 kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    18/10/2014 23:39:59.972 fseventsd[79]: event logs in /Volumes/Data/.fseventsd out of sync with volume.  destroying old logs. (214 3 426)
    18/10/2014 23:39:59.983 fseventsd[79]: log dir: /Volumes/Data/.fseventsd getting new uuid: D5241C53-A98C-4313-BFA8-4DB982F03504
    18/10/2014 23:40:00.118 fseventsd[79]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (370 25 430)
    18/10/2014 23:40:00.134 hidd[78]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    18/10/2014 23:40:00.136 hidd[78]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    18/10/2014 23:40:00.000 kernel[0]: VM Swap Subsystem is ON
    18/10/2014 23:40:00.563 fseventsd[79]: log dir: /.fseventsd getting new uuid: A6F4F04E-C52D-486A-BA12-C09D412ED553
    18/10/2014 23:40:00.793 DumpPanic[82]: Saved panic report for kernel to /Library/Logs/DiagnosticReports/Kernel_2014-10-18-234000_Hinals-MacBook-Pro.pan ic
    18/10/2014 23:40:00.844 mDNSResponder[70]: mDNSResponder mDNSResponder-522.92.1 (Jul 27 2014 17:31:49) starting OSXVers 13
    18/10/2014 23:40:00.877 com.apple.usbmuxd[56]: usbmuxd-327.4 on Feb 12 2014 at 14:54:33, running 64 bit
    18/10/2014 23:40:01.471 digest-service[95]: label: default
    18/10/2014 23:40:01.472 digest-service[95]:     dbname: od:/Local/Default
    18/10/2014 23:40:01.472 digest-service[95]:     mkey_file: /var/db/krb5kdc/m-key
    18/10/2014 23:40:01.472 digest-service[95]:     acl_file: /var/db/krb5kdc/kadmind.acl
    18/10/2014 23:40:01.544 awacsd[90]: Starting awacsd connectivity_executables-97.1 (Jul 27 2014 17:02:42)
    18/10/2014 23:40:02.196 digest-service[95]: digest-request: uid=0
    18/10/2014 23:40:02.211 awacsd[90]: InnerStore CopyAllZones: no info in Dynamic Store
    18/10/2014 23:40:02.378 systemkeychain[99]: done file: /var/run/systemkeychaincheck.done
    18/10/2014 23:40:02.399 digest-service[95]: digest-request: netr probe 0
    18/10/2014 23:40:02.400 digest-service[95]: digest-request: init request
    18/10/2014 23:40:02.424 digest-service[95]: digest-request: init return domain: BUILTIN server: HINALS-MACBOOK-PRO indomain was: <NULL>
    18/10/2014 23:40:02.712 apsd[92]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    18/10/2014 23:40:03.060 networkd[117]: networkd.117 built Aug 24 2013 22:08:46
    18/10/2014 23:40:03.530 locationd[75]: NBB-Could not get UDID for stable refill timing, falling back on random
    18/10/2014 23:40:03.561 locationd[75]: Location icon should now be in state 'Inactive'
    18/10/2014 23:40:03.760 configd[18]: network changed: DNS*
    18/10/2014 23:40:03.763 configd[18]: network changed.
    18/10/2014 23:40:03.000 kernel[0]: NVEthernet::start - Built Aug 17 2014 20:19:15
    18/10/2014 23:40:03.000 kernel[0]: NVDAStartup: Official
    18/10/2014 23:40:03.000 kernel[0]: NVDAStartup: Official
    18/10/2014 23:40:03.849 mDNSResponder[70]: D2D_IPC: Loaded
    18/10/2014 23:40:03.849 mDNSResponder[70]: D2DInitialize succeeded
    18/10/2014 23:40:03.854 mDNSResponder[70]:   4: Listening for incoming Unix Domain Socket client requests
    18/10/2014 23:40:03.882 locationd[75]: locationd was started after an unclean shutdown
    18/10/2014 23:40:04.000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key MOTP (kSMCKeyNotFound)
    18/10/2014 23:40:05.000 kernel[0]: IOBluetoothUSBDFU::probe
    18/10/2014 23:40:05.000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8217 FirmwareVersion - 0x0207
    18/10/2014 23:40:05.000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x3000 ****
    18/10/2014 23:40:05.000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0x3000 ****
    18/10/2014 23:40:05.000 kernel[0]: NVDANV50HAL loaded and registered
    18/10/2014 23:40:05.000 kernel[0]: NVDANV50HAL loaded and registered
    18/10/2014 23:40:07.000 kernel[0]: init
    18/10/2014 23:40:07.000 kernel[0]: probe
    18/10/2014 23:40:07.000 kernel[0]: start
    18/10/2014 23:40:07.000 kernel[0]: DSMOS has arrived
    18/10/2014 23:40:07.000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x3000
    18/10/2014 23:40:07.000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    18/10/2014 23:40:07.000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key BEMB (kSMCKeyNotFound)
    18/10/2014 23:40:07.000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    18/10/2014 23:40:07.000 kernel[0]: IO80211Interface::efiNVRAMPublished():
    18/10/2014 23:40:07.393 UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    18/10/2014 23:40:07.000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    18/10/2014 23:40:07.000 kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0x6f40 -- 0xb800 -- 0x3000 ****
    18/10/2014 23:40:07.401 loginwindow[73]: Login Window Application Started
    18/10/2014 23:40:07.499 airportd[94]: airportdProcessDLILEvent: en1 attached (down)
    18/10/2014 23:40:07.000 kernel[0]: createVirtIf(): ifRole = 1
    18/10/2014 23:40:07.000 kernel[0]: in func createVirtualInterface ifRole = 1
    18/10/2014 23:40:07.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1
    18/10/2014 23:40:07.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    18/10/2014 23:40:07.000 kernel[0]: Created virtif 0xffffff801cfff800 p2p0
    18/10/2014 23:40:08.000 kernel[0]: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    18/10/2014 23:40:08.000 kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    18/10/2014 23:40:08.320 configd[18]: dhcp_arp_router: en1 SSID unavailable
    18/10/2014 23:40:08.892 mds[69]: (Normal) FMW: FMW 0 0
    18/10/2014 23:40:08.896 WindowServer[120]: Server is starting up
    18/10/2014 23:40:09.721 WindowServer[120]: Session 256 retained (2 references)
    18/10/2014 23:40:09.721 WindowServer[120]: Session 256 released (1 references)
    18/10/2014 23:40:09.741 WindowServer[120]: Session 256 retained (2 references)
    18/10/2014 23:40:09.744 WindowServer[120]: init_page_flip: page flip mode is on
    18/10/2014 23:42:14.000 bootlog[0]: BOOT_TIME 1413672134 0
    18/10/2014 23:42:31.000 syslogd[19]: 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.
    18/10/2014 23:42:31.000 syslogd[19]: 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".
    18/10/2014 23:42:31.000 syslogd[19]: 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.
    18/10/2014 23:42:31.000 syslogd[19]: 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.
    18/10/2014 23:42:31.000 syslogd[19]: 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.
    18/10/2014 23:42:31.000 syslogd[19]: 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.
    18/10/2014 23:42:31.000 syslogd[19]: 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.
    18/10/2014 23:42:31.000 syslogd[19]: 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.
    18/10/2014 23:42:31.000 syslogd[19]: 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.
    18/10/2014 23:42:31.000 syslogd[19]: 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.
    18/10/2014 23:42:31.000 syslogd[19]: 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.
    18/10/2014 23:42:31.000 syslogd[19]: 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.
    18/10/2014 23:42:31.000 syslogd[19]: 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.
    18/10/2014 23:42:31.000 syslogd[19]: 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.
    18/10/2014 23:42:31.000 syslogd[19]: 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.
    18/10/2014 23:42:31.000 syslogd[19]: 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.
    18/10/2014 23:42:31.000 syslogd[19]: 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.
    18/10/2014 23:42:31.000 kernel[0]: Longterm timer threshold: 1000 ms
    18/10/2014 23:42:31.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
    18/10/2014 23:42:31.000 kernel[0]: vm_page_bootstrap: 889888 free pages and 84960 wired pages
    18/10/2014 23:42:31.000 kernel[0]: kext submap [0xffffff7f807a9000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a9000]
    18/10/2014 23:42:31.000 kernel[0]: zone leak detection enabled
    18/10/2014 23:42:31.000 kernel[0]: "vm_compressor_mode" is 4
    18/10/2014 23:42:31.000 kernel[0]: standard timeslicing quantum is 10000 us
    18/10/2014 23:42:31.000 kernel[0]: standard background quantum is 2500 us
    18/10/2014 23:42:31.000 kernel[0]: mig_table_max_displ = 74
    18/10/2014 23:42:31.000 kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    18/10/2014 23:42:31.000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    18/10/2014 23:42:31.000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    18/10/2014 23:42:31.000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    18/10/2014 23:42:31.000 kernel[0]: calling mpo_policy_init for Sandbox
    18/10/2014 23:42:31.000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    18/10/2014 23:42:31.000 kernel[0]: calling mpo_policy_init for Quarantine
    18/10/2014 23:42:31.000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    18/10/2014 23:42:31.000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    18/10/2014 23:42:31.000 kernel[0]: The Regents of the University of California. All rights reserved.
    18/10/2014 23:42:31.000 kernel[0]: MAC Framework successfully initialized
    18/10/2014 23:42:31.000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    18/10/2014 23:42:31.000 kernel[0]: AppleKeyStore starting (BUILT: Aug 17 2014 20:21:39)
    18/10/2014 23:42:31.000 kernel[0]: IOAPIC: Version 0x11 Vectors 64:87
    18/10/2014 23:42:31.000 kernel[0]: ACPI: sleep states S3 S4 S5
    18/10/2014 23:42:31.000 kernel[0]: pci (build 20:04:33 Aug 17 2014), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    18/10/2014 23:42:31.000 kernel[0]: AppleIntelCPUPowerManagement: (built 20:17:40 Aug 17 2014) initialization complete
    18/10/2014 23:42:31.000 kernel[0]: [ PCI configuration begin ]
    18/10/2014 23:42:31.000 kernel[0]: console relocated to 0xf80010000
    18/10/2014 23:42:31.000 kernel[0]: [ PCI configuration end, bridges 7, devices 19 ]
    18/10/2014 23:42:31.000 kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 00254bfffeb946fa; max speed s800.
    18/10/2014 23:42:31.000 kernel[0]: USBMSC Identifier (non-unique): 35544A305147364320202020 0x13fd 0x840 0x114, 2
    18/10/2014 23:42:31.000 kernel[0]: mcache: 2 CPU(s), 64 bytes CPU cache line size
    18/10/2014 23:42:31.000 kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    18/10/2014 23:42:31.000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    18/10/2014 23:42:31.000 kernel[0]: rooting via boot-uuid from /chosen: 02B0B932-93F3-3BE0-9A14-E641735DFA58
    18/10/2014 23:42:31.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>
    18/10/2014 23:42:31.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    18/10/2014 23:42:31.000 kernel[0]: com.apple.AppleFSCompressionTypeLZVN kmod start
    18/10/2014 23:42:31.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    18/10/2014 23:42:31.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    18/10/2014 23:42:31.000 kernel[0]: com.apple.AppleFSCompressionTypeLZVN load succeeded
    18/10/2014 23:42:31.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    18/10/2014 23:42:31.000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    18/10/2014 23:42:31.000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/WDC WD7500BPKX-22HPJT0 Media/IOGUIDPartitionScheme/Macintosh HD@2
    18/10/2014 23:42:31.000 kernel[0]: BSD root: disk0s2, major 1, minor 1
    18/10/2014 23:42:31.000 kernel[0]: jnl: b(1, 1): replay_journal: from: 11653120 to: 14430208 (joffset 0x6ff000)
    18/10/2014 23:42:31.000 kernel[0]: jnl: b(1, 1): journal replay done.
    18/10/2014 23:42:31.000 kernel[0]: hfs: mounted Macintosh HD on device root_device
    18/10/2014 23:42:31.000 kernel[0]: hfs: Removed 1 orphaned / unlinked files and 77 directories
    18/10/2014 23:42:31.000 kernel[0]: VM Swap Subsystem is ON
    18/10/2014 23:42:16.111 com.apple.launchd[1]: *** launchd[1] has started up. ***
    18/10/2014 23:42:16.111 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    18/10/2014 23:42:29.498 hidd[43]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    18/10/2014 23:42:29.501 hidd[43]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    18/10/2014 23:42:30.929 DumpPanic[47]: Saved panic report for kernel to /Library/Logs/DiagnosticReports/Kernel_2014-10-18-234230_Hinals-MacBook-Pro.pan ic
    18/10/2014 23:42:31.824 com.apple.SecurityServer[25]: Session 100000 created
    18/10/2014 23:42:32.004 com.apple.SecurityServer[25]: Entering service
    18/10/2014 23:42:32.000 kernel[0]: hfs: mounted Data on device disk0s4
    18/10/2014 23:42:33.121 configd[54]: setting hostname to "Hinals-MacBook-Pro.local"
    18/10/2014 23:42:33.128 configd[54]: network changed.
    18/10/2014 23:42:33.000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    18/10/2014 23:42:33.547 com.apple.usbmuxd[17]: usbmuxd-327.4 on Feb 12 2014 at 14:54:33, running 64 bit
    18/10/2014 23:42:34.014 mDNSResponder[35]: mDNSResponder mDNSResponder-522.92.1 (Jul 27 2014 17:31:49) starting OSXVers 13
    18/10/2014 23:42:34.158 digest-service[67]: label: default
    18/10/2014 23:42:34.158 digest-service[67]:     dbname: od:/Local/Default
    18/10/2014 23:42:34.158 digest-service[67]:     mkey_file: /var/db/krb5kdc/m-key
    18/10/2014 23:42:34.159 digest-service[67]:     acl_file: /var/db/krb5kdc/kadmind.acl
    18/10/2014 23:42:34.219 UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    18/10/2014 23:42:34.000 kernel[0]: Waiting for DSMOS...
    18/10/2014 23:42:35.306 digest-service[67]: digest-request: uid=0
    18/10/2014 23:42:35.402 apsd[59]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    18/10/2014 23:42:35.669 configd[54]: network changed.
    18/10/2014 23:42:35.671 configd[54]: network changed: DNS*
    18/10/2014 23:42:35.675 mDNSResponder[35]: D2D_IPC: Loaded
    18/10/2014 23:42:35.675 mDNSResponder[35]: D2DInitialize succeeded
    18/10/2014 23:42:35.682 mDNSResponder[35]:   4: Listening for incoming Unix Domain Socket client requests
    18/10/2014 23:42:35.733 awacsd[57]: Starting awacsd connectivity_executables-97.1 (Jul 27 2014 17:02:42)
    18/10/2014 23:42:35.804 networkd[114]: networkd.114 built Aug 24 2013 22:08:46
    18/10/2014 23:42:36.011 locationd[40]: NBB-Could not get UDID for stable refill timing, falling back on random
    18/10/2014 23:42:36.078 locationd[40]: Location icon should now be in state 'Inactive'
    18/10/2014 23:42:36.177 digest-service[67]: digest-request: netr probe 0
    18/10/2014 23:42:36.178 digest-service[67]: digest-request: init request
    18/10/2014 23:42:36.193 digest-service[67]: digest-request: init return domain: BUILTIN server: HINALS-MACBOOK-PRO indomain was: <NULL>
    18/10/2014 23:42:36.249 awacsd[57]: InnerStore CopyAllZones: no info in Dynamic Store
    18/10/2014 23:42:36.360 systemkeychain[100]: done file: /var/run/systemkeychaincheck.done
    18/10/2014 23:42:36.000 kernel[0]: AGC: 3.6.22, HW version=1.7.10, flags:0, features:4
    18/10/2014 23:42:37.000 kernel[0]: BTCOEXIST off
    18/10/2014 23:42:37.000 kernel[0]: BRCM tunables:
    18/10/2014 23:42:37.000 kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    18/10/2014 23:42:37.000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    18/10/2014 23:42:37.000 kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    18/10/2014 23:42:37.000 kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    18/10/2014 23:42:37.000 kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    18/10/2014 23:42:37.000 kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    18/10/2014 23:42:37.000 kernel[0]: Previous Shutdown Cause: -128
    18/10/2014 23:42:37.000 kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    18/10/2014 23:42:38.000 kernel[0]: NVEthernet::start - Built Aug 17 2014 20:19:15
    18/10/2014 23:42:38.000 kernel[0]: NVDAStartup: Official
    18/10/2014 23:42:38.000 kernel[0]: NVDAStartup: Official
    18/10/2014 23:42:39.000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key MOTP (kSMCKeyNotFound)
    18/10/2014 23:42:39.000 kernel[0]: IOBluetoothUSBDFU::probe
    18/10/2014 23:42:39.000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8217 FirmwareVersion - 0x0207
    18/10/2014 23:42:39.000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x5400 ****
    18/10/2014 23:42:39.000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0x5400 ****
    18/10/2014 23:42:40.000 kernel[0]: NVDANV50HAL loaded and registered
    18/10/2014 23:42:40.000 kernel[0]: NVDANV50HAL loaded and registered
    18/10/2014 23:42:41.340 stackshot[21]: Timed out waiting for IOKit to finish matching.
    18/10/2014 23:42:42.000 kernel[0]: init
    18/10/2014 23:42:42.000 kernel[0]: probe
    18/10/2014 23:42:42.000 kernel[0]: start
    18/10/2014 23:42:42.000 kernel[0]: DSMOS has arrived
    18/10/2014 23:42:42.000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x5400
    18/10/2014 23:42:42.000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    18/10/2014 23:42:42.000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key BEMB (kSMCKeyNotFound)
    18/10/2014 23:42:42.000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    18/10/2014 23:42:42.000 kernel[0]: IO80211Interface::efiNVRAMPublished():
    18/10/2014 23:42:42.000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    18/10/2014 23:42:42.000 kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0xc1c0 -- 0xa800 -- 0x5400 ****
    18/10/2014 23:42:42.479 UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    18/10/2014 23:42:42.499 loginwindow[38]: Login Window Application Started
    18/10/2014 23:42:42.671 WindowServer[120]: Server is starting up
    18/10/2014 23:42:42.733 airportd[61]: airportdProcessDLILEvent: en1 attached (down)
    18/10/2014 23:42:42.000 kernel[0]: createVirtIf(): ifRole = 1
    18/10/2014 23:42:42.000 kernel[0]: in func createVirtualInterface ifRole = 1
    18/10/2014 23:42:42.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1
    18/10/2014 23:42:42.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    18/10/2014 23:42:42.000 kernel[0]: Created virtif 0xffffff8019866c00 p2p0
    18/10/2014 23:42:42.000 kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    18/10/2014 23:42:42.905 mds[34]: (Normal) FMW: FMW 0 0
    18/10/2014 23:42:42.909 airportd[61]: _handleLinkEvent: WiFi is not powered. Resetting state variables.
    18/10/2014 23:42:43.000 kernel[0]: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    18/10/2014 23:42:43.397 configd[54]: dhcp_arp_router: en1 SSID unavailable
    18/10/2014 23:42:43.397 configd[54]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Network is down (50)
    18/10/2014 23:42:43.397 configd[54]: DHCP en1: INIT-REBOOT transmit failed
    18/10/2014 23:42:44.340 WindowServer[120]: Session 256 retained (2 references)
    18/10/2014 23:42:44.340 WindowServer[120]: Session 256 released (1 references)
    18/10/2014 23:42:44.411 WindowServer[120]: Session 256 retained (2 references)
    18/10/2014 23:42:44.414 WindowServer[120]: init_page_flip: page flip mode is on
    18/10/2014 23:42:44.000 kernel[0]: en1: 802.11d country code set to 'GB'.
    18/10/2014 23:42:44.000 kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140
    18/10/2014 23:42:45.366 apsd[59]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    18/10/2014 23:42:45.409 WindowServer[120]: Found 60 modes for display 0x00000000 [60, 0]
    18/10/2014 23:42:45.416 WindowServer[120]: Found 1 modes for display 0x00000000 [1, 0]
    18/10/2014 23:42:45.453 WindowServer[120]: Found 1 modes for display 0x00000000 [1, 0]
    18/10/2014 23:42:45.455 WindowServer[120]: Found 1 modes for display 0x00000000 [1, 0]
    18/10/2014 23:42:45.469 WindowServer[120]: mux_initialize: Mode is logout
    18/10/2014 23:42:45.476 WindowServer[120]: Found 60 modes for display 0x00000000 [60, 0]
    18/10/2014 23:42:45.482 WindowServer[120]: Found 1 modes for display 0x00000000 [1, 0]
    18/10/2014 23:42:45.524 WindowServer[120]: WSMachineUsesNewStyleMirroring: false
    18/10/2014 23:42:45.525 WindowServer[120]: Display 0x04272600: GL mask 0x5; bounds (0, 0)[1920 x 1200], 60 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9c98, S/N 0, Unit 0, Rotation 0
    UUID 0xe529168c7914572020ea0c8d119d7ac1
    18/10/2014 23:42:45.525 WindowServer[120]: Display 0x003f003d: GL mask 0xa; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    18/10/2014 23:42:45.526 WindowServer[120]: WSSetWindowTransform: Singular matrix
    18/10/2014 23:42:45.538 WindowServer[120]: Display 0x04272600: GL mask 0x5; bounds (0, 0)[1920 x 1200], 60 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9c98, S/N 0, Unit 0, Rotation 0
    UUID 0xe529168c7914572020ea0c8d119d7ac1
    18/10/2014 23:42:45.538 WindowServer[120]: Display 0x003f003d: GL mask 0xa; bounds (2944, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    18/10/2014 23:42:45.538 WindowServer[120]: CGXPerformInitialDisplayConfiguration
    18/10/2014 23:42:45.538 WindowServer[120]:   Display 0x04272600: Unit 0; Alias(0, 0x5); Vendor 0x610 Model 0x9c98 S/N 0 Dimensions 14.45 x 9.06; online enabled built-in, Bounds (0,0)[1920 x 1200], Rotation 0, Resolution 1
    18/10/2014 23:42:45.538 WindowServer[120]:   Display 0x003f003d: Unit 1; Alias(1, 0xa); Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2944,0)[1 x 1], Rotation 0, Resolution 1
    18/10/2014 23:42:45.538 WindowServer[120]: CGXMuxBoot: Boot normal
    18/10/2014 23:42:45.736 WindowServer[120]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, accelerator 0x00003497, unit 0, caps QEX|MIPMAP, vram 256 MB
    18/10/2014 23:42:45.745 WindowServer[120]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    18/10/2014 23:42:45.745 WindowServer[120]: GLCompositor: GL renderer id 0x0202260c, GL mask 0x0000000c, accelerator 0x00004b3b, unit 2, caps QEX|MIPMAP, vram 512 MB
    18/10/2014 23:42:45.755 WindowServer[120]: GLCompositor: GL renderer id 0x0202260c, GL mask 0x0000000c, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    18/10/2014 23:42:45.755 WindowServer[120]: GLCompositor enabled for tile size [256 x 256]
    18/10/2014 23:42:45.755 WindowServer[120]: CGXGLInitMipMap: mip map mode is on
    18/10/2014 23:42:45.771 loginwindow[38]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    18/10/2014 23:42:47.527 WindowServer[120]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    18/10/2014 23:42:48.096 WindowServer[120]: Display 0x04272600: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    18/10/2014 23:42:48.200 launchctl[135]: com.apple.findmymacmessenger: Already loaded
    18/10/2014 23:42:48.402 WindowServer[120]: Display 0x04272600: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    18/10/2014 23:42:48.483 com.apple.SecurityServer[25]: Session 100004 created
    18/10/2014 23:42:48.504 WindowServer[120]: Display 0x04272600: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    18/10/2014 23:42:48.608 loginwindow[38]: Setting the initial value of the magsave brightness level 2
    18/10/2014 23:42:48.664 loginwindow[38]: Login Window Started Security Agent
    18/10/2014 23:42:48.761 WindowServer[120]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7f921bc1d0d0) - enabling OpenGL
    18/10/2014 23:42:49.092 SecurityAgent[143]: This is the first run
    18/10/2014 23:42:49.092 SecurityAgent[143]: MacBuddy was run = 0
    18/10/2014 23:42:49.124 SecurityAgent[143]: User info context values set for hinalpattani
    18/10/2014 23:42:49.141 UserEventAgent[137]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    18/10/2014 23:42:49.000 kernel[0]: MacAuthEvent en1   Auth result for: 20:e5:2a:f2:3e:98  MAC AUTH succeeded
    18/10/2014 23:42:49.000 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    18/10/2014 23:42:49.000 kernel[0]: AirPort: Link Up on en1
    18/10/2014 23:42:49.000 kernel[0]: en1: BSSID changed to 20:e5:2a:f2:3e:98
    18/10/2014 23:42:49.000 kernel[0]: AirPort: RSN handshake complete on en1
    18/10/2014 23:42:49.910 loginwindow[38]: Login Window - Returned from Security Agent
    18/10/2014 23:42:49.991 loginwindow[38]: USER_PROCESS: 38 console
    18/10/2014 23:42:50.000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    18/10/2014 23:42:50.000 kernel[0]: AppleKeyStore:Sending lock change 0
    18/10/2014 23:42:50.314 com.apple.launchd.peruser.501[146]: Background: Aqua: Registering new GUI session.
    18/10/2014 23:42:50.354 com.apple.launchd.peruser.50

    Hi Ravi Rai,
    I'm sorry to hear about the issue you are having with your Mac. If you are having hard freezes or restart issue that don't appear to be drive related, even after reinstalling Mavericks, you may want to try the troubleshooting steps outlined in the following article:
    OS X: When your computer spontaneously restarts or displays "Your computer restarted because of a problem."
    Regards,
    - Brenden

Maybe you are looking for

  • Slideshow Elements 9:  Lose audio when creating a .pdf file from the slideshow

    I created the slideshow in Elements 9.  Works great.  Created the .pdf and I lose the audio. I'm trying to send the slideshow via email so it can't be too huge, so I didn't consider the .wmv.  In troubleshooting it mentioned removing the artwork as o

  • Replace single values in a internal table

    Hi all, I have two internal tables. In the first table (itab) I have some values which I have to "decode" using the second table (itabtext). This means that I have to pick every line and replace in the itab a value like "01" with "text for 01" from i

  • XML - Making use of Parsed Contents

    Hi all, i would like to know how i can make use of XML data - gotten from a URL as a data stream- which i parsed using the SAX parser.... code looks something like this: DefaultHandler handler = new indexParser(); SAXParser saxParser = SAXParserFacto

  • BI Content; FI-GL; Retained Earnings

    Hello, the following link leads to the SAP documentation on the FI-GL BI Content (query 0FIGL_C01_Q0010 "General Ledger: Structured Balances - Accumulated"): http://help.sap.com/saphelp_nw70ehp2/helpdata/en/9d/5d788c65d211d3971c006094b969cf/frameset.

  • Cannot discover instance1 on cluster database

    This is strange one for me. I have over a hundred of cluster database configured in 11g EM but somehow this one cluster database on a 2 node rac only see the second instance, not the the first instance when try to add the cluster database to EM. I ha