Hi, Lukas! This looks very strange. Perhaps, indeed, the previous server process didn't die and is still bound to the port 16020? This is not very likely, mtr kills all processes with -9, there shouldn't be anything hanging around. But how otherwise 13, "Permission denied" can happen? By the way, we're working on OpenSSL 3.0 support right now, MDEV-25785. There should be a patch ready very soon. Regards, Sergei VP of MariaDB Server Engineering and security@mariadb.org On Nov 18, Lukas Javorsky wrote:
Hi Sergei,
I've somehow managed to get onto another problem and that is the start of the mariadb.service.
I'm trying to reproduce one of the tests "encryption.innodb-checksum-algorithm"
The error I'm getting (cat /var/log/mariadb/mysqld.1.err) is this: 2021-11-08 4:06:46 0 [Warning] Failed to setup SSL 2021-11-08 4:06:46 0 [Warning] SSL error: SSL_CTX_set_default_verify_paths failed 2021-11-08 4:06:46 0 [Warning] SSL error: error:80000002:system library::No such file or directory 2021-11-08 4:06:46 0 [Warning] SSL error: error:10000080:BIO routines::no such file 2021-11-08 4:06:46 0 [Warning] SSL error: error:05880002:x509 certificate routines::system lib 2021-11-08 4:06:46 0 [Note] Server socket created on IP: '127.0.0.1'. 2021-11-08 4:06:46 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 13: Permission denied 2021-11-08 4:06:46 0 [ERROR] Do you already have another mysqld server running on port: 16020 ? 2021-11-08 4:06:46 0 [ERROR] Aborting
Do you have any idea what could cause this? I'm not sure how to go further with this reproducer unless I fix this error.
I would be so grateful for even multiple ideas where the problem could be, so I can check them.
Thank you for your response. Lukas