I've never been able to get the autoupdate to work. It detects a new version, happily downloads, but when I click restart and update, it quits the app, presumably fails to update, and then relaunches, and starts redownloading the update. Usually then I have to get into a hit-quit-a-bunch-war to get it to stop relaunching on quit.
I've pasted the error output from OS X console below:
7/8/14 8:04:09.265 AM Atom[39769]: App load time: 201ms
7/8/14 8:04:35.014 AM Atom[39769]: Download completed to: file:///Volumes/Secondary/Users/pbhogan/Library/Application%20Support/com.github.atom.ShipIt/update.ja3pAYF/download
7/8/14 8:04:42.995 AM com.apple.launchd.peruser.569031419[209]: (com.github.atom.ShipIt[39791]) assertion failed: 13E28: launchd + 105865 [364E35A7-9FA7-3950-8494-40B49A2E7250]: 0xd
7/8/14 8:04:44.875 AM ShipIt[39791]: Beginning installation
7/8/14 8:04:44.893 AM ShipIt[39791]: Couldn't abort install and restore owned bundle to previous location file:///Applications/Atom.app, error NSError { domain: NSPOSIXErrorDomain, code: 2, description: "No such file or directory" }
7/8/14 8:04:56.125 AM ShipIt[39791]: Application launched at file:///Applications/Atom.app
7/8/14 8:04:56.125 AM ShipIt[39791]: Installation error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo=0x7fefdc41a260 {NSLocalizedDescription=Permission denied}
7/8/14 8:04:56.125 AM ShipIt[39791]: ShipIt quitting
7/8/14 8:04:56.131 AM com.apple.launchd.peruser.569031419[209]: (com.github.atom.ShipIt[39791]) Exited with code: 1
7/8/14 8:04:56.132 AM com.apple.launchd.peruser.569031419[209]: (com.github.atom.ShipIt[39794]) assertion failed: 13E28: launchd + 105865 [364E35A7-9FA7-3950-8494-40B49A2E7250]: 0xd
7/8/14 8:04:56.435 AM Atom[39792]: App load time: 190ms
@pbhogan Sorry for the trouble! Can you clarify which version of Atom you're on currently?
cc @probablycorey
I'm on 0.110.0
I did some experimenting and found that it works if placed in ~/Applications instead of the usual /Applications, but this is not really a desirable place to put the app bundle.
It's fairly common (particularly in organizations) on OS X to have a super user account and be logged in with a regular user account. Standard app behavior in this case is to request elevated admin privileges when self-updating. My guess is Atom is not doing so and therefore fails to copy the updated bundle in to /Applications.
It looks like squirrel (the updater we use) fixed this. @keithduncan, do we need to do anything special to get the permissions prompt working with squirrel?
Which version of Squirrel.Mac are we bundling in Atom currently?
We build and store the external frameworks on https://github.com/atom/atom-shell-frameworks/releases, so it looks like we build it around Apr 28. But I'm not sure where to look in the Squirrel.framework to get the exact version number.
Do we have the sha that was built for the Apr 28 release?
@keithduncan, I'm not sure of the exact sha, but it is most likely https://github.com/Squirrel/Squirrel.Mac/commit/b407f94610c675f3c5f1828ffba19308d7b7b28e. That is the commit my local copy of Squirrel.Mac is on, and I'm pretty sure I built the latest version of Squirrel that is being used.
Sorry I took so long to get to this, Iāve confirmed there is an issue when updating an app when running as a user that doesnāt have BSD permissions to write to the directory. Weāre working on a fix now.
I'm also having this problem and I think it occasionally trashes launchd because my computer won't boot up and I have to trash /var/db/launch.db and then once I run Atom again and I see the ShipIt error, it fails again to boot.
I think it occasionally trashes launchd because my computer won't boot up and I have to trash /var/db/launch.db
Squirrel doesnāt touch this directory directly. Though from looking at it, the subdirectories store per-user launchd job override state.
Could you zip up this directory while in a broken state and send a link to the archive for us to inspect?
my computer won't boot up
What errors are you seeing when booting?
Okay, well it's pretty odd.
Basically, what happens is I try to reboot and my system just gets stuck. If I boot using single user mode, I can get to a root prompt, but if I exit it just hangs (no output, nothing happening). I found that if I do launchctl load -D system it will get to the login screen, but things are pretty flakey from that point onward - e.g. I found that some parts of the system won't work (some apps hang, stuff just generally locking up/hanging where it usually doesn't).
To completely fix the issue, what I've found works is the following:
1/ Boot to single user root prompt.
2/ launchctl load -D system get to login window. Log in as a basic user with admin privileges.
3/ Trash /var/folders/* and /var/db/launch.db/*
4/ Reboot.
Usually this seems to fix the problem. I tried just rebooting after step 2 but it still hangs. So, something in launch.db is going wrong. I just trash /var/folders/* for good measure but I haven't tried not doing this.
I've noticed a correlation with this problem, and when Atom appears to try and download updates. I've never had the Atom updater work correctly, I've always had to download updates manually. I have Atom installed in /Applications/User/Atom.app.
If the problem manifests again, I will provide a copy of the two directories I trash along with the LaunchDaemon plists, etc.
Here is some log data regarding some of the ShipIt issues I've been having:
Oct 17 11:10:20 Fukurou.local Atom[5162]: Download completed to: file:///Users/samuel/Library/Application%20Support/com.github.atom.ShipIt/update.iEv1ix8/download
Oct 17 11:10:24 Fukurou.local Atom[5162]: FAILURE: Job com.github.atom.ShipIt is not loaded in launchd.
Oct 17 11:10:24 Fukurou com.apple.launchd.peruser.501[169] (com.github.atom.ShipIt[5183]): assertion failed: 13F34: launchd + 105865 [364E35A7-9FA7-3950-8494-40B49A2E7250]: 0xd
Oct 17 11:22:11 Fukurou.local ShipIt[5183]: Beginning installation
Oct 17 11:22:11 Fukurou.local ShipIt[5183]: Couldn't abort install and restore owned bundle to previous location file:///Applications/User/Atom.app, error NSError { domain: NSPOSIXErrorDomain, code: 2, description: "No such file or directory" }
Oct 17 11:22:21 Fukurou.local ShipIt[5183]: Installation error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo=0x7fbb662164e0 {NSLocalizedDescription=Permission denied}
Oct 17 11:22:21 Fukurou.local ShipIt[5183]: ShipIt quitting
Oct 17 11:22:21 Fukurou com.apple.launchd.peruser.501[169] (com.github.atom.ShipIt[5183]): Exited with code: 1
Oct 17 11:22:21 Fukurou com.apple.launchd.peruser.501[169] (com.github.atom.ShipIt[5250]): assertion failed: 13F34: launchd + 105865 [364E35A7-9FA7-3950-8494-40B49A2E7250]: 0xd
Oct 17 11:22:21 Fukurou.local ShipIt[5250]: Resuming installation attempt 2
Oct 17 11:22:21 Fukurou.local ShipIt[5250]: Couldn't abort install and restore owned bundle to previous location file:///Applications/User/Atom.app, error NSError { domain: NSPOSIXErrorDomain, code: 2, description: "No such file or directory" }
Oct 17 11:22:28 Fukurou.local ShipIt[5250]: Installation error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo=0x7fd2e2553ef0 {NSLocalizedDescription=Permission denied}
Oct 17 11:22:28 Fukurou.local ShipIt[5250]: ShipIt quitting
Oct 17 11:22:28 Fukurou com.apple.launchd.peruser.501[169] (com.github.atom.ShipIt[5250]): Exited with code: 1
Oct 17 11:22:28 Fukurou com.apple.launchd.peruser.501[169] (com.github.atom.ShipIt[5253]): assertion failed: 13F34: launchd + 105865 [364E35A7-9FA7-3950-8494-40B49A2E7250]: 0xd
Oct 17 11:22:28 Fukurou.local ShipIt[5253]: Resuming installation attempt 3
Oct 17 11:22:28 Fukurou.local ShipIt[5253]: Couldn't abort install and restore owned bundle to previous location file:///Applications/User/Atom.app, error NSError { domain: NSPOSIXErrorDomain, code: 2, description: "No such file or directory" }
Oct 17 11:22:34 Fukurou.local ShipIt[5253]: Installation error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo=0x7fcc3b3449f0 {NSLocalizedDescription=Permission denied}
Oct 17 11:22:34 Fukurou.local ShipIt[5253]: ShipIt quitting
Oct 17 11:22:34 Fukurou com.apple.launchd.peruser.501[169] (com.github.atom.ShipIt[5253]): Exited with code: 1
Oct 17 11:22:34 Fukurou com.apple.launchd.peruser.501[169] (com.github.atom.ShipIt[5254]): assertion failed: 13F34: launchd + 105865 [364E35A7-9FA7-3950-8494-40B49A2E7250]: 0xd
Oct 17 11:22:34 Fukurou.local ShipIt[5254]: Too many attempts to install, aborting update
Oct 17 11:22:34 Fukurou.local ShipIt[5254]: Error aborting installation: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory" UserInfo=0x7fc983e2da20 {NSLocalizedDescription=No such file or directory}
Oct 17 11:22:34 Fukurou.local ShipIt[5254]: ShipIt quitting
Oct 17 11:30:30 Fukurou.local Atom[239]: Download completed to: file:///Users/samuel/Library/Application%20Support/com.github.atom.ShipIt/update.sZ6OPQu/download
Oct 17 11:30:34 Fukurou.local Atom[239]: FAILURE: Job com.github.atom.ShipIt is not loaded in launchd.
Oct 17 11:30:34 Fukurou com.apple.launchd.peruser.501[174] (com.github.atom.ShipIt[720]): assertion failed: 13F34: launchd + 105865 [364E35A7-9FA7-3950-8494-40B49A2E7250]: 0xd
Oct 17 12:59:37 Fukurou.local ShipIt[720]: Beginning installation
Oct 17 12:59:37 Fukurou.local ShipIt[720]: Couldn't abort install and restore owned bundle to previous location file:///Applications/User/Atom.app, error NSError { domain: NSPOSIXErrorDomain, code: 2, description: "No such file or directory" }
Oct 17 12:59:45 Fukurou.local ShipIt[720]: Installation error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo=0x7f8632ea98d0 {NSLocalizedDescription=Permission denied}
Oct 17 12:59:45 Fukurou.local ShipIt[720]: ShipIt quitting
Oct 17 12:59:45 Fukurou com.apple.launchd.peruser.501[174] (com.github.atom.ShipIt[720]): Exited with code: 1
Oct 17 12:59:45 Fukurou com.apple.launchd.peruser.501[174] (com.github.atom.ShipIt[1511]): assertion failed: 13F34: launchd + 105865 [364E35A7-9FA7-3950-8494-40B49A2E7250]: 0xd
Oct 17 12:59:45 Fukurou.local ShipIt[1511]: Resuming installation attempt 2
Oct 17 12:59:45 Fukurou.local ShipIt[1511]: Couldn't abort install and restore owned bundle to previous location file:///Applications/User/Atom.app, error NSError { domain: NSPOSIXErrorDomain, code: 2, description: "No such file or directory" }
Oct 17 12:59:53 Fukurou.local ShipIt[1511]: Installation error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo=0x7f8ba3691080 {NSLocalizedDescription=Permission denied}
Oct 17 12:59:53 Fukurou.local ShipIt[1511]: ShipIt quitting
Oct 17 12:59:53 Fukurou com.apple.launchd.peruser.501[174] (com.github.atom.ShipIt[1511]): Exited with code: 1
Oct 17 12:59:53 Fukurou com.apple.launchd.peruser.501[174] (com.github.atom.ShipIt[1512]): assertion failed: 13F34: launchd + 105865 [364E35A7-9FA7-3950-8494-40B49A2E7250]: 0xd
Oct 17 12:59:53 Fukurou.local ShipIt[1512]: Resuming installation attempt 3
Oct 17 12:59:53 Fukurou.local ShipIt[1512]: Couldn't abort install and restore owned bundle to previous location file:///Applications/User/Atom.app, error NSError { domain: NSPOSIXErrorDomain, code: 2, description: "No such file or directory" }
Oct 17 13:00:00 Fukurou.local ShipIt[1512]: Installation error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo=0x7feb4364f9c0 {NSLocalizedDescription=Permission denied}
Oct 17 13:00:00 Fukurou.local ShipIt[1512]: ShipIt quitting
Oct 17 13:00:00 Fukurou com.apple.launchd.peruser.501[174] (com.github.atom.ShipIt[1512]): Exited with code: 1
Oct 17 13:00:00 Fukurou com.apple.launchd.peruser.501[174] (com.github.atom.ShipIt[1516]): assertion failed: 13F34: launchd + 105865 [364E35A7-9FA7-3950-8494-40B49A2E7250]: 0xd
Oct 17 13:00:00 Fukurou.local ShipIt[1516]: Too many attempts to install, aborting update
Oct 17 13:00:00 Fukurou.local ShipIt[1516]: Error aborting installation: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory" UserInfo=0x7fcc5ad1e680 {NSLocalizedDescription=No such file or directory}
Oct 17 13:00:00 Fukurou.local ShipIt[1516]: ShipIt quitting
Oct 17 13:00:25 Fukurou.local sudo[1591]: samuel : TTY=ttys000 ; PWD=/Library ; USER=root ; COMMAND=/usr/bin/find ./ -name *ShipIt*
My gut feeling is something gets really screwed in launchd somehow, but I'm not 100% sure what is going on.
@ioquatix thanks for the detailed write up, Iām particularly interested in the contents of the /var/db/launch.db/com.apple.launchd.peruser.501/ directory after Squirrel has run and potentially broken something.
/cc @jspahrsummers
With the latest update, the same thing appears to have happened again. I haven't rebooted my computer yet. Here is the log file.
23/10/14 12:14:23.384 pm Atom[32565]: Download completed to: file:///Users/samuel/Library/Application%20Support/com.github.atom.ShipIt/update.Xk6PQBQ/download
23/10/14 12:14:27.226 pm com.apple.xpc.launchd[1]: (com.github.atom.ShipIt) The Debug key is no longer respected. Please remove it.
23/10/14 12:21:10.693 pm ShipIt[55944]: Beginning installation
23/10/14 12:21:10.706 pm ShipIt[55944]: Couldn't abort install and restore owned bundle to previous location file:///Applications/User/Atom.app, error NSError { domain: NSPOSIXErrorDomain, code: 2, description: "No such file or directory" }
23/10/14 12:21:17.226 pm ShipIt[55944]: Application launched at file:///Applications/User/Atom.app
23/10/14 12:21:17.227 pm ShipIt[55944]: Installation error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo=0x7fa1850c5350 {NSLocalizedDescription=Permission denied}
23/10/14 12:21:17.227 pm ShipIt[55944]: ShipIt quitting
23/10/14 12:21:17.230 pm com.apple.xpc.launchd[1]: (com.github.atom.ShipIt[55944]) Service exited with abnormal code: 1
I'm going to reboot and see what happens..
Okay, so didn't have any problems this time (running 10.10 now which is different). But, also Atom hasn't updated either.
@ioquatix Silly question, but just to cover all bases: are /Applications/User/Atom.app and /Applications/User/ writable by your account?
I don't think that's a silly question at all.
The applications directory by default is not world writable. I have to type in an admin password to install apps to those directories using the Finder.
Same Problem here. /Applications/User/Atom.app and /Applications/User are not writable by my account. Why should they? Atom asks me for an admin password prior to downloading the update, so Atom could even become root from that moment on and they are both writable for root. I don't have any issues with other software; it will also prompt me for an admin password and then just update, but updating Atom has never worked. Not in 10.8, not in 10.9 and not in 10.10 and with no version of Atom ever. It always fails with "(com.github.atom.ShipIt[838]) Service exited with abnormal code: 1" since the very first day and that on all my OS X systems (I have more than one Mac).
/Applications/User/Atom.app and /Applications/User are not writable by my account. Why should they?
I'm just trying to diagnose possible causes.
At this point, it sounds like Squirrel fails to install updates properly that require administrator privileges. I've filed an issue there that we can use to track this bug.
I am having this same issue on 10.10.1. I have to manually update. My daily user account is a non-privileged user. I do NOT get prompted after the update downloads, when it tries to reinstall, Atom basically enters a loop after I quit out of Atom.
I am currently running 0.154.0
12/11/14 8:00:38.567 PM Atom[30905]: Download completed to: file:///Users/dcastellani/Library/Application%20Support/com.github.atom.ShipIt/update.wM1qoed/download
12/11/14 8:06:36.089 PM ShipIt[31387]: Beginning installation
12/11/14 8:06:36.128 PM ShipIt[31387]: Couldn't abort install and restore owned bundle to previous location file:///Applications/Atom.app, error NSError { domain: NSPOSIXErrorDomain, code: 2, description: "No such file or directory" }
12/11/14 8:06:47.652 PM ShipIt[31387]: Application launched at file:///Applications/Atom.app
12/11/14 8:06:47.652 PM ShipIt[31387]: Installation error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo=0x7f8d2d28ff30 {NSLocalizedDescription=Permission denied}
12/11/14 8:06:47.652 PM ShipIt[31387]: ShipIt quitting
12/11/14 8:06:48.104 PM Atom[51611]: App load time: 314ms
12/11/14 8:07:23.325 PM ShipIt[51613]: Resuming installation attempt 2
12/11/14 8:07:23.363 PM ShipIt[51613]: Couldn't abort install and restore owned bundle to previous location file:///Applications/Atom.app, error NSError { domain: NSPOSIXErrorDomain, code: 2, description: "No such file or directory" }
12/11/14 8:07:23.410 PM ShipIt[51613]: Application launched at file:///Applications/Atom.app
12/11/14 8:07:23.413 PM ShipIt[51613]: Installation error: Error Domain=SQRLInstallerErrorDomain Code=-1 "Failed to copy bundle file:///Users/dcastellani/Library/Application%20Support/com.github.atom.ShipIt/update.wM1qoed/Atom.app/ to directory file:///var/folders/x8/bvhgh_gj7418l43q81vsmmx00000gn/T/com.github.atom.ShipIt.9XCjyhIF/Atom.app" UserInfo=0x7fcc0ac2de80 {NSFilePath=/Users/dcastellani/Library/Application Support/com.github.atom.ShipIt/update.wM1qoed/Atom.app, NSLocalizedDescription=Failed to copy bundle file:///Users/dcastellani/Library/Application%20Support/com.github.atom.ShipIt/update.wM1qoed/Atom.app/ to directory file:///var/folders/x8/bvhgh_gj7418l43q81vsmmx00000gn/T/com.github.atom.ShipIt.9XCjyhIF/Atom.app, NSUnderlyingError=0x7fcc0ac2f5d0 "The file āAtom.appā couldnāt be opened because there is no such file."}
12/11/14 8:07:23.413 PM ShipIt[51613]: ShipIt quitting
12/11/14 8:07:23.913 PM Atom[51641]: App load time: 329ms
12/11/14 8:07:28.599 PM ShipIt[51643]: Resuming installation attempt 3
12/11/14 8:07:28.653 PM ShipIt[51643]: Couldn't abort install and restore owned bundle to previous location file:///Applications/Atom.app, error NSError { domain: NSPOSIXErrorDomain, code: 2, description: "No such file or directory" }
12/11/14 8:07:28.685 PM ShipIt[51643]: Application launched at file:///Applications/Atom.app
12/11/14 8:07:28.687 PM ShipIt[51643]: Installation error: Error Domain=SQRLInstallerErrorDomain Code=-1 "Failed to copy bundle file:///Users/dcastellani/Library/Application%20Support/com.github.atom.ShipIt/update.wM1qoed/Atom.app/ to directory file:///var/folders/x8/bvhgh_gj7418l43q81vsmmx00000gn/T/com.github.atom.ShipIt.tH1h9jcI/Atom.app" UserInfo=0x7fa210e0e1e0 {NSFilePath=/Users/dcastellani/Library/Application Support/com.github.atom.ShipIt/update.wM1qoed/Atom.app, NSLocalizedDescription=Failed to copy bundle file:///Users/dcastellani/Library/Application%20Support/com.github.atom.ShipIt/update.wM1qoed/Atom.app/ to directory file:///var/folders/x8/bvhgh_gj7418l43q81vsmmx00000gn/T/com.github.atom.ShipIt.tH1h9jcI/Atom.app, NSUnderlyingError=0x7fa210e0f930 "The file āAtom.appā couldnāt be opened because there is no such file."}
12/11/14 8:07:28.688 PM ShipIt[51643]: ShipIt quitting
12/11/14 8:07:29.168 PM Atom[51655]: App load time: 336ms
12/11/14 8:07:31.677 PM ShipIt[51657]: Too many attempts to install, aborting update
12/11/14 8:07:31.680 PM ShipIt[51657]: Error aborting installation: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory" UserInfo=0x7fbcc940a680 {NSLocalizedDescription=No such file or directory}
12/11/14 8:07:31.734 PM ShipIt[51657]: Application launched at file:///Applications/Atom.app
12/11/14 8:07:31.734 PM ShipIt[51657]: ShipIt quitting
12/11/14 8:07:32.254 PM Atom[51670]: App load time: 341ms
Still having this problem:
30/01/15 2:13:42.514 pm Atom[5958]: Download completed to: file:///Users/samuel/Library/Application%20Support/com.github.atom.ShipIt/update.inrtCFO/download
30/01/15 2:13:48.948 pm com.apple.xpc.launchd[1]: (com.github.atom.ShipIt) The Debug key is no longer respected. Please remove it.
30/01/15 3:06:55.961 pm ShipIt[10207]: Beginning installation
30/01/15 3:06:55.983 pm ShipIt[10207]: Couldn't abort install and restore owned bundle to previous location file:///Applications/User/Atom.app, error NSError { domain: NSPOSIXErrorDomain, code: 2, description: "No such file or directory" }
30/01/15 3:07:08.231 pm ShipIt[10207]: Application launched at file:///Applications/User/Atom.app
30/01/15 3:07:08.231 pm ShipIt[10207]: Installation error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo=0x7f8217df31d0 {NSLocalizedDescription=Permission denied}
30/01/15 3:07:08.232 pm ShipIt[10207]: ShipIt quitting
30/01/15 3:07:08.238 pm com.apple.xpc.launchd[1]: (com.github.atom.ShipIt[10207]) Service exited with abnormal code: 1
Still having this problem.
25/03/15 1:29:44.246 pm ShipIt[2082]: Application launched at file:///Applications/User/Atom.app
25/03/15 1:29:44.247 pm ShipIt[2082]: Installation error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo=0x7fbd71d94470 {NSLocalizedDescription=Permission denied}
25/03/15 1:29:44.247 pm ShipIt[2082]: ShipIt quitting
Discussion of this issue at the Atom forums. Note the related issue of ShipIt trying to respawn every two seconds forever.
My ShipIt_stderr.log is 38MB in one of my user accounts.
Another discussion of this issue at the Atom forums.
This issue doesn't just affect Atom, it also affects GitHub (and presumably any other app using Squirrel/ShipIt). The issue at Squirrel is probably the better home for this issue, but there has been no activity there since the issue was created in October 2014.
I've also seen a possibly related issue where GitHub run from my admin account incorrectly reports there is no update available.
Experiencing something that could be related with both Atom and GitHub (OS X 10.10.4). Updates seem to download, with Atom saying 'Relaunch and install update' and GitHub saying 'An update will be installed the next time you relaunch the app.'. On relaunching the apps nothing happens, except they both download the same updates, etc. User is admin and write permissions for 'everyone' didn't help. Download- and updating manually for now.
Autoupdate on the mac is also not working for 0.208.0.
I had this same issue on OSX 10.10.3 w/ Atom 0.208.x (just before 1.0) but I was able to get it fixed. I noticed that two of the three _ShipIt_ folders had 'root' for owners. Here is what I did (i hope it helps someone):
~/Library/Application Support/rm -rf com.github.atom.* (Why? To remove all things related to Atom and start over. You could probably just remove com.github.atom.ShipIt).I verified after step 4 that the folders in ~/Library/Application Support/ get created with correct permissions and they did.
I was able to do the update in the app. Now the dialog actually shows "No Update Available" when I have the latest version (currently 1.0.0) - which it never did before.
For the record, I have the GitHub app too and it never had a problem updating. Atom hasn't updated for the last few releases until I went through these steps. Lets hope it continues to work...
Thanks @andypeters for pointing me to the right direction. I had the exact same issue.
$ cd "~/Library/Application Support"
$ find . -user root
./com.github.atom.ShipIt/ShipIt_stderr.log
./com.github.atom.ShipIt/ShipIt_stdout.log
sudo chown $UID:$GID ./com.github.atom.ShipIt/ShipIt_stderr.log ./com.github.atom.ShipIt/ShipIt_stdout.log
Now Atom restarts and updates.
As to why these two files belonged to root, I have no idea.
Still having issues:
2015-07-21 12:10:19.124 ShipIt[78015:7875189] Beginning installation
2015-07-21 12:10:19.142 ShipIt[78015:7875187] Couldn't abort install and restore owned bundle to previous location file:///Applications/User/Atom.app, error NSError { domain: NSPOSIXErrorDomain, code: 2, description: "No such file or directory" }
2015-07-21 12:10:22.863 ShipIt[78015:7875221] Application launched at file:///Applications/User/Atom.app
2015-07-21 12:10:22.863 ShipIt[78015:7875221] Installation error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo=0x7f801d482840 {NSLocalizedDescription=Permission denied}
2015-07-21 12:10:22.863 ShipIt[78015:7875221] ShipIt quitting
Nothing is owned by root in my Application Support directory.
So, I found that Atom.app was owned by my own user:
drwxr-xr-x@ 3 samuel staff 102B 25 Jun 06:11 Atom.app
I fixed this so that it was owned by root wheel and now I get the following errors:
2015-07-21 12:22:27.291 ShipIt[78956:7890195] Installation error: Error Domain=SQRLShipItRequestErrorDomain Code=2 "Could not read update request" UserInfo=0x7fa2b8d02d00 {NSLocalizedDescription=Could not read update request, NSUnderlyingError=0x7fa2b8d00ed0 "The file āShipItState.plistā couldnāt be opened because there is no such file."}
2015-07-21 12:22:27.291 ShipIt[78956:7890195] ShipIt quitting
2015-07-21 12:22:29.317 ShipIt[78957:7890238] Installation error: Error Domain=SQRLShipItRequestErrorDomain Code=2 "Could not read update request" UserInfo=0x7facc3c383f0 {NSLocalizedDescription=Could not read update request, NSUnderlyingError=0x7facc3c2ac60 "The file āShipItState.plistā couldnāt be opened because there is no such file."}
2015-07-21 12:22:29.318 ShipIt[78957:7890238] ShipIt quitting
2015-07-21 12:22:31.342 ShipIt[78958:7890262] Installation error: Error Domain=SQRLShipItRequestErrorDomain Code=2 "Could not read update request" UserInfo=0x7f8a0ad03290 {NSLocalizedDescription=Could not read update request, NSUnderlyingError=0x7f8a0ad01170 "The file āShipItState.plistā couldnāt be opened because there is no such file."}
2015-07-21 12:22:31.342 ShipIt[78958:7890262] ShipIt quitting
2015-07-21 12:22:33.364 ShipIt[78959:7890272] Installation error: Error Domain=SQRLShipItRequestErrorDomain Code=2 "Could not read update request" UserInfo=0x7ff94a5056e0 {NSLocalizedDescription=Could not read update request, NSUnderlyingError=0x7ff94a503490 "The file āShipItState.plistā couldnāt be opened because there is no such file."}
2015-07-21 12:22:33.364 ShipIt[78959:7890272] ShipIt quitting
2015-07-21 12:22:35.391 ShipIt[78960:7890313] Installation error: Error Domain=SQRLShipItRequestErrorDomain Code=2 "Could not read update request" UserInfo=0x7fb290e038d0 {NSLocalizedDescription=Could not read update request, NSUnderlyingError=0x7fb290f0b950 "The file āShipItState.plistā couldnāt be opened because there is no such file."}
2015-07-21 12:22:35.391 ShipIt[78960:7890313] ShipIt quitting
2015-07-21 12:22:37.412 ShipIt[78962:7890322] Installation error: Error Domain=SQRLShipItRequestErrorDomain Code=2 "Could not read update request" UserInfo=0x7f83b3704030 {NSLocalizedDescription=Could not read update request, NSUnderlyingError=0x7f83b35274a0 "The file āShipItState.plistā couldnāt be opened because there is no such file."}
2015-07-21 12:22:37.412 ShipIt[78962:7890322] ShipIt quitting
2015-07-21 12:22:39.439 ShipIt[78963:7890332] Installation error: Error Domain=SQRLShipItRequestErrorDomain Code=2 "Could not read update request" UserInfo=0x7fd72bd03d40 {NSLocalizedDescription=Could not read update request, NSUnderlyingError=0x7fd72bc27c50 "The file āShipItState.plistā couldnāt be opened because there is no such file."}
2015-07-21 12:22:39.439 ShipIt[78963:7890332] ShipIt quitting
2015-07-21 12:22:41.463 ShipIt[78964:7890408] Installation error: Error Domain=SQRLShipItRequestErrorDomain Code=2 "Could not read update request" UserInfo=0x7f891a6031f0 {NSLocalizedDescription=Could not read update request, NSUnderlyingError=0x7f891a601350 "The file āShipItState.plistā couldnāt be opened because there is no such file."}
2015-07-21 12:22:41.464 ShipIt[78964:7890408] ShipIt quitting
2015-07-21 12:22:43.490 ShipIt[78965:7890432] Installation error: Error Domain=SQRLShipItRequestErrorDomain Code=2 "Could not read update request" UserInfo=0x7fe06ac2c620 {NSLocalizedDescription=Could not read update request, NSUnderlyingError=0x7fe06ad0d950 "The file āShipItState.plistā couldnāt be opened because there is no such file."}
2015-07-21 12:22:43.491 ShipIt[78965:7890432] ShipIt quitting
2015-07-21 12:22:45.512 ShipIt[78966:7890447] Installation error: Error Domain=SQRLShipItRequestErrorDomain Code=2 "Could not read update request" UserInfo=0x7f832b507b70 {NSLocalizedDescription=Could not read update request, NSUnderlyingError=0x7f832b5058f0 "The file āShipItState.plistā couldnāt be opened because there is no such file."}
2015-07-21 12:22:45.512 ShipIt[78966:7890447] ShipIt quitting
I am still having the problem too. Verified the permission of every file mentioned above in ~Library. All my user. Searched in /Library too (didn't find much). Checked /Applications/Atom.app permission. It is my user, but the admin group. Not sure if it helps, but thought I would give the info.
By the way, it will sound silly, but where do I get the error logs as ioquatix does ? Console.app ? Anyhow, thanks for looking into the problem.
Is there a way to disable auto-update? I'm on a very slow internet connection a lot (tethering in places with weak signal) and I don't want Atom to do the following every time:
launchctl remove itRight now I have only two ways to remedy this:
Also, can someone explain this or how to fix it?

I still experience the same issues as @ghlecl.
What's the correct way to manually update Atom when auto-update fails? Downloading a zip from atom.io and dumping the new Atom.app on top of the existing one?
(I'm seeing the same errors as @ioquatix with version 1.0.7)
I can confirm this issue on my platform as well. I am using Mac OS X 10.11.1 (El Capitan) and I'm trying to update Atom to 1.1.0.
I could only fix it by uninstalling Atom completely following the suggestions from this question and reinstalling the newest version from the website.
@andradei You didn't have to uninstall it completely. I bet the copy in /Applications now is owned by your user, correct? If that is the case, it will work. But this is dangerous as now every other app you can can modify Atom.app. That's why Apple always makes all apps installed from the AppStore to be owned by root:wheel, so that only admins can replace/alter apps and only by granting the system explicit permissions. This is very safe. Yet if you do that to Atom.app, autoupdate will fail again. Autoupdate just cannot update Atom when not owned by the current user, that's what the whole problem is all about (and always has been since day one). And this is clearly a bug, as the Updater is asking for Admin privileges when required for the update (it know that it needs these and it asks for them), so it should be able to do it, but it will still fail.
@jtheoof The two files belonged to root because root privileges were determined necessary for updating Atom (that is the case if atom is owned by root or if it is owned by some other user that is not the currently logged in user). The the updater will ask for root permissions and if granted, it will become root, so all files it is writing will be owned by root, too. Still the updater fails to update because it's just broken.
I just wish Atom would use Sparkle like the rest of the world that handles all these edges cases so well and so flawlessly. The current updater is Squirrel and sorry I have to say that, but Squirrel is crap. At least the version Atom is using surely is and it's just pitiful that the Atom developers cannot use a version of Squirrel that works or convince the Squirrel guys to fix their crap and that for ages.
@TGOS thanks for saying what I've been thinking the duration of this entire thread.
Sparkle isn't hard to use* ā there has to be some reason GitHub is not using it. My only guess so far is that GitHub thinks that Sparkle gives users too much user control (one of the reasons why Sparkle is better) and would rather push out updates silently and in a way that can't be easily turned off.
This is a rather grim outlook, and I'd rather be convinced that this is not the case. It'd be really cool if someone from GitHub could step up and tell us why they prefer Squirrel over Atom (or point out where it was stated before).
* Now that I think about it, perhaps their app deployment infrastructure is tightly integrated with Squirrel and so they're not going to fix something that works well for them. _But please someone confirm this._
It'd be really cool if someone from GitHub could step up and tell us why they prefer Squirrel over Sparkle
I can give at least a little context to this.
For a very long time, Sparkle wasn't maintained. GitHub for Mac used it, but had a lot of instability and bugs around updating because of it. So that team (of which I was a part) decided to create Squirrel. Atom chose to use Squirrel for similar reasons: it was a known, maintained technology where Sparkle was known to be unstable and unmaintained.
Good insight! Are there plans to switch back to Sparkle given the numerous issues in this and similar threads, and now that Sparkle seems to be maintained and would probably be more on top of fixing these issues than Squirrel?
We don't have any plans to switch, but we're very aware that the update experience isn't great right now. :disappointed:
@TGOS Correct (owned by local user).
It really does suck to have to choose between Atom running safely and having Auto-update working.
My case seems to be the same as that of any OS X new comers, when they install Atom for the first time. All I did was download and install.
I hope a solution comes up soon.
+1 on this still happening in mac os x 10.11.1 el captain update and trying to get Atom 1.1.0 trying to update to the later version.
@TGOS & @joshaber - has an apple radar report been made about this problem with updating/re-launching the Atom Editor app and the Finder permissions/ownership? if so, can you post the radar bug number so we can, perhaps, track the progress, please?
best,
ā faddah
portland, oregon, u.s.a.
@faddah A report for which bug? Where do you think does OS X misbehave?
+1
I have the same problem. I am also using Atom as a Standard User in OS X (Non-admin user).
@faddah: The problem isn't with Finder or Mac OS, so there should not be an Apple radar report.
The problem is with Squirrel, the autoupdater framework that Atom uses. Here is the official bug report: Squirrel/Squirrel.Mac#131. Note that it references this issue.
@joshaber: Currently, what's the biggest reason for not switching? Is it something the open source community can fix, or is GitHub's app deployment process deeply tied to Squirrel?
Currently, what's the biggest reason for not switching?
The effort involved.
Is it something the open source community can fix
Absolutely. Pull requests against Squirrel would be fantastic :sparkles:
To reference @pylaligand 's question (What's the correct way to manually update Atom when auto-update fails? Downloading a zip from atom.io and dumping the new Atom.app on top of the existing one?), is that the way to update Atom currently until the issue is fixed?
is that the way to update Atom currently until the issue is fixed?
Yup, that's probably the best way forward.
thanks!
added similar comment also +1 to Squirrel/Squirrel.Mac#131, @szhu . thank you. @szhu, @TGOS & @joshaber ā is this being worked on? this has been a problem with squirrel and auto-updates on Mac OS X since Mac OS X 10.9.4 & atom 0.110.0, and we're now on Mac OS X 10.11.1 El Capitan and Atom 1.2.3.
@faddah No, as far as I know there's no one actively working on this.
Also running into this with Zurb's new application Yeti Launch. It would be nice to see progress on this issue.
+1
I normally use a user account without sudo privileges for security reasons and this seems to kill the Atom autoupdates. I don't get a user/password dialogue box to ask for permission to update, either.
It's disappointing that this doesn't work in Atom, because the same feature works flawlessly in other apps like Chrome and Firefox.
If this is not going to be directly addressed in the near future by Atom, then how about putting Atom on the Apple app store?
@maxkfranz This original issue probably takes less effort to solve than it takes to change the autoupdate framework to either Sparkle or App Store or to add an error dialog or whatever other workaround you can think of. The only problem is that no one is working on it. (The GitHub people aren't working on it, I'm not working on it, you're not working on it.)
A lot of you might wonder why GitHub isn't prioritizing this issue. My guess is that all of them are installing it in the user's home folder (~/Applications), where no special permissions are required. In case you're wondering, this isn't unprecedented behavior -- Spotify, regardless of where it's initially installed, updates only into the user's home folder.
@joshaber let me know how my intuition fares on this.
My guess is that all of them are installing it in the user's home folder (~/Applications), where no special permissions are required.
I can't speak for the whole team obviously, but I personally have Atom in /Applications.
My guess is that your user as an administrator, right?
For everyone reading, here's why this is significant:

Original issue is still occurring under OS X 10.11.1 and Atom 1.2.3. If I run as a non-admin account and install to '/Applications', the Atom process auto-update always fails.
This is only a temporary workaround for non-admin users until the Atom/Squirrel team can resolve the user-rights issues, but will enable you to run and use Atom like a normal user.
How to reproduce the original issue:
Thank you for the detailed reproduction steps & temporary workaround, @AnAtomUser
This is still an issue for me, even after workarounds and complete uninstalls/reinstalls. I'm using an administrative account.
This error is spamming my Console.app:
12/22/15 2:22:19.962 PM com.apple.xpc.launchd[1]: (com.github.atom.ShipIt[96295]) Service exited with abnormal code: 1
12/22/15 2:22:19.962 PM com.apple.xpc.launchd[1]: (com.github.atom.ShipIt) Service only ran for 0 seconds. Pushing respawn out by 2 seconds.
This is in ~/Library/Application\ Support/com.github.atom.ShipIt/ShipIt_stderr.log, which was 300MB+ when I first looked into this issue:
2015-12-22 14:22:28.083 ShipIt[96302:1625542] Installation error: Error Domain=SQRLShipItRequestErrorDomain Code=2 "Could not read update request" UserInfo={NSLocalizedDescription=Could not read update request, NSUnderlyingError=0x7fb311f0a8e0 {Error Domain=NSCocoaErrorDomain Code=260 "The file āShipItState.plistā couldnāt be opened because there is no such file." UserInfo={NSFilePath=/var/root/Library/Application Support/com.github.atom.ShipIt/ShipItState.plist, NSUnderlyingError=0x7fb311f0a760 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}}}
2015-12-22 14:22:28.083 ShipIt[96302:1625542] ShipIt quitting
_Note: /var/root/Library/Application\ Support/com.github.atom.Shipit/ is an empty directory_
This error is thrown when I rm -r /Applications/Atom.app:
12/22/15 2:22:30.092 PM com.apple.xpc.launchd[1]: (com.github.atom.ShipIt[96303]) Could not find and/or execute program specified by service: 2: No such file or directory: /Applications/Atom.app/Contents/Frameworks/Squirrel.framework/Resources/ShipIt
Hi,
I had the same problem. I am a user on my predecessor's machine.
I grabbed the new version from: https://atom.io/ and dropped into Applications.
It seems to have worked, but is it OK to do this way? Will I be able to receive future updates now?
Sorry to jump thread but it seemed similar issue.
Thanks
@joelbrennan0 I am 'updating' the same way but it is tiresome. Additionally I haven't received any updates doing it this way.
If I remember correctly it used to work before we went over to 1.0 but thats just a wild guess.
Does any of the team who run Atom's analytics platform have any data on how many OS X users are stuck on old versions? At first glance, it would seem that this bug should be considered high priority given that Atom's auto-update framework on OS X is broken for all non-admin users. Some analytics data would help quantify the scale of how many users are affected.
The workaround to use install Atom in the local user ~/Applications folder suggested above does work, but it is exactly that - a clunky and inelegant workaround. Almost every other modern OS X application can install and update from the system /Applications folder. Atom should really JustWork(TM) for a typical user without the need for special installation instructions. Currently, it does not.
Running an application as a non-admin user is a fundamental test case for any piece of OS X, Windows or GNU/Linux software. It seems crazy that (a) this got missed and (b) subsequently this longstanding bug has been ignored for several major release cycles.
If this bug does not get any interest from Atom developers, I hope that Atom will start to use the new Atom Electron 0.34.0 Mac App Store functionality instead - at least non-admin users could then use the Mac App Store to auto-update.
As an alternative to previously suggested workarounds, it is possible to use the Homebrew package manager to install and update for Atom Editor. The Homebrew Cask framework will install the Atom executable to an appropriate sub-folder of /opt/ and create a sym-link to the main /Applications directory. As of December 2015, the Cask framework for managing GUI applications is included by default with the Homebrew package manager.
brew cask install --appdir="/Applications" atom
brew cask can be used to update the Atom Editor, outside of Atom's flawed in-app auto-update mechanism. For non-admin users, this method is easier than having to visit the atom.io website, manually download each new build and copy to /Applications.
brew cask install --force --appdir="/Applications" atom
Hopefully, this will give those who adhere to the principle of least privilege an alternative workaround until this permissions bug can be resolved.
PS - A public thank you to all the developers who have made a great editor so far.
This still happens to me.
Atom: You need to ask for elevated privileges. Use the Authorization Services Framework. It's not that hard.
+1 on this issue. Still happening in El Capitain with the latest version. Everytime I need to update I have to download the application from the website.
@mtrpires I've just given up on it working in the normal /Applications directory and put it in ~/Applications instead. It's a wasteful solution per user, but I got really tired of manually updating Atom with every new release.
I gave up and installed Linux, problem solved.
Thanks, Max. Done that and now it works. Sad to see this was not fixed yet.
On Tue, May 3, 2016 at 5:42 PM, Max Franz [email protected] wrote:
@mtrpires https://github.com/mtrpires I've just given up on it working
in the normal /Applications directory and put it in ~/Applications
instead. It's a wasteful solution per user, but I got really tired of
manually updating Atom with every new release.ā
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
https://github.com/atom/atom/issues/2860#issuecomment-216657884
I haven't been able to totally remove atom (which I would like) but I've been able to get the log to stop printing with:
launchctl stop com.github.GitHub.ShipIt
@ioquatix kek that downgrade.
~/Applications isn't a long-term solution. At 218MB Atom is somewhat bloated, and installing per-user wastes tons of SSD space.
There is an immediate amelioration available:
/Applications. This would save time, space, and bandwidth.There are several permanent solutions, ordered by "goodness":
/Applications./Library/LaunchAgents that infrequently runs Squirrel with elevated permissions to perform updates.Thanks @alexchandel for excellent short term and long term suggestions. It is surprising that Squirrel downloads the heavy updates or starts a ship.it task prior to checking whether it has the authorization to apply the updates.
Does anyone know of any other Squirrel apps that have already solved the problem (perhaps Github Desktop for Mac?)
+1
I have the same problem on macOS 10.11.5 (https://github.com/atom/atom/issues/12072)
I just had a somewhat similar issue with auto upgrading from 1.9.2 to 1.9.7 where I had to launch atom from the command line with sudo in order to get the update to stick. Otherwise it would keep downloading the new version and prompting me to restart and install.
macOS 10.11.6
This may be relevant. I'm a non-admin user. Atom Version 1.12.2. macOS OS X 10.12.1.
"Could not create a temporary directory: Permission denied"
Is anyone else who is experiencing the upgrade issue now seeing "Could not create directory etc?".

@50Wliu @probablycorey @joshaber Any updates on this issue?
Still updating on Mac isn't working and ShipIt reports the following error
c2017-02-15 10:55:48.755 ShipIt[6668:36102] Installation error: Error Domain=SQRLShipItRequestErrorDomain Code=2 "Could not read update request" UserInfo={NSLocalizedDescription=Could not read update request, NSUnderlyingError=0x7faf22c00630 {Error Domain=NSCocoaErrorDomain Code=260 "The file āShipItState.plistā couldnāt be opened because there is no such file." UserInfo={NSFilePath=/var/root/Library/Caches/com.github.atom.ShipIt/ShipItState.plist, NSUnderlyingError=0x7faf22c299b0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}}}
2017-02-15 10:55:48.755 ShipIt[6668:36102] ShipIt quitting
Which makes sense because the ShipItState.plist file gets created within the home folder of my none admin user... ~/Library/Caches/com.github.atom.ShipIt/ShipItState.plist. Any chance that this will be fixed soon? It's quite annoying to download always manually the latest release from the Website and install it manually :(
As a note, I have been using the beta version of Atom for the past couple months now for an unrelated issue, and it has no problems auto updating.
@sww1235 perhaps this means an old version was broken in a way new versions are not which cannot be removed easily
@sww1235 are you running as a Standard user or Admin? This bug is when running as non-admin. I just faced this issue on 1.14.1 macOS 10.12.3 and had to manually update to 1.15. No error message was given by the auto-updater. It just restarted, shows old version number, and starts downloading the update again.
Fwiw, Firefox and Chrome were also installed as Admin but have no problems updating under Standard user. So I can see that technically it is possible.
I have a funny story about this. I had the auto-updated turned on (the default). While using mobile data, it decided to download Atom in the background, but failed for whatever reason, and then re-attemped download. It chewed through all my mobile data (3Gbytes) in about an hour. It cost me about $100 NZD worth of mobile data. Since then I use Little Snitch and turned off ALL atom network traffic :)
Okay, so here is what happens:
1/ Open Atom About.
2/ Click Check for Updates.
3/ New version 1.15.x available, Click install.
4/ Atom exits after a while, and reopens. Still v1.14.x
Log from ShipIt from Console.
default 17:25:04.351295 +1300 ShipIt Claim FBFFA8CF-BDD3-45F6-84F7-74B3EBB4C0E1 granted in client
default 17:25:04.351329 +1300 ShipIt Claim FBFFA8CF-BDD3-45F6-84F7-74B3EBB4C0E1 invoked in client
default 17:25:09.980121 +1300 ShipIt Claim C928646F-280A-4E5C-928F-4BDA15B3D1A7 granted in client
default 17:25:09.980259 +1300 ShipIt Claim C928646F-280A-4E5C-928F-4BDA15B3D1A7 invoked in client
default 17:25:13.191696 +1300 ShipIt subsystem: com.apple.securityd, category: csresource, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:13.191972 +1300 ShipIt subsystem: com.apple.securityd, category: dirval, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:13.192398 +1300 ShipIt subsystem: com.apple.securityd, category: unixio, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:13.192518 +1300 ShipIt subsystem: com.apple.securityd, category: macho, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:13.192694 +1300 ShipIt subsystem: com.apple.securityd, category: machorep, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:13.192844 +1300 ShipIt subsystem: com.apple.securityd, category: cfloadfile, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.409751 +1300 ShipIt subsystem: com.apple.securityd, category: cssm, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.410001 +1300 ShipIt subsystem: com.apple.securityd, category: handleobj, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.410179 +1300 ShipIt subsystem: com.apple.securityd, category: MDS_Scan, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.410289 +1300 ShipIt subsystem: com.apple.securityd, category: MDS_API, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.410418 +1300 ShipIt subsystem: com.apple.securityd, category: SSclnt, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.410867 +1300 ShipIt subsystem: com.apple.securityd, category: MDS_IO, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.410987 +1300 ShipIt subsystem: com.apple.securityd, category: mdslock, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.411144 +1300 ShipIt subsystem: com.apple.securityd, category: security_exception, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.411315 +1300 ShipIt UNIX error exception: 17
default 17:25:15.411496 +1300 ShipIt subsystem: com.apple.securityd, category: DBOpen, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.411595 +1300 ShipIt subsystem: com.apple.securityd, category: dbsession, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.411822 +1300 ShipIt subsystem: com.apple.securityd, category: atomicfile, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.411862 +1300 ShipIt 0x7fb37cd04340 opened /private/var/db/mds/system/mdsDirectory.db: 50744 bytes
default 17:25:15.411910 +1300 ShipIt 0x7fb37cd04340 closed /private/var/db/mds/system/mdsDirectory.db
default 17:25:15.413516 +1300 ShipIt UNIX error exception: 17
default 17:25:15.413744 +1300 ShipIt subsystem: com.apple.securityd, category: policy, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.413927 +1300 ShipIt subsystem: com.apple.securityd, category: dateparse, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.414364 +1300 ShipIt subsystem: com.apple.securityd, category: callback, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.414489 +1300 ShipIt UNIX error exception: 17
default 17:25:15.415119 +1300 ShipIt subsystem: com.apple.securityd, category: secpref, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.415830 +1300 ShipIt subsystem: com.apple.securityd, category: keyDate, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.418553 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72873])
default 17:25:15.418803 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72873])
default 17:25:15.422706 +1300 ShipIt subsystem: com.apple.securityd, category: trustSettings, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.432509 +1300 ShipIt subsystem: com.apple.securityd, category: trustSettingsEval, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.435886 +1300 ShipIt subsystem: com.apple.securityd, category: bundle, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.438860 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.438964 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.439066 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.439167 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.439325 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.439409 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.439519 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.439606 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.439688 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.439756 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.439870 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.439937 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.440205 +1300 ShipIt subsystem: com.apple.securityd, category: codedir, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.448220 +1300 ShipIt subsystem: com.apple.securityd, category: staticCode, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.448358 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.448413 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.448465 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.448504 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.506882 +1300 ShipIt subsystem: com.apple.securityd, category: rdirenum, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.507490 +1300 ShipIt subsystem: com.apple.securityd, category: rscan, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:15.515648 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72873])
default 17:25:15.515963 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72873])
default 17:25:15.519537 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72873])
default 17:25:15.519580 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72873])
default 17:25:15.519845 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72873])
default 17:25:15.519908 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72873])
default 17:25:15.522986 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.523083 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.523290 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.523357 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.523486 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72873])
default 17:25:15.523581 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72873])
default 17:25:15.523695 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.523806 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.523963 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.524054 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.524223 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.524308 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.524427 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.524520 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.524855 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.524929 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.525037 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.525124 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.526493 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72873])
default 17:25:15.526503 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72873])
default 17:25:15.526533 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72873])
default 17:25:15.526582 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72873])
default 17:25:15.528682 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.528775 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.528786 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.528873 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.528877 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.528930 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.528978 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.529046 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.529105 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.529158 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.529191 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.529219 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.529247 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.529279 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.529312 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.529443 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72873])
default 17:25:15.529401 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.529494 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72873])
default 17:25:15.529424 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.529546 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.529843 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.529850 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.529898 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.529938 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.530019 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.530061 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.530195 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.530242 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.530294 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.530313 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.530338 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.530373 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.530440 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.530482 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.536781 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.536799 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.536893 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.536908 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.536996 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.537081 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.537053 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.537154 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.537301 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.537321 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.537362 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.537410 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.537455 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.537494 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.537567 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.537572 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.537719 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.537780 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.537783 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.537844 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.538066 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.538078 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.538136 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.538170 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.538630 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.538650 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.538770 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.538859 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.538864 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.538938 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.539165 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.539240 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.539717 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.539788 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.539888 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.539964 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.540097 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.540148 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.540203 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.540251 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.540325 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.540403 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.540508 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.540573 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.540928 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.541003 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.541097 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.541162 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.542930 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.542993 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.543102 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.543201 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.543374 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.543411 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.543449 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.543509 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.543603 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.543690 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.543761 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.543837 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.544127 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.544183 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.544256 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:15.544310 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:17.054728 +1300 ShipIt ShipIt quitting
default 17:25:17.075115 +1300 ShipIt Claim 6D97A318-4BCC-4988-BE7E-B4A5D871E5B0 granted in client
default 17:25:17.075148 +1300 ShipIt Claim 6D97A318-4BCC-4988-BE7E-B4A5D871E5B0 invoked in client
default 17:25:17.077482 +1300 ShipIt Claim 70603591-0306-4DF1-A8AD-72CC555CFA19 granted in client
default 17:25:17.077510 +1300 ShipIt Claim 70603591-0306-4DF1-A8AD-72CC555CFA19 invoked in client
default 17:25:20.538784 +1300 ShipIt subsystem: com.apple.securityd, category: csresource, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:20.539035 +1300 ShipIt subsystem: com.apple.securityd, category: dirval, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:20.539577 +1300 ShipIt subsystem: com.apple.securityd, category: unixio, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:20.539660 +1300 ShipIt subsystem: com.apple.securityd, category: macho, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:20.539841 +1300 ShipIt subsystem: com.apple.securityd, category: machorep, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:20.539981 +1300 ShipIt subsystem: com.apple.securityd, category: cfloadfile, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.627300 +1300 ShipIt subsystem: com.apple.securityd, category: cssm, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.627517 +1300 ShipIt subsystem: com.apple.securityd, category: handleobj, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.627657 +1300 ShipIt subsystem: com.apple.securityd, category: MDS_Scan, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.627861 +1300 ShipIt subsystem: com.apple.securityd, category: MDS_API, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.627996 +1300 ShipIt subsystem: com.apple.securityd, category: SSclnt, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.628476 +1300 ShipIt subsystem: com.apple.securityd, category: MDS_IO, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.628587 +1300 ShipIt subsystem: com.apple.securityd, category: mdslock, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.628721 +1300 ShipIt subsystem: com.apple.securityd, category: security_exception, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.628893 +1300 ShipIt UNIX error exception: 17
default 17:25:22.629057 +1300 ShipIt subsystem: com.apple.securityd, category: DBOpen, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.629184 +1300 ShipIt subsystem: com.apple.securityd, category: dbsession, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.629371 +1300 ShipIt subsystem: com.apple.securityd, category: atomicfile, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.629403 +1300 ShipIt 0x7ff79dd016e0 opened /private/var/db/mds/system/mdsDirectory.db: 50744 bytes
default 17:25:22.629480 +1300 ShipIt 0x7ff79dd016e0 closed /private/var/db/mds/system/mdsDirectory.db
default 17:25:22.630952 +1300 ShipIt UNIX error exception: 17
default 17:25:22.631166 +1300 ShipIt subsystem: com.apple.securityd, category: policy, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.631358 +1300 ShipIt subsystem: com.apple.securityd, category: dateparse, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.631699 +1300 ShipIt subsystem: com.apple.securityd, category: callback, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.631782 +1300 ShipIt UNIX error exception: 17
default 17:25:22.632320 +1300 ShipIt subsystem: com.apple.securityd, category: secpref, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.632683 +1300 ShipIt subsystem: com.apple.securityd, category: keyDate, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.634958 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72878])
default 17:25:22.635243 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72878])
default 17:25:22.638089 +1300 ShipIt subsystem: com.apple.securityd, category: trustSettings, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.640255 +1300 ShipIt subsystem: com.apple.securityd, category: trustSettingsEval, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.642921 +1300 ShipIt subsystem: com.apple.securityd, category: bundle, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.646209 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.646260 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.646317 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.646378 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.646499 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.646539 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.646636 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.646689 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.646751 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.646823 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.646906 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.646945 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.647132 +1300 ShipIt subsystem: com.apple.securityd, category: codedir, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.648431 +1300 ShipIt subsystem: com.apple.securityd, category: staticCode, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.648513 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.648550 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.648622 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.648695 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.693751 +1300 ShipIt subsystem: com.apple.securityd, category: rdirenum, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.694389 +1300 ShipIt subsystem: com.apple.securityd, category: rscan, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:22.707250 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72878])
default 17:25:22.707244 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72878])
default 17:25:22.707560 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72878])
default 17:25:22.707599 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72878])
default 17:25:22.710649 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72878])
default 17:25:22.710660 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72878])
default 17:25:22.710709 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72878])
default 17:25:22.710721 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72878])
default 17:25:22.710778 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72878])
default 17:25:22.712917 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72878])
default 17:25:22.712971 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72878])
default 17:25:22.712980 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72878])
default 17:25:22.713026 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72878])
default 17:25:22.713125 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72878])
default 17:25:22.716339 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.716350 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.716399 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.716409 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.716618 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.716625 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.716733 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.716774 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.716911 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.717055 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.717061 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.717162 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.717172 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.717276 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.717287 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.717354 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.717383 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.717476 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.717477 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.717578 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.717606 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.717688 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.717713 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.717780 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.718039 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.718100 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.718127 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.718184 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.718198 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.718251 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.718254 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.718324 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.730094 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.730189 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.730344 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.730417 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.730577 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.730648 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.730744 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.730826 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.730920 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.730973 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.731044 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.731111 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.731570 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.731623 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.731682 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.731731 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.732471 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.732532 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.732615 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.732680 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.732725 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.732793 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.732850 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.732910 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.732946 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.732978 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733025 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733057 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733057 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733136 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733147 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733201 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733250 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733259 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733273 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733328 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733399 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733457 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733471 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733487 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733543 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733566 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733581 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733631 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733641 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733702 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733736 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733780 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733790 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733860 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733911 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.733937 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.734023 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.734034 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.734173 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.734210 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.734223 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.734271 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.734337 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.734400 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.734512 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.734557 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.734606 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.734659 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.735103 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.735146 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.735239 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.735303 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.735432 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.735524 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.735576 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.735675 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.735774 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.735834 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.735916 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.735975 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.736279 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.736312 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.736418 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:22.736477 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:24.150994 +1300 ShipIt ShipIt quitting
default 17:25:24.169946 +1300 ShipIt Claim 61D16484-C1B8-4363-B726-4386F1DE003D granted in client
default 17:25:24.169971 +1300 ShipIt Claim 61D16484-C1B8-4363-B726-4386F1DE003D invoked in client
default 17:25:24.172241 +1300 ShipIt Claim 7E196B12-CD2D-49DA-B20A-A7DF7221733B granted in client
default 17:25:24.172268 +1300 ShipIt Claim 7E196B12-CD2D-49DA-B20A-A7DF7221733B invoked in client
default 17:25:27.807419 +1300 ShipIt subsystem: com.apple.securityd, category: csresource, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:27.807680 +1300 ShipIt subsystem: com.apple.securityd, category: dirval, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:27.808248 +1300 ShipIt subsystem: com.apple.securityd, category: unixio, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:27.808356 +1300 ShipIt subsystem: com.apple.securityd, category: macho, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:27.808505 +1300 ShipIt subsystem: com.apple.securityd, category: machorep, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:27.808742 +1300 ShipIt subsystem: com.apple.securityd, category: cfloadfile, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.036926 +1300 ShipIt subsystem: com.apple.securityd, category: cssm, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.037118 +1300 ShipIt subsystem: com.apple.securityd, category: handleobj, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.037383 +1300 ShipIt subsystem: com.apple.securityd, category: MDS_Scan, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.037646 +1300 ShipIt subsystem: com.apple.securityd, category: MDS_API, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.037830 +1300 ShipIt subsystem: com.apple.securityd, category: SSclnt, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.038447 +1300 ShipIt subsystem: com.apple.securityd, category: MDS_IO, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.038625 +1300 ShipIt subsystem: com.apple.securityd, category: mdslock, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.038869 +1300 ShipIt subsystem: com.apple.securityd, category: security_exception, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.039121 +1300 ShipIt UNIX error exception: 17
default 17:25:30.039377 +1300 ShipIt subsystem: com.apple.securityd, category: DBOpen, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.039543 +1300 ShipIt subsystem: com.apple.securityd, category: dbsession, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.039890 +1300 ShipIt subsystem: com.apple.securityd, category: atomicfile, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.039951 +1300 ShipIt 0x7fa9dd800390 opened /private/var/db/mds/system/mdsDirectory.db: 50744 bytes
default 17:25:30.040026 +1300 ShipIt 0x7fa9dd800390 closed /private/var/db/mds/system/mdsDirectory.db
default 17:25:30.041870 +1300 ShipIt UNIX error exception: 17
default 17:25:30.042058 +1300 ShipIt subsystem: com.apple.securityd, category: policy, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.042245 +1300 ShipIt subsystem: com.apple.securityd, category: dateparse, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.042821 +1300 ShipIt subsystem: com.apple.securityd, category: callback, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.042965 +1300 ShipIt UNIX error exception: 17
default 17:25:30.043659 +1300 ShipIt subsystem: com.apple.securityd, category: secpref, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.044103 +1300 ShipIt subsystem: com.apple.securityd, category: keyDate, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.047001 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72880])
default 17:25:30.047378 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72880])
default 17:25:30.051315 +1300 ShipIt subsystem: com.apple.securityd, category: trustSettings, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.053721 +1300 ShipIt subsystem: com.apple.securityd, category: trustSettingsEval, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.057159 +1300 ShipIt subsystem: com.apple.securityd, category: bundle, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.060130 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.060192 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.060261 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.060301 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.060469 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.060520 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.060633 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.060732 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.060822 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.060897 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.061007 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.061058 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.061295 +1300 ShipIt subsystem: com.apple.securityd, category: codedir, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.062896 +1300 ShipIt subsystem: com.apple.securityd, category: staticCode, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.062992 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.063041 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.063152 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.063221 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.119814 +1300 ShipIt subsystem: com.apple.securityd, category: rdirenum, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.120460 +1300 ShipIt subsystem: com.apple.securityd, category: rscan, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:30.130795 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72880])
default 17:25:30.131170 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72880])
default 17:25:30.132869 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72880])
default 17:25:30.132920 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72880])
default 17:25:30.134414 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72880])
default 17:25:30.134525 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72880])
default 17:25:30.137633 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72880])
default 17:25:30.137646 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72880])
default 17:25:30.137674 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72880])
default 17:25:30.137821 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/timestamp.crl) for client (ShipIt[72880])
default 17:25:30.138052 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.138120 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.138227 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.138308 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.138415 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.138461 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.138524 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.138578 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.138675 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.138744 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.138842 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.138950 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.139394 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.139434 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.139511 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.139618 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.140426 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72880])
default 17:25:30.140458 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72880])
default 17:25:30.140504 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72880])
default 17:25:30.140521 +1300 trustd asynchronously fetching CRL (http://crl.apple.com/root.crl) for client (ShipIt[72880])
default 17:25:30.143321 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.143520 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.143778 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.143829 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.143875 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.143925 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.144006 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.144022 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.144068 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.144103 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.144136 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.144186 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.144276 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.144295 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.144351 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.144362 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.144426 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.144447 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.144473 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.144506 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.144540 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.144584 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.144646 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.144692 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.144853 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.144908 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.144965 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.145013 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.145061 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.145121 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.145203 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.145256 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.156534 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.156624 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.156696 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.156739 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.156825 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.156946 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.157017 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.157083 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.157137 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.157150 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.157139 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.157229 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.157351 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.157345 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.157425 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.157475 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.157496 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.157521 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.157652 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.157664 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.157678 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.157744 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.157792 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.157853 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.157908 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.157990 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.158059 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.158127 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.158153 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.158212 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.158298 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.158321 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.158371 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.158408 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.158484 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.158545 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.158563 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.158605 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.158682 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.158725 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.158787 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.158871 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.158954 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.158987 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.159008 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.159132 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.159375 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.159450 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.160423 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.160480 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.160582 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.160619 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.160749 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.160822 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.160866 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.160913 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.161019 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.161077 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.161146 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.161207 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.161495 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.161548 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.161589 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:30.161618 +1300 ShipIt CSSM Exception: -2147411889 CSSMERR_CL_UNKNOWN_TAG
default 17:25:31.668845 +1300 ShipIt ShipIt quitting
default 17:25:31.688962 +1300 ShipIt Claim 9A0CF8A4-8BF4-4399-92B5-E39D5DBDF341 granted in client
default 17:25:31.689007 +1300 ShipIt Claim 9A0CF8A4-8BF4-4399-92B5-E39D5DBDF341 invoked in client
default 17:25:31.691232 +1300 ShipIt Claim F27F0C7B-2B6F-4563-883E-A1F3FB89F058 granted in client
default 17:25:31.691271 +1300 ShipIt Claim F27F0C7B-2B6F-4563-883E-A1F3FB89F058 invoked in client
default 17:25:31.705605 +1300 ShipIt subsystem: com.apple.securityd, category: unixio, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 2, enable_private_data: 0
default 17:25:31.720749 +1300 ShipIt ShipIt quitting
Here is the output of stderr log:
2017-03-14 17:29:51.131 ShipIt[73441:10179865] Beginning installation
2017-03-14 17:29:51.205 ShipIt[73441:10180400] Couldn't abort install and restore owned bundle to previous location file:///Applications/User/Atom.app, error NSError { domain: NSPOSIXErrorDomain, code: 2, description: "No such file or directory" }
2017-03-14 17:29:58.762 ShipIt[73441:10179866] Installation error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo={NSLocalizedDescription=Permission denied}
2017-03-14 17:29:58.762 ShipIt[73441:10179866] ShipIt quitting
2017-03-14 17:29:58.795 ShipIt[73450:10180543] Resuming installation attempt 2
2017-03-14 17:29:58.814 ShipIt[73450:10180545] Couldn't abort install and restore owned bundle to previous location file:///Applications/User/Atom.app, error NSError { domain: NSPOSIXErrorDomain, code: 2, description: "No such file or directory" }
2017-03-14 17:30:05.942 ShipIt[73450:10180610] Installation error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo={NSLocalizedDescription=Permission denied}
2017-03-14 17:30:05.942 ShipIt[73450:10180610] ShipIt quitting
2017-03-14 17:30:05.972 ShipIt[73453:10180653] Resuming installation attempt 3
2017-03-14 17:30:05.986 ShipIt[73453:10180654] Couldn't abort install and restore owned bundle to previous location file:///Applications/User/Atom.app, error NSError { domain: NSPOSIXErrorDomain, code: 2, description: "No such file or directory" }
2017-03-14 17:30:13.801 ShipIt[73453:10180764] Installation error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo={NSLocalizedDescription=Permission denied}
2017-03-14 17:30:13.801 ShipIt[73453:10180764] ShipIt quitting
2017-03-14 17:30:13.831 ShipIt[73455:10180780] Too many attempts to install, aborting update
2017-03-14 17:30:13.834 ShipIt[73455:10180781] Error aborting installation: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory" UserInfo={NSLocalizedDescription=No such file or directory}
2017-03-14 17:30:13.868 ShipIt[73455:10180781] Application launched at file:///Applications/User/Atom.app
2017-03-14 17:30:13.868 ShipIt[73455:10180781] ShipIt quitting
2017-03-14 17:32:05.768 ShipIt[73843:10187361] Beginning installation
2017-03-14 17:32:05.826 ShipIt[73843:10187362] Couldn't abort install and restore owned bundle to previous location file:///Applications/User/Atom.app, error NSError { domain: NSPOSIXErrorDomain, code: 2, description: "No such file or directory" }
2017-03-14 17:32:14.356 ShipIt[73843:10187466] Installation error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo={NSLocalizedDescription=Permission denied}
2017-03-14 17:32:14.356 ShipIt[73843:10187466] ShipIt quitting
2017-03-14 17:32:14.397 ShipIt[73860:10187492] Resuming installation attempt 2
2017-03-14 17:32:14.414 ShipIt[73860:10187544] Couldn't abort install and restore owned bundle to previous location file:///Applications/User/Atom.app, error NSError { domain: NSPOSIXErrorDomain, code: 2, description: "No such file or directory" }
2017-03-14 17:32:23.748 ShipIt[73860:10187596] Installation error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo={NSLocalizedDescription=Permission denied}
2017-03-14 17:32:23.749 ShipIt[73860:10187596] ShipIt quitting
2017-03-14 17:32:23.782 ShipIt[73862:10187661] Resuming installation attempt 3
2017-03-14 17:32:23.799 ShipIt[73862:10187665] Couldn't abort install and restore owned bundle to previous location file:///Applications/User/Atom.app, error NSError { domain: NSPOSIXErrorDomain, code: 2, description: "No such file or directory" }
2017-03-14 17:32:33.085 ShipIt[73862:10187667] Installation error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo={NSLocalizedDescription=Permission denied}
2017-03-14 17:32:33.085 ShipIt[73862:10187667] ShipIt quitting
2017-03-14 17:32:33.120 ShipIt[73864:10187807] Too many attempts to install, aborting update
2017-03-14 17:32:33.122 ShipIt[73864:10187810] Error aborting installation: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory" UserInfo={NSLocalizedDescription=No such file or directory}
2017-03-14 17:32:33.157 ShipIt[73864:10187810] Application launched at file:///Applications/User/Atom.app
2017-03-14 17:32:33.157 ShipIt[73864:10187810] ShipIt quitting
The owner of /Applications/User/Atom.io is samuel:staff
I'm changing everything in /Applications to root:wheel
Clicking Check for Updates gave a new window 'An update is ready to install. Atom is trying to add a new helper tool.' Fill in and click 'Add Helper'.
It restarts.. after a few minutes, pops up, but still running v1.14.0
Error in stderr log:
2017-03-14 17:39:20.687 ShipIt[74536:10201897] Installation error: Error Domain=SQRLShipItRequestErrorDomain Code=2 "Could not read update request" UserInfo={NSLocalizedDescription=Could not read update request, NSUnderlyingError=0x7f9fe5d0a7f0 {Error Domain=NSCocoaErrorDomain Code=260 "The file āShipItState.plistā couldnāt be opened because there is no such file." UserInfo={NSFilePath=/var/root/Library/Caches/com.github.atom.ShipIt/ShipItState.plist, NSUnderlyingError=0x7f9fe5d09cf0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}}}
It's repeated about 100 times after this process several times.
Okay I'll move Atom.app into /Applications
Still same issue.
After downloading the latest version, and dragging it from Downloads to /Applications, the permissions are:
drwxr-xr-x@ 3 samuel staff 102B 8 Mar 12:21 Atom.app
So it certainly seems like it should work with those permissions since most users would have that.
Also experiencing this - running macOS 10.12.3 and Atom 1.14 each time it tries to upgrade to 1.15 downloads the update but on restart is still older version.
Have to manually download and replace.
@bigbgh I am running as an administrator user with sudo privileges, but per my earlier comment here I was still having the issue. I switched to atom-beta for a different reason and have seen no reason to move back yet. I haven't actually opened the normal atom.app since I last commented.
Has any one here tried the steps on the Atom Discuss post: https://discuss.atom.io/t/i-am-unable-to-update-to-the-latest-version-of-atom-on-macos-how-do-i-fix-this/40054
Summary of fix:
Run the following line by line:
stat -f "%Su" ~/Library/Caches/com.github.atom.ShipIt
#If the user is root, run the following:
sudo chown -R $(whoami) ~/Library/Caches/com.github.atom.ShipIt
stat -f "%Su" ~/Library/Application\ Support/com.github.atom.ShipIt
#If the user is root, run the following:
sudo chown -R $(whoami) ~/Library/Application\ Support/com.github.atom.ShipIt
Open Atom and attempt to update.
In my case, first one owned by me, in second case file not found.
If the Atom dev team can't reproduce this issue, I'm happy to provide real time debugging assistance.
I have both files but both owned by my user and NOT root
I'm having the same issue. Has been happening for a few versions now and if I want to update, I have to delete Atom and download again. This was fine once or twice, but I really don't want to keep doing it.
I'm on MacOS Sierra, 10.12.4, and my Atom is version 1.15.0 x64.
This issue will be three years old soon... Is this still an issue on the Squirrel software used for auto-updating? I remember it stopped working 100% nicely since OS X Lion, Yosemite or something...
@andradei Yes - see https://github.com/Squirrel/Squirrel.Mac/issues/131.
Mh the activity of the Squirrel.Mac project looks more like that it has been abandoned :( Only the Squirrel.Windows project is receiving updates. Are there any alternatives to Squirrel?
On my computer, only two files were problematic:
in ~/Library/Caches/com.github.atom.ShipIt/, only the two following files were owned by root:
ShipIt_stderr.log
ShipIt_stdout.log
So beware with the procedure suggested by @ungb or in the FAQ (https://discuss.atom.io/t/i-am-unable-to-update-to-the-latest-version-of-atom-on-macos-how-do-i-fix-this/40054): the diagnostics will not always work (stat -f "%Su" ~/Library/Caches/com.github.atom.ShipIt was my username), but the solution may work for you (sudo chown -R $(whoami) ~/Library/Caches/com.github.atom.ShipItwould actually have solved the issue on my computer)
My solution was a bit more brutal:
sudo rm ~/Library/Caches/com.github.atom.ShipIt/ShipIt_std*
After that, the installation went as planned and the two files were recreated and now belong to my username
For some reason, the last update worked flawlessly. I didn't touch anything :(
So, I just updated from 1.17.0 to 1.17.2 and it worked again. ĀÆ\_(ć)_/ĀÆ
For me ShitpIt does things but then Atom presents as dialog after restart:
There was an error checking for updates.
The command is disabled and cannot be executed
I've deleted Atom because of this issue.
@0wnrepo I don't think this issue is just limited to Atom, but all macOS applications that use ShipIt for updating. I started using cask for Homebrew to update Atom and some other applications that had the same problem. You might want to look into it.
@TGOS Now that escalated quickly. Atom is a pretty good project for its size. The problem is indeed huge for some of us, but others don't bother or are unaffected. It is true that Squirrel/ShipIt should be replaced. But people are busy, each contributor here have a life and not all have a mac to test on.
Atom is 100% open source, so let's be more helpful and grateful that it exists and was given for free.
@TGOS I switched to vscode and I'm very happy https://github.com/Microsoft/vscode https://code.visualstudio.com/
@andradei I mean it is not wise to vent frustration like that on a public website, but his first post was Nov 2015. I'd say 2 years is not exactly asking for instant gratification, especially when your hdd keeps filling up. :-)
I understand that people are frustrated with this issue still being open. Everyone has different priorities for what the Atom team should be working on and we can't satisfy them all. Venting frustrations is completely understandable.
However, personal attacks, or insulting or derogatory comments are violations of the Atom Code of Conduct. For this reason, @TGOS, your comment has been deleted. You may consider this an official warning.
I encountered the same issue and was able to update to the current Atom 1.18.0 by:
~/Library/Caches/com.github.atom.ShipIt/update.*/Atom.app in this directory to /Applications replacing the original Atom app.Expect to be asked for admin password to complete the replacement of the original app.
@TerjeNorderhaug I don't suppose your steps will enable future uploads to download & auto-install? Otherwise it's pretty equivalent to just downloading the newest version from the official webpage (albeit a bit quicker if one has ready access to the directory ~/Library/Caches/com.github.atom.ShipIt/update.*/
One of the problems with this issue is that the one repro we had we were able to fix it with the given steps in https://github.com/atom/atom/issues/2860#issuecomment-298780885. I'm not certain but might have to do with version of Mac OSX that people are running or upgrading from a old version to a new version of Mac OSX might of caused some issues. I do understand the frustration people are having as auto update should be a seemless experience.
This issue is prioritized and in our backlog, but it's very hard to fix something if we can't get a solid repro. If someone is willing to discuss this on https://atomio.slack.com feel free to pm.
It looks like the good people at Github Desktop have made some progress. They had a similar issue https://github.com/desktop/desktop/issues/2323 and they addressed the root cause of their issue with https://github.com/Squirrel/Squirrel.Mac/pull/207. They have subsequently closed https://github.com/Squirrel/Squirrel.Mac/issues/131. Tech details are in the individual issues and related pull requests.
The fix requires a new Electron release cycle to ripple itself through to Github Desktop, but now the Squirrel updater has seen some love, it is QuiteLikely(TM) that Atom will benefit and the permissions issue will disappear.
A huge shoutout to @joshaber at the Github Desktop electron-based project for identifying a common issue across many different Electron-based projects. Fingers crossed that it resolves the issue for Github Desktop, Atom, VSCode and many other projects that are using Electron + Squirrel/Shipit.
@bbgdzxng1 yep, I've been following those PRs closely :). However, the only two versions the fix is currently present in are 1.6.12 and 1.7.6, which are both still in beta. So we'll need to wait a bit longer for Electron to release a stable version.
Adding the electron label so this doesn't forget to be closed in the next Electron upgrade PR.
Atom 1.21.1 includes Electron 1.6.15. Should we expect Atom 1.21.1 under a non-admin user to be able to auto-update to either 1.21.2 or 1.22.0?
There was an issue with the initial fix where the actual binary releases weren't updated (https://github.com/electron/electron/pull/10298). Unfortunately, that wasn't fixed until Electron 1.7.9.
So what does that mean?
Ben
B. L. Alterman
Candidate, Applied Physics
Solar and Heliospheric Research Group
Climate and Space Sciences and Engineering
University of Michigan
[email protected]
On Fri, Nov 10, 2017 at 7:49 PM, Wliu notifications@github.com wrote:
There was an issue with the initial fix where the actual binary releases
weren't updated. Unfortunately, that wasn't fixed until Electron 1.7.9
https://github.com/electron/electron/compare/v1.7.8...v1.7.9.ā
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/atom/atom/issues/2860#issuecomment-343624830, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AMPWVb7eGzFZm3y7TBFielVZWvmHCwvsks5s1O8GgaJpZM4CLJdA
.
It means that this issue should be fixed when Atom updates to an Electron version 1.7.9 or higher.
It means that this issue should be fixed when Atom updates to an Electron version 1.7.9 or higher.
Atom Editor 1.25.0 now uses Electron 1.7.11. Hopefully, non-admin users will get a smooth upgrade from 1.25.0 to 1.25.1. https://github.com/atom/atom/releases/tag/v1.25.0.
Notable Changes
- Electron has been upgraded to 1.7.11.
For anyone watching this ticket, please confirm if the non-admin upgrade issue is resolved for you with the 1.25.0 > 1.25.1 release. Fingers crossed...
Cool, I'm currently on 1.26.0-beta0 on beta channel ... so should also work with 1.26.0.beta1 ?!
Unfortunately, no, the automatic upgrade for me from 1.25.0 to 1.25.1 isn't working =[
As a note, I was successfully able to update to 1.25.0 as well as 1.25.1 using the built in update script. It seemed to take a reboot in order to get the updater to recognize that there was an update but the actual update process went smoothly.
I never had to provide credentials in order to update.
On mac 10.11.6
Auto upgrade from from 1.25.0 to 1.25.1 did not work for me. It downloaded the update and asked to provide credentials, but did not install the new version. I still had to manually upgrade using the steps in my comment above.
On legacy OSX 10.10.5 which could be the reason.
It took clicking "Download and Reinstall Update" four or five times to finally go from 1.25.0 to 1.25.1 for me
I also needed to try some times. Partly a Atom process was running but without UI. I needed to exit that process and then it was updated
It took a couple tries to get Atom to quit and then restart (perhaps I was impatient) but then it did successfully update from 1.25.1 to 1.26.0 for me.
I left the 1.26.0 update running overnight, and it didn't work. Manually killing the running Atom processes didn't help either. I think I'm just going to disable automatic updating and download updates myself instead.
My Atom still thinks 1.25.1 is the latest version š¤·āāļø
In order to test from scratch, I uninstalled Atom and reinstalled 1.25.1, still as a non-admin user. On launch of Atom 1.25.1, the app automatically downloaded 1.27.0, prompted for an administrative account, restarted 1.27.0. In other words, it worked as expected for me.
Many users affected by this issue may have adjusted the permissions of Atom and ShipIt folders. Here is a clean install:
Backup your computer.
If you previously installed using the awesome Homebrew, remove:
$ brew cask uninstall atom
$ brew cask zap atom
$ rm -r /usr/local/Caskroom/atom
$ brew cask cleanup
$ brew cleanup
Uninstall Atom via AppCleaner
Clean up any Atom and ShipIt folders if they still exist, which may have funky permissions...
$ rm -r ~/Library/Caches/com.github.atom.ShipIt
$ rm -r ~/Library/Caches/com.github.atom
$ rm -r ~/Applications/Atom.app
$ rm -r /Applications/Atom.app
Empty Trash.
Download Atom 1.25.1, although anything greater than 1.25.0 should work.
Let auto-update do it's thing.
I believe that the issue is now resolved (for me, at least). Thanks for the resolution.
After updating from Atom 1.25.1 to 1.27.2 just now, I've noticed that choosing Restart and install update from the macOS menu bar almost always works, but pressing the Restart and install update button found on the "About Atom" screen (found either via the menu bar or clicking the squirrel in the status bar when there's an update) almost never works for me. Hope that additional info helps!
I have comparable observations.
When I use "Restart and install update" then for me always the Window disappears, but the Atom process is still running (seen inprocesses and also in dock). When I end the process via dock (soft) or process (hard) then I mostly get no install and at next starts he downloads the update again.
BUT I have good success with:
I now experienced that 2 times ad will have a deep focus with next update :-)
Thanks for your contribution!
This issue has been automatically marked as stale because it has not had recent activity. Because the Atom team treats their issues as their backlog, stale issues are closed. If you would like this issue to remain open:
Issues that are labeled as triaged will not be automatically marked as stale.
This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks!
Most helpful comment
I understand that people are frustrated with this issue still being open. Everyone has different priorities for what the Atom team should be working on and we can't satisfy them all. Venting frustrations is completely understandable.
However, personal attacks, or insulting or derogatory comments are violations of the Atom Code of Conduct. For this reason, @TGOS, your comment has been deleted. You may consider this an official warning.