Review Board is taking a nap

2012-03-31 Thread Muiz
Dear all, (OS Centos 6.2) I install RB successfully but cannot lunch, when I open the home page, got the folling error: 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 t

Re: Review Board is taking a nap

2012-03-31 Thread David Trowbridge
It sounds like pycrypto is not properly installed. -David On Sat, Mar 31, 2012 at 3:30 AM, Muiz wrote: > Dear all, > >    (OS Centos 6.2) > >    I install RB successfully but cannot lunch, when I open the home page, > got the folling error: > > > Review Board is taking a nap > > There are seve

Re: Review Board is taking a nap

2012-03-31 Thread Muiz
HI, David, I have installed pycrypto already use command "easy_install pycrypto": [root@localhost ~]# easy_install pycrypto Searching for pycrypto Best match: pycrypto 2.4 Adding pycrypto 2.4 to easy-install.pth file Using /usr/lib64/python2.6/site-packages Processing dependencies for pycrypt

Re: Review Board is taking a nap

2012-03-31 Thread Muiz
Dear all, I check the rb-site install log: Unable to load SCMTool perforce = reviewboard.scmtools.perforce:PerforceTool: No module named Crypto /usr/lib/python2.6/site-packages/paramiko-1.7.7.1-py2.6.egg/paramiko/common.py:98: ImportWarning: Not importing directory '/usr/lib64/python2.6/site-pac

Re: Review Board is taking a nap

2012-03-31 Thread Chris Tooley
If you used easy_install you probably need to adjust permissions on python libraries in the /usr/lib/pythonxx directory tree. Look for missing permissions for o. On Mar 31, 2012 7:02 PM, "Muiz" wrote: > Dear all, > > I check the rb-site install log: > > Unable to load SCMTool perforce = > review

Re: Review Board is taking a nap

2012-03-31 Thread Muiz
Dear Chris, Which permission should I update? BTY, my linux is a 64 bit system. On Sun, Apr 1, 2012 at 8:05 AM, Chris Tooley wrote: > If you used easy_install you probably need to adjust permissions on python > libraries in the /usr/lib/pythonxx directory tree. Look for missing > permissi

Re: Review Board is taking a nap

2012-03-31 Thread Chris Tooley
The "other" permission group needs read and execute on directories and read on files. On Mar 31, 2012 7:32 PM, "Muiz" wrote: > Dear Chris, > > Which permission should I update? > > BTY, my linux is a 64 bit system. > > > On Sun, Apr 1, 2012 at 8:05 AM, Chris Tooley wrote: > >> If you used ea

Re: Review Board is taking a nap

2012-03-31 Thread Muiz
Dear Chris, It works when I update the ACL: setfacl -R -m o::rwx,d:o::rwx /usr/lib/python2.6/ But the RB says: Your site's data directory isn't properly set up. This directory is where Review Board will store various state and configuration needed to access repositories. Your data director

Re: Review Board is taking a nap

2012-03-31 Thread Muiz
Dear All, It's ok now after I restart the httpd. :) Thanks very much!!! On Sun, Apr 1, 2012 at 9:07 AM, Muiz wrote: > Dear Chris, > > It works when I update the ACL: setfacl -R -m > o::rwx,d:o::rwx /usr/lib/python2.6/ > > But the RB says: > > Your site's data directory isn't properly set

Re: rb-site install /var/www/rb failed

2012-03-31 Thread xiangfeng shen
Dear Muiz, Sorry for my neglect. Yes, we should use easy_install to install PIL regards. carl shen 2012/3/31 Muiz > Dear carl shen, > >No package PIL available via yum, I use easy_install to install PIL > already and use command "rb-site install /var/www/rb" to install the RB. > >Thanks

Re: rb-site install /var/www/rb failed

2012-03-31 Thread Muiz
Dear carl shen, Thanks, I use easy_install to install PIL already :) On Sun, Apr 1, 2012 at 9:48 AM, xiangfeng shen wrote: > Dear Muiz, > > Sorry for my neglect. > Yes, we should use easy_install to install PIL > > regards. > carl shen > 2012/3/31 Muiz > >> Dear carl shen, >> >>No pac