• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Forwarded to devs No logger installed with Plesk on an AlmaLinux minimal install

danami

Silver Pleskian
Username:

TITLE

No logger installed with Plesk on an AlmaLinux minimal install

PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE

Product version: Plesk Obsidian 18.0.39.1
OS version: AlmaLinux 8.5 x86_64
Build date: 2021/10/14 23:00
Revision: abd80734589dbcc9d72ab53622ef5737a658fb43

PROBLEM DESCRIPTION

When doing an install of Plesk on an AlmaLinux minimal install no logger is present on the system so log files like /var/log/messages, /var/log/maillog, and /var/log/secure are always empty. This means that security tools like fail2ban cannot track things properly.

STEPS TO REPRODUCE

1. Do a minimal install of AlmaLinux.
2. Install Plesk on it.

ACTUAL RESULT

rsyslog package is missing so /var/log/messages, /var/log/maillog, and /var/log/secure will always be empty.

EXPECTED RESULT

A proper logger like rsyslog should be a dependency when installing Plesk so that tools like fail2ban can track server logs properly.

ANY ADDITIONAL INFORMATION

(DID NOT ANSWER QUESTION)

YOUR EXPECTATIONS FROM PLESK SERVICE TEAM

Confirm bug
 
It´s a known bug since Release 8.4 and it persists in 8.5 of AlmaLinux as well. To fix that before installing Plesk you should perform the following command just after the fresh minimal install:

Bash:
dnf install @minimal-environment
 
Back
Top