Hestia-php update failed

Also tried command
sudo apt-get install --reinstall hestia -f

get update to version 1.6.10 but apache and ngnix services does not work :frowning:

Finaly after stoping hestia process via killall -9
comannd for updates works
but sites is down, nothing is working :frowning:

apache and ngnix does not works

~$ sudo /etc/init.d/apache2 start
Starting apache2 (via systemctl): apache2.serviceJob for apache2.service failed because the control process exited with error code.
See "systemctl status apache2.service" and "journalctl -xe" for details.
 failed!
~$ sudo systemctl status apache2.service
ߡpache2.service - The Apache HTTP Server
     Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Wed 2022-10-12 00:58:40 EEST; 8s ago
       Docs: https://httpd.apache.org/docs/2.4/
    Process: 3198 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)

Oct 12 00:58:40 example.com systemd[1]: Starting The Apache HTTP Server...
Oct 12 00:58:40 example.com apachectl[3201]: (99)Cannot assign requested address: AH00072: make_sock: could not bind to address 111.111.111.111:8443
Oct 12 00:58:40 example.com apachectl[3201]: no listening sockets available, shutting down
Oct 12 00:58:40 example.com apachectl[3201]: AH00015: Unable to open logs
Oct 12 00:58:40 example.com apachectl[3198]: Action 'start' failed.
Oct 12 00:58:40 example.com apachectl[3198]: The Apache error log may have more information.
Oct 12 00:58:40 example.com systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
Oct 12 00:58:40 example.com systemd[1]: apache2.service: Failed with result 'exit-code'.
Oct 12 00:58:40 example.com systemd[1]: Failed to start The Apache HTTP Server.
~$ sudo /etc/init.d/ngnix start
sudo: /etc/init.d/ngnix: command not found
~$ sudo /etc/init.d/nginx start
nginx        nginx-debug  
~$ sudo /etc/init.d/nginx start
Starting nginx (via systemctl): nginx.serviceJob for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
 failed!
~$ sudo systemctl status nginx.service
߮ginx.service - nginx - high performance web server
     Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Wed 2022-10-12 00:59:23 EEST; 12s ago
       Docs: https://nginx.org/en/docs/
    Process: 3228 ExecStart=/usr/sbin/nginx -c /etc/nginx/nginx.conf (code=exited, status=1/FAILURE)

Oct 12 00:59:22 example.com systemd[1]: Starting nginx - high performance web server...
Oct 12 00:59:23 example.com nginx[3228]: nginx: [emerg] bind() to 111.111.111.111:80 failed (99: Cannot assign requested address)
Oct 12 00:59:23 example.com systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
Oct 12 00:59:23 example.com systemd[1]: nginx.service: Failed with result 'exit-code'.
Oct 12 00:59:23 example.com systemd[1]: Failed to start nginx - high performance web server.

(99)Cannot assign requested address: AH00072: make_sock: could not bind to address 111.111.111.111:8443

Looks like the Ip is not available, Did you allready restart nginx and apache2 service?

Don’t understand. Currently there is no running processes for ngnix and apache as is see, and i can not start new

The problem with with second ip in system. It was invalid and after hestia update system decide to use it, after removing this ip via command v-delete-sys-ip all begin to work

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.