Re: Reviewboard on Centos4.8?

2010-08-18 Thread van85
I'm using subversion
svn, version 1.4.6 (r28521)
Review Board  1.0.5.1
Apache httpd-2.2.14
python 2.5

reviewboard.log shows:
2010-08-18 20:03:11,321 - INFO - Logging to /usr/local/apache2/logs/
reviewboard.log with a minimum level of DEBUG
2010-08-18 20:03:11,322 - INFO - Log file for Review Board v1.0.5.1
2010-08-18 20:03:11,567 - DEBUG - DiffParser.parse: Beginning parse of
diff, size = 377
2010-08-18 20:03:11,567 - DEBUG - DiffParser.parse: Finished parsing
diff.

Apache error log shows:
[notice] child pid 21470 exit signal Segmentation fault (11)

Client's end shows:
Error:
Saving the form failed due to a server error: 0 n/a

Please try again later. If this continues to happen, please report it
to your administrator.

On Aug 18, 12:52 pm, Christian Hammond  wrote:
> That's worrying. Nothing we do should cause a crash. Our code in fact can't
> crash in this way, as it's just Python code.
>
> A few questions...
>
> 1) What type of repository is this?
>
> 2) Is it Apache crashing, or something else?
>
> 3) What are you seeing from the client's end?
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.reviewboard.org
> VMware, Inc. -http://www.vmware.com
>
> On Mon, Aug 16, 2010 at 7:54 PM, van85  wrote:
> > I've successfully installed RB on CENTOS 4 (build everything from
> > source) but when I'm trying to upload a diff file I'm getting errors.
> > Here's my apache error log
>
> > 2010-08-16 19:46:52,532 - DEBUG - DiffParser.parse: Beginning parse of
> > diff, size = 377
> > 2010-08-16 19:46:52,532 - DEBUG - DiffParser.parse: Finished parsing
> > diff.
> > [Mon Aug 16 22:46:52 2010] [notice] child pid 4981 exit signal
> > Segmentation fault (11)
>
> > Has anyone run into the same problem? thanks.
>
> > On Jul 26, 6:46 pm, van85  wrote:
> > > Well I cannot reinstall CENTOS 5 just for the sake if running
> > > ReviewBoard since this machine is with the same setup as our
> > > production server. thanks anyway I guess I'll have to ditch RB for now.
>
> > --
> > Want to help the Review Board project? Donate today at
> >http://www.reviewboard.org/donate/
> > Happy user? Let us know athttp://www.reviewboard.org/users/
> > -~--~~~~--~~--~--~---
> > To unsubscribe from this group, send email to
> > reviewboard+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/reviewboard?hl=en
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Reviewboard on Centos4.8?

2010-08-17 Thread Christian Hammond
That's worrying. Nothing we do should cause a crash. Our code in fact can't
crash in this way, as it's just Python code.

A few questions...

1) What type of repository is this?

2) Is it Apache crashing, or something else?

3) What are you seeing from the client's end?

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Mon, Aug 16, 2010 at 7:54 PM, van85  wrote:

> I've successfully installed RB on CENTOS 4 (build everything from
> source) but when I'm trying to upload a diff file I'm getting errors.
> Here's my apache error log
>
> 2010-08-16 19:46:52,532 - DEBUG - DiffParser.parse: Beginning parse of
> diff, size = 377
> 2010-08-16 19:46:52,532 - DEBUG - DiffParser.parse: Finished parsing
> diff.
> [Mon Aug 16 22:46:52 2010] [notice] child pid 4981 exit signal
> Segmentation fault (11)
>
> Has anyone run into the same problem? thanks.
>
> On Jul 26, 6:46 pm, van85  wrote:
> > Well I cannot reinstall CENTOS 5 just for the sake if running
> > ReviewBoard since this machine is with the same setup as our
> > production server. thanks anyway I guess I'll have to ditch RB for now.
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Reviewboard on Centos4.8?

2010-08-16 Thread van85
I've successfully installed RB on CENTOS 4 (build everything from
source) but when I'm trying to upload a diff file I'm getting errors.
Here's my apache error log

2010-08-16 19:46:52,532 - DEBUG - DiffParser.parse: Beginning parse of
diff, size = 377
2010-08-16 19:46:52,532 - DEBUG - DiffParser.parse: Finished parsing
diff.
[Mon Aug 16 22:46:52 2010] [notice] child pid 4981 exit signal
Segmentation fault (11)

Has anyone run into the same problem? thanks.

On Jul 26, 6:46 pm, van85  wrote:
> Well I cannot reinstall CENTOS 5 just for the sake if running
> ReviewBoard since this machine is with the same setup as our
> production server. thanks anyway I guess I'll have to ditch RB for now.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Reviewboard on Centos4.8?

2010-07-26 Thread van85
Well I cannot reinstall CENTOS 5 just for the sake if running
ReviewBoard since this machine is with the same setup as our
production server. thanks anyway I guess I'll have to ditch RB for now.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Reviewboard on Centos4.8?

2010-07-13 Thread Igor
Did not try CentOS 4 but  if you consider CentOS 5 as an option I can
share step by step procedure for RHEL5 up 5.

# Add RHEL5 repositories from Fedora project (http://fedoraproject.org/
wiki/EPEL/FAQ#howtouse) and update yum
# Using yum install mysql and apache and make sure both server are
running on system start
# Using yum install ReviewBoard and all dependencies
# Using yum install memcache, lucene
# Create user for mysql and test connectivity
# Create database "reviewboard" in mysql
# Download and install pylucene from 
http://www.schwarz.eu/opensource/rpm/PyLucene/2.3.2.1-3/el5/
# Install mysql-python version 1.2.1_p2 at least! If RHEL5 has older
version download and install mysql-python 1.2.1_p2 from
http://sourceforge.net/projects/mysql-python/
# More details available on Review Board site but remember not to use
"easy_install" utility, try to use yum when possible.
# Now run configuration for your site according to review board manual
# Take virtual-host configuration from example /var/www/
reviewboard.example.com/conf/apache-modpython.conf and add it to the
appache config file /etc/httpd/conf/httpd.conf
# restart httpd service



On Jul 1, 6:05 am, van85  wrote:
> Hi everyone. I just wanna ask if anyone here has successfully
> installed Reviewboard on Centos4.8? I tried to install it and after a
> stressful updates and configuration of several libraries I've managed
> to install it but I'm still getting error messages.
>
> [notice] caught SIGTERM, shutting down
>
> Does anyone have a simple and easy installation guide for Reviewboard
> on Centos 4.8?
>
> Thanks!

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Reviewboard on Centos4.8?

2010-07-11 Thread van85
, in get
% self.model._meta.object_name)
django.contrib.sites.models.DoesNotExist: Site matching query does not
exist.
Exception exceptions.AttributeError: '_shutdown' in  ignored


On Jun 30, 8:05 pm, van85  wrote:
> Hi everyone. I just wanna ask if anyone here has successfully
> installed Reviewboard on Centos4.8? I tried to install it and after a
> stressful updates and configuration of several libraries I've managed
> to install it but I'm still getting error messages.
>
> [notice] caught SIGTERM, shutting down
>
> Does anyone have a simple and easy installation guide for Reviewboard
> on Centos 4.8?
>
> Thanks!

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Reviewboard on Centos4.8?

2010-07-02 Thread Stephen Gallagher
On 07/02/2010 03:22 AM, Madhavi wrote:
> I have install RB on CentOS 5.4 and its up & running.
>   

Slightly off-topic: are you using the EPEL5 RPMs for this?

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Reviewboard on Centos4.8?

2010-07-02 Thread Madhavi
I have install RB on CentOS 5.4 and its up & running.

On Jul 1, 11:12 am, Christian Hammond  wrote:
> Hi,
>
> What specifically is showing that error?
>
> Can you tell us more about your configuration, including the database type,
> web server, Python version, whether or not you're using Lucene, and
> everything else you can include about your setup?
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.reviewboard.org
> VMware, Inc. -http://www.vmware.com
>
> On Wed, Jun 30, 2010 at 8:05 PM, van85  wrote:
> > Hi everyone. I just wanna ask if anyone here has successfully
> > installed Reviewboard on Centos4.8? I tried to install it and after a
> > stressful updates and configuration of several libraries I've managed
> > to install it but I'm still getting error messages.
>
> > [notice] caught SIGTERM, shutting down
>
> > Does anyone have a simple and easy installation guide for Reviewboard
> > on Centos 4.8?
>
> > Thanks!
>
> > --
> > Want to help the Review Board project? Donate today at
> >http://www.reviewboard.org/donate/
> > Happy user? Let us know athttp://www.reviewboard.org/users/
> > -~--~~~~--~~--~--~---
> > To unsubscribe from this group, send email to
> > reviewboard+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Reviewboard on Centos4.8?

2010-06-30 Thread Christian Hammond
Hi,

What specifically is showing that error?

Can you tell us more about your configuration, including the database type,
web server, Python version, whether or not you're using Lucene, and
everything else you can include about your setup?

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Wed, Jun 30, 2010 at 8:05 PM, van85  wrote:

> Hi everyone. I just wanna ask if anyone here has successfully
> installed Reviewboard on Centos4.8? I tried to install it and after a
> stressful updates and configuration of several libraries I've managed
> to install it but I'm still getting error messages.
>
> [notice] caught SIGTERM, shutting down
>
> Does anyone have a simple and easy installation guide for Reviewboard
> on Centos 4.8?
>
> Thanks!
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reviewboard on Centos4.8?

2010-06-30 Thread van85
Hi everyone. I just wanna ask if anyone here has successfully
installed Reviewboard on Centos4.8? I tried to install it and after a
stressful updates and configuration of several libraries I've managed
to install it but I'm still getting error messages.

[notice] caught SIGTERM, shutting down

Does anyone have a simple and easy installation guide for Reviewboard
on Centos 4.8?

Thanks!

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en