Doesn't seem to run (Bootstrap failed: 5: Input/output error)
When I run:
sudo brew services start zouxian
I get this error:
Warning: Taking root:admin ownership of some zouxian paths:
/opt/homebrew/Cellar/zouxian/0.2.0/bin
/opt/homebrew/Cellar/zouxian/0.2.0/bin/zouxian
/opt/homebrew/opt/zouxian
/opt/homebrew/opt/zouxian/bin
/opt/homebrew/var/homebrew/linked/zouxian
This will require manual removal of these paths using sudo rm on
brew upgrade/reinstall/uninstall.
Bootstrap failed: 5: Input/output error
Error: Failure while executing; /bin/launchctl bootstrap system /Library/LaunchDaemons/homebrew.mxcl.zouxian.plist exited with 5.
Does anyone know how to resolve this error?
I rarely use Mac afterwards, so I have hardly paid attention to this project. Sorry for the long wait. Check the repo homepage for the latest available method. If it doesn't work for you, please let me know.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>homebrew.mxcl.zouxian</string>
<key>LimitLoadToSessionType</key>
<array>
<string>Aqua</string>
<string>Background</string>
<string>LoginWindow</string>
<string>StandardIO</string>
<string>System</string>
</array>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/sudo</string>
<string>/opt/homebrew/opt/zouxian/bin/zouxian</string>
</array>
<key>RunAtLoad</key>
<true />
</dict>
</plist>