I run the command
usermod -a -G dialout hestiaweb
but I get hestiaweb doesn’t exists, however, when I try to add the user using adduser
adduser hestiaweb
then
then
systemctl restart hestia
the hestiacp state is active but admin panel still error 500
root@server ~ # systemctl status hestia
● hestia.service - LSB: starts the hestia control panel
Loaded: loaded (/etc/init.d/hestia; generated)
Active: active (running) since Thu 2025-02-06 12:04:39 CET; 8s ago
Docs: man:systemd-sysv-generator(8)
Process: 416337 ExecStart=/etc/init.d/hestia start (code=exited, status=0/SUCCESS)
Tasks: 3 (limit: 77015)
Memory: 36.4M
CGroup: /system.slice/hestia.service
├─ 1436 nginx: master process /usr/local/hestia/nginx/sbin/hestia-nginx
├─ 1437 nginx: worker process
└─416342 php-fpm: master process (/usr/local/hestia/php/etc/php-fpm.conf)
Feb 06 12:04:39 server.sabgate.xyz systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Feb 06 12:04:39 server.sabgate.xyz systemd[1]: Starting LSB: starts the hestia control panel...
Feb 06 12:04:39 server.sabgate.xyz hestia[416337]: * Starting hestia-nginx hestia-nginx
Feb 06 12:04:39 server.sabgate.xyz hestia[416337]: ...done.
Feb 06 12:04:39 server.sabgate.xyz hestia[416337]: * Starting hestia-php hestia-php
Feb 06 12:04:39 server.sabgate.xyz hestia[416337]: ...done.
Feb 06 12:04:39 server.sabgate.xyz systemd[1]: Started LSB: starts the hestia control panel.
I try the updates
apt-get update && apt-get upgrade -y
root@server ~ # apt-get update && apt-get upgrade -y
Hit:1 http://mirror.hetzner.de/ubuntu/packages focal InRelease
Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:3 http://de.archive.ubuntu.com/ubuntu focal InRelease
Hit:4 http://mirror.hetzner.de/ubuntu/packages focal-updates InRelease
Hit:5 http://de.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:6 http://mirror.hetzner.de/ubuntu/packages focal-backports InRelease
Get:7 https://nginx.org/packages/mainline/ubuntu focal InRelease [3,602 B]
Hit:8 http://de.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:9 https://apt.postgresql.org/pub/repos/apt focal-pgdg InRelease
Hit:10 http://mirror.hetzner.de/ubuntu/packages focal-security InRelease
Hit:11 https://apt.hestiacp.com focal InRelease
Get:12 https://dlm.mariadb.com/repo/mariadb-server/10.6/repo/ubuntu focal InRelease [7,767 B]
Hit:13 http://ppa.launchpad.net/ondrej/apache2/ubuntu focal InRelease
Hit:14 http://ppa.launchpad.net/ondrej/php/ubuntu focal InRelease
Err:7 https://nginx.org/packages/mainline/ubuntu focal InRelease
The following signatures were invalid: EXPKEYSIG ABF5BD827BD9BF62 nginx signing key <[email protected]>
Fetched 7,767 B in 1s (7,826 B/s)
Reading package lists... Done
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://nginx.org/packages/mainline/ubuntu focal InRelease: The following signatures were invalid: EXPKEYSIG ABF5BD827BD9BF62 nginx signing key <[email protected]>
W: Failed to fetch https://nginx.org/packages/mainline/ubuntu/dists/focal/InRelease The following signatures were invalid: EXPKEYSIG ABF5BD827BD9BF62 nginx signing key <[email protected]>
W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
libmagic-mgc libmagic1 libpmem1 python3-ply
Use 'apt autoremove' to remove them.
The following packages have been kept back:
apache2 apache2-bin apache2-data apache2-utils hestia libgd3 linux-image-generic php-common postgresql postgresql-client-common postgresql-common postgresql-contrib python3-update-manager ubuntu-advantage-tools update-manager-core
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up hestia-nginx (1.27.3) ...
/var/lib/dpkg/info/hestia-nginx.postinst: line 15: syshealth_adapt_hestia_nginx_listen_ports: command not found
dpkg: error processing package hestia-nginx (--configure):
installed hestia-nginx package post-installation script subprocess returned error exit status 127
Errors were encountered while processing:
hestia-nginx
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any ideas?