How to test email setup, configure logging

2009-06-24 Thread davious
Emails aren't sending from my reviewboard site; user error most likely. What's a good way to test my email configuration without bothering another dev ala "can you hear me now"? Also, I tried to capture logging without success. I made a dir in / var/log/reviewboard and chgrp www-data and pointe

Re: Problem after installing RB 1.0 - Images and CSSs not working

2009-06-24 Thread dave
I also wanted to say thanks as I was having this exact issue this morning. On Jun 23, 9:54 pm, angeliti wrote: > That was exactly the problem =) > > Thank you SO much for your help, Chris!! > Angel.- > > On Jun 23, 6:51 pm, Christian Hammond wrote: > > > > > Ohh I just realized, you're using a

Re: directory listing apache 2 ubuntu apache config configuration

2009-06-24 Thread questor
Yes I tried that but the issue is the conflicts with a in that file. The django handling stuff is somehow not working. If someone with ubuntu could take their default conf file from /etc/ apache2/sites-available and add the reviewboard directives to it as an example that would be a big help. Ho

Re: directory listing apache 2 ubuntu apache config configuration

2009-06-24 Thread Christian Hammond
The problem on Ubuntu is that by default, /var/www is set as the main document root, global to all virtual hosts. You need to modify your apache2.conf to remove that (should be a DocumentRoot line). Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org V

Couple probs in the Installing on Linux docs

2009-06-24 Thread Eric P
Hi, The link you have for the libmemcache project actually goes to what appears to be a completely different (forked? older?) project called libmemcached (note the 'd' on the end). I believe this may be the correct link to libmemcache. http://people.freebsd.org/~seanc/libmemcache/ Also, the P

Re: Couple probs in the Installing on Linux docs

2009-06-24 Thread Christian Hammond
Hmm, thought I had fixed the libmemcache link a while ago. I'll do so. The pylucene one already points to the new location though, from what I see. Which docs were you looking at? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http

Using post-review

2009-06-24 Thread Dmitry Portnoy
I'm trying to get post-review working, but whenever I run it, I get "Error creating review request: The repository path specified is not in the list of known repositories (code 206)". The exact command I run is: post-review --username=XXX --password=XXX --server=XXX --revision- range=XXX:XXX I

Re: Using post-review

2009-06-24 Thread Christian Hammond
Hi, The result of 'hg root' needs to match either the Path or Mirror Path entries for the Repository on the server in order to work. You'll want to make sure they're identical. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://

Re: Using post-review

2009-06-24 Thread Dmitry Portnoy
'hg root' exactly matches the Path entry for the repo on the server. On Jun 25, 12:11 am, Christian Hammond wrote: > Hi, > > The result of 'hg root' needs to match either the Path or Mirror Path > entries for the Repository on the server in order to work. You'll want to > make sure they're ident

Re: Using post-review

2009-06-24 Thread Christian Hammond
Can you run post-review with --debug? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Wed, Jun 24, 2009 at 9:23 PM, Dmitry Portnoy wrote: > > 'hg root' exactly matches the Path entry for the repo on the s

Re: Couple probs in the Installing on Linux docs

2009-06-24 Thread Eric P
Under 'Installing on Linux' you have two different places linking to PyLucene. One near the top (which is correct), and another one a bit further down that is the old site (the bit starts with 'Once these are installed, you’ll need to download the latest version (link) of PyLucene and extract

Re: Using post-review

2009-06-24 Thread Dmitry Portnoy
It says (with the ip replaced): >>> svn info >>> hg root >>> hg svn info >>> repository info: Path: http://12.345.678.912/hg, Base path: , Supports >>> changesets: False >>> hg diff -r 8e4c07f8e1b8 -r tip >>> Looking for '12.345.678.912 /reviews/' cookie in >>> /home/dportnoy/.post-review-cooki

memcached not showing as option in rb-site install

2009-06-24 Thread Eric P
Hi, I'm trying to figure out why memcached is not showing as option in 'rb-site install' during the cache mechanism step. I'm running Fedora 11, and the repos memcached is installed (memcached 1.2.8) and running. $ ps ax |grep memcache 15438 ?Ssl0:00 memcached -d -p 11211 -u memca

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

2009-06-24 Thread Christian Hammond
You're probably missing the python bindings. The first or second page of rb-site install should tell you exactly what was missing. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Wed, Jun 24, 2009 at 9:34 P

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

2009-06-24 Thread Eric P
Is that cmemcache? I see this on starting 'rb-site install'. Server Cache (optional): * memcached (cmemcache, memcache) But I think I already installed both of those (libmemcache as well). $ yum install memcached ... Package memcached-1.2.8-1.fc11.i586 already installed and latest

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

2009-06-24 Thread Christian Hammond
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-board.org VMware, Inc. - http://www.vmware.com On Wed, Jun 24, 2009 at 11:17 PM, Eric P wrote: > > Is tha