Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Incomplete
-
10.4.10
-
RMerl/asuswrt through Entware
Description
A month ago the Mariadb server and client worked perfectly with phpMyAdmin, but since I reinstalled the entire system I have appeared in the SSH console:
/opt/bin/mysql_install_db --user=admin --basedir=/opt --datadir=/opt/var/mysql/ --lc-messages-dir=/opt/share/mariadb
Installing MariaDB/MySQL system tables in '/opt/var/mysql/' ...
2020-02-15 18:55:02 0 [Warning] InnoDB: Failed to set memory to MADV_DONTDUMP: F unction not implemented ptr 0x7f73bff000 size 134217728
2020-02-15 18:55:02 0 [Warning] InnoDB: Failed to set memory to MADV_DONTDUMP: F unction not implemented ptr 0x7f71bff000 size 33554432
2020-02-15 18:55:02 0 [Warning] InnoDB: Failed to set memory to MADV_DONTDUMP: Function not implemented ptr 0x7f8014a000 size 2097152
2020-02-15 18:55:02 0 [Warning] InnoDB: Failed to set memory to MADV_DODUMP: Function not implemented ptr 0x7f8014a000 size 2097152
2020-02-15 18:55:03 0 [Warning] InnoDB: Failed to set memory to MADV_DODUMP: Function not implemented ptr 0x7f71bff000 size 33554432
2020-02-15 18:55:03 0 [Warning] InnoDB: Failed to set memory to MADV_DODUMP: Function not implemented ptr 0x7f73bff000 size 134217728
OK
Impossible to start the server with the command:
/opt/etc/init.d/S70mysqld start
Is it possible to deactivate the MADV_DODUMP function ?. The "-core-file" and "-innodb-buffer-pool-in-core-file" commands do not exist in this system Linux.
I have a previous backup and this does not happen.
Attachments
Issue Links
- relates to
-
MDEV-10814 Feature request: Optionally exclude large buffers from core dumps
- Closed