• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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