You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2010/11/23 20:48:13 UTC

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

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
            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.


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

Posted by "Mark Thomas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Thomas resolved INFRA-3232.
--------------------------------

    Resolution: Fixed
      Assignee: Mark Thomas

Permissions fixed.

> 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.


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

Posted by "Mark Thomas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12935020#action_12935020 ] 

Mark Thomas commented on INFRA-3232:
------------------------------------

Folks need to set their umask (you included) when adding files to ensure that the tapestry group has write permission.
I'll reset the permissions now. Might take a few minutes.

> 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
>            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.


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

Posted by "Mark Thomas (JIRA)" <ji...@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.