Missing /var/log/mysql dir after installing on Ubuntu 24.04 #174

Closed
opened 2026-04-05 20:25:41 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @bitwanderer on 10/12/2024

CloudPanel version(s) affected

v2.4.2

Description

After installing CLP on Ubuntu 24.04, the mysql dir is missing from /var/log.

I'm using MariaDB 10.11

After creating the dir manually, the mysql log then gets created.

How to reproduce

Install on Ubuntu 24.04
Check /var/log

Possible Solution

No response

Additional Context

Curiously, after creating the mysql dir in /var/log, I get these annoyances which weren't there before creating the dir:

(mariadbd)[4966]: mariadb.service: Referenced but unset environment variable evaluates to an empty string: MYSQLD_OPTS, _WSREP_NEW_CLUSTER
mariadbd[4695]: 2024-10-12 12:15:15 0 [Warning] Could not increase number of max_open_files to more than 32768 (request: 65535)

*Originally created by @bitwanderer on 10/12/2024* ### CloudPanel version(s) affected v2.4.2 ### Description After installing CLP on Ubuntu 24.04, the mysql dir is missing from /var/log. I'm using MariaDB 10.11 After creating the dir manually, the mysql log then gets created. ### How to reproduce Install on Ubuntu 24.04 Check /var/log ### Possible Solution _No response_ ### Additional Context Curiously, after creating the mysql dir in /var/log, I get these annoyances which weren't there before creating the dir: (mariadbd)[4966]: mariadb.service: Referenced but unset environment variable evaluates to an empty string: MYSQLD_OPTS, _WSREP_NEW_CLUSTER mariadbd[4695]: 2024-10-12 12:15:15 0 [Warning] Could not increase number of max_open_files to more than 32768 (request: 65535)
Sign in to join this conversation.