mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Missing /var/log/mysql dir after installing on Ubuntu 24.04 #174
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)