Hi Otto,
root@gast1:~# find /var/lib/mysql -ls 262301 4 drwxr-xr-x 2 mysql mysql 4096 Dec 17 11:17 /var/lib/mysql 263594 4 -rw-rw---- 1 mysql mysql 52 Dec 17 11:17 /var/lib/mysql/aria_log_control 263597 98304 -rw-rw---- 1 mysql mysql 100663296 Dec 17 11:17 /var/lib/mysql/ib_logfile101 263596 12288 -rw-rw---- 1 mysql mysql 12582912 Dec 17 11:17 /var/lib/mysql/ibdata1 263591 0 -rw-r--r-- 1 root root 0 Dec 17 11:17 /var/lib/mysql/debian-10.11.flag 263595 16 -rw-rw---- 1 mysql mysql 16384 Dec 17 11:17 /var/lib/mysql/aria_log.00000001 root@gast1:~# root@gast1:~# uname -a Linux gast1 6.1.0-15-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.66-1 (2023-12-09) x86_64 GNU/Linux root@gast1:~# Regards, Konstantin Gesendet: Sonntag, 17. Dezember 2023 um 16:48 Uhr Von: "Otto Kekäläinen" <o...@debian.org> An: "Scott Barker" <sc...@mostlylinux.ca>, 1058...@bugs.debian.org, k-...@web.de Cc: "Faustin Lammler" <faus...@mariadb.org>, "Tuukka Pasanen" <tuukka.pasa...@ilmi.fi> Betreff: Re: Bug#1058706: mariadb-server-core: mariadbd fails to start on fresh install on armel Hi Scott and Kr! Did you note this line? 2023-12-14 14:51:33 0 [Note] InnoDB: Header page consists of zero bytes in datafile: ./ibdata1, Space ID:0, Flags: 0 Can you include the output of `find /var/lib/mysql -ls` so we can see what files your system has? What is the hardware you have? The report shows 'Linux 5.10.0-26-marvell '. What does `uname -a` yield? The test suite passes on armhf at e.g. https://launchpad.net/~mysql-ubuntu/+archive/ubuntu/mariadb-10.11/+builds?build_text=&build_state=all. At https://ci.debian.net/packages/m/mariadb/unstable/armel/[https://ci.debian.net/packages/m/mariadb/unstable/armel/] it fails due to regression in subselect which is unrelated to what you reported.