Comment 3 for bug 1765191

Revision history for this message
Corey Bryant (corey.bryant) wrote : Re: (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search permissions are missing on a component of the path

Hi Felipe,

Thanks for reporting this.

I was able to recreate your scenario and I also attempted a step upgrade from mitaka->newton->ocata, and the upgrade from newton->ocata runs into permissions errors for /var/lib/openstack-dashboard/static as well. https://paste.ubuntu.com/p/4ntKjw3pxN/

I'm not sure why an upgrade would cause these errors vs a fresh install to ocata or pike. I'll dig in some more. The fix may be along the lines of what you suggested, in updating the postinst script with:

sudo chmod -R 755 /var/lib/openstack-dashboard/
sudo chmod 600 /var/lib/openstack-dashboard/secret_key

Corey