Jump to content

flippedcracker

Members
  • Posts

    54
  • Joined

  • Last visited

Posts posted by flippedcracker

  1. 4 hours ago, Djoss said:

    Can you have a look at /mnt/user/appdata/NginxProxyManager/log/init_db.log?

    Installing MariaDB/MySQL system tables in '/config/mysql' ...
    2019-03-02 22:28:08 22400584366984 [ERROR] InnoDB: preallocating 12582912 bytes for file ./ibdata1 failed with error 95
    2019-03-02 22:28:08 22400584366984 [ERROR] InnoDB: Could not set the file size of './ibdata1'. Probably out of disk space
    2019-03-02 22:28:08 22400584366984 [ERROR] InnoDB: Database creation was aborted with error Generic error. You may need to delete the ibdata1 file before trying to start up again.
    2019-03-02 22:28:09 22400584366984 [ERROR] Plugin 'InnoDB' init function returned error.
    2019-03-02 22:28:09 22400584366984 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
    2019-03-02 22:28:09 22400584366984 [ERROR] Unknown/unsupported storage engine: InnoDB
    2019-03-02 22:28:09 22400584366984 [ERROR] Aborting
    
    
    Installation of system tables failed!  Examine the logs in
    /config/mysql for more information.
    
    The problem could be conflicting information in an external
    my.cnf files. You can ignore these by doing:
    
        shell> /usr/bin/mysql_install_db --defaults-file=~/.my.cnf
    
    You can also try to start the mysqld daemon with:
    
        shell> /usr/bin/mysqld --skip-grant-tables --general-log &
    
    and use the command line tool /usr/bin/mysql
    to connect to the mysql database and look at the grant tables:
    
        shell> /usr/bin/mysql -u root mysql
        mysql> show tables;
    
    Try 'mysqld --help' if you have problems with paths.  Using
    --general-log gives you a log in /config/mysql that may be helpful.
    
    The latest information about mysql_install_db is available at
    https://mariadb.com/kb/en/installing-system-tables-mysql_install_db
    You can find the latest source at https://downloads.mariadb.org and
    the maria-discuss email list at https://launchpad.net/~maria-discuss
    
    Please check all of the above before submitting a bug report
    at http://mariadb.org/jira
    

    I used to have a mysql docker and a mariadb docker, but don't anymore. Think that has something to do with it?

  2. I'm having trouble getting this running. I installed using the default values and whenever I try to start the container, it seems to just crash. Here is the log for the container:

     

    [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
    [s6-init] ensuring user provided files have correct perms...exited 0.
    [fix-attrs.d] applying ownership & permissions fixes...
    [fix-attrs.d] done.
    [cont-init.d] executing container initialization scripts...
    [cont-init.d] 00-app-niceness.sh: executing...
    [cont-init.d] 00-app-niceness.sh: exited 0.
    [cont-init.d] 00-app-script.sh: executing...
    [cont-init.d] 00-app-script.sh: exited 0.
    [cont-init.d] 00-app-user-map.sh: executing...
    [cont-init.d] 00-app-user-map.sh: exited 0.
    [cont-init.d] 00-clean-logmonitor-states.sh: executing...
    [cont-init.d] 00-clean-logmonitor-states.sh: exited 0.
    [cont-init.d] 00-clean-tmp-dir.sh: executing...
    [cont-init.d] 00-clean-tmp-dir.sh: exited 0.
    [cont-init.d] 00-set-app-deps.sh: executing...
    [cont-init.d] 00-set-app-deps.sh: exited 0.
    [cont-init.d] 00-set-home.sh: executing...
    [cont-init.d] 00-set-home.sh: exited 0.
    [cont-init.d] 00-take-config-ownership.sh: executing...
    [cont-init.d] 00-take-config-ownership.sh: exited 0.
    [cont-init.d] 00-xdg-runtime-dir.sh: executing...
    [cont-init.d] 00-xdg-runtime-dir.sh: exited 0.
    [cont-init.d] nginx-proxy-manager.sh: executing...
    [cont-init.d] nginx-proxy-manager.sh: Initializing database data directory...
    [cont-init.d] nginx-proxy-manager.sh: exited 1.
    [services.d] stopping services
    [services.d] stopping s6-fdholderd...
    [cont-finish.d] executing container finish scripts...
    [cont-finish.d] done.
    [s6-finish] syncing disks.
    [s6-finish] sending all processes the TERM signal.
    [s6-finish] sending all processes the KILL signal and exiting.

    What can I do?

    hamptonserver-diagnostics-20190302-1841.zip

Ă—
Ă—
  • Create New...