Andy,

You said:
=====
Seems that
/x1/www/db.apache.org/jdo/images/logos/.svn/props
has permissions
-r--r--r--  1 madams  db  3659 Dec 20  2011 entries
=====

Note the leading "/x1".  I looked there and that's why I didn't see the
file.  I see now that you meant '/www/
db.apache.org/jdo/images/logos/.svn/props'.  I don't know how those files
got such restrictive permissions, but I ran the following command to open
them up:

find . -user madams | xargs chmod g+rw

This changed the following files:

madams@minotaur:/www/db.apache.org/jdo$ find . -user madams | xargs ls -l
-rw-rw-r--  1 madams  db   8464 Dec 20  2011 ./downloads.html
-rw-rw-r--  1 madams  db  11476 Dec 20  2011 ./index.html
-rw-rw-r--  1 madams  db    939 Dec 20  2011 ./releases/release-3.0.1.cgi
-rw-rw-r--  1 madams  db  12973 Dec 20  2011 ./releases/release-3.0.1.html

Doing 'ls -al /www/db.apache.org/jdo/.svn' now gives:

total 1690
drwxrwsr-x    4 apbackup  db        7 Jul 31 15:53 .
drwxrwsr-x   16 apbackup  db       72 Jul 31 15:53 ..
-rw-rw-r--    1 andyj     db        3 Jul 31 15:52 entries
-rw-rw-r--    1 andyj     db        3 Jul 31 15:52 format
drwxrwsr-x  257 andyj     db      257 Jul 31 15:52 pristine
drwxrwsr-x    6 apbackup  db        6 Jul 31 15:53 tmp
-rw-r--r--    1 andyj     db  1585152 Jul 31 15:53 wc.db

The files are now listed with you as the owner.  They must have been
changed since your email.

Are you still having problems?  Sorry I'm not very familiar with the site.
 I've only updated it once ever.

-matthew

On Tue, Jul 31, 2012 at 10:23 AM, Andy Jefferson <a...@datanucleus.org>wrote:

> On Tuesday 31 Jul 2012 09:46:28 Matthew Adams wrote:
> > Hi infrastructure team,
> >
> > I just saw this (below) from Andy Jefferson.  I tried to look at the file
> > he says has permissions problems (/x1/www/
> > db.apache.org/jdo/images/logos/.svn/props), but it doesn't exist.
>  Further,
> > I don't recall ever doing anything that would result in the permissions
> > being as they are.
>
> When I'm logged on to minotaur.apache.org (aka people.apache.org)
> and I type
> ls -al /www/db.apache.org/jdo/.svn
>
> it most certainly exists, and gives
>
> total 42
> drwxrwsr-x   6 apbackup  db     9 Jul 31 14:05 .
> drwxrwsr-x  16 apbackup  db    72 Apr 19 14:44 ..
> -r--r--r--   1 madams    db  6497 Dec 20  2011 all-wcprops
> -r--r--r--   1 madams    db  8922 Dec 20  2011 entries
> -rw-rw-r--   1 andyj     db     0 Jul 31 14:05 lock
> drwxrwsr-x   2 apbackup  db     6 Apr  9  2011 prop-base
> drwxrwsr-x   2 apbackup  db     2 Mar  9  2007 props
> drwxrwsr-x   2 apbackup  db    57 Dec 20  2011 text-base
> drwxrwsr-x   7 apbackup  db     7 Jul 31 14:05 tmp
>
>
> All entries with -r--r--r--   are problematic and need fixing
>
>
> --
> Andy
> DataNucleus (http://www.datanucleus.org)
>



-- 
mailto:matt...@matthewadams.me <matt...@matthewadams.me>
skype:matthewadams12
googletalk:matt...@matthewadams.me
http://matthewadams.me
http://www.linkedin.com/in/matthewadams

Reply via email to