• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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