On 18 October 2011 04:00, Shanti Subramanyam (gmail) <[email protected]> wrote: > I'm confused - I haven't updated any files. I know there's a cron job that > syncs files from the cwiki to www. Perhaps, it's messing up the permissions?
Here are the current settings. The files are owned by you. So the cron job probably needs updating - incorrect umask may be the culprit. pwd incubator.apache.org : ls -ld olio drwxr-xr-x 7 shanti incubator 13 Oct 18 15:00 olio pwd incubator.apache.org : ls -l olio total 111 -rw-r--r-- 1 shanti incubator 15381 Oct 18 15:00 downloads.html -rw-r--r-- 1 shanti incubator 10643 Oct 18 15:00 frequently-asked-questions-faq.html drwxr-xr-x 2 shanti incubator 5 Oct 18 15:00 index.data -rw-r--r-- 1 shanti incubator 16267 Oct 18 15:00 index.html -rw-rw-r-- 1 shanti incubator 14238 Oct 29 2008 index.html.site drwxr-xr-x 2 shanti incubator 3 Oct 18 15:00 resources drwxrwsr-x 2 shanti incubator 4 Oct 29 2008 style drwxrwxr-x 2 shanti incubator 4 Apr 19 2010 the-olio-workload.data -rw-rw-r-- 1 shanti incubator 15601 Apr 19 2010 the-olio-workload.html drwxr-xr-x 2 shanti incubator 4 Oct 18 15:00 the-workload.data -rw-r--r-- 1 shanti incubator 15536 Oct 18 15:00 the-workload.html > Shanti > > On Mon, Oct 17, 2011 at 5:17 PM, sebb <[email protected]> wrote: >> >> On 16 October 2011 17:56, Shanti Subramanyam (gmail) >> <[email protected]> wrote: >> > Done. >> >> Thanks, but since then the files have been updated, and the >> permissions need to be reset again. >> >> How are you uploading files? >> Have you checked your umask setting? >> >> > Shanti >> > >> > On Sat, Oct 15, 2011 at 5:14 PM, sebb <[email protected]> wrote: >> >> >> >> The olio web-site files are owned by "shanti", which is fine, but they >> >> don't have incubator group write permission. >> >> >> >> This means that only the user "shanti" can update the files. >> >> >> >> Please can you update the files as follows: >> >> >> >> cd /www/incubator.apache.org >> >> chmod -R g+w olio >> >> >> >> Thanks! >> > >> > > >
