zouxian icon indicating copy to clipboard operation
zouxian copied to clipboard

Doesn't seem to run (Bootstrap failed: 5: Input/output error)

Open kristawss opened this issue 1 year ago • 2 comments

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?

kristawss avatar Sep 21 '24 14:09 kristawss

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.

CatMe0w avatar Dec 30 '24 09:12 CatMe0w

<?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>

HikaruChang avatar Apr 04 '25 10:04 HikaruChang