Bug#1069162: Problem starting at boot, MAINPID to kill is a root-owned java process

2024-04-17 Thread Jérôme Charaoui
Thanks for the bug report, that's a strange one indeed! One thing I'm wondering however, considering you're running unstable, is if the problem also occurs with the latest version of the puppetserver package, which is currently 8.4.0-3. -- Jérôme

Bug#1069162: Problem starting at boot, MAINPID to kill is a root-owned java process

2024-04-17 Thread martin f krafft
Package: puppetserver Version: 7.9.5-2 Severity: normal I found puppetserver failing to boot, because the `ExecStartPost` line fails: ``` [Service] ExecStartPost=sh -c "while ! head -c1 ${RUNTIME_DIRECTORY}/restart | grep -q '^1'; do kill -0 $MAINPID && sleep 1 || exit 1; done" ``` Adding a