Troubleshooting brew services start redis not working

origin

brew services start --allUsing the command to start multiple services at the same time on the Mac shows success

However, the ports where the four services are connected are not responding.

I have carefully checked the path and configuration file path used by the brew command to start the service and there is no problem. I doubted whether it was affected by user permissions, system firewall and the like.

When checking the log information later, it was found that there was no permission to access the log file, which caused the actual startup of the service to fail, but the brew surface showed that the startup was successful.
After modifying the directory permissions and restarting the service, everything is normal and the problem is solved.brew services restart --all

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325161430&siteId=291194637