Re: Upgrading python versions?

2012-03-02 Thread Anton Cohen
On Fri, Mar 2, 2012 at 10:58 AM, Tucker j...@gmail.com wrote: Should I do a whole new install and migrate the DB? On Tue, Feb 28, 2012 at 2:43 PM, Tucker j...@gmail.com wrote: I decided to try and build pylucene again on CentOs 5.2. I kept running into problems with python2.4, so I built

Re: Apache Setup/Configuration

2012-02-17 Thread Anton Cohen
On Thu, Feb 16, 2012 at 8:03 AM, Britt doubl...@gmail.com wrote: That's when Apache crashed - when I attempted to restart it, I get the error: Syntax error on line 8 of /etc/ apache2/sites-enabled/reviewBoard: Invalid command 'WSGIPassAuthorization', perhaps misspelled or defined by a module

Re: Migrating Review Board Database

2012-01-19 Thread Anton Cohen
On Thu, Jan 19, 2012 at 10:24 PM, Chris Baron topher.ba...@gmail.comwrote: There is a reviewboard 0.1 version in production. There is a 1.6 version in a test environment. Anyone have suggestions on the best way to copy the 0.1 production data, transform it into 1.6 data? What will need to

Re: CentOS Installation

2011-11-19 Thread Anton Cohen
On Thu, Nov 17, 2011 at 1:37 PM, Chris Tooley ch...@tooley.com wrote: during none of those times has it worked until I go in and reset all of the permissions via: cd /usr/lib/python2.4 find . -type d | xargs chmod o+rx find . -type f | xargs chmod o+r I doubt this is caused by RB,

Re: Clean install of 1.6.1 serves up 404 error

2011-09-22 Thread Anton Cohen
On Thu, Sep 22, 2011 at 4:31 PM, Christian Hammond chip...@chipx86.com wrote: The logs keep referencing this HTTP_FORBIDDEN.html.var. This is not provided by us or by any listed config. There are at least 16 other .conf files included in the config. SUSE might have taken the idea of modular

Re: mod_python mandatory for reviewboard 1.6?

2011-09-21 Thread Anton Cohen
On Tue, Sep 20, 2011 at 9:18 PM, Sanjay Lal sklqui...@gmail.com wrote: [root ReviewBoard-1.6]# yum install mod_wsgi Loaded plugins: security http://cheeseshop.python.org/pypi/ReviewBoard/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found () Trying other mirror. Error: Cannot retrieve

Re: mod_python mandatory for reviewboard 1.6?

2011-09-20 Thread Anton Cohen
On Tue, Sep 20, 2011 at 2:13 PM, Sanjay Lal sklqui...@gmail.com wrote: Hi Is mod_python.so load module mandatory for reviewBoard 1.6? I have redhad linux 5.5, python 2.4.3 , apache 2.1.9. While building mod_python.so I was getting the error - connobject.c: 142: error: request for member next

Re: Upgrading from 1.0 to… well… anything

2011-09-13 Thread Anton Cohen
On Tue, Sep 13, 2011 at 5:33 AM, insysion s.tai...@insysion.net wrote: Ok, so I made the cardinal sin of not reading everything you sent. I guess what I need to know is whether that error looks like migrating this site is the best option or whether to go with generating a new site and linking

Re: Upgrading from 1.0 to… well… anything

2011-09-12 Thread Anton Cohen
I did an upgrade from pre-1.0 SVN to 1.5.5. The instructions are in a previous post: http://goo.gl/KFIiT Your steps will be a little different because you are using easy_install. And you might not have the missing table issue I had. easy_install is generally easy to get: Red Hat-based: yum

Re: ReviewBoard on OpenShift Express

2011-09-12 Thread Anton Cohen
On Mon, Sep 12, 2011 at 2:51 PM, Stephen Gallagher step...@gallagherhome.com wrote: Mostly I thought it might prove interesting to those admins having setup troubles (especially on Windows) Yeah, this should be a big help to people trying to run Django apps without Linux experiences. I'm pretty

Re: Permissions issue

2011-09-11 Thread Anton Cohen
On Sun, Sep 11, 2011 at 4:10 AM, Rohini Kumar Tharigonda rok...@gmail.com wrote: chmod -R 777 /var/www/reviewboard/ I would not recommend doing this. It is very dangerous to allow the apache user, or any untrusted user the ability to write to your web root. It means if there is a vulnerability

Re: Permissions issue

2011-09-09 Thread Anton Cohen
What Linux distro are you using? How are you starting apache? What is the path to rb (/var/www/rb)? Thanks, Anton On Fri, Sep 9, 2011 at 5:52 PM, hs_etd hblogt...@gmail.com wrote: Started from scratch but I see the same thing happening. ls -ld data returns [root@etd-rb rb]# ls -ld data

Re: Fedora 2.6 Installation

2011-09-07 Thread Anton Cohen
On Wed, Sep 7, 2011 at 10:00 AM, MonicaS castaneda.mon...@gmail.com wrote: This is a test server. My apache server runs as root. httpd should run as user 'apache' on Fedora. The rpm installed with yum will install it that way, don't change it, and don't install apache httpd from source. I

Re: Installing PyLucene on Redhat

2011-07-25 Thread Anton Cohen
On Mon, Jul 25, 2011 at 8:33 AM, Stephen Gallagher step...@gallagherhome.com wrote: Could you write up your complete steps to getting PyLucene installed and working on Red Hat? I'd like to turn those steps into a tool to include with my EPEL packages. I don't have steps, but I have packages.

Re: 403 forbidden in Apache

2011-06-21 Thread Anton Cohen
On Tue, Jun 21, 2011 at 3:11 AM, Krles antonin.nechva...@gmail.com wrote: # Direct all other requests to the fastcgi server Unless you have a specific reason for using fastcgi, I recommend using wsgi. mod_fcgid has a bunch of timeouts that make it hard to tune for an application that may take a

Re: upgrade 1.0-1.5

2011-05-10 Thread Anton Cohen
On Tue, May 10, 2011 at 11:51 AM, Christian Hammond chip...@chipx86.com wrote: Absolutely. What you can do is just generate a new site with rb-site after you install the eggs and reuse the existing database. I did an upgrade from pre-1.0 SVN to 1.5.5 recently, and basically did as Christian