Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.3.37
-
None
Description
Today my apt-cron installed the newest release for Debian:
Log started: 2022-11-25 06:16:41
|
(Reading database ... 125540 files and directories currently installed.)
|
Preparing to unpack .../mariadb-server-core-10.3_1%3a10.3.37-0ubuntu0.20.04.1_amd64.deb ...
|
Unpacking mariadb-server-core-10.3 (1:10.3.37-0ubuntu0.20.04.1) over (1:10.3.34-0ubuntu0.20.04.1) ...
|
Preparing to unpack .../mariadb-server-10.3_1%3a10.3.37-0ubuntu0.20.04.1_amd64.deb ...
|
/var/lib/mysql: found previous version 10.3
|
Unpacking mariadb-server-10.3 (1:10.3.37-0ubuntu0.20.04.1) over (1:10.3.34-0ubuntu0.20.04.1) ...
|
Preparing to unpack .../mariadb-server_1%3a10.3.37-0ubuntu0.20.04.1_all.deb ...
|
Unpacking mariadb-server (1:10.3.37-0ubuntu0.20.04.1) over (1:10.3.34-0ubuntu0.20.04.1) ...
|
Setting up mariadb-server-core-10.3 (1:10.3.37-0ubuntu0.20.04.1) ...
|
Setting up mariadb-server-10.3 (1:10.3.37-0ubuntu0.20.04.1) ...
|
Job for mariadb.service failed because the control process exited with error code.
|
See "systemctl status mariadb.service" and "journalctl -xe" for details.
|
Setting up mariadb-server (1:10.3.37-0ubuntu0.20.04.1) ...
|
Processing triggers for man-db (2.9.1-1) ...
|
Processing triggers for systemd (245.4-4ubuntu3.19) ...
|
Log ended: 2022-11-25 06:17:07
|
Since this release the MariaDB Service will not start.
In Logs I can found:
tail /var/log/mysql/error.log
|
2022-11-25 11:51:02 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
|
2022-11-25 11:51:02 0 [Note] InnoDB: Waiting for purge to start
|
2022-11-25 11:51:02 0 [Note] InnoDB: 10.3.37 started; log sequence number 17380273060; transaction id 59869107
|
2022-11-25 11:51:02 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
|
2022-11-25 11:51:02 0 [Note] Plugin 'FEEDBACK' is disabled.
|
SSL error: Unable to get private key from '/etc/ssl/wildcard.key'
|
2022-11-25 11:51:02 0 [ERROR] Failed to setup SSL
|
2022-11-25 11:51:02 0 [ERROR] SSL error: Unable to get private key
|
2022-11-25 11:51:02 0 [ERROR] Aborting
|
When I deactivate SSL in config everything is fine again.
Rollback to a Backup is also working.
Attachments
Issue Links
- duplicates
-
MDEV-30270 ssl_cipher on Non-SSL system results in confusing SSL error
- Open