/usr/sbin/policy-rc.d contains the following:
#!/bin/sh
# see invoke-rc.d for exit codes. 101 is "do not run"
while true; do
case "$1" in
-*) shift;;
makedev|x11-common) exit 0;;
*) exit 101;;
esac
done
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238915
Title:
Keystone fails to start after installation: invoke-rc.d: policy-rc.d
denied execution of start.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1238915/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs