drkpeezy

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by drkpeezy

  1. 2 hours ago, bigdave said:

    I see this error in the init_db.log 

    
    /mnt/user/appdata/NginxProxyManager/log# more init_db.log
    Installing MariaDB/MySQL system tables in '/config/mysql' ...
    2018-12-27 14:32:02 22714951916424 [ERROR] InnoDB: preallocating 12582912 bytes for file ./ibdata1 failed with error 95
    2018-12-27 14:32:02 22714951916424 [ERROR] InnoDB: Could not set the file size of './ibdata1'. Probably out of disk space
    2018-12-27 14:32:02 22714951916424 [ERROR] InnoDB: Database creation was aborted with error Generic error. You may need to delete the ibdata1 file before trying to start
     up again.
    2018-12-27 14:32:03 22714951916424 [ERROR] Plugin 'InnoDB' init function returned error.
    2018-12-27 14:32:03 22714951916424 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
    2018-12-27 14:32:03 22714951916424 [ERROR] Unknown/unsupported storage engine: InnoDB
    2018-12-27 14:32:03 22714951916424 [ERROR] Aborting

     

    What are you using for umask? My logs are the same...

  2. I get the follow when I try to start the container

     

    [mysqld] starting...
    2018-12-27 9:57:55 23424764251016 [Note] /usr/bin/mysqld (mysqld 10.2.15-MariaDB) starting as process 1998 ...
    2018-12-27 9:57:55 23424764251016 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2018-12-27 9:57:55 23424764251016 [Note] InnoDB: Uses event mutexes
    2018-12-27 9:57:55 23424764251016 [Note] InnoDB: Compressed tables use zlib 1.2.11
    2018-12-27 9:57:55 23424764251016 [Note] InnoDB: Using Linux native AIO
    2018-12-27 9:57:55 23424764251016 [Note] InnoDB: Number of pools: 1
    2018-12-27 9:57:55 23424764251016 [Note] InnoDB: Using SSE2 crc32 instructions
    2018-12-27 9:57:55 23424764251016 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
    2018-12-27 9:57:55 23424764251016 [Note] InnoDB: Completed initialization of buffer pool
    2018-12-27 9:57:55 23424421186280 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
    2018-12-27 9:57:55 23424764251016 [ERROR] InnoDB: The Auto-extending innodb_system data file './ibdata1' is of a different size 0 pages than specified in the .cnf file: initial 768 pages, max 0 (relevant if non-zero) pages!
    2018-12-27 9:57:55 23424764251016 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
    
    [2018-12-27] [09:57:55] [Global ] › ✖ error connect ECONNREFUSED 127.0.0.1:3306
    
    2018-12-27 9:57:55 23424764251016 [Note] InnoDB: Starting shutdown...
    2018-12-27 9:57:55 23424764251016 [ERROR] Plugin 'InnoDB' init function returned error.
    2018-12-27 9:57:55 23424764251016 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
    2018-12-27 9:57:55 23424764251016 [Note] Plugin 'FEEDBACK' is disabled.
    2018-12-27 9:57:55 23424764251016 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
    2018-12-27 9:57:55 23424764251016 [ERROR] Unknown/unsupported storage engine: InnoDB
    2018-12-27 9:57:55 23424764251016 [ERROR] Aborting