[Bug 1238915] [NEW] Keystone fails to start after installation: invoke-rc.d: policy-rc.d denied execution of start.
Adam Gandelman
1238915 at bugs.launchpad.net
Fri Oct 11 18:54:49 UTC 2013
/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
Server Team, which is subscribed to keystone in 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
More information about the Ubuntu-server-bugs
mailing list