reviewboard apache2 error log -Error opening file for reading: Permission denied

2013-03-01 Thread WW Li
I keep getting these errors when we upload bazaar diff [Fri Mar 01 21:56:42 2013] [warn] return format.open(transport, _found=True) [Fri Mar 01 21:56:42 2013] [warn] File /usr/lib/python2.7/dist-packages/bzrlib/bzrdir.py, line 1499, in open [Fri Mar 01 21:56:42 2013] [warn] return

Re: reviewboard apache2 error log -Error opening file for reading: Permission denied

2013-03-01 Thread WW Li
It seems I got this error every a few minutes Error opening file for reading: Permission denied Error opening file for reading: Permission denied Error opening file for reading: Permission denied Error opening file for reading: Permission denied Error opening file for reading: Permission denied

Re: reviewboard apache2 error log -Error opening file for reading: Permission denied

2013-03-01 Thread Christian Hammond
Hi, This is coming from bzrlib. Sounds like it's trying to reach *something* and can't view it. Perhaps a local clone of the repository? If you're using SELinux, try turning that off. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc.

Re: reviewboard apache2 error log -Error opening file for reading: Permission denied

2013-03-01 Thread WW Li
I amusing ubuntu12.04 On Friday, March 1, 2013 2:23:05 PM UTC-8, Christian Hammond wrote: Hi, This is coming from bzrlib. Sounds like it's trying to reach *something* and can't view it. Perhaps a local clone of the repository? If you're using SELinux, try turning that off. Christian