• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Critical Error unix /var/run/sw-engine.sock failed

Pedro1

Basic Pleskian
Hello.

Someone could help me to fix this error I see in log/sw-cp-server/error-log file ?

Code:
2015/03/04 11:12:20 [crit] 2205#0: *1 connect() to unix:/var/run/sw-engine.sock failed (2: No such file or directory) while connecting to upstream, client: ::1, server: , request: "POST /check-plesk.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/sw-engine.sock:", host: "localhost:844$

Thanks in advance.
Pedro
 
Thanks IgorG
I think it works with

Code:
[LIST=1]
[*]Remove unnecessary mysql init script from /etc/init.d, as it use Debian upstart

# update-rc.d -f mysql remove
[*]re-configure sw-engine startup script

# update-rc.d -f sw-engine remove
# update-rc.d sw-engine defaults
[/LIST]
 
Back
Top