Can not use post-review to post a perforce review

2009-06-25 Thread Jason Lee
Hi guys, Two days ago, I followed the documentation on page of Review Board and installed it. Everything seemed great. The site was established successfully. I could register, use admin, set repository. But when I tried to use post-review to post a perforce review. I failed! The command is: post

Re: memcached not showing as option in rb-site install

2009-06-25 Thread Eric P
It is. $ python -V Python 2.6 Eric On Thu, Jun 25, 2009 at 1:22 AM, Christian Hammond wrote: > The thing to make sure then is that the version of Python that's being used > for Review Board is 2.6. > > Christian > > -- > Christian Hammond - chip...@chipx86.com > Review Board - http://www.review

Re: memcached not showing as option in rb-site install

2009-06-25 Thread Eric P
In addition to verifying a Python 2.6 install, I went through and reinstalled Memcached, libmemcache and cmemcache, but memcached is still grayed out in rb-site install. I noticed there's a patch for libmemcache on the cmemcache site. Here: http://gijsbert.org/downloads/cmemcache/libmemcache-1.4.

Re: Using post-review

2009-06-25 Thread Dmitry Portnoy
After playing around with post-review, here's some more information that may be helpful in solving the problem. I have 3 different repos set up on the server (one is the trunk and two are user branches). URLLocal Path http://12.245.678.912/h

Re: memcached not showing as option in rb-site install

2009-06-25 Thread Eric P
I think I got it. I installed a package python-memcached (which you alluded to above). Thanks for your help. Eric P On Thu, Jun 25, 2009 at 9:40 AM, Eric P wrote: > In addition to verifying a Python 2.6 install, I went through and > reinstalled Memcached, libmemcache and cmemcache, but memcach

Hg mirror of Reviewboard available

2009-06-25 Thread Sebastien Douche
We love DVCS (another way to said we hate SVN :) and we want send patch and contribution. So we create a Hg mirror :) http://hg.reviewboard.mirrors.securactive.org/trunk/ -- Sebastien Douche --~--~-~--~~~---~--~~ You received this message because you are subsc

rb-site install - "Review Board is taking a nap"

2009-06-25 Thread Eric P
Hi (me again), I have all my dependency issues sorted, and I've installed my first Review Board site per the documentation. When I go to visit the site, I see the 'Review Board is taking a nap' dialog box. In my Apache error_log, I see some errors: [error] [client 127.0.0.1] mod_python (pid=36

Re: rb-site install - "Review Board is taking a nap"

2009-06-25 Thread Jeff Andros
I've yet to do an install like that, and someone else may correct me, but normally that message means that the apache user does not have write access to bothr the sqlite file and the folder that contains it. Try tracking that down and changing the permissions/owner. --Jeff 2009/6/25 Eric P > >

Re: rb-site install - "Review Board is taking a nap"

2009-06-25 Thread Eric P
I actually ran rb-site w/o those params. I just wanted to convey that info (should've done it another way). I gave web server ownership to the 'db' directory (running sqlite3) and its content, and that did the trick. Thanks! That step should probably be added to the docs for those who use sql

Re: How to test email setup, configure logging

2009-06-25 Thread davious
Without changing anything, I'm seeing a reviewboard.log in /var/log/ reviewboard. Not a lot there. repetitions of 2009-06-25 11:49:02,320 - INFO - Logging to /var/log/reviewboard/ reviewboard.log with a minimum level of DEBUG 2009-06-25 11:49:02,322 - INFO - Log file for Review Board v1.0 So...

Re: rb-site install - "Review Board is taking a nap"

2009-06-25 Thread grimbeaver
Not sure about what you are seeing in the logs because I did not look at my logs. But I was getting that error when SELinux was enabled. Try turning off SELinux. On Jun 25, 12:34 pm, Eric P wrote: > Hi (me again), > > I have all my dependency issues sorted, and I've installed my first > Review

Enable Search?

2009-06-25 Thread grimbeaver
I've just installed on Ubuntu 9.04. Everything is working great, included AD. But I can not get it to allow me to enable search. I've installed the packages for PyLucene and JCC via APT. Anyone know what I might be missing? Where would I look for an error to give me a clue? --~--~-~-

Re: rb-site install - "Review Board is taking a nap"

2009-06-25 Thread Eric P
Yep, I did that as well while I was trying to get this all working. Thanks, Eric On Thu, Jun 25, 2009 at 1:18 PM, grimbeaver wrote: > > Not sure about what you are seeing in the logs because I did not look > at my logs.  But I was getting that error when SELinux was enabled. > Try turning off SE

post-review + perforce - Error running 'where' command

2009-06-25 Thread angeliti
Hello! I'm trying to set up Review Board to work with a Perforce server. The Perforce executable is called "sd" instead of "p4", but works in the exact same way as Perforce does. I had replaced all the instances of "p4" with "sd" in the post-review script. I've created a new changelist that affe

Re: post-review + perforce - Error running 'where' command

2009-06-25 Thread Kerry Sainsbury
Perhaps it might be easier to create a script called "p4" that delegates everything through to "sd". Cheers Kerry On Fri, Jun 26, 2009 at 11:01 AM, angeliti wrote: > > Hello! > > I'm trying to set up Review Board to work with a Perforce server. The > Perforce executable is called "sd" instead o

Re: post-review + perforce - Error running 'where' command

2009-06-25 Thread angeliti
I tried creating an alias doskey p4=sd $* and I still have the same problems :( On Jun 25, 4:37 pm, Kerry Sainsbury wrote: > Perhaps it might be easier to create a script called "p4" that delegates > everything through to "sd". > > Cheers > Kerry > > On Fri, Jun 26, 2009 at 11:01 AM, angeliti

Re: post-review + perforce - Error running 'where' command

2009-06-25 Thread Kerry Sainsbury
I'm now officially out of my depth... sorry! On Fri, Jun 26, 2009 at 11:53 AM, angeliti wrote: > > I tried creating an alias > > doskey p4=sd $* > > and I still have the same problems :( > > On Jun 25, 4:37 pm, Kerry Sainsbury wrote: > > Perhaps it might be easier to create a script called "p4"

Re: post-review + perforce - Error running 'where' command

2009-06-25 Thread Christian Hammond
It's unlikely doskey will affect this process. You'll need an actual p4.bat. Why is this called sd? Is it actually p4? We need very specific commands to work very specifically. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://

Re: Hg mirror of Reviewboard available

2009-06-25 Thread Christian Hammond
Hey Sebastien, Very cool. Does that work then with post-review, for people who want to contribute to Review Board? For the record, we also have a Git mirror, which David and I actually use for development. We push to SVN from there. In time (probably in the next few months sometime) we're probabl

Re: Can not use post-review to post a perforce review

2009-06-25 Thread Christian Hammond
Hi Jason, We'll need to know what the actual error is. Go into your sitedir/conf/settings_local.py and set DEBUG to True. Then try again and see what the actual error HTML is. You can send this to me directly, and I'll be able to tell you more. Christian -- Christian Hammond - chip...@chipx86.c

Re: Enable Search?

2009-06-25 Thread Christian Hammond
Hi, Run python, and type: import lucene That's basically the entire check we use for search. If that fails, then PyLucene isn't properly installed. Also make sure the version of Python that's being used to run Review Board matches the version used to install PyLucene. Christian -- Christ