When you get the error “nothing found to load” after running launchctl load
. Example:
1 2 |
|
First check to make sure the package isn’t listed as disabled in the global overrides file:
/private/var/db/launchd.db/com.apple.launchd/overrides.plist
If the package isn’t listed in the overrides file, launchd documentation offers another file it may be located in.
First get your user id by running id
on the command line:
1 2 |
|
Now look in this file: /var/db/launchd.db/com.apple.launchd.peruser.201/overrides.plist. The override entry should be listed in this file.
In the example given above for virtualbox, you would remove these lines from that overrides.plist file:
1 2 3 4 5 |
|