Reviewboard on Centos4.8?

2010-07-01 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


Re: Reviewboard on Centos4.8?

2010-07-11 Thread van85
OS: Centos 4.8
mysql 5.0.86
Build python 2.5
apache 2.2.14 + mod_python
memcached 1.4.5
python-memcached
python-devel
python-setuptools
patch
mysql-python
PIL

Ok maybe I missed out something on my installation so I tried to
reinstall EVERYTHING - basically all the packages needed by
ReviewBoard except the optional ones and I'm now presented with this
error messages:

* Installing the site...
Building site directories ... OK
Building site configuration files ... OK
/usr/local/lib/python2.5/site-packages/django/db/__init__.py:18:
PendingDeprecationWarning: settings.DATABASE_* is deprecated; use
settings.DATABASES instead.
  PendingDeprecationWarning
/usr/local/lib/python2.5/site-packages/django/db/__init__.py:57:
PendingDeprecationWarning: Short names for ENGINE in database
configurations are deprecated. Prepend default.ENGINE with
'django.db.backends.'
  PendingDeprecationWarning
/usr/local/lib/python2.5/site-packages/django/db/models/fields/
subclassing.py:71: PendingDeprecationWarning: A Field class whose
get_db_prep_value method hasn't been updated to take `connection` and
`prepared` arguments.
  setattr(new_cls, attr,
call_with_connection_and_prepared(getattr(new_cls, attr)))
/usr/local/lib/python2.5/site-packages/django/db/models/fields/
subclassing.py:69: PendingDeprecationWarning: A Field class whose
db_type method hasn't been updated to take a `connection` argument.
  setattr(new_cls, attr, call_with_connection(getattr(new_cls, attr)))
/usr/local/lib/python2.5/site-packages/django/db/models/fields/
subclassing.py:69: PendingDeprecationWarning: A Field class whose
get_db_prep_save method hasn't been updated to take a `connection`
argument.
  setattr(new_cls, attr, call_with_connection(getattr(new_cls, attr)))
Creating database ... Traceback (most recent call last):
  File /usr/local/bin/rb-site, line 8, in module
load_entry_point('ReviewBoard==1.0.9', 'console_scripts', 'rb-
site')()
  File /usr/local/lib/python2.5/site-packages/ReviewBoard-1.0.9-
py2.5.egg/reviewboard/cmdline/rbsite.py, line 1495, in main
command.run()
  File /usr/local/lib/python2.5/site-packages/ReviewBoard-1.0.9-
py2.5.egg/reviewboard/cmdline/rbsite.py, line 1087, in run
self.show_install_status()
  File /usr/local/lib/python2.5/site-packages/ReviewBoard-1.0.9-
py2.5.egg/reviewboard/cmdline/rbsite.py, line 1346, in
show_install_status
site.sync_database)
  File /usr/local/lib/python2.5/site-packages/ReviewBoard-1.0.9-
py2.5.egg/reviewboard/cmdline/rbsite.py, line 659, in step
func()
  File /usr/local/lib/python2.5/site-packages/ReviewBoard-1.0.9-
py2.5.egg/reviewboard/cmdline/rbsite.py, line 314, in sync_database
self.run_manage_command(syncdb, [--noinput])
  File /usr/local/lib/python2.5/site-packages/ReviewBoard-1.0.9-
py2.5.egg/reviewboard/cmdline/rbsite.py, line 353, in
run_manage_command
execute_manager(reviewboard.settings, [__file__, cmd] + params)
  File /usr/local/lib/python2.5/site-packages/django/core/management/
__init__.py, line 438, in execute_manager
utility.execute()
  File /usr/local/lib/python2.5/site-packages/django/core/management/
__init__.py, line 379, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
  File /usr/local/lib/python2.5/site-packages/django/core/management/
base.py, line 191, in run_from_argv
self.execute(*args, **options.__dict__)
  File /usr/local/lib/python2.5/site-packages/django/core/management/
base.py, line 218, in execute
output = self.handle(*args, **options)
  File /usr/local/lib/python2.5/site-packages/django/core/management/
base.py, line 347, in handle
return self.handle_noargs(**options)
  File /usr/local/lib/python2.5/site-packages/django/core/management/
commands/syncdb.py, line 103, in handle_noargs
emit_post_sync_signal(created_models, verbosity, interactive, db)
  File /usr/local/lib/python2.5/site-packages/django/core/management/
sql.py, line 185, in emit_post_sync_signal
interactive=interactive, db=db)
  File /usr/local/lib/python2.5/site-packages/django/dispatch/
dispatcher.py, line 162, in send
response = receiver(signal=self, sender=sender, **named)
  File /usr/local/lib/python2.5/site-packages/ReviewBoard-1.0.9-
py2.5.egg/reviewboard/admin/management/sites.py, line 22, in
init_siteconfig
site = Site.objects.get_current()
  File /usr/local/lib/python2.5/site-packages/django/contrib/sites/
models.py, line 22, in get_current
current_site = self.get(pk=sid)
  File /usr/local/lib/python2.5/site-packages/django/db/models/
manager.py, line 132, in get
return self.get_query_set().get(*args, **kwargs)
  File /usr/local/lib/python2.5/site-packages/django/db/models/
query.py, line 341, in get
% self.model._meta.object_name)
django.contrib.sites.models.DoesNotExist: Site matching query does not
exist.
Exception exceptions.AttributeError: '_shutdown' in module
'threading' from '/usr/local/lib/python2.5/threading.pyc' ignored


On Jun 30, 8:05 pm, van85 vanessabern...@gmail.com wrote:
 Hi

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 vanessabern...@gmail.com 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-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 chip...@chipx86.com 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 vanessabern...@gmail.com 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 vanessabern...@gmail.com 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.comreviewboard%2bunsubscr...@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