[MDEV-21741] [Warning] InnoDB: Failed to set memory to MADV_DONTDUMP: Function not implemented Created: 2020-02-15 Updated: 2020-04-05 Resolved: 2020-04-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.4.10 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Abel Torre | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | innodb | ||
| Environment: |
RMerl/asuswrt through Entware |
||
| Issue Links: |
|
||||||||
| 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/' ... Impossible to start the server with the command: /opt/etc/init.d/S70mysqld start Is it possible to deactivate the MADV_DODUMP function ?. The "- I have a previous backup and this does not happen. |
| Comments |
| Comment by Abel Torre [ 2020-02-20 ] |
|
I've tried these settings and it doesn't change anything: [mysqld] [mysqld] The kernel of the Asus-Merlin firmware is 4.1.51. The installation of MariaDB through Entware worked after (opkg list | grep mariadb | awk ' {print $ 1}' | xargs opkg install) |
| Comment by Abel Torre [ 2020-02-22 ] |
|
The problem appears when updating from 10.2.26 to 10.4.10 |
| Comment by Marko Mäkelä [ 2020-03-09 ] |
|
I do not think that the warning message should prevent the server from starting up or shutting down. I see 3 messages for both types of calls, corresponding to the 3 data structures being allocated via those interfaces. Which kernel version are you using? A Linux kernel bug fix related to the calls and huge pages was mentioned in |