Re: [systemd-devel] My experience with MySQL and systemctl

2017-04-12 Thread Andrei Borzenkov
12.04.2017 22:09, Michael Biebl пишет: > 2017-04-12 20:24 GMT+02:00 Tomasz Torcz : >> On Wed, Apr 12, 2017 at 11:01:04AM -0700, Auke Kok wrote: >>> The right (or, better) solution IMHO would be for mysqld to signal to >>> systemd that it's running OK before recovery starts,

Re: [systemd-devel] My experience with MySQL and systemctl

2017-04-12 Thread Michael Biebl
2017-04-12 20:24 GMT+02:00 Tomasz Torcz : > On Wed, Apr 12, 2017 at 11:01:04AM -0700, Auke Kok wrote: >> The right (or, better) solution IMHO would be for mysqld to signal to >> systemd that it's running OK before recovery starts, using type=notify. >> This way recovery can

Re: [systemd-devel] My experience with MySQL and systemctl

2017-04-12 Thread Tomasz Torcz
On Wed, Apr 12, 2017 at 11:01:04AM -0700, Auke Kok wrote: > On 04/11/2017 06:08 AM, Lennart Poettering wrote: > > On Tue, 11.04.17 13:41, Samuel Williams (space.ship.travel...@gmail.com) > > wrote: > >> - If a daemon fails to start up, trying to kill it.. may not be the > >> best option. It's

Re: [systemd-devel] My experience with MySQL and systemctl

2017-04-12 Thread Auke Kok
On 04/11/2017 06:08 AM, Lennart Poettering wrote: > On Tue, 11.04.17 13:41, Samuel Williams (space.ship.travel...@gmail.com) > wrote: >> - If a daemon fails to start up, trying to kill it.. may not be the >> best option. It's probably a matter of the systemctl service file >> detecting that a

[systemd-devel] Unable to mask /proc using currently available options (InaccessiblePaths...)

2017-04-12 Thread Timothée Ravier
Hi, I would like to make the /proc directory inaccessible for some services. Unfortunately, adding the InaccessiblePaths=/proc option to a service unit will not work. With systemd v233, during the filesystem layout setup for the new service, an empty directory will be mounted on top of /proc

Re: [systemd-devel] systemd-nspawn image

2017-04-12 Thread poma
On 12.04.2017 11:05, Lennart Poettering wrote: > On Tue, 11.04.17 17:22, poma (pomidorabelis...@gmail.com) wrote: > >> Hello >> >> The title doesn't quite work; >> >> # qemu-img --version >> qemu-img version 2.6.2 (qemu-2.6.2-7.fc24), Copyright (c) 2004-2008 Fabrice >> Bellard >> >> # qemu-img

Re: [systemd-devel] systemd-nspawn image

2017-04-12 Thread Lennart Poettering
On Tue, 11.04.17 17:22, poma (pomidorabelis...@gmail.com) wrote: > Hello > > The title doesn't quite work; > > # qemu-img --version > qemu-img version 2.6.2 (qemu-2.6.2-7.fc24), Copyright (c) 2004-2008 Fabrice > Bellard > > # qemu-img convert fedora25.qcow2 fedora25.raw > > # file fedora25.*