CloudPull console errors fix
This is just to document that I solved a somewhat innocuous problem with a quick command. I use CloudPull to back up my Google Drive and email, and I think it has been working fine. I have noticed a bunch of errors in my console, though I don’t think they prevented CloudPull from working.
I ran this command:
xattr -d -r -s com.apple.quarantine /Applications/CloudPull.app
Then my logs got much cleaner. This is what they looked like before:
May 24 10:19:34 CharlieDesktop com.apple.xpc.launchd[1] (com.goldenhillsoftware.CloudPullLoginItem[1756]): Could not find and/or execute program specified by service: 155: Refusing to execute/trust quarantined program/file: com.goldenhillsoftware.CloudPullLoginItem
May 24 10:19:34 CharlieDesktop com.apple.xpc.launchd[1] (com.goldenhillsoftware.CloudPullLoginItem): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
May 24 10:19:44 CharlieDesktop com.apple.xpc.launchd[1] (com.goldenhillsoftware.CloudPullLoginItem[1759]): Could not find and/or execute program specified by service: 155: Refusing to execute/trust quarantined program/file: com.goldenhillsoftware.CloudPullLoginItem
May 24 10:19:44 CharlieDesktop com.apple.xpc.launchd[1] (com.goldenhillsoftware.CloudPullLoginItem): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
May 24 10:19:54 CharlieDesktop com.apple.xpc.launchd[1] (com.goldenhillsoftware.CloudPullLoginItem[1760]): Could not find and/or execute program specified by service: 155: Refusing to execute/trust quarantined program/file: com.goldenhillsoftware.CloudPullLoginItem
May 24 10:19:54 CharlieDesktop com.apple.xpc.launchd[1] (com.goldenhillsoftware.CloudPullLoginItem): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
May 24 10:20:04 CharlieDesktop com.apple.xpc.launchd[1] (com.goldenhillsoftware.CloudPullLoginItem[1764]): Could not find and/or execute program specified by service: 155: Refusing to execute/trust quarantined program/file: com.goldenhillsoftware.CloudPullLoginItem
May 24 10:20:04 CharlieDesktop com.apple.xpc.launchd[1] (com.goldenhillsoftware.CloudPullLoginItem): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
May 24 10:20:14 CharlieDesktop com.apple.xpc.launchd[1] (com.goldenhillsoftware.CloudPullLoginItem[1768]): Could not find and/or execute program specified by service: 155: Refusing to execute/trust quarantined program/file: com.goldenhillsoftware.CloudPullLoginItem
May 24 10:20:14 CharlieDesktop com.apple.xpc.launchd[1] (com.goldenhillsoftware.CloudPullLoginItem): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
May 24 10:20:24 CharlieDesktop com.apple.xpc.launchd[1] (com.goldenhillsoftware.CloudPullLoginItem[1777]): Could not find and/or execute program specified by service: 155: Refusing to execute/trust quarantined program/file: com.goldenhillsoftware.CloudPullLoginItem
May 24 10:20:24 CharlieDesktop com.apple.xpc.launchd[1] (com.goldenhillsoftware.CloudPullLoginItem): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
May 24 10:20:34 CharlieDesktop com.apple.xpc.launchd[1] (com.goldenhillsoftware.CloudPullLoginItem[1778]): Could not find and/or execute program specified by service: 155: Refusing to execute/trust quarantined program/file: com.goldenhillsoftware.CloudPullLoginItem
May 24 10:20:34 CharlieDesktop com.apple.xpc.launchd[1] (com.goldenhillsoftware.CloudPullLoginItem): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
I got the idea from @motin mentioning on Docker not launched at login due to Mac downloaded files quarantine - Could not find and/or execute program specified by service: 155: Refusing to execute/trust quarantined program/file: com.docker.helper #713:
Possible workaround
xattr -d -r -s com.apple.quarantine /Applications/Docker.app