Bug #3326
closedcdev permissions are incorrect
0%
Description
I can't properly switch between branches on cdev because of permissions errors. This is the same issue as #2889 (which was on the production site), and the solution is the same as what's described here: http://redmine.gc.cuny.edu/issues/2889#note-3
Matt, can you please place the request?
Updated by Boone Gorges over 10 years ago
Hi Matt - Following up on this. It looks like the permissions are still incorrect. The following should fix it:
$ chgrp -R commons /var/www/html
$ chmod -R g+w /var/www/html
Thanks!
Updated by Boone Gorges over 10 years ago
This has been resolved.
Ray - FYI, this now means that you can pull stuff to cdev. Thanks for your patience!
Updated by Boone Gorges over 10 years ago
- Status changed from Assigned to Resolved
Updated by Boone Gorges about 10 years ago
- Status changed from Resolved to Assigned
Hi Matt - Somehow this has been undone.
[commons@cdev html]$ ls -la /var/www/ total 120 drwxr-xr-x. 11 root root 4096 Jul 18 02:32 . drwxr-xr-x. 21 root root 4096 Dec 18 2012 .. drwxrwxr-x. 19 commons apache 4096 Feb 2 2010 bb-attachments drwxrwxr-x. 171 commons apache 4096 Jul 29 15:48 bp-group-documents drwxr-xr-x. 2 root root 4096 Jul 18 02:32 cgi-bin -rwxrwxrwx. 1 commons apache 56253 Aug 23 2010 diff.txt drwxr-xr-x. 3 root root 4096 Sep 25 19:19 error drwxr-xr-x. 11 root root 4096 Jul 18 02:32 html -rw-r--r--. 1 root root 19 Nov 11 2011 .htpasswd drwxr-xr-x. 3 root root 4096 Sep 25 19:19 icons drwxr-xr-x. 14 root root 4096 Sep 25 19:19 manual -rw-r--r--. 1 root root 43 Feb 24 2012 mypasswd drwxrwxr-x. 2 commons apache 4096 Aug 15 2011 status drwxr-xr-x. 2 commons apache 12288 Oct 1 03:46 usage
Can you make this request again? http://redmine.gc.cuny.edu/issues/3326#note-2
Updated by Boone Gorges about 10 years ago
Matt, could you please follow up on this? It doesn't appear to be fixed yet, and it's making the testing workflow pretty cumbersome. Ray and I have to resort to ugly cleanup methods on cdev every time we want to pull latest changes.
Updated by Matt Gold about 10 years ago
- Status changed from Assigned to Reporter Feedback
- Assignee changed from Matt Gold to Boone Gorges
Raghav reports that the changes have been made. Please test.
Updated by Boone Gorges about 10 years ago
- Status changed from Reporter Feedback to Resolved
Looks good. Thanks.