[Touch-packages] [Bug 1970634] Re: FTBFS: mariadb fails to start due to low MEMLOCK limit

2022-07-08 Thread Daniel Black
Will also fix #1979695 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1970634 Title: FTBFS: mariadb fails to start due to low MEMLOCK limit Status in mariadb-10.6

[Touch-packages] [Bug 1970634] Re: FTBFS: mariadb fails to start due to low MEMLOCK limit

2022-04-28 Thread Daniel Black
Could it be -flto/-ffat-lto-objects related (like https://jira.mariadb.org/browse/MDEV-25633)? The top part of the stack trace looks the same. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1970634] Re: FTBFS: mariadb fails to start due to low MEMLOCK limit

2022-04-28 Thread Daniel Black
On the assembly generated by create_linux_aio (in the mariadbd packages in Ubuntu-22.04, 10.6.7-2: (gdb) disassemble tpool::create_linux_aio,+200 Dump of assembler code from 0x5640cf2e1fb0 to 0x5640cf2e2078: 0x5640cf2e1fb0 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+0>: endbr64

[Touch-packages] [Bug 1970634] Re: FTBFS: mariadb fails to start due to low MEMLOCK limit

2022-04-28 Thread Daniel Black
Note the runtime detection in innodb_use_native_aio_default affects the default value only. Users can explicity set this and really on distros to provide patched kernels. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1970634] Re: FTBFS: mariadb fails to start due to low MEMLOCK limit

2022-04-28 Thread Daniel Black
Actually create_linux_aio (tpool/aio_liburing.cc:194) should already catch this exception. So compiler error? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1970634 Title:

[Touch-packages] [Bug 1970634] Re: FTBFS: mariadb fails to start due to low MEMLOCK limit

2022-04-28 Thread Daniel Black
Assertion cause: $ podman run --rm --cap-add=CAP_SYS_PTRACE -e MARIADB_ROOT_PASSWORD=bob -ti --user mysql m106_jammy_debug bash mysql@0740c1895ab4:/$ gdb --args mariadbd --bootstrap GNU gdb (Ubuntu 12.0.90-0ubuntu1) 12.0.90 Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+:

[Touch-packages] [Bug 1970634] Re: FTBFS: mariadb fails to start due to low MEMLOCK limit

2022-04-28 Thread Daniel Black
>From 5.12 kernel memory locked pages aren't needed - https://github.com/axboe/liburing/issues/246#issuecomment-816965961. In #1969160 I tested the upcoming 10.6 release (probably next week sometime) for crashes in uring initialization failures and it didn't. Apart from some error log differences

[Touch-packages] [Bug 1784779] [NEW] libglib2.0-dev cross architecture installation fails

2018-07-31 Thread Daniel Black
Public bug reported: While attempting to install libglib2.0-dev for a cross-compile I ran into the following dependency issue; on x86_64 host: $ cat Dockerfile ARG BASE=ubuntu:18.04 FROM $BASE ENV DEBIAN_FRONTEND=noninteractive ARG DEBARCH=s390x RUN echo "deb [arch=$DEBARCH]

[Touch-packages] [Bug 1784772] [NEW] libuuid1-2.31.1-0.4ubuntu3 install fails with cross-arch install

2018-07-31 Thread Daniel Black
Public bug reported: My goal was to install libxml2-dev:${arch} in a ubuntu for cross compilation. This failed because of libuuid1's dependency information. https://packages.ubuntu.com/bionic-updates/s390x/libuuid1/filelist indicates its a multiarch package. Attempting to install libuuid1 from

[Touch-packages] [Bug 1506206] Re: systemd abort

2015-10-15 Thread Daniel Black
http://hasky.askmonty.org/archive/pack/10.1/build-8889/kvm-deb-vivid- amd64/debs/binary/ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1506206 Title: systemd abort

[Touch-packages] [Bug 1506206] [NEW] systemd abort

2015-10-14 Thread Daniel Black
Public bug reported: sudo systemctl stop mariadb # needs to be fast, do not sleep more than 1 sec sudo systemctl start mariadb # delay does not matter sudo systemctl disable mariadb # delay does not matter sudo systemctl enable mariadb # delay does not matter

[Touch-packages] [Bug 1506206] Re: systemd abort

2015-10-14 Thread Daniel Black
note mariadb-10.1 is not an ubuntu package. Its a mariadb.com produced package produced from the trunk of https://github.com/MariaDB/server/tree/10.1 - build output http://buildbot.askmonty.org/buildbot/builders/kvm-deb-vivid- amd64/builds/356/steps/test/logs/stdio is a build. -- You received