Can not access admin panel after reinstalling a python

hello anyone here know how to fix it ?
so the issue its after I reinstalling a python in ubuntu 20.04
then I can’t access admin panel anymore


error log in nginx :

2023/07/16 05:27:40 [error] 2425770#0: *3814 directory index of “/usr/local/hestia/web/” is forbidden, client: xx.xx.xx.xx, server: _, request: “GET / HTTP/2.0”, host: “xx.xx.xx.xx:8083”
2023/07/16 05:27:40 [error] 2425770#0: *3814 open() “/usr/local/hestia/web/error/404.html” failed (2: No such file or directory), client: xx.xx.xx.xx, server: _, request: “GET / HTTP/2.0”, host: “xx.xx.xx.xx:8083”

in systemctl can’t restart/start/stop a service

Did it overwrite it some how?

@eris after reinstalling a python somehow got that 404 not found when I tryna open admin panel
then when I checked a logs it show that error_log

status from systemctl

root@ip-172-26-0-202:~# systemctl status hestia.service
● hestia.service
Loaded: not-found (Reason: Unit hestia.service not found.)
Active: active (running) since Tue 2023-07-11 21:26:05 -07; 4 days ago
CGroup: /system.slice/hestia.service
├─2425769 nginx: master process /usr/local/hestia/nginx/sbin/hestia-nginx
├─2425770 nginx: worker process
└─2425772 php-fpm: master process (/usr/local/hestia/php/etc/php-fpm.conf)

when tryna look a file

/usr/local/hestia/php/etc/php-fpm.conf: No such file or directory
/usr/local/hestia/nginx/sbin/: No such file or directory

it looks like things got deleted.

apt list hestia-nginx
apt list Hestia-php

output

root@ip-172-26-0-202:~# apt list hestia-nginx && apt list Hestia-php
Listing… Done
hestia-nginx/focal 1.25.1-2 amd64
N: There are 14 additional versions. Please use the ‘-a’ switch to see them.
Listing… Done
hestia-php/focal 8.2.8 amd64
N: There are 20 additional versions. Please use the ‘-a’ switch to see them.

apt list hestia-nginx

root@ip-172-26-0-202:~# apt list hestia-nginx -a
Listing… Done
hestia-nginx/focal 1.25.1-2 amd64
hestia-nginx/focal 1.25.1-1 amd64
hestia-nginx/focal 1.23.4 amd64
hestia-nginx/focal 1.23.3-3 amd64
hestia-nginx/focal 1.23.2 amd64
hestia-nginx/focal 1.23.1 amd64
hestia-nginx/focal 1.23.0 amd64
hestia-nginx/focal 1.22.0 amd64
hestia-nginx/focal 1.21.5 amd64
hestia-nginx/focal 1.21.4 amd64
hestia-nginx/focal 1.19.10 amd64
hestia-nginx/focal 1.19.8 amd64
hestia-nginx/focal 1.19.3 amd64
hestia-nginx/focal 1.19.2 amd64
hestia-nginx/focal 1.17.10 amd64

apt list Hestia-php

root@ip-172-26-0-202:~# apt list Hestia-php -a
Listing… Done
hestia-php/focal 8.2.8 amd64
hestia-php/focal 8.2.5 amd64
hestia-php/focal 8.2.4 amd64
hestia-php/focal 8.1.12 amd64
hestia-php/focal 8.1.11 amd64
hestia-php/focal 8.1.9 amd64
hestia-php/focal 8.1.8 amd64
hestia-php/focal 8.1.7 amd64
hestia-php/focal 7.4.27-1 amd64
hestia-php/focal 7.4.27 amd64
hestia-php/focal 7.4.26 amd64
hestia-php/focal 7.4.22 amd64
hestia-php/focal 7.4.21 amd64
hestia-php/focal 7.4.19 amd64
hestia-php/focal 7.4.16 amd64
hestia-php/focal 7.4.11-1 amd64
hestia-php/focal 7.4.11 amd64
hestia-php/focal 7.4.11~1 amd64
hestia-php/focal 7.4.10 amd64
hestia-php/focal 7.4.6 amd64
hestia-php/focal 7.4.5 amd64

so which one is it ?

its fixed now by installing both of them

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