Replies: 2 comments 2 replies
-
|
Does this option work? |
Beta Was this translation helpful? Give feedback.
1 reply
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Additional Info
Output of
brew configOutput of
brew doctorDescription of issue
Two problems:
sudo --preserve-env=HOME (which brew) services start etreports that it successfully started et, but it actually failed. Is it possible for brew to report the failure?/usr/lib/systemd/system/homebrew.et.service), this was because/home/linuxbrew/.linuxbrew/var/log/et/did not exist. I see that the formula specifies this path (https://github.com/Homebrew/homebrew-core/blob/ddca152a5145f7e42e8c9c6ca2a22a68f6985f1f/Formula/e/et.rb#L55-L56). Can brew create this directory automatically?brew install et:sudo brew services start et:sudo (which brew) services start et:brew update:sudo (which brew) services start etagain:From https://github.com/orgs/Homebrew/discussions/5260:
sudo --preserve-env=HOME (which brew) services start et:Looked like it worked...but not really 😦
sudo --preserve-env=HOME (which brew) services info et:Looking in journalctl:
But
/home/linuxbrew/.linuxbrew/opt/et/bin/etserverdoes exist, so I'm confused what the problem is now.Beta Was this translation helpful? Give feedback.
All reactions