Article 55Y2Z mariadb-10.5.4 refused to start

mariadb-10.5.4 refused to start

by
zdolar
from LinuxQuestions.org on (#55Y2Z)
Hi!

Slackware64-current updated on 18. 7. 2020

With this update mariadb was updated from 10.4.13-x86_64-3 to 10.5.4-x86_64-2
Previous version started, and all worked.
After that upgrade it refuses to start:
Code:2020-07-20 14:48:00 0 [ERROR] mariadbd: Can't open shared library 'ha_s3.so' (errno: 1, Loading of alpha plugin S3 is prohibited by --plugin-maturity=gamma)
2020-07-20 14:48:00 0 [ERROR] Couldn't load plugins from 'ha_s3.so'.
2020-07-20 14:48:00 0 [Note] InnoDB: Using Linux native AIO
2020-07-20 14:48:00 0 [Note] InnoDB: Uses event mutexes
2020-07-20 14:48:00 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-07-20 14:48:00 0 [Note] InnoDB: Number of pools: 1
2020-07-20 14:48:00 0 [Note] InnoDB: Using SSE4.2 crc32 instructions
2020-07-20 14:48:00 0 [Note] mariadbd: O_TMPFILE is not supported on /tmp (disabling future attempts)
2020-07-20 14:48:00 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728
2020-07-20 14:48:00 0 [Note] InnoDB: Completed initialization of buffer pool
2020-07-20 14:48:00 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2020-07-20 14:48:01 0 [Note] InnoDB: 128 rollback segments are active.
2020-07-20 14:48:01 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-07-20 14:48:01 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-07-20 14:48:01 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2020-07-20 14:48:01 0 [Note] InnoDB: 10.5.4 started; log sequence number 779692057; transaction id 1513123
2020-07-20 14:48:01 0 [Note] InnoDB: Loading buffer pool(s) from /mnt/hd/lib_log/mysql/ib_buffer_pool
2020-07-20 14:48:01 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-07-20 14:48:01 0 [Note] InnoDB: Buffer pool(s) load completed at 200720 14:48:01
2020-07-20 14:48:01 0 [ERROR] Can't start server : Bind on unix socket: Permission denied
2020-07-20 14:48:01 0 [ERROR] Do you already have another mysqld server running on socket: /var/run/mysql/mysql.sock ?
2020-07-20 14:48:01 0 [ERROR] AbortingThere are two errors. The first one is probably not fatal, as it continues to load. But had to be handled also. How?
The second error at the bottom is fatal. I must point out that executing
/usr/bin/mysqld_safe --datadir=/var/lib/mysql --pid-file=/var/run/mysql/mysql.pid
also do not start the daemon. And yes, /var/run/mysql/ is empty - no socket file is there.
Code:ls -la /var/run/mysql/
total 0
drwxr-x--- 2 mysql root 40 20.07.2020 14:46:36 .
drwxr-x--- 20 root root 860 20.07.2020 14:29:07 ..
Any idea? Could be a new PAM security the problem?latest?d=yIl2AUoC8zA latest?i=-9_em_BVajk:WNZwvaI8S_4:F7zBnMy latest?i=-9_em_BVajk:WNZwvaI8S_4:V_sGLiP latest?d=qj6IDK7rITs latest?i=-9_em_BVajk:WNZwvaI8S_4:gIN9vFw-9_em_BVajk
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments