Upgrade to 1.93 installed exim

So i installed the update on debian 12 using apt update; apt upgrade. This system doesnt have any mail server because the provider doesnt allow them. the upgrade wanted to install exim and friends. The hestia upgrade script failed due to lack of privileges to /var/log exim4

I restarted hestia again via systemctl restart hestia and everything is working.

I tend to manually upgrade hestia because it seems like the upgrade starts the service even if it isnt running. In other words i do ‘systemctl stop hestia’ unlesss i need to administer the machine. the upgrade script starts hestia back up

my other machine upgraded fine. It has a mail server :slight_smile:

start-Date: 2025-02-28  02:08:42
Commandline: apt upgrade
Install: exim4-config:amd64 (4.96-15+deb12u6, automatic), exim4-base:amd64 (4.96-15+deb12u6, automatic), libunbound8:amd64 (1.17.1-2+deb12u2, automatic), exim4-daemon-light:amd64 (4.96-15+deb12u6, automatic), bsd-mailx:amd64 (8.1.2-0.20220412cvs-1, automatic), at:amd64 (3.2.5-1+b1, automatic), liblockfile1:amd64 (1.17-1+b1, automatic), libgnutls-dane0:amd64 (3.7.9-2+deb12u4, automatic)
Upgrade: openssh-client:amd64 (1:9.2p1-2+deb12u4, 1:9.2p1-2+deb12u5), hestia-php:amd64 (8.3.16, 8.3.17), openssh-server:amd64 (1:9.2p1-2+deb12u4, 1:9.2p1-2+deb12u5), hestia-nginx:amd64 (1.27.3, 1.27.4), hestia:amd64 (1.9.2, 1.9.3), openssh-sftp-server:amd64 (1:9.2p1-2+deb12u4, 1:9.2p1-2+deb12u5), libgnutls30:amd64 (3.7.9-2+deb12u3, 3.7.9-2+deb12u4)
Error: Sub-process /usr/bin/dpkg returned an error code (1)
End-Date: 2025-02-28  02:09:09
root@rom:/var/log# ls -l exim4/
total 8
-rw-r----- 1 Debian-exim adm 524 Feb 28 02:14 mainlog
-rw-r----- 1 Debian-exim adm 180 Feb 28 02:14 paniclog
root@rom:/var/log# ls -ld exim4/
drwxr-s--- 2 Debian-exim adm 4096 Feb 28 02:09 exim4/

out of /var/log/syslog more mention of the exim4 permissions and also hestia-nginx trying to bind to an ipv6. This machine never had ipv6 address.

like i said above it all appears to be working now but the upgrade script failed and I dont know why it installed exim4 on a system that originally had hestia installed without exim.

2025-02-28T02:09:02.246174-06:00 rom systemd[1]: Starting hestia.service - LSB: starts the hestia control panel...
2025-02-28T02:09:02.315254-06:00 rom hestia[4114521]: Starting hestia-nginx: hestia-nginx
2025-02-28T02:09:02.316124-06:00 rom hestia[4114524]: nginx: [emerg] socket() [::]:8083 failed (97: Address family not supported by protocol)
2025-02-28T02:09:02.316534-06:00 rom systemd[1]: hestia.service: Control process exited, code=exited, status=1/FAILURE
2025-02-28T02:09:02.319376-06:00 rom systemd[1]: hestia.service: Failed with result 'exit-code'.
2025-02-28T02:09:02.320146-06:00 rom systemd[1]: Failed to start hestia.service - LSB: starts the hestia control panel.
2025-02-28T02:09:02.647950-06:00 rom exim[4114661]: 2025-02-28 02:09:02 1tnvQc-00HGPV-24 <= [email protected] U=root P=local S=2263 [email protected]
2025-02-28T02:09:02.651678-06:00 rom exim[4114661]: 2025-02-28 02:09:02 1tnvQc-00HGPV-24 Cannot open main log file "/var/log/exim4/mainlog": Permission denied: euid=105 egid=113
2025-02-28T02:09:02.651823-06:00 rom exim[4114661]: exim: could not open panic log - aborting: see message(s) above
2025-02-28T02:09:06.540557-06:00 rom hestia[4114915]: Starting hestia-nginx: hestia-nginx
2025-02-28T02:09:06.541023-06:00 rom hestia[4114918]: nginx: [emerg] socket() [::]:8083 failed (97: Address family not supported by protocol)
2025-02-28T02:09:06.541778-06:00 rom systemd[1]: hestia.service: Control process exited, code=exited, status=1/FAILURE
2025-02-28T02:09:06.541937-06:00 rom systemd[1]: hestia.service: Failed with result 'exit-code'.
2025-02-28T02:09:06.542948-06:00 rom systemd[1]: Failed to start hestia.service - LSB: starts the hestia control panel.