Plesk

System logs on a Plesk server are not populating when the rsyslog package is not installed

Symptoms

Cause

The system package rsyslog which is responsible for logging is not installed on the server:

Note: The rsyslog package does not come by default on AlmaLinux installations.

Resolution

  1. Connect to the Plesk server via SSH.

  2. Install the rsyslog package:

    • on CentOS/RHEL-based distributions

      # yum install rsyslog

      or the command below, if DNF package manager is used:

      # dnf install rsyslog

    • on Debian/Ubuntu-based distributions

      # apt install rsyslog

  3. Start the rsyslog service:

    # systemctl start rsyslog

Exit mobile version