Comment 3 for bug 1047404

Revision history for this message
Clint Byrum (clint-fewbar) wrote :

Thanks Emilien, this looks like a fairly recent change in the PPA packaging:

exec start-stop-daemon --start --chuid quantum --exec /usr/sbin/quantum-server --config-file /etc/quantum/quantum.conf --log-file /var/log/quantum/server.log

I believe that needs to be

exec start-stop-daemon --start --chuid quantum --exec /usr/sbin/quantum-server -- --config-file /etc/quantum/quantum.conf --log-file /var/log/quantum/server.log

Its not at all clear how that got into the PPA, as the Vcs-Bzr tree here does not show it:
lp:~ubuntu-server-dev/quantum/folsom

I'm assigning this to Chuck Short as the last to touch this. To be clear, this is *not* a bug in the official quantal packages, but rather a problem with packags uploaded to the testing PPA by the openstack-ubuntu-testing-bot