Local не подключается к WPEngine

Hey @vbelext – I’m seeing a few lines like this in the Local log:

{"thread":"main","class":"Process","process":"phpFpm","level":"warn","message":"[13-Nov-2020 13:42:16] ERROR: Another FPM instance seems to already listen on %%site.runData%%/php/php-fpm.socket","timestamp":"2020-11-13T11:42:16.228Z"}
{"thread":"main","class":"Process","process":"phpFpm","level":"warn","message":"[13-Nov-2020 13:42:16] ERROR: FPM initialization failed","timestamp":"2020-11-13T11:42:16.228Z"}
{"thread":"main","class":"Process","process":"phpFpm","level":"warn","message":"[13-Nov-2020 13:42:16] ERROR: Another FPM instance seems to already listen on %%site.runData%%/php/php-fpm.socket","timestamp":"2020-11-13T11:42:16.779Z"}
{"thread":"main","class":"Process","process":"phpFpm","level":"warn","message":"[13-Nov-2020 13:42:16] ERROR: FPM initialization failed","timestamp":"2020-11-13T11:42:16.780Z"}

This part in particular:

ERROR: Another FPM instance seems to already listen on %%site.runData%%/php/php-fpm.socket

It’s almost like the PHP process isn’t being shut down correctly. When troubleshooting this, have you tried restarting Local, or even the entire system?