• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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