Re: Permission denied accessing the local Git repository '/home/user/foo/.git'

2015-08-04 Thread udam . dewaraja
tc. I locally cloned the git repository under my home >> directory. The whole repository has read privileges to all users of the >> system (chmod -R ugo+r foo) already. >> >> However, the error message when I try to save the repository >> configuration is always "

Re: Permission denied accessing the local Git repository '/home/user/foo/.git'

2015-08-04 Thread Christian Hammond
rivileges to all users of the > system (chmod -R ugo+r foo) already. > > However, the error message when I try to save the repository configuration > is always "Permission denied accessing the local Git repository > '/home/user/foo/.git'" > > Are there any log

Re: Permission denied accessing the local Git repository '/home/user/foo/.git'

2015-08-04 Thread udam . dewaraja
ssage when I try to save the repository configuration is always "Permission denied accessing the local Git repository '/home/user/foo/.git'" Are there any log files where I can see specific logs related to the error? I've also installed the beta 2.5 version and tried wit

Re: Permission denied accessing the local Git repository '/home/user/foo/.git'

2015-08-04 Thread Christian Hammond
Hi, Just to check, is this repository local to the Review Board server, or remote? If local, make sure that your web server's user (usually apache or www-data) has read access to everything under the git repository. if remote, you're going to need to use a service like gitweb/cgit/gitlab/etc, si

Permission denied accessing the local Git repository '/home/user/foo/.git'

2015-08-04 Thread udam . dewaraja
Hello, I'm trying to set up reviewboard on Fedora linux. I've already disabled SELinux due to other issues starting up Reviewboard. Running apache with the other recommended settings. Now I have review board setup but cannot get my git repository set up (even after trying for a day). Here's my

Re: Permission denied accessing the local Git repository '/home/user/foo/.git'

2014-08-12 Thread julian . jacobson
I have the same problem on Ubuntu 12.04. All the rest works really well, but I still get the same error message when trying to add local git repositories. Has anyone managed to do this successfully? -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Revi

Re: Permission denied accessing the local Git repository '/home/user/foo/.git'

2014-08-10 Thread julian . jacobson
Hi Stephen, Thanks for your fast reply. > Be aware that on Fedora, Review Board is running as the 'apache' user. > Also, SELinux is often a culprit (but since you mentioned it above, I > suspect you already know how to verify that with permissive mode). > I'm used to having chown-ed all fi

Re: Permission denied accessing the local Git repository '/home/user/foo/.git'

2014-08-09 Thread Stephen Gallagher
On 08/09/2014 04:55 PM, julian.jacob...@arcor.de wrote: > Hello everybody out there using ReviewBoard, > > On Fedora 20 with default ReviewBoard RPM packages, installation of > ReviewBoards works fine. > I've tried to set appropriate file permissions for my local git > repository and modified SELi

Permission denied accessing the local Git repository '/home/user/foo/.git'

2014-08-09 Thread julian . jacobson
local repositories, I'm getting the error message Permission denied accessing the local Git repository '/home/user/foo/.git' I've already read that new versions of ReviewBoard will give more descriptive error messages, but I would like to keep the current Fedora Package. Could