Questions tagged [brew]
The brew tag has no summary.
6 questions
0
votes
0
answers
225
views
How do I self-host a homebrew ecosystem?
Homebrew has three core components: a git repository with formulae, a REST API which makes the formulae available to the brew client, and the object registry at ghcr.io.
We would like to host an ...
0
votes
1
answer
1k
views
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock'
Suddenly after restarting the machine, I have been facing this error can't connect to MySQL server and table plus is not able to connect with localhost 127.0.0.1.
The steps below worked for me, and ...
1
vote
0
answers
508
views
rabbitmq seems to crash on startup
I used brew to install rabbitmq.
However, it seems to be unable to start properly.
This is what happens:
Tom@MacOS:/opt/homebrew/var/log/rabbitmq % brew services start rabbitmq ...
2
votes
2
answers
6k
views
On MacOS brew service doesn't start on reboot if started as a user
I'm installing a gitlab-runner service on MacOS using brew install gitlab-runner, after which I can start the service using brew services start gitlab-runner. If I start the service with sudo (or from ...
0
votes
1
answer
15k
views
Homebrewed http start fails on macOS Big Sur [closed]
I had installed Apache 2.4.46 on macOS Big Sur via Homebrew.
It had worked fine until I did brew update and brew upgrade. At this time, PHP was upgraded from 7.4 to 8.0, so I modified httpd.conf as ...
2
votes
2
answers
11k
views
brew install squid on macOS but can't run squid
I followed this document today
http://macappstore.org/squid/
And tried running these two commands
/usr/local/Cellar/squid/4.11/sbin/squid -f squid.conf -N
sudo /usr/local/Cellar/squid/4.11/sbin/...