Re: WSGI Configuration Permission denied

2011-08-05 Thread Chris Tooley
It turned out that in RHEL there are more directories that need to be owned by the apache user than those noted in the documentation. I chown'd them all to apache apache and had to change the permissions on a lot of stuff installed by easy_install. On Aug 2, 2011 4:39 PM, "Christian Hammond" wrote

Re: WSGI Configuration Permission denied

2011-08-05 Thread Chris Tooley
All of the python packages installed via easy_installed were: -rwxr-x--- root:root This was preventing anyone other than root from using those python libraries, that had to be resolved. All of the directories under /var/www/myreviewboarddirectory had to be chown'd to apache:apache Chris T

Re: WSGI Configuration Permission denied

2011-08-05 Thread Chris Tooley
That would have been nice to know prior to the massive headache I went through getting it set up. Is that somewhere on the reviewboard wiki? If not, could it be? On Aug 5, 2011 7:34 AM, "Stephen Gallagher" wrote: > On Fri, 2011-08-05 at 06:58 -0500, Chris Tooley wrote: >>

Reviewing Alternative material

2011-08-10 Thread Chris Tooley
e comments, and obviously external material would have to be stripped (images, includes, etc). I'm not expecting this to actually work, just opening the discussion to see if this type of thing would be a desired feature and if so possibly how it could be implemented. -- Chris Tooley mobile:

Re: CentOS 6 site won't connect to Perforce.

2011-08-10 Thread Chris Tooley
Are you running selinux or iptables? CentOS usually turned them on by default and that looks like a tcp block, not an HTTP auth failure. On Aug 10, 2011 8:21 PM, "D. Peterson" wrote: > I have recently taken an installation from a Debian site host to a new > CentOS 6 host. We initially setup Review

Re: Anyway to get it to work?

2011-08-12 Thread Chris Tooley
I can say our instance of reviewboard isn't on port 80 and our database isn't named reviewboard. It works here just fine On Aug 12, 2011 5:30 PM, "Kannaiyan Natesan" wrote: > Christin, > > Bug is on the ReviewBoard. > > > 1. Reviewboard cannot run on other http ports other than 80. If you want > t

Re: Creating diff for an entire file with CVS

2011-08-25 Thread Chris Tooley
I thought revision numbers in cvs were file specific, not repo specific On Aug 25, 2011 2:28 PM, "Chris Toomey" wrote: > You should be able to do that by specifying the parent revision number > as the one just before the files were added and the revision number as > the one after they were added (

Re: Integrating Eclipse with Review Board

2011-10-11 Thread Chris Tooley
For more options, visit this group at >> http://groups.google.com/group/reviewboard?hl=en >> > > > > -- > Sent from my (old) computer > > -- > Want to help the Review Board project? Donate today at > http://www.reviewboard.org/donate/ > Happy

Re: How to get people to close off reviews

2011-11-04 Thread Chris Tooley
That would be fantastic. We use HP Quality Center (jury is still out on the quality post of the name) and I'm takes with automating that as well. On Nov 4, 2011 7:45 PM, "Tucker" wrote: > Any chance you could share your diff for updating your tracker? We're > using JIRA and I've had to become pl

CentOS Installation

2011-11-17 Thread Chris Tooley
t it was a far cry better than finding each file I cared about and changing the permissions. -- Chris Tooley mobile: 615-525-8067 Instant Messenger MSN: ctoo...@ntrc.net AIM: mrchristooley Yahoo: mrchristooley Google Talk: ctoo...@gmail.com -- Want to help the Review Board project? Donate today

Re: CentOS Installation

2011-11-18 Thread Chris Tooley
On Fri, Nov 18, 2011 at 6:23 AM, Stephen Gallagher wrote: > On Thu, 2011-11-17 at 15:37 -0600, Chris Tooley wrote: >> Every single package installed by running "easy_install ReviewBoard" >> or "easy_install -U ReviewBoard" (ie: anything that gets pulled dow

Re: Enforcing review flow

2011-11-24 Thread Chris Tooley
Reviewboard doesn't currently have this. I would like to see some sort of vote count feature, but naming people owners of components is usually frowned upon here. Code Ownership is a significant issue; avoiding that kind of siloing of knowledge its best. On Nov 24, 2011 2:47 AM, "Ilya Lifshits" wr

Replying to Multiple Reviewers and Categorizing Comments

2011-12-01 Thread Chris Tooley
that are open withoutgoing into each review request and looking through each review foropen issues? -- Chris Tooley mobile: 615-525-8067 Instant Messenger MSN: ctoo...@ntrc.net AIM: mrchristooley Yahoo: mrchristooley Google Talk: ctoo...@gmail.com -- Want to help the Review Board project? Donate

Re: Review group mailing list too long

2011-12-13 Thread Chris Tooley
...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/reviewboard?hl=en -- Chris Tooley mobile: 615-525-8067 Instant Messenger MSN: ctoo...@ntrc.net AIM: mrchristooley Yahoo: mrchristooley Google Talk: ctoo...@gmail.com -- Want to help the Review

Re: Preventing self-reviews

2012-01-04 Thread Chris Tooley
When I notice bugs in my own code (often) I want them documented. On Jan 4, 2012 5:06 PM, "Igor Berger" wrote: > Hello, > > A couple of minor problems: > > 1. It looks like when I'm looking at a review request I submitted, the > Review and Ship It buttons are enabled. > I'd imagine I should not b

Re: Line context in comments

2012-01-06 Thread Chris Tooley
We actually have the same issues and do use multi-line comments. Multi-line comments are fit when the comment applies to the whole block in our case. I see what you mean, but it's a confusing option to use for us. On Jan 6, 2012 8:01 PM, "David Trowbridge" wrote: > We don't show additional contex

Bizarre Display Issues

2012-02-29 Thread Chris Tooley
Has anyone else had issues with the View Diff functionality in 1.6.4.1 causing some seriously bad arrangement? It seems to get about halfway through the loading of the Diff and then resizes into a terrible arrangement. It looks like it gets restricted to an 800 character wide page. -- Chris

Re: Bizarre Display Issues

2012-02-29 Thread Chris Tooley
Submitting a resolution to my own issue. I noticed this in my logs: ImproperlyConfigured: Error importing middleware reviewboard.admin.middleware Which led me to updating pycrypto, which fixed the issue. On Wed, Feb 29, 2012 at 12:11 PM, Chris Tooley wrote: > Has anyone else had issues w

Re: I'd like to create an RB schema diagram

2012-03-01 Thread Chris Tooley
Not every database had foreign keys so relationships are inferred by column names. On Mar 1, 2012 11:28 AM, "Steve" wrote: > I'd like an RB schema diagram to help me understand how the database is > organized. I was able to create some nice output using SchemaSpy, but the > output claims there ar

Re: Problem with installation: ImportError: No module named django.core.handlers.wsgi

2012-03-08 Thread Chris Tooley
Installing python libraries on CentOS or RHEL 5 via easy_install causes totally messed up permissions. On Mar 8, 2012 4:19 PM, "Christian Hammond" wrote: > Erm, good question. > > What version of what distro are you using? > > Christian > > > > On Mar 8, 2012, at 13:56, Jan Piotrowski wrote: >

Re: Connect SVN Repository

2012-03-15 Thread Chris Tooley
The server name is svn and there is no path to the repo except /? On Mar 15, 2012 4:39 PM, "Britt Pearsall" wrote: > Does anyone have any ideas to help with this problem? > > We've gotten a read-only user created, however I still cannot get Review > Board to realize there is a repository at the g

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

Re: Add Repository UI Dropdown list for Repository Type empty

2012-06-11 Thread Chris Tooley
d.org/donate/ >> > > > > Happy user? Let us know athttp://www.reviewboard.org/users/ >> > > > > -~--~~~~--~~--~--~--- >> > > > > To unsubscribe from this group, send email to >> > > > > reviewboard+

Re: Eclipse SVN Workflow

2012-06-21 Thread Chris Tooley
You can tag local revision sets of your changes in Eclipse thereby creating a reference point to diff against. By combining that with subversion revision numbers or labels you should be able you get what I think you're describing. On Jun 21, 2012 6:57 PM, "Jenny Hong" wrote: > Hi Robert, > > Sorr

Re: Can I archive ancient reviews?

2012-10-18 Thread Chris Tooley
If like to mark them in some way so that they no longer show up in the UI On Oct 18, 2012 3:03 AM, "Christian Hammond" wrote: > I'm sorry, I missed the original e-mail. What do you mean by archiving? We > never delete anything from the database and have no capability to archive > from the databas

Re: RB server doing caching a lot

2012-12-22 Thread Chris Tooley
This isn't a result of ReviewBoard, it's Linux. Linux caches disk usage, this does not impact the memory available for apps, it simply improves performance of disk access. Your true free memory is "free"+ cached. On Dec 22, 2012 1:58 AM, "chuck j" wrote: > Hi All, > > We have installed RB server

Categorization

2013-02-12 Thread Chris Tooley
I thought at one time I was able to find an issue in the issue tracker relating to a categorizing/classifying comments on a review request but I can't find it now. Was I dreaming this up or is it there and I'm missing it? -- Chris Tooley mobile: 615-525-8067 Instant Messenger