Re: Question about Admin UI

2012-03-09 Thread Vivek
Finally figured out all the issues - the below issue was caused by old
pycrypto lib in which random function is not implemented.

sudo -E easy_install --upgrade pycrypto

The above command should solve the issue. Now, I am able to login as
admin.

Regards,
Vivek

On Mar 9, 1:29 pm, Vivek vivekt.vi...@gmail.com wrote:
 For the problem Reviewboard taking a nap, I get the following errors
 in apache2 error log.

 [Fri Mar 09 10:00:05 2012] [error] [client 127.0.0.1] mod_wsgi
 (pid=10905): Exception occurred processing WSGI script '/home/vivek/
 public_html/matrix-reviews/htdocs/reviewboard.wsgi'.
 [Fri Mar 09 10:00:05 2012] [error] [client 127.0.0.1] Traceback (most
 recent call last):
 [Fri Mar 09 10:00:05 2012] [error] [client 127.0.0.1]   File /usr/
 local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/core/
 handlers/wsgi.py, line 250, in __call__
 [Fri Mar 09 10:00:05 2012] [error] [client 127.0.0.1]
 self.load_middleware()
 [Fri Mar 09 10:00:05 2012] [error] [client 127.0.0.1]   File /usr/
 local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/core/
 handlers/base.py, line 47, in load_middleware
 [Fri Mar 09 10:00:05 2012] [error] [client 127.0.0.1]     raise
 exceptions.ImproperlyConfigured('Error importing middleware %s: %s'
 % (mw_module, e))
 [Fri Mar 09 10:00:05 2012] [error] [client 127.0.0.1]
 ImproperlyConfigured: Error importing middleware
 reviewboard.admin.middleware: cannot import name Random
 [Fri Mar 09 13:00:59 2012] [error] Exception KeyError:
 KeyError(140153202894656,) in module 'threading' from '/usr/lib/
 python2.6/threading.pyc' ignored
 [Fri Mar 09 13:00:59 2012] [error] Exception KeyError:
 KeyError(140153202894656,) in module 'threading' from '/usr/lib/
 python2.6/threading.pyc' ignored
 [Fri Mar 09 10:00:59 2012] [error] Exception KeyError:
 KeyError(140153202894656,) in module 'threading' from '/usr/lib/
 python2.6/threading.pyc' ignored
 [Fri Mar 09 10:00:59 2012] [error] Exception KeyError:
 KeyError(140153202894656,) in module 'threading' from '/usr/lib/
 python2.6/threading.pyc' ignored
 [Fri Mar 09 10:00:59 2012] [error] Exception KeyError:
 KeyError(140153202894656,) in module 'threading' from '/usr/lib/
 python2.6/threading.pyc' ignored
 [Fri Mar 09 13:00:59 2012] [notice] caught SIGTERM, shutting down
 [Fri Mar 09 13:01:00 2012] [notice] Apache/2.2.14 (Ubuntu) PHP/
 5.3.2-1ubuntu4.14 with Suhosin-Patch mod_wsgi/2.8 Python/2.6.5
 configured -- resuming normal operations

 Any hints?

 -Vivek
 On Mar 9, 1:11 pm, Vivek vivekt.vi...@gmail.com wrote:







  I guess I figured out the issue.

  After removing the default site from the sites_enabled directory in
  Ubuntu, you need to restart Apache server for configurations to take
  affect.

  Now, on accessing the local site, I get this message:

  
  Review Board is taking a nap
  There are several possible reasons:

      We're updating it.
      You're trying to look at a really huge diff without collapsing,
  and it timed out (try viewing another diff and going back to collapsed
  changes; we're working on fixing this).
      Our lazy good-for-nothing oompa-loompas stopped pedalling.

  It'll be back soon.
  

  Is it that the review board is down, or I am making some other
  mistake?

  -Vivek

  On Mar 9, 12:00 pm, Vivek vivekt.vi...@gmail.com wrote:

   I am very likely hitting this error mentioned in the reviewboard admin
   guide:

   
   Some Apache installations (such as the default installs on Debian and
   Ubuntu) by default define a global virtual host that shares /var/www
   as the document root. This may lead to problems with your install. If
   you access your site and see nothing but a directory listing, then
   you’re affected by this problem.

   The solution is to remove the “default” site from your /etc/apache2/
   sites-enabled directory. This may be called something like default or
   000-default.
   

   First of all, my apache server configuration does not have /var/www/
   root. It has /home/user/public_html/

   I duly removed a test site from sites_enabled/ directory. But still,
   it does not solve the problem. Any hints?

   I am trying to access the website like 
   this:http://localhost/matrix_reviewswherethesite I created was
   matrix_reviews and I only see a directory listing.

   -Vivek
   On Mar 9, 10:30 am, Vivek vivekt.vi...@gmail.com wrote:

I see. I do not have a domain but I am trying to access the website
from localhost/project site name and I get this:

Index of project

[ICO]   Name    Last modified   Size    Description
[DIR]   Parent Directory                -
[DIR]   conf/   08-Mar-2012 17:21       -
[DIR]   data/   08-Mar-2012 16:03       -
[DIR]   htdocs/ 08-Mar-2012 16:49       -
[DIR]   logs/   08-Mar-2012 16:03       -
[DIR]   tmp/    08-Mar-2012 16:03       -

And there is no admin link on top. Have I missed some step? I have
installed reviewboard, apache webserver and MYSQL on ubuntu.

-Vivek

   

Re: Question about Admin UI

2012-03-08 Thread David Trowbridge
Click on the Admin link in the upper right, or go to /admin

-David


On Thu, Mar 8, 2012 at 4:31 AM, Vivek vivekt.vi...@gmail.com wrote:

 I am new to reviewboard and have never managed any code review tool
 before (only used tools like code collaborator). So, pardon me for my
 ignorance.

 I want to setup reviewboard for my team of 3 people including myself.
 I have managed to install reviewboard, apache webserver and MYSQL
 database. But I do not understand how to invoke admin-ui.
 Surprisingly, the documentation does not seem to mention how to start
 it. Can some administrator help me out here?

 -Vivek

 --
 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

-- 
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

Re: Question about Admin UI

2012-03-08 Thread Christian Hammond
Every page on Review Board will have that link, next to My Account, if
you are logged in as an administrator.

If you don't see it, your account is not an admin account.

The /admin URL means http://yoursite/admin

Christian

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


On Thu, Mar 8, 2012 at 9:07 PM, Vivek vivekt.vi...@gmail.com wrote:

 Yeah, this is what documentation also says. But upper right of what -
 some website?
 And /admin of what -- the site that I created which has folders like
 htdocs/media/admin?

 -Vivek

 On Mar 8, 9:45 pm, David Trowbridge trowb...@gmail.com wrote:
  Click on the Admin link in the upper right, or go to /admin
 
  -David
 
 
 
 
 
 
 
  On Thu, Mar 8, 2012 at 4:31 AM, Vivek vivekt.vi...@gmail.com wrote:
   I am new to reviewboard and have never managed any code review tool
   before (only used tools like code collaborator). So, pardon me for my
   ignorance.
 
   I want to setup reviewboard for my team of 3 people including myself.
   I have managed to install reviewboard, apache webserver and MYSQL
   database. But I do not understand how to invoke admin-ui.
   Surprisingly, the documentation does not seem to mention how to start
   it. Can some administrator help me out here?
 
   -Vivek
 
   --
   Want to help the Review Board project? Donate today at
  http://www.reviewboard.org/donate/
   Happy user? Let us know athttp://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

 --
 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


-- 
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

Re: Question about Admin UI

2012-03-08 Thread Christian Hammond
Not reviewboard.org. Your own IP/domain for your Review Board instance.

If you're using your Review Board username and password on your own
install, and it's not working, you're not trying with the administrator
account you created when you first installed.

Christian

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


On Thu, Mar 8, 2012 at 9:17 PM, Vivek vivekt.vi...@gmail.com wrote:

 If you are referring to
 www.reviewboard.org/admin/ - I have tried the username and password
 but of no avail. How would this site know the information about my SQL
 database for reviewboard to get authentication?

 -Vivek

 On Mar 9, 10:07 am, Vivek vivekt.vi...@gmail.com wrote:
  Yeah, this is what documentation also says. But upper right of what -
  some website?
  And /admin of what -- the site that I created which has folders like
  htdocs/media/admin?
 
  -Vivek
 
  On Mar 8, 9:45 pm, David Trowbridge trowb...@gmail.com wrote:
 
 
 
 
 
 
 
   Click on the Admin link in the upper right, or go to /admin
 
   -David
 
   On Thu, Mar 8, 2012 at 4:31 AM, Vivek vivekt.vi...@gmail.com wrote:
I am new to reviewboard and have never managed any code review tool
before (only used tools like code collaborator). So, pardon me for my
ignorance.
 
I want to setup reviewboard for my team of 3 people including myself.
I have managed to install reviewboard, apache webserver and MYSQL
database. But I do not understand how to invoke admin-ui.
Surprisingly, the documentation does not seem to mention how to start
it. Can some administrator help me out here?
 
-Vivek
 
--
Want to help the Review Board project? Donate today at
   http://www.reviewboard.org/donate/
Happy user? Let us know athttp://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

 --
 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


-- 
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

Re: Question about Admin UI

2012-03-08 Thread Vivek
I am very likely hitting this error mentioned in the reviewboard admin
guide:


Some Apache installations (such as the default installs on Debian and
Ubuntu) by default define a global virtual host that shares /var/www
as the document root. This may lead to problems with your install. If
you access your site and see nothing but a directory listing, then
you’re affected by this problem.

The solution is to remove the “default” site from your /etc/apache2/
sites-enabled directory. This may be called something like default or
000-default.


First of all, my apache server configuration does not have /var/www/
root. It has /home/user/public_html/

I duly removed a test site from sites_enabled/ directory. But still,
it does not solve the problem. Any hints?

I am trying to access the website like this:
http://localhost/matrix_reviews where the site I created was
matrix_reviews and I only see a directory listing.

-Vivek
On Mar 9, 10:30 am, Vivek vivekt.vi...@gmail.com wrote:
 I see. I do not have a domain but I am trying to access the website
 from localhost/project site name and I get this:

 Index of project

 [ICO]   Name    Last modified   Size    Description
 [DIR]   Parent Directory                -
 [DIR]   conf/   08-Mar-2012 17:21       -
 [DIR]   data/   08-Mar-2012 16:03       -
 [DIR]   htdocs/ 08-Mar-2012 16:49       -
 [DIR]   logs/   08-Mar-2012 16:03       -
 [DIR]   tmp/    08-Mar-2012 16:03       -

 And there is no admin link on top. Have I missed some step? I have
 installed reviewboard, apache webserver and MYSQL on ubuntu.

 -Vivek

 On Mar 9, 10:19 am, Christian Hammond chip...@chipx86.com wrote:







  Not reviewboard.org. Your own IP/domain for your Review Board instance.

  If you're using your Review Board username and password on your own
  install, and it's not working, you're not trying with the administrator
  account you created when you first installed.

  Christian

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

  On Thu, Mar 8, 2012 at 9:17 PM, Vivek vivekt.vi...@gmail.com wrote:
   If you are referring to
  www.reviewboard.org/admin/-I have tried the username and password
   but of no avail. How would this site know the information about my SQL
   database for reviewboard to get authentication?

   -Vivek

   On Mar 9, 10:07 am, Vivek vivekt.vi...@gmail.com wrote:
Yeah, this is what documentation also says. But upper right of what -
some website?
And /admin of what -- the site that I created which has folders like
htdocs/media/admin?

-Vivek

On Mar 8, 9:45 pm, David Trowbridge trowb...@gmail.com wrote:

 Click on the Admin link in the upper right, or go to /admin

 -David

 On Thu, Mar 8, 2012 at 4:31 AM, Vivek vivekt.vi...@gmail.com wrote:
  I am new to reviewboard and have never managed any code review tool
  before (only used tools like code collaborator). So, pardon me for 
  my
  ignorance.

  I want to setup reviewboard for my team of 3 people including 
  myself.
  I have managed to install reviewboard, apache webserver and MYSQL
  database. But I do not understand how to invoke admin-ui.
  Surprisingly, the documentation does not seem to mention how to 
  start
  it. Can some administrator help me out here?

  -Vivek

  --
  Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
  Happy user? Let us know athttp://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

   --
   Want to help the Review Board project? Donate today at
  http://www.reviewboard.org/donate/
   Happy user? Let us know athttp://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

-- 
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