Bug#983563: [debian-mysql] Bug#983563: mariadb-server: trigger fails when systemd is not running (eg. chroot)

2021-03-19 Thread Arnaud R
Patch at https://salsa.debian.org/mariadb-team/mariadb-10.5/-/merge_requests/4

Bug#983563: [debian-mysql] Bug#983563: mariadb-server: trigger fails when systemd is not running (eg. chroot)

2021-03-01 Thread Arnaud R
On 3/1/21 6:49 PM, Faustin Lammler wrote: Hi Arnaud! Arnaud Rebillout , 26/02/2021 – 16:39:41 (+0700): Hence I believe that the line: if [ -x "$(command -v systemctl)" ]; then Should be replaced by: if [ -d /run/systemd/system ]; then I am not sure that this is what we want here.

Bug#983563: [debian-mysql] Bug#983563: mariadb-server: trigger fails when systemd is not running (eg. chroot)

2021-03-01 Thread Faustin Lammler
Hi Arnaud! Arnaud Rebillout , 26/02/2021 – 16:39:41 (+0700): > Hence I believe that the line: > > if [ -x "$(command -v systemctl)" ]; then > > Should be replaced by: > > if [ -d /run/systemd/system ]; then I am not sure that this is what we want here. Indeed, doing this would lead to the