You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Mark Thomas (JIRA)" <ji...@apache.org> on 2010/12/13 13:46:04 UTC

[jira] Closed: (INFRA-3232) Update permissions for /www/tapestry.apache.org

     [ https://issues.apache.org/jira/browse/INFRA-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Thomas closed INFRA-3232.
------------------------------


> Update permissions for /www/tapestry.apache.org
> -----------------------------------------------
>
>                 Key: INFRA-3232
>                 URL: https://issues.apache.org/jira/browse/INFRA-3232
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Website
>            Reporter: Howard M. Lewis Ship
>            Assignee: Mark Thomas
>            Priority: Minor
>
> I am running a job (using crontab) on people.apache.org to export generated content to tapestry.apache.oerg
> > crontab -l
> 10 * * * * /usr/local/bin/rsync -rp /www/confluence-exports/TAPESTRY/ /www/tapestry.apache.org
> The job works, but on each export, I get an error message mailed to me:
> rsync: failed to set permissions on "/www/tapestry.apache.org/.": Operation not permitted (1)
> rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1042) [sender=3.0.7]
> > ls -al /www/tapestry.apache.org/ 
> total 2457
> drwxrwsr-x   35 apbackup  tapestry    209 Nov 23 19:10 .
> drwxrwxr-x  112 apbackup  apsite      119 Nov 23 08:38 ..
> -rw-rw-r--    1 apbackup  tapestry    120 Nov 22 15:21 .htaccess
> I think a simple chmod would fix the problem:
> > chmod 775 /www/tapestry.apache.org/
> chmod: /www/tapestry.apache.org/: Operation not permitted
> ... but I don't have the permissions.  I'm not sure why the permissions on /www/tapestry.apache.org are the way they currently are.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.