Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apache will not start. Broken plist? #76192

Closed
2 tasks done
asentner opened this issue Apr 28, 2021 · 1 comment
Closed
2 tasks done

Apache will not start. Broken plist? #76192

asentner opened this issue Apr 28, 2021 · 1 comment
Labels
bug Reproducible Homebrew/homebrew-core bug outdated PR was locked due to age

Comments

@asentner
Copy link

asentner commented Apr 28, 2021

brew gist-logs <formula> link OR brew config AND brew doctor output

HOMEBREW_VERSION: 3.1.4
ORIGIN: https://github.com/Homebrew/brew
HEAD: 94ce3236a517dfae6b492dcb4fd6b726a6175e8f
Last commit: 27 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 99a41050d89b6983a9f5aa310cf79a0f7218b568
Core tap last commit: 27 minutes ago
Core tap branch: master
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 16
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: 16-core 64-bit kabylake
Clang: 12.0 build 1205
Git: 2.30.1 => /Library/Developer/CommandLineTools/usr/bin/git
Curl: 7.64.1 => /usr/bin/curl
macOS: 11.2.3-x86_64
CLT: 12.5.0.0.1.1617976050
Xcode: N/A

  • I ran brew update and am still able to reproduce my issue.
  • I have resolved all warnings from brew doctor and that did not fix my problem.

What were you trying to do (and why)?

Cannot start httpd. Tried running brew services start httpd and get an error with the plist file.

What happened (include all command output)?

brew services start httpd
Bootstrap failed: 5: Input/output error
Error: Failure while executing; /bin/launchctl bootstrap gui/501 /Users/asentner/Library/LaunchAgents/homebrew.mxcl.httpd.plist exited with 5.

What did you expect to happen?

Expected apache to start

Step-by-step reproduction instructions (by running brew commands)

Installed apache with `brew install -v httpd`
Tried to start apache with `brew services start httpd`

Also manually tried to start apache `launchctl load -w /Users/asentner/Library/LaunchAgents/homebrew.mxcl.httpd.plist` and got `Bootstrap failed: 5: Input/output error`
@asentner
Copy link
Author

Bug resolved in issue 274

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Reproducible Homebrew/homebrew-core bug outdated PR was locked due to age
Projects
None yet
Development

No branches or pull requests

1 participant