• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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