Page 1 of 1
EVA config script is not starteing after reboot
Posted: 25 Jun 2024 10:00
by doggy101
Hi all just tried to install efa on a new VPS Rocky 9.4
I used this:
One-Step Install
eFa5 can be installed with just a single command, make sure you are logged in as root and you have a clean minimal installation to start with. Then just run the following command:
curl -sSL
https://install.efa-project.org | bash
when the command has completed it asks for a reboot and then the config script does not pop up?
where can I find the config script? eFa first-time configure
Re: EVA config script is not starteing after reboot
Posted: 25 Jun 2024 22:38
by shawniverson
Did you get an error during the install? It sounds like it did not install correctly.
Re: EVA config script is not starteing after reboot
Posted: 26 Jun 2024 06:58
by doggy101
no no error it is just completing the above script and asks for a reboot and the the configure screen does not presents itself, when i rerun the script it's saying that all packages are allready downloaded
Re: EVA config script is not starteing after reboot
Posted: 26 Jun 2024 11:40
by shawniverson
Can you attach the file /var/log/eFa/build.log ?
Re: EVA config script is not starteing after reboot
Posted: 26 Jun 2024 13:42
by doggy101
Re: EVA config script is not starteing after reboot
Posted: 26 Jun 2024 19:14
by shawniverson
Can you confirm that eFa is installed?
Re: EVA config script is not starteing after reboot
Posted: 27 Jun 2024 05:28
by doggy101
root@localhost ~]# rpm -qa | grep eFa
[root@localhost ~]#
no response just blank line
Re: EVA config script is not starteing after reboot
Posted: 27 Jun 2024 10:14
by ZimboKraut
Hi there,
I have the same issue, but what I did notice, that on install there was a GPG "issue"
-----snip----
...
(285/285): re2c-2.2-1.el9.x86_64.rpm 4.7 MB/s | 497 kB 00:00
--------------------------------------------------------------------------------
Total 7.3 MB/s | 103 MB 00:14
Extra Packages for Enterprise Linux 9 - x86_64 1.6 MB/s | 1.6 kB 00:00
Importing GPG key 0x3228467C:
Userid : "Fedora (epel9) <
epel@fedoraproject.org>"
Fingerprint: FF8A D134 4597 106E CE81 3B91 8A38 72BF 3228 467C
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-9
Key imported successfully
Public key for MailScanner-5.5.1-5.eFa.el9.noarch.rpm is not installed
Public key for MailWatch-1.2.23-2.eFa.el9.noarch.rpm is not installed
Public key for clamav-unofficial-sigs-7.2.5.1-1.eFa.el9.noarch.rpm is not instal led
....
-----snip----
In other words either not all orthe wrong GPG Key seems to have been installed in the script....
Any thoughts?
Re: EVA config script is not starteing after reboot
Posted: 27 Jun 2024 10:41
by shawniverson
doggy101 wrote: 27 Jun 2024 05:28
no response just blank line
What happens when you try to install it?
Re: EVA config script is not starteing after reboot
Posted: 27 Jun 2024 10:46
by doggy101
Total 15 MB/s | 91 MB 00:06
Public key for MailScanner-5.5.1-5.eFa.el9.noarch.rpm is not installed
Public key for MailWatch-1.2.23-2.eFa.el9.noarch.rpm is not installed
Public key for clamav-unofficial-sigs-7.2.5.1-1.eFa.el9.noarch.rpm is not installed
Public key for dcc-2.3.168-1.eFa.el9.x86_64.rpm is not installed
Public key for eFa-5.0.0-8.eFa.el9.noarch.rpm is not installed
Public key for eFa-base-5.0.0-1.eFa.el9.noarch.rpm is not installed
Public key for perl-Encoding-FixLatin-1.04-1.eFa.el9.noarch.rpm is not installed
Public key for perl-Geo-IP-1.51-1.eFa.el9.noarch.rpm is not installed
Public key for perl-IP-Country-2.28-1.eFa.el9.noarch.rpm is not installed
Public key for perl-IP-Country-DB_File-3.03-1.eFa.el9.noarch.rpm is not installed
Public key for perl-Mail-DMARC-1.20230215-1.eFa.el9.noarch.rpm is not installed
Public key for perl-Net-DNS-Resolver-Programmable-0.009-1.eFa.el9.noarch.rpm is not installed
Public key for perl-Net-IDN-Encode-2.500-1.eFa.el9.noarch.rpm is not installed
Public key for perl-Net-LibIDN-0.12-1.eFa.el9.x86_64.rpm is not installed
Public key for perl-Sendmail-PMilter-1.24-1.eFa.el9.noarch.rpm is not installed
Public key for perl-Sys-Hostname-Long-1.5-1.eFa.el9.noarch.rpm is not installed
Public key for perl-Test-File-ShareDir-1.001002-1.eFa.el9.noarch.rpm is not installed
Public key for postfix-3.5.23-1.eFa.el9.x86_64.rpm is not installed
Public key for spamassassin-4.0.1-2.eFa.el9.x86_64.rpm is not installed
Public key for sqlgrey-1.8.0-8.eFa.el9.noarch.rpm is not installed
Public key for sqlgreywebinterface-1.1.9-5.eFa.el9.noarch.rpm is not installed
Public key for tnef-1.4.18-1.eFa.el9.x86_64.rpm is not installed
Public key for unrar-6.2.5-1.eFa.el9.x86_64.rpm is not installed
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: GPG check FAILED
Re: EVA config script is not starteing after reboot
Posted: 27 Jun 2024 10:46
by doggy101
same as the user above error on the pub key
Re: EVA config script is not starteing after reboot
Posted: 27 Jun 2024 10:48
by shawniverson
ZimboKraut wrote: 27 Jun 2024 10:14
In other words either not all orthe wrong GPG Key seems to have been installed in the script....
Any thoughts?
Try running this:
Code: Select all
curl -sSL https://dl.efa-project.org/rpm/eFa5/centos9/RPM-GPG-KEY-eFa-Project-256 > RPM-GPG-KEY-eFa-Project-256
sudo rpm --import RPM-GPG-KEY-eFa-Project-256
sudo dnf install eFa
Re: EVA config script is not starteing after reboot
Posted: 27 Jun 2024 10:59
by doggy101
no more errors
spamassassin-4.0.1-2.eFa.el9.x86_64 sqlgrey-1:1.8.0-8.eFa.el9.noarch
sqlgreywebinterface-1:1.1.9-5.eFa.el9.noarch sscg-3.0.0-7.el9.x86_64
tmpwatch-2.11-20.el9.x86_64 tnef-1:1.4.18-1.eFa.el9.x86_64
unbound-1.16.2-3.el9_3.5.x86_64 unbound-libs-1.16.2-3.el9_3.5.x86_64
unrar-6.2.5-1.eFa.el9.x86_64 xml-common-0.6.3-58.el9.noarch
Complete!
[root@localhost ~]#
Re: EVA config script is not starteing after reboot
Posted: 27 Jun 2024 11:00
by shawniverson
Reboot and you should be good.
Re: EVA config script is not starteing after reboot
Posted: 27 Jun 2024 11:11
by doggy101
ran the script looks oke for now
will keep on configuring..
thanks for the help