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.
 
   But i not able to access the ReviewBoard GUI . I would like to know if 
we need to modify 
   anything in /var/www/reviewboard.example.com directory ?
 
   Please note that i am using IP Address . Hence there is no problem with 
name resolution.
 
   I changed apache-wsgi.conf to reflect the new IP address also .
 
thanks/regards
Arun kurse 
On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:

 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 SQL database . 

I am getting the below error while running rb-install

   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
 Traceback (most recent call last):
   File /usr/bin/rb-site, line 5, in module
 from pkg_resources import load_entry_point
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 2640, in module
 parse_requirements(__requires__), Environment()
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 531, in resolve
 raise DistributionNotFound(req)  # XXX put more info here
 pkg_resources.DistributionNotFound: Django=1.4.5,1.5


   Also how do i link Review Board with Postgres SQL database ?

   Many thanks for your help.

 thanks/regards
 Arun kurse


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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: 
KeyError(-1216022704,) in module 'threading' from 
'/usr/lib/python2.6/threading.pyc' ignored
[Tue Mar 12 14:35:23 2013] [error] Exception KeyError: 
KeyError(-1216022704,) in module 'threading' from 
'/usr/lib/python2.6/threading.pyc' ignored
[Tue Mar 12 14:35:23 2013] [error] Exception KeyError: 
KeyError(-1216022704,) in module 'threading' from 
'/usr/lib/python2.6/threading.pyc' ignored
[Tue Mar 12 14:35:23 2013] [error] Exception KeyError: 
KeyError(-1216022704,) in module 'threading' from 
'/usr/lib/python2.6/threading.pyc' ignored
[Tue Mar 12 14:35:23 2013] [error] Exception KeyError: 
KeyError(-1216022704,) in module 'threading' from 
'/usr/lib/python2.6/threading.pyc' ignored
[Tue Mar 12 14:35:23 2013] [error] Exception KeyError: 
KeyError(-1216022704,) in module 'threading' from 
'/usr/lib/python2.6/threading.pyc' ignored
[Tue Mar 12 14:35:23 2013] [error] Exception KeyError: 
KeyError(-1216022704,) in module 'threading' from 
'/usr/lib/python2.6/threading.pyc' ignored
[Tue Mar 12 14:35:23 2013] [error] Exception KeyError: 
KeyError(-1216022704,) in module 'threading' from 
'/usr/lib/python2.6/threading.pyc' ignored
[Tue Mar 12 14:35:23 2013] [notice] caught SIGTERM, shutting down
[Tue Mar 12 14:35:23 2013] [notice] SELinux policy enabled; httpd running 
as context unconfined_u:system_r:httpd_t:s0
[Tue Mar 12 14:35:23 2013] [notice] suEXEC mechanism enabled (wrapper: 
/usr/sbin/suexec)
[Tue Mar 12 14:35:23 2013] [notice] Digest: generating secret for digest 
authentication ...
[Tue Mar 12 14:35:23 2013] [notice] Digest: done
[Tue Mar 12 14:35:23 2013] [warn] mod_wsgi: Compiled for Python/2.6.2.
[Tue Mar 12 14:35:23 2013] [warn] mod_wsgi: Runtime using Python/2.6.6.
[Tue Mar 12 14:35:23 2013] [notice] Apache/2.2.15 (Unix) DAV/2 mod_wsgi/3.2 
Python/2.6.6 configured -- resuming normal operations
[root@test logs]# date
 
thanks/regards
Arun kurse 
On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:

 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 SQL database . 

I am getting the below error while running rb-install

   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
 Traceback (most recent call last):
   File /usr/bin/rb-site, line 5, in module
 from pkg_resources import load_entry_point
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 2640, in module
 parse_requirements(__requires__), Environment()
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 531, in resolve
 raise DistributionNotFound(req)  # XXX put more info here
 pkg_resources.DistributionNotFound: Django=1.4.5,1.5


   Also how do i link Review Board with Postgres SQL database ?

   Many thanks for your help.

 thanks/regards
 Arun kurse


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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.
 
   I have a final query . Now my IP address of the Linux box has changed . 
Do i need to re-run rb-install again ?
 
   I chanted the apache configuration file httpd.conf and restarted 
Apache services . The tool does not come up after
   IP address change .
 
thanks/regards
Arun kurse 
On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:

 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 SQL database . 

I am getting the below error while running rb-install

   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
 Traceback (most recent call last):
   File /usr/bin/rb-site, line 5, in module
 from pkg_resources import load_entry_point
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 2640, in module
 parse_requirements(__requires__), Environment()
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 531, in resolve
 raise DistributionNotFound(req)  # XXX put more info here
 pkg_resources.DistributionNotFound: Django=1.4.5,1.5


   Also how do i link Review Board with Postgres SQL database ?

   Many thanks for your help.

 thanks/regards
 Arun kurse


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 installed Development version of SVN ( subversion-devel ).
 
  Will i be abel to see the diff code with reviewBoard .
 
thanks/regards
Arun kurse

On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:

 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 SQL database . 

I am getting the below error while running rb-install

   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
 Traceback (most recent call last):
   File /usr/bin/rb-site, line 5, in module
 from pkg_resources import load_entry_point
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 2640, in module
 parse_requirements(__requires__), Environment()
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 531, in resolve
 raise DistributionNotFound(req)  # XXX put more info here
 pkg_resources.DistributionNotFound: Django=1.4.5,1.5


   Also how do i link Review Board with Postgres SQL database ?

   Many thanks for your help.

 thanks/regards
 Arun kurse


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 UTC+5:30, arun...@gmail.com wrote:

 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 SQL database . 

I am getting the below error while running rb-install

   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
 Traceback (most recent call last):
   File /usr/bin/rb-site, line 5, in module
 from pkg_resources import load_entry_point
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 2640, in module
 parse_requirements(__requires__), Environment()
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 531, in resolve
 raise DistributionNotFound(req)  # XXX put more info here
 pkg_resources.DistributionNotFound: Django=1.4.5,1.5


   Also how do i link Review Board with Postgres SQL database ?

   Many thanks for your help.

 thanks/regards
 Arun kurse


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Failure during rb-install

2013-03-06 Thread Christian Hammond
Hi,

This is all covered in the documentation. If you'd like one-on-one support to 
walk you through all the steps from here on out, we can offer a support 
contract.

Christian


On Mar 6, 2013, at 2:48, arunku...@gmail.com wrote:

 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 UTC+5:30, arun...@gmail.com wrote:
 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 SQL database . 
 
I am getting the below error while running rb-install
 
   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
 Traceback (most recent call last):
   File /usr/bin/rb-site, line 5, in module
 from pkg_resources import load_entry_point
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  line 2640, in module
 parse_requirements(__requires__), Environment()
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  line 531, in resolve
 raise DistributionNotFound(req)  # XXX put more info here
 pkg_resources.DistributionNotFound: Django=1.4.5,1.5
 
 
   Also how do i link Review Board with Postgres SQL database ?
 
   Many thanks for your help.
 
 thanks/regards
 Arun kurse
 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 /etc/httpd/conf/
 
  2. Review Board configuration files are located as follows
 
  [root@test conf]# pwd
/var/www/reviews.nonstop.com/conf
[root@test conf]# ls
apache-wsgi.conf  search-cron.conf  settings_local.py  settings_local.pyc
[root@test conf]#
Do i need to copy apache-wsgi.conf  under  /etc/httpd/conf/ ?
what about symbolic links ?
 
Many thanks for your help .
 
thanks/regards
Arun kurse 
 
 

On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:

 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 SQL database . 

I am getting the below error while running rb-install

   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
 Traceback (most recent call last):
   File /usr/bin/rb-site, line 5, in module
 from pkg_resources import load_entry_point
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 2640, in module
 parse_requirements(__requires__), Environment()
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 531, in resolve
 raise DistributionNotFound(req)  # XXX put more info here
 pkg_resources.DistributionNotFound: Django=1.4.5,1.5


   Also how do i link Review Board with Postgres SQL database ?

   Many thanks for your help.

 thanks/regards
 Arun kurse


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Failure during rb-install

2013-03-05 Thread Raja
Hi Arun
http://www.reviewboard.org/docs/manual/1.5/admin/sites/creating-sites/#apacheshows
how to configure apache on debian based distributions. If you are not
using one of those, you need to include the apache-wsgi.conf into apache.
An easier way is to copy that file into /etc/httpd/conf.d as by default
apache will include all *.conf under conf.d folder.

Regards
Raja



On Wed, Mar 6, 2013 at 9:37 AM, arunku...@gmail.com wrote:

 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 /etc/httpd/conf/

   2. Review Board configuration files are located as follows

   [root@test conf]# pwd
 /var/www/reviews.nonstop.com/conf
 [root@test conf]# ls
 apache-wsgi.conf  search-cron.conf  settings_local.py  settings_local.pyc
 [root@test conf]#
 Do i need to copy apache-wsgi.conf  under  /etc/httpd/conf/ ?
 what about symbolic links ?

 Many thanks for your help .

 thanks/regards
 Arun kurse



 On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:

 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 SQL database .

I am getting the below error while running rb-install

   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
 Traceback (most recent call last):
   File /usr/bin/rb-site, line 5, in module
 from pkg_resources import load_entry_point
   File 
 /usr/lib/python2.6/site-**packages/distribute-0.6.8-py2.**6.egg/pkg_resources.py,
 line 2640, in module
 parse_requirements(__requires_**_), Environment()
   File 
 /usr/lib/python2.6/site-**packages/distribute-0.6.8-py2.**6.egg/pkg_resources.py,
 line 531, in resolve
 raise DistributionNotFound(req)  # XXX put more info here
 pkg_resources.**DistributionNotFound: Django=1.4.5,1.5


   Also how do i link Review Board with Postgres SQL database ?

   Many thanks for your help.

 thanks/regards
 Arun kurse

  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 8 of /etc/httpd/conf/httpd.conf:
Invalid command 'WSGIPassAuthorization', perhaps misspelled or defined by a 
module not included in the server configuration
   [FAILED]
 Am i missing anything here ?
 
thanks/regards
Arun kurse 

On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:

 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 SQL database . 

I am getting the below error while running rb-install

   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
 Traceback (most recent call last):
   File /usr/bin/rb-site, line 5, in module
 from pkg_resources import load_entry_point
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 2640, in module
 parse_requirements(__requires__), Environment()
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 531, in resolve
 raise DistributionNotFound(req)  # XXX put more info here
 pkg_resources.DistributionNotFound: Django=1.4.5,1.5


   Also how do i link Review Board with Postgres SQL database ?

   Many thanks for your help.

 thanks/regards
 Arun kurse


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Failure during rb-install

2013-03-05 Thread Raja
You need to install mod_wsgi for your distribution.
yum install mod_wsgi
or
apt-get install mod_wsgi
depending on your distribution should fix this.


On Wed, Mar 6, 2013 at 10:01 AM, arunku...@gmail.com wrote:

 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 8 of /etc/httpd/conf/httpd.conf:
 Invalid command 'WSGIPassAuthorization', perhaps misspelled or defined by
 a module not included in the server configuration
[FAILED]
  Am i missing anything here ?

 thanks/regards
 Arun kurse

 On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:

 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 SQL database .

I am getting the below error while running rb-install

   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
 Traceback (most recent call last):
   File /usr/bin/rb-site, line 5, in module
 from pkg_resources import load_entry_point
   File 
 /usr/lib/python2.6/site-**packages/distribute-0.6.8-py2.**6.egg/pkg_resources.py,
 line 2640, in module
 parse_requirements(__requires_**_), Environment()
   File 
 /usr/lib/python2.6/site-**packages/distribute-0.6.8-py2.**6.egg/pkg_resources.py,
 line 531, in resolve
 raise DistributionNotFound(req)  # XXX put more info here
 pkg_resources.**DistributionNotFound: Django=1.4.5,1.5


   Also how do i link Review Board with Postgres SQL database ?

   Many thanks for your help.

 thanks/regards
 Arun kurse

  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 /etc/httpd/conf/httpd.conf:
Invalid command 'WSGIPassAuthorization', perhaps misspelled or defined by a 
module not included in the server configuration
   [FAILED]
 
Am i missing anythig here ?
 
thanks/regards
Arun kurse
On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:

 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 SQL database . 

I am getting the below error while running rb-install

   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
 Traceback (most recent call last):
   File /usr/bin/rb-site, line 5, in module
 from pkg_resources import load_entry_point
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 2640, in module
 parse_requirements(__requires__), Environment()
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 531, in resolve
 raise DistributionNotFound(req)  # XXX put more info here
 pkg_resources.DistributionNotFound: Django=1.4.5,1.5


   Also how do i link Review Board with Postgres SQL database ?

   Many thanks for your help.

 thanks/regards
 Arun kurse


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Failure during rb-install

2013-03-05 Thread Raja
I dont have a Redhat installation, but I think you have to add the module
into httpd.conf explicitly. Can you search for LoadModule definitions in
httpd.conf and add

LoadModule wsgi_module modules/mod_wsgi.so

and restart Apache?

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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:
Invalid command 'Allow', perhaps misspelled or defined by a module not 
included in the server configuration
[FAILED]
Please find the httpd.conf file. I am getting error at line 16  Allow from 
all  .
VirtualHost *:80
ServerName 15.154.112.65
DocumentRoot /var/www/reviews.nonstop.com/htdocs
# Error handlers
ErrorDocument 500 /errordocs/500.html
LoadModule wsgi_module modules/mod_wsgi.so
WSGIPassAuthorization On
WSGIScriptAlias / /var/www/reviews.nonstop.com/htdocs/reviewboard.wsgi/
Directory /var/www/reviews.nonstop.com/htdocs
AllowOverride All
Options -Indexes +FollowSymLinks
Allow from all 
/Directory
# Alias static media requests to filesystem
Alias /media /var/www/reviews.nonstop.com/htdocs/media
Alias /static /var/www/reviews.nonstop.com/htdocs/static
Alias /errordocs /var/www/reviews.nonstop.com/htdocs/errordocs
Alias /favicon.ico 
/var/www/reviews.nonstop.com/htdocs/static/rb/images/favicon.png
/VirtualHost
 thanks/regards
Arun kurse

On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:

 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 SQL database . 

I am getting the below error while running rb-install

   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
 Traceback (most recent call last):
   File /usr/bin/rb-site, line 5, in module
 from pkg_resources import load_entry_point
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 2640, in module
 parse_requirements(__requires__), Environment()
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 531, in resolve
 raise DistributionNotFound(req)  # XXX put more info here
 pkg_resources.DistributionNotFound: Django=1.4.5,1.5


   Also how do i link Review Board with Postgres SQL database ?

   Many thanks for your help.

 thanks/regards
 Arun kurse


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Failure during rb-install

2013-03-05 Thread Raja
what version of apache are you running. Checkout the module corresponding
to Allow directive and see if you have that loaded. For e.g. in Apache
2.2, allow is controlled using mod_authz_host, but in trunk, its different.

I would suggest talking to a sysadmin to find out how to enable the modules
for the version of apache as this error has to do with how your server
installation is and less about reviewboard now.

Regards
Raja



On Wed, Mar 6, 2013 at 11:03 AM, arunku...@gmail.com wrote:

 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:
 Invalid command 'Allow', perhaps misspelled or defined by a module not
 included in the server configuration
 [FAILED]
 Please find the httpd.conf file. I am getting error at line 16  Allow
 from all  .
 VirtualHost *:80
 ServerName 15.154.112.65
 DocumentRoot /var/www/reviews.nonstop.com/htdocs
 # Error handlers
 ErrorDocument 500 /errordocs/500.html
 LoadModule wsgi_module modules/mod_wsgi.so
 WSGIPassAuthorization On
 WSGIScriptAlias / /var/www/reviews.nonstop.com/htdocs/reviewboard.wsgi/
 
 Directory /var/www/reviews.nonstop.com/htdocs
 AllowOverride All
 Options -Indexes +FollowSymLinks
 Allow from all
 /Directory
 # Alias static media requests to filesystem
 Alias /media /var/www/reviews.nonstop.com/htdocs/media
 Alias /static /var/www/reviews.nonstop.com/htdocs/static
 Alias /errordocs /var/www/reviews.nonstop.com/htdocs/errordocs
 Alias /favicon.ico /var/www/
 reviews.nonstop.com/htdocs/static/rb/images/favicon.png
 /VirtualHost
  thanks/regards
 Arun kurse

 On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:

 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 SQL database .

I am getting the below error while running rb-install

   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
 Traceback (most recent call last):
   File /usr/bin/rb-site, line 5, in module
 from pkg_resources import load_entry_point
   File 
 /usr/lib/python2.6/site-**packages/distribute-0.6.8-py2.**6.egg/pkg_resources.py,
 line 2640, in module
 parse_requirements(__requires_**_), Environment()
   File 
 /usr/lib/python2.6/site-**packages/distribute-0.6.8-py2.**6.egg/pkg_resources.py,
 line 531, in resolve
 raise DistributionNotFound(req)  # XXX put more info here
 pkg_resources.**DistributionNotFound: Django=1.4.5,1.5


   Also how do i link Review Board with Postgres SQL database ?

   Many thanks for your help.

 thanks/regards
 Arun kurse

  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 /var/www/reviews.nonstop.com/htdocs
# Error handlers
ErrorDocument 500 /errordocs/500.html
LoadModule wsgi_module modules/mod_wsgi.so
WSGIPassAuthorization On
WSGIScriptAlias / 
/var/www/reviews.nonstop.com/htdocs/reviewboard.wsgi/
Directory /var/www/reviews.nonstop.com/htdocs
AllowOverride All
Options -Indexes +FollowSymLinks
Allow from all
/Directory
# Alias static media requests to filesystem
Alias /media /var/www/reviews.nonstop.com/htdocs/media
Alias /static /var/www/reviews.nonstop.com/htdocs/static
Alias /errordocs /var/www/reviews.nonstop.com/htdocs/errordocs
Alias /favicon.ico 
/var/www/reviews.nonstop.com/htdocs/static/rb/images/favicon.png
/VirtualHost
thanks/regards
Arun kurse

On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:

 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 SQL database . 

I am getting the below error while running rb-install

   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
 Traceback (most recent call last):
   File /usr/bin/rb-site, line 5, in module
 from pkg_resources import load_entry_point
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 2640, in module
 parse_requirements(__requires__), Environment()
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 531, in resolve
 raise DistributionNotFound(req)  # XXX put more info here
 pkg_resources.DistributionNotFound: Django=1.4.5,1.5


   Also how do i link Review Board with Postgres SQL database ?

   Many thanks for your help.

 thanks/regards
 Arun kurse


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Failure during rb-install

2013-03-05 Thread Christian Hammond
Given the number of issues you're hitting with this version of RHEL, have
you considered something like a modern CentOS, Fedora, or Ubuntu? These all
have a pretty good working Apache setup that shouldn't require all this
hand-editing.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Tue, Mar 5, 2013 at 9:50 PM, arunku...@gmail.com wrote:

 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 /var/www/reviews.nonstop.com/htdocs
 # Error handlers
 ErrorDocument 500 /errordocs/500.html
 LoadModule wsgi_module modules/mod_wsgi.so
 WSGIPassAuthorization On
 WSGIScriptAlias / /var/www/
 reviews.nonstop.com/htdocs/reviewboard.wsgi/
 Directory /var/www/reviews.nonstop.com/htdocs
 AllowOverride All
 Options -Indexes +FollowSymLinks
 Allow from all
 /Directory
 # Alias static media requests to filesystem
 Alias /media /var/www/reviews.nonstop.com/htdocs/media
 Alias /static /var/www/reviews.nonstop.com/htdocs/static
 Alias /errordocs /var/www/reviews.nonstop.com/htdocs/errordocs
 Alias /favicon.ico /var/www/
 reviews.nonstop.com/htdocs/static/rb/images/favicon.png
 /VirtualHost
 thanks/regards
 Arun kurse

 On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:

 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 SQL database .

I am getting the below error while running rb-install

   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
 Traceback (most recent call last):
   File /usr/bin/rb-site, line 5, in module
 from pkg_resources import load_entry_point
   File 
 /usr/lib/python2.6/site-**packages/distribute-0.6.8-py2.**6.egg/pkg_resources.py,
 line 2640, in module
 parse_requirements(__requires_**_), Environment()
   File 
 /usr/lib/python2.6/site-**packages/distribute-0.6.8-py2.**6.egg/pkg_resources.py,
 line 531, in resolve
 raise DistributionNotFound(req)  # XXX put more info here
 pkg_resources.**DistributionNotFound: Django=1.4.5,1.5


   Also how do i link Review Board with Postgres SQL database ?

   Many thanks for your help.

 thanks/regards
 Arun kurse

  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Failure during rb-install

2013-03-04 Thread Christian Hammond
Hi,

Sounds like there's some oddness on your system with locating the Django 
package, perhaps.

Can you look in the output from your easy_install and make sure it's showing 
that it's getting Python 2.6 packages?

Also, can you try typing this and see what happens?

$ python
 import django
 print django.VERSION

As for PostgreSQL database setup, that'll happen during the 'rb-site install' 
process.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com

On Mar 4, 2013, at 10:32 PM, arunku...@gmail.com wrote:

 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 SQL database . 
 
I am getting the below error while running rb-install
 
   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
 Traceback (most recent call last):
   File /usr/bin/rb-site, line 5, in module
 from pkg_resources import load_entry_point
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  line 2640, in module
 parse_requirements(__requires__), Environment()
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  line 531, in resolve
 raise DistributionNotFound(req)  # XXX put more info here
 pkg_resources.DistributionNotFound: Django=1.4.5,1.5
 
 
   Also how do i link Review Board with Postgres SQL database ?
 
   Many thanks for your help.
 
 thanks/regards
 Arun kurse
 
 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Failure during rb-install

2013-03-04 Thread Christian Hammond
We don't support Django 1.5. You will need to remove it from your site-packages 
directory and get 1.4.5.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com

On Mar 4, 2013, at 10:47 PM, arunku...@gmail.com wrote:

 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, credits or license for more information.
  import django
  print django.VERSION
 (1, 5, 0, 'final', 0)
 
 
 Many thanks for your help.
 
 thanks/regards
 Arun kurse 
 
   
 
 On Tuesday, March 5, 2013 12:08:15 PM UTC+5:30, Christian Hammond wrote:
 Hi,
 
 Sounds like there's some oddness on your system with locating the Django 
 package, perhaps.
 
 Can you look in the output from your easy_install and make sure it's showing 
 that it's getting Python 2.6 packages?
 
 Also, can you try typing this and see what happens?
 
 $ python
  import django
  print django.VERSION
 
 As for PostgreSQL database setup, that'll happen during the 'rb-site install' 
 process.
 
 Christian
 
 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com
 
 On Mar 4, 2013, at 10:32 PM, arun...@gmail.com wrote:
 
 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 SQL database . 
 
I am getting the below error while running rb-install
 
   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
 Traceback (most recent call last):
   File /usr/bin/rb-site, line 5, in module
 from pkg_resources import load_entry_point
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  line 2640, in module
 parse_requirements(__requires__), Environment()
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  line 531, in resolve
 raise DistributionNotFound(req)  # XXX put more info here
 pkg_resources.DistributionNotFound: Django=1.4.5,1.5
 
 
   Also how do i link Review Board with Postgres SQL database ?
 
   Many thanks for your help.
 
 thanks/regards
 Arun kurse
 
 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to reviewboard...@googlegroups.com
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  
 

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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, credits or license for more information.
 import django
 print django.VERSION
(1, 5, 0, 'final', 0)


Many thanks for your help.

thanks/regards
Arun kurse 

  

On Tuesday, March 5, 2013 12:08:15 PM UTC+5:30, Christian Hammond wrote:

 Hi,

 Sounds like there's some oddness on your system with locating the Django 
 package, perhaps.

 Can you look in the output from your easy_install and make sure it's 
 showing that it's getting Python 2.6 packages?

 Also, can you try typing this and see what happens?

 $ python
  import django
  print django.VERSION

 As for PostgreSQL database setup, that'll happen during the 'rb-site 
 install' process.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com 

 On Mar 4, 2013, at 10:32 PM, arun...@gmail.com javascript: wrote:

 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 SQL database . 

I am getting the below error while running rb-install

   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
 Traceback (most recent call last):
   File /usr/bin/rb-site, line 5, in module
 from pkg_resources import load_entry_point
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 2640, in module
 parse_requirements(__requires__), Environment()
   File 
 /usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py,
  
 line 531, in resolve
 raise DistributionNotFound(req)  # XXX put more info here
 pkg_resources.DistributionNotFound: Django=1.4.5,1.5


   Also how do i link Review Board with Postgres SQL database ?

   Many thanks for your help.

 thanks/regards
 Arun kurse

 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard...@googlegroups.com javascript:
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 /var/www/reviews.nonstopqa.com


* Welcome to the Review Board site installation wizard

This will prepare a Review Board site installation in:

/var/www/reviews.nonstopqa.com

We need to know a few things before we can prepare your site for
installation. This will only take a few minutes.


* Make sure you have the modules you need

Depending on your installation, you may need certain Python
modules and servers that are missing.

If you need support for any of the following, you will need to
install the necessary modules and restart the install.

Databases (optional):
* MySQL (MySQLdb)


* What's the host name for this site?

This should be the fully-qualified host name without the http://,
port or path.

Domain Name: 15.154.112.65


* What URL path points to Review Board?

Typically, Review Board exists at the root of a URL. For example,
http://reviews.example.com/. In this case, you would specify /.

However, if you want to listen to, say,
http://example.com/reviews/, you can specify /reviews/.

Note that this is the path relative to the domain and should not
include the domain name.

The default is /

Root Path [/]:


* What URL will point to the shipped media files?

While most installations distribute media files on the same server
as the rest of Review Board, some custom installs may instead have
a separate server for this purpose.

If unsure, don't change the default.

The default is static/

Shipped Media URL [static/]:


* What URL will point to the uploaded media files?

Note that this is different from shipped media. This is where all
uploaded screenshots, file attachments, and extension media will
go. It must be a different location from the shipped media.

If unsure, don't change the default.

The default is media/

Uploaded Media URL [media/]:


* What database type will you be using?

You can type either the name or the number from the list below.

(1) postgresql
(2) sqlite3 (not supported for production use)

Database Type: 1


* What database name should Review Board use?

NOTE: You need to create this database and grant user modification
rights before continuing. See your database documentation for more
information.

The default is reviewboard

Database Name [reviewboard]: nonstop


* What is the database server's address?

This should be specified in hostname:port form. The port is
optional if you're using a standard port for the database type.

The default is localhost

Database Server [localhost]:


* What is the login and password for this database?

This must be a user that has table creation and modification
rights on the database you already specified.

Database Username: db1

Database Password:

The default is hp_123

Confirm Database Password [hp_123]:


* What cache mechanism should be used?

memcached is strongly recommended. Use it unless you have a good
reason not to.

You can type either the name or the number from the list below.

(1) memcached (recommended)
(2) file

Cache Type: 1


* What memcached host should be used?

This is in the format of hostname:port

The default is localhost:11211

Memcache Server [localhost:11211]:


* What web server will you be using?

You can type either the name or the number from the list below.

(1) apache
(2) lighttpd

Web Server: 1


* What Python loader module will you be using?

Based on our experiences, we recommend using wsgi with Review
Board.

You can type either the name or the number from the list below.

(1) wsgi (recommended)
(2) fastcgi
(3) modpython (no longer supported)

Python Loader: 1


* Create an administrator account

To configure Review Board, you'll need an administrator account.
It is advised to have one administrator and then use that account
to grant administrator permissions to your personal user account.

If you plan to use NIS or LDAP, use an account name other than
your NIS/LDAP account so as to prevent conflicts.

The default is admin

Username [admin]:

Password:

The default is admin123

Confirm Password [admin123]:

E-Mail Address: arun.ku...@gmail.com


* Installing the site...
Building site directories ... OK
Building site configuration files ... OK
Creating database ... Traceback (most recent call last):
  File /usr/bin/rb-site, line 9, in module
load_entry_point('ReviewBoard==1.7.6', 'console_scripts', 'rb-site')()
  File 
/usr/lib/python2.6/site-packages/ReviewBoard-1.7.6-py2.6.egg/reviewboard/cmdline/rbsite.py,
 
line 1936, in main
command.run()
  File 

Re: Failure during rb-install

2013-03-04 Thread Christian Hammond
Hi,

At this point, it's a PostgreSQL configuration issue. You'll need to get that 
set up and working first. Sorry, I can't help too much there. Make sure you 
have a working database you can create tables on first (using the user you'll 
give rb-site), then nuke your site directory and try again.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com

On Mar 4, 2013, at 11:31 PM, arunku...@gmail.com wrote:

 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 /var/www/reviews.nonstopqa.com
 
 
 * Welcome to the Review Board site installation wizard
 
 This will prepare a Review Board site installation in:
 
 /var/www/reviews.nonstopqa.com
 
 We need to know a few things before we can prepare your site for
 installation. This will only take a few minutes.
 
 
 * Make sure you have the modules you need
 
 Depending on your installation, you may need certain Python
 modules and servers that are missing.
 
 If you need support for any of the following, you will need to
 install the necessary modules and restart the install.
 
 Databases (optional):
 * MySQL (MySQLdb)
 
 
 * What's the host name for this site?
 
 This should be the fully-qualified host name without the http://,
 port or path.
 
 Domain Name: 15.154.112.65
 
 
 * What URL path points to Review Board?
 
 Typically, Review Board exists at the root of a URL. For example,
 http://reviews.example.com/. In this case, you would specify /.
 
 However, if you want to listen to, say,
 http://example.com/reviews/, you can specify /reviews/.
 
 Note that this is the path relative to the domain and should not
 include the domain name.
 
 The default is /
 
 Root Path [/]:
 
 
 * What URL will point to the shipped media files?
 
 While most installations distribute media files on the same server
 as the rest of Review Board, some custom installs may instead have
 a separate server for this purpose.
 
 If unsure, don't change the default.
 
 The default is static/
 
 Shipped Media URL [static/]:
 
 
 * What URL will point to the uploaded media files?
 
 Note that this is different from shipped media. This is where all
 uploaded screenshots, file attachments, and extension media will
 go. It must be a different location from the shipped media.
 
 If unsure, don't change the default.
 
 The default is media/
 
 Uploaded Media URL [media/]:
 
 
 * What database type will you be using?
 
 You can type either the name or the number from the list below.
 
 (1) postgresql
 (2) sqlite3 (not supported for production use)
 
 Database Type: 1
 
 
 * What database name should Review Board use?
 
 NOTE: You need to create this database and grant user modification
 rights before continuing. See your database documentation for more
 information.
 
 The default is reviewboard
 
 Database Name [reviewboard]: nonstop
 
 
 * What is the database server's address?
 
 This should be specified in hostname:port form. The port is
 optional if you're using a standard port for the database type.
 
 The default is localhost
 
 Database Server [localhost]:
 
 
 * What is the login and password for this database?
 
 This must be a user that has table creation and modification
 rights on the database you already specified.
 
 Database Username: db1
 
 Database Password:
 
 The default is hp_123
 
 Confirm Database Password [hp_123]:
 
 
 * What cache mechanism should be used?
 
 memcached is strongly recommended. Use it unless you have a good
 reason not to.
 
 You can type either the name or the number from the list below.
 
 (1) memcached (recommended)
 (2) file
 
 Cache Type: 1
 
 
 * What memcached host should be used?
 
 This is in the format of hostname:port
 
 The default is localhost:11211
 
 Memcache Server [localhost:11211]:
 
 
 * What web server will you be using?
 
 You can type either the name or the number from the list below.
 
 (1) apache
 (2) lighttpd
 
 Web Server: 1
 
 
 * What Python loader module will you be using?
 
 Based on our experiences, we recommend using wsgi with Review
 Board.
 
 You can type either the name or the number from the list below.
 
 (1) wsgi (recommended)
 (2) fastcgi
 (3) modpython (no longer supported)
 
 Python Loader: 1
 
 
 * Create an administrator account
 
 To configure Review Board, you'll need an administrator account.
 It is advised to have one administrator and then use that account
 to grant administrator permissions to your personal user account.
 
 If you plan to use