Re: [openstack-dev] Running dnsmasq in Neutron: unix rights

2014-06-23 Thread Thomas Goirand
On 06/14/2014 07:26 PM, Thomas Goirand wrote: Hi, I've been thinking for a long time on how to fix dnsmasq unix rights issue in Neutron. Namely (from syslog): /var/lib/neutron/dhcp/{id}/host : Permission denied One way to fix it is to do: chmod o+x /var/lib/neutron Though I don't

Re: [openstack-dev] Running dnsmasq in Neutron: unix rights

2014-06-23 Thread Kyle Mestery
On Mon, Jun 23, 2014 at 10:10 AM, Thomas Goirand z...@debian.org wrote: On 06/14/2014 07:26 PM, Thomas Goirand wrote: Hi, I've been thinking for a long time on how to fix dnsmasq unix rights issue in Neutron. Namely (from syslog): /var/lib/neutron/dhcp/{id}/host : Permission denied One

[openstack-dev] Running dnsmasq in Neutron: unix rights

2014-06-14 Thread Thomas Goirand
Hi, I've been thinking for a long time on how to fix dnsmasq unix rights issue in Neutron. Namely (from syslog): /var/lib/neutron/dhcp/{id}/host : Permission denied One way to fix it is to do: chmod o+x /var/lib/neutron Though I don't feel it's the right way to do things. Wouldn't it be nicer