2023-10-23
2023-10-23
TODOs/Generic
-
- Reference:
direnv
- Reference:
-
-
辞書と Snippets を cross-platform で作るため
-
Progress Report
Got the Knowledge Today
Type Definitions on osascript -e
#JavaScript
The errors of launchctl
Failure
I got the errors like this:
$ launchctl unload some.thing.plist
Unload failed: 5: Input/output error
Try running `launchctl bootout` as root for richer errors.
$ launchctl load some.thing.plist
Load failed: 5: Input/output error
Try running `launchctl bootstrap` as root for richer errors.
#Solution
Hint
I resolved this error with:
$ plutil -lint some.thing.plist
localai.localai.plist: Encountered unexpected character s on line 11 while looking for close tag
- #NOTE: We have the tool
plutil
for #launchctl or #plist linting.