You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "sean schofield (JIRA)" <ji...@apache.org> on 2005/08/01 16:54:37 UTC

[jira] Created: (INFRA-467) Unable to modify MyFaces website

Unable to modify MyFaces website
--------------------------------

         Key: INFRA-467
         URL: http://issues.apache.org/jira/browse/INFRA-467
     Project: Infrastructure
        Type: Bug
  Components: Website  
    Reporter: sean schofield


We are currently unable to edit or remove files from the MyFaces website.  The are several directories (ex. tomahawk) that cannot be removed and replaced with new copies from our automated tarballs.  Please advise.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (INFRA-467) Unable to modify MyFaces website

Posted by "sean schofield (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/INFRA-467?page=all ]
     
sean schofield closed INFRA-467:
--------------------------------

    Resolution: Fixed

That worked.  Its interesting because commands like: 'chmod -R og+x /www/myfaces.apache.org' were not working.  I guess making the directories executable by owner is a prerequisite before making it changeable by group?  I'm not a UNIX guru as you can probably tell.  Thanks for the help.

> Unable to modify MyFaces website
> --------------------------------
>
>          Key: INFRA-467
>          URL: http://issues.apache.org/jira/browse/INFRA-467
>      Project: Infrastructure
>         Type: Bug
>   Components: Website
>     Reporter: sean schofield

>
> We are currently unable to edit or remove files from the MyFaces website.  The are several directories (ex. tomahawk) that cannot be removed and replaced with new copies from our automated tarballs.  Please advise.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (INFRA-467) Unable to modify MyFaces website

Posted by "David Crossley (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/INFRA-467?page=comments#action_12317397 ] 

David Crossley commented on INFRA-467:
--------------------------------------

It seems that all of the directories have incorrect permissions, i.e. missing the "x".

Since you own every file, you should be able to change them, e.g.

ssh people.apache.org
cd /www/myfaces.apache.org
chmod +x tomahawk

Also i notice that all your text file are set to be executable.
That would be fixed by doing ...
chmod -x *.*


> Unable to modify MyFaces website
> --------------------------------
>
>          Key: INFRA-467
>          URL: http://issues.apache.org/jira/browse/INFRA-467
>      Project: Infrastructure
>         Type: Bug
>   Components: Website
>     Reporter: sean schofield

>
> We are currently unable to edit or remove files from the MyFaces website.  The are several directories (ex. tomahawk) that cannot be removed and replaced with new copies from our automated tarballs.  Please advise.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira