• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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