https://bugzilla.wikimedia.org/show_bug.cgi?id=73102

Bryan Davis <bda...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bda...@wikimedia.org

--- Comment #2 from Bryan Davis <bda...@wikimedia.org> ---
This is an occasional problem with file permissions on the shared NFS
directories used for beta's image uploads:

  deployment-bastion:~
  bd808$ ls -ld
/data/project/upload7/wikipedia/en/thumb/6/6e/Paragon_2725918194_4227b11610.jpg
  drwx------ 2 pybal-check apache 4096 Nov  6 23:54
/data/project/upload7/wikipedia/en/thumb/6/6e/Paragon_2725918194_4227b11610.jpg/

This seems to be caused in part by mismatched user ids across the beta cluster:
* deployment-bastion: uid=48(apache) gid=48(apache) groups=48(apache)
* deployment-bastion: uid=997(pybal-check) gid=52067(pybal-check)
groups=52067(pybal-check)
* deployment-mediawiki01: uid=997(apache) gid=48(apache) groups=48(apache)
* deployment-mediawiki02: uid=997(apache) gid=48(apache) groups=48(apache)

It also looks like the umask is not set well in some path that handles actually
creating new directory paths. The best long term fix for this is to setup a
Swift cluster in beta (bug 62835). The short term hack is to chmod/chown the
files under /data/project/upload7.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to