Facing a similar problem on a debootstrap rootfs.
Even after ensuring that the lvm2 package is installed (and hence the
initramfs scripts are present) I still get dropped to a shell in the
initramfs. Running `lvchange -ay` causes the volume to show up and
subsequently the bootup will succeed. I pr
Details of the package:
root@2d88cb921d2a:/# dpkg-query --show zookeeperd
zookeeperd 3.4.5+dfsg-1
** Description changed:
The init script in the zookeeperd package is not able to stop the
service once started. This is because do_stop calls the is_running
function, which will return a
Public bug reported:
The init script in the zookeeperd package is not able to stop the
service once started. This is because do_stop calls the is_running
function, which will return and the remainder of the do_stop function is
not executed (which does crucial start-stop-daemon invocation).
Steps
I'm running into this as well.
On:
---
Description:Ubuntu 14.04 LTS
Release:14.04
Codename: trusty
Running:
---
rsyslog 7.4.4-1ubuntu2
/var/log permissions are:
---
drwxrwxr-x 6 root root 4096 Apr 30 07:11 log
Running rsyslog in the foreground wi