Replies: 1 comment
-
Directory privilege issues. Resolved via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello community, my first clean build ends up with followring err, any idea please?
docker-compose version 1.25.0, build unknown
docker-py version: 4.1.0
CPython version: 3.8.10
OpenSSL version: OpenSSL 1.1.1f 31 Mar 2020
Docker version 24.0.6, build ed223bc
DISTRIB_DESCRIPTION="Ubuntu 20.04.6 LTS"
Attaching to docker-otrs_mariadb_1, docker-otrs_otrs_1
mariadb_1 | 2023-10-11 14:04:47+02:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.1.48+maria-1
bionic started.bionic started.otrs_1 | [INFO] Setting OTRS_CRON_BACKUP_SCRIPT to "/etc/cron.d/otrs_backup_custom"
otrs_1 | [INFO] Setting OTRS_ARTICLE_STORAGE_TYPE to ArticleStorageDB
otrs_1 | [INFO] Database server is not available. Waiting 2 seconds...
mariadb_1 | 2023-10-11 14:04:48+02:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
mariadb_1 | 2023-10-11 14:04:48+02:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.1.48+maria-1
mariadb_1 | 2023-10-11 14:04:49+02:00 [Note] [Entrypoint]: Initializing database files
mariadb_1 | 2023-10-11 14:04:49 140327363811328 [Note] /usr/sbin/mysqld (mysqld 10.1.48-MariaDB-1~bionic) starting as process 83 ...
mariadb_1 | 2023-10-11 14:04:49 140327363811328 [Warning] Can't create test file /var/lib/mysql/c22b9e9038d1.lower-test
mariadb_1 | 2023-10-11 14:04:49 140327363811328 [ERROR] mysqld: Can't create/write to file '/var/lib/mysql/aria_log_control' (Errcode: 13 "Permission denied")
mariadb_1 | 2023-10-11 14:04:49 140327363811328 [ERROR] mysqld: Got error 'Can't create file' when trying to use aria control file '/var/lib/mysql/aria_log_control'
mariadb_1 | 2023-10-11 14:04:49 140327363811328 [ERROR] Plugin 'Aria' init function returned error.
mariadb_1 | 2023-10-11 14:04:49 140327363811328 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
mariadb_1 | 2023-10-11 14:04:49 140327363811328 [Note] InnoDB: Using mutexes to ref count buffer pool pages
mariadb_1 | 2023-10-11 14:04:49 140327363811328 [Note] InnoDB: The InnoDB memory heap is disabled
mariadb_1 | 2023-10-11 14:04:49 140327363811328 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mariadb_1 | 2023-10-11 14:04:49 140327363811328 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
mariadb_1 | 2023-10-11 14:04:49 140327363811328 [Note] InnoDB: Compressed tables use zlib 1.2.11
mariadb_1 | 2023-10-11 14:04:49 140327363811328 [Note] InnoDB: Using Linux native AIO
mariadb_1 | 2023-10-11 14:04:49 140327363811328 [Note] InnoDB: Using SSE crc32 instructions
mariadb_1 | 2023-10-11 14:04:49 140327363811328 [Note] InnoDB: Initializing buffer pool, size = 256.0M
mariadb_1 | 2023-10-11 14:04:49 140327363811328 [Note] InnoDB: Completed initialization of buffer pool
mariadb_1 | 2023-10-11 14:04:49 7fa082ac1800 InnoDB: Operating system error number 13 in a file operation.
mariadb_1 | InnoDB: The error means mysqld does not have the access rights to
mariadb_1 | InnoDB: the directory.
mariadb_1 | 2023-10-11 14:04:49 7fa082ac1800 InnoDB: Operating system error number 13 in a file operation.
mariadb_1 | InnoDB: The error means mysqld does not have the access rights to
mariadb_1 | InnoDB: the directory.
mariadb_1 | 2023-10-11 14:04:49 140327363811328 [ERROR] InnoDB: Creating or opening ./ibdata1 failed!
mariadb_1 | 2023-10-11 14:04:49 140327363811328 [ERROR] InnoDB: Could not open or create the system tablespace. If you tried to add new data files to the system tablespace, and it failed here, you should now edit innodb_data_file_path in my.cnf back to what it was, and remove the new ibdata files InnoDB created in this failed attempt. InnoDB only wrote those files full of zeros, but did not yet use them in any way. But be careful: do not remove old data files which contain your precious data!
mariadb_1 | 2023-10-11 14:04:49 140327363811328 [ERROR] Plugin 'InnoDB' init function returned error.
mariadb_1 | 2023-10-11 14:04:49 140327363811328 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
mariadb_1 | 2023-10-11 14:04:49 140327363811328 [ERROR] Unknown/unsupported storage engine: InnoDB
mariadb_1 | 2023-10-11 14:04:49 140327363811328 [ERROR] Aborting
Beta Was this translation helpful? Give feedback.
All reactions