Re: [savannah-help-public] [sr #109636] Can't upload files to download area

2019-02-11 Thread Ineiev
On Thu, Feb 07, 2019 at 02:41:02AM -0500, Ineiev wrote:
> 
> I've changed acl for all such directories in /webcvs (including
> itself) to group::rwx, default:group::rwx. Let us see if this helps.

For the record: the directory for zrythm was created with
correct acl.


signature.asc
Description: Digital signature


Re: [savannah-help-public] [sr #109636] Can't upload files to download area

2019-02-07 Thread Ineiev
On Thu, Feb 07, 2019 at 12:39:00PM +0100, Michal Babik wrote:
> Now it commits, file updates, cvs returns such message:
>
> cvs commit: warning: cannot open history file
> `/web/small-file-renamer/CVSROOT/history' for write: Permission denied

I've updated that file permission; please try once more.


signature.asc
Description: Digital signature


Re: [savannah-help-public] [sr #109636] Can't upload files to download area

2019-02-06 Thread Ineiev
On Wed, Feb 06, 2019 at 11:42:19AM -0500, Ineiev wrote:
> 
> It looks like the acl entry is inherited from /webcvs:
...
> group::r-x
...
> default:group::r-x

I've changed acl for all such directories in /webcvs (including
itself) to group::rwx, default:group::rwx. Let us see if this helps.


signature.asc
Description: Digital signature


Re: [savannah-help-public] [sr #109636] Can't upload files to download area

2019-02-06 Thread Ineiev
On Tue, Feb 05, 2019 at 03:08:33AM -0500, Ineiev wrote:
> On Mon, Feb 04, 2019 at 03:57:48PM -0500, Michal Babik wrote:
> > cvs ci -m "adding file" index.html 
> > cvs commit: ERROR: cannot write file
> > /web/small-file-renamer/small-file-renamer/index.html,v: Permission denied
> 
> I wonder if this is due to directory permissions vs. acl inconsisstencies:
> getfacl says group::r-x for the directory.

It looks like the acl entry is inherited from /webcvs:

root@vcs0:~# getfacl /webcvs
getfacl: Removing leading '/' from absolute path names
# file: webcvs
# owner: root
# group: root
user::rwx
group::r-x
group:www:rwx
mask::rwx
other::r-x
default:user::rwx
default:group::r-x
default:group:www:rwx
default:mask::rwx
default:other::r-x


signature.asc
Description: Digital signature


Re: [savannah-help-public] [sr #109636] Can't upload files to download area

2019-02-05 Thread Ineiev
On Mon, Feb 04, 2019 at 03:57:48PM -0500, Michal Babik wrote:
> cvs ci -m "adding file" index.html 
> cvs commit: ERROR: cannot write file
> /web/small-file-renamer/small-file-renamer/index.html,v: Permission denied

I wonder if this is due to directory permissions vs. acl inconsisstencies:
getfacl says group::r-x for the directory.

root@vcs0:/net/vcs/web/small-file-renamer/small-file-renamer# ls -ld .;getfacl .
drwxrwsr-x+ 2 root small-file-renamer 4096 Jan 31 16:35 .
# file: .
# owner: root
# group: small-file-renamer
# flags: -s-
user::rwx
group::r-x
group:www:rwx
mask::rwx
other::r-x
default:user::rwx
default:group::r-x
default:group:www:rwx
default:mask::rwx
default:other::r-x

For older groups, it's rwx:

root@vcs0:/net/vcs/web/stribog/stribog# ls -ld .;getfacl .
drwxrwsr-x+ 4 root stribog 4096 Aug 17  2017 .
# file: .
# owner: root
# group: stribog
# flags: -s-
user::rwx
group::rwx
group:www:rwx
mask::rwx
other::r-x
default:user::rwx
default:group::rwx
default:group:www:rwx
default:mask::rwx
default:other::r-x


signature.asc
Description: Digital signature