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

Error Log while installing Reviewboard.

2012-05-31 Thread Soumen Hajra
[root@ip-10-28-87-177 logs]# cat error_log [Thu May 31 04:52:40 2012] [notice] SELinux policy enabled; httpd running as context unconfined_u:system_r:httpd_t:s0 [Thu May 31 04:52:40 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Thu May 31 04:52:40 2012] [warn] module

Error Log while installing Reviewboard.

2012-05-31 Thread Soumen Hajra
While debugging ReviewBoard installation and configuration, we found following error in the error log. Can some one review this and let me know what is the issue here? Many thanks in advance. /etc/httpd/logs [root@ip-10-28-87-177 logs]# cat error_log [Thu May 31 04:52:40 2012] [notice] SELinux

Re: Error Log while installing Reviewboard.

2012-05-31 Thread Soumen Hajra
All, I deinstalled Django_evaluation 1.4 and reinstall 1.3.1 Performing migrations ... [root@ip-10-28-87-177 ~]# python; Python 2.6.6 (r266:84292, Sep 12 2011, 14:03:14) [GCC 4.4.5 20110214 (Red Hat 4.4.5-6)] on linux2 Type help, copyright, credits or license for more information. import django

Re: Error Log while installing Reviewboard.

2012-05-31 Thread Soumen Hajra
Christian, I could able to solve all the issues with your help. I installed reviewboard successfully. Thank you for all the help. I really appreciate. Thanks, Soumen www.snapstech.com -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us

Re: Error log

2009-08-06 Thread armandoPonce
Hello, Yes I checked the apache logs and the only think I get is: DiffParser.parse: Beginning parse of diff, size = 2702 2009-08-06 06:43:52,945 - DEBUG - DiffParser.parse: Finished parsing diff. Host key verification failed. Not very helpful but I think that is trying to use user apache to

Re: Error log

2009-08-06 Thread Christian Hammond
Getting a ssh+svn repository to work is tricky, due to certificates. It requires getting a valid certificate saved for the web server's user. Do you have any read-only http repository? If so, you should set that as the Path for the repository and then set the ssh+svn repository as the Mirror

Re: Error log

2009-08-06 Thread Armando Ponce
Hello Christian, Yes well I don't have any read-onlyhttp and I don't think I will, I've seen the post regarding this similar problem and it seems that there's no solution using ssh+svn, unless, I guess, there's a way I can run apache with a username that has subversion account. On Thu, Aug 6,