fresh EFA4 on CentOS 8 no logging

Bugs in eFa 4
Post Reply
tobiasp
Posts: 8
Joined: 15 Nov 2020 10:42

fresh EFA4 on CentOS 8 no logging

Post by tobiasp »

Hi,
some days ago I installed EFA4 with the one step installer (I guess 4.0.3) on a fresh CentOS 8 (CentOS-8.2.2004-x86_64-minimal.iso) but I noticed that there is nothing in e.g. maillog and I had to use "journalctl -u postfix -f" (but this also means that fail2ban would not detect anything)

I fixed it by running:

Code: Select all

dnf install rsyslog -y
systemctl start rsyslog.service
systemctl enable rsyslog.service
maybe this is something you should include in the efa one step installer?

Cheers!
Tobias
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: fresh EFA4 on CentOS 8 no logging

Post by shawniverson »

Going to fix :)
Post Reply