when upraded to latest HEAD of Octopus and Barracuda, all the sites are gone to 403, painting to /install.php
like: https://github.com/omega8cc/nginx-for-drupal/issues/162

if I clone them - everything is just fine with cloned sites

seems like some permission problem

Comments

playfulwolf’s picture

ha!

if I verify site - it simply starts to work

omega8cc’s picture

Title: all sites 403 » All sites 403 because of broken permissions
Project: Barracuda » Octopus
Priority: Normal » Critical

I was able to reproduce this, but still need to find the source of the problem.

Broken permissions (on all sites):

linode:/data/disk/o1/distro/001/managingnews-1.2.1-6.25.1/sites/mn.o1.linode.us.host8.biz# ls -la
total 184K
drwxr-xr-x  7 o1 users 4.0K Mar 30 21:10 ./
drwxr-x--x  5 o1 users 4.0K Mar 30 21:57 ../
-r--r-----  1 o1 users 148K Mar 30 21:57 drushrc.php
drwxrws--- 15 o1 users 4.0K Mar 30 21:10 files/
drwxrwsr-x  2 o1 users 4.0K Mar 30 21:10 libraries/
drwxrwsr-x  2 o1 users 4.0K Mar 30 21:10 modules/
drwxrws---  4 o1 users 4.0K Mar 30 21:10 private/
-r--r-----  1 o1 users 3.2K Mar 30 21:57 settings.php
drwxrwsr-x  2 o1 users 4.0K Mar 30 21:10 themes/

Correct permissions:

linode:/data/disk/o1/distro/001/managingnews-1.2.1-6.25.1/sites/mn.o1.linode.us.host8.biz# ls -la
total 184K
drwxr-xr-x  7 o1 users    4.0K Mar 30 21:10 ./
drwxr-x--x  5 o1 users    4.0K Mar 31 14:12 ../
-r--r-----  1 o1 users    148K Mar 31 14:12 drushrc.php
drwxrws--- 15 o1 www-data 4.0K Mar 30 21:10 files/
drwxrwsr-x  2 o1 users    4.0K Mar 30 21:10 libraries/
drwxrwsr-x  2 o1 users    4.0K Mar 30 21:10 modules/
drwxrws---  4 o1 www-data 4.0K Mar 30 21:10 private/
-r--r-----  1 o1 www-data 3.2K Mar 31 14:12 settings.php
drwxrwsr-x  2 o1 users    4.0K Mar 30 21:10 themes/
linode:/data/disk/o1/distro/001/managingnews-1.2.1-6.25.1/sites/mn.o1.linode.us.host8.biz# 
omega8cc’s picture

Status: Active » Needs work

I didn't track the reason yet, but I can't reproduce it any longer. Really weird.

omega8cc’s picture

Status: Needs work » Fixed

I think it is safe to mark it as fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.