Re: Failure during rb-install

2013-03-12 Thread arunkurse
Hi Christian Not clear. Here is the query.. Due to some reasons , the IP address of the system got changed .. Hence i did modify /etc/apache/conf/httpd.conf file to reflect new IP address . I restarted Apache services . Now Apache configuration looks fine after IP Address change.

Re: Failure during rb-install

2013-03-12 Thread arunkurse
Hi Please find the apache logs , if it can help you to determinte the root cause [Tue Mar 12 14:11:49 2013] [notice] Apache/2.2.15 (Unix) DAV/2 mod_wsgi/3.2 Python/2.6.6 configured -- resuming normal operations [Tue Mar 12 14:35:23 2013] [error] Exception KeyError:

Re: Failure during rb-install

2013-03-10 Thread arunkurse
Hi Christian I took off some time from my regular work and could able to configure ReviewBoard Successfully . I have configured options like diff view , Email Notifications etc . The tools looks awsome . I would like to say big Thanks to you for taking up my silly questions.

Re: Failure during rb-install

2013-03-06 Thread arunkurse
Hi Christian Many thanks for your support . I could able to configure Apache server successfully . I am exited to say that i am able to see reviewBoard Home Page . Now i would like to integrate this with SVN . I remember i have installed SVN using yum install subversion. I have also

Re: Failure during rb-install

2013-03-06 Thread arunkurse
Hi Christian Here is the problem which i am facing with SVN . How to i make ReviewBoard to point to SVN Location. We are using https version of SVN like https://SVN_LOCATION. Can you help me to resolve this issue ? thanks/regards Arun kurse On Tuesday, March 5, 2013 12:02:18 PM

Re: Failure during rb-install

2013-03-05 Thread arunkurse
Hi Christian I could able to install Review Board successfully with rb-install script . Now i am the process of configuring Apache server on Linux system. I got confused with the documentation . Can you please help me copy files appropriately ? 1. My apache server is located at

Re: Failure during rb-install

2013-03-05 Thread arunkurse
Hi I copied /var/www/reviews.nonstop.com/conf/apache-wsgi.conf to /etc/httpd/conf/httpd.conf. I tried to restart Apche and got the below error [root@test conf]# service httpd restart Stopping httpd:[FAILED] Starting httpd: Syntax error on line

Re: Failure during rb-install

2013-03-05 Thread arunkurse
Hi I installed using yum install mod_wsgi module . I tried to restart the Apache module and got the same error [root@test modules]# service httpd restart Stopping httpd:[FAILED] Starting httpd: Syntax error on line 8 of

Re: Failure during rb-install

2013-03-05 Thread arunkurse
Hi Hi Now i have done that . I restarted Apche again . Looks like it has gone ahead . Still i am not able to restart Apache and getting the below error [root@test conf]# service httpd restart Stopping httpd: [FAILED] Starting httpd: Syntax error on line 16 of /etc/httpd/conf/httpd.conf:

Re: Failure during rb-install

2013-03-05 Thread arunkurse
Hi Ok.. Many thanks for the info . We are using httpd version 2.2 The httpd.conf file is as follows . If possible you can take a look and tell me what could be the issue ? [root@test conf]# cat httpd.conf VirtualHost *:80 ServerName IP_ADDRESS DocumentRoot

Failure during rb-install

2013-03-04 Thread arunkurse
Hi All I am new to Review Board and trying to setup up internally in our Environment . I have installed reviewBoard successfully with easy_install ReviewBoard. easy_install failed to install Django and hence i had to install it manually . I have successfully created the Postgres

Re: Failure during rb-install

2013-03-04 Thread arunkurse
Hi christian Many thanks for the info . The version of python i am using is python-2.6.6-20.el6.i686 Please find output from my system [root@test /]# python Python 2.6.6 (r266:84292, Apr 11 2011, 15:52:27) [GCC 4.4.4 20100726 (Red Hat 4.4.4-13)] on linux2 Type help, copyright,

Re: Failure during rb-install

2013-03-04 Thread arunkurse
Hi Christian Finally i could able to make some progress . I have chosen postgres SQL database . I have created a user called 'db1' and granted some privileges for that user . Now rb-install tell me that 'db1' role does not exist . [root@test Packages]# rb-site install