macOS Atom Launchctl Error
Getting hammered with this error:
Jan 2 09:35:54 goliatorium com.apple.xpc.launchd[1] (com.github.atom.ShipIt[81434]): Service could not initialize: 16G29: xpcproxy + 11769 [1505][1E2A2740-D4E5-342E-A502-4792BD02598D]: 0xd Jan 2 09:35:54 goliatorium com.apple.xpc.launchd[1] (com.github.atom.ShipIt): Service only ran for 0 seconds. Pushing respawn out by 2 seconds. Jan 2 09:35:56 goliatorium com.apple.xpc.launchd[1] (com.github.atom.ShipIt[81435]): Service could not initialize: 16G29: xpcproxy + 11769 [1505][1E2A2740-D4E5-342E-A502-4792BD02598D]: 0xd Jan 2 09:35:56 goliatorium com.apple.xpc.launchd[1] (com.github.atom.ShipIt): Service only ran for 0 seconds. Pushing respawn out by 2 seconds. Jan 2 09:35:58 goliatorium com.apple.xpc.launchd[1] (com.github.atom.ShipIt[81436]): Service could not initialize: 16G29: xpcproxy + 11769 [1505][1E2A2740-D4E5-342E-A502-4792BD02598D]: 0xd Jan 2 09:35:58 goliatorium com.apple.xpc.launchd[1] (com.github.atom.ShipIt): Service only ran for 0 seconds. Pushing respawn out by 2 seconds.
Apparently is Atom's update check service, or something similar.
sudo find / -name com.github.atom.ShipIt
/private/var/root/Library/Caches/com.github.atom.ShipIt
/Users/peperone/Library/Caches/com.github.atom.ShipIt
2017-05-30 14:12:41.383 ShipIt[66235:166650] Installation error: Error Domain=SQRLShipItRequestErrorDomain Code=2 "Could not read update request" UserInfo={NSLocalizedDescription=Could not read update request, NSUnderlyingError=0x7fcf10001c80 {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=0x7fcf10000ce0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}}}
2017-05-30 14:12:41.383 ShipIt[66235:166650] ShipIt quitting
2017-05-30 14:12:43.418 ShipIt[66236:166679] Installation error: Error Domain=SQRLShipItRequestErrorDomain Code=2 "Could not read update request" UserInfo={NSLocalizedDescription=Could not read update request, NSUnderlyingError=0x7fe6a8804b40 {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=0x7fe6a8806770 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}}}
2017-05-30 14:12:43.419 ShipIt[66236:166679] ShipIt quitting
2017-05-30 14:12:45.451 ShipIt[66237:166766] Installation error: Error Domain=SQRLShipItRequestErrorDomain Code=2 "Could not read update request" UserInfo={NSLocalizedDescription=Could not read update request, NSUnderlyingError=0x7f888440ff60 {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=0x7f8884411070 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}}}
2017-05-30 14:12:45.451 ShipIt[66237:166766] ShipIt quitting
2017-05-30 14:12:47.484 ShipIt[66239:166816] Installation error: Error Domain=SQRLShipItRequestErrorDomain Code=2 "Could not read update request" UserInfo={NSLocalizedDescription=Could not read update request, NSUnderlyingError=0x7fb70e501f80 {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=0x7fb70e507220 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}}}
2017-05-30 14:12:47.484 ShipIt[66239:166816] ShipIt quitting
https://discuss.atom.io/t/update-not-working-com-github-atom-shipit-respawns-all-the-time/9819/15