Confirming - I'm on Ubuntu 10.04.3 LTS, no SELinux appears to be installed.

the contents of the /conf/settings_local.py file are:

# Site-specific configuration settings for Review Board
> # Definitions of these settings can be found at
> # http://docs.djangoproject.com/en/dev/ref/settings/
>
> # Database configuration
> DATABASES = {
>     'default': {
>         'ENGINE': 'django.db.backends.mysql',
>         'NAME': 'reviewboard',
>         'USER': 'reviewboard',
>         'PASSWORD': 'rvb',
>         'HOST': 'localhost',
>         'PORT': '',
>     },
> }
>
> # Unique secret key. Don't share this with anybody.
> SECRET_KEY = '&zf&)wa6kg7wh48$=gq#!ouw#-_548$ex-6i=wii+6bhm2w6d!'
>
> # Cache backend settings.
> CACHES = {
>     'default': {
>         'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
>         'LOCATION': 'localhost:11211',
>     },
> }
>
> # Extra site information.
> SITE_ID = 1
> SITE_ROOT = '/'
> FORCE_SCRIPT_NAME = ''
> DEBUG = True
>
Thanks again for the help.
Brian

On Thursday, January 3, 2013 5:19:42 PM UTC-7, Christian Hammond wrote:
>
> Hi Brian,
>
> One more thing to confirm. Hopefully I can get you some commands to run 
> soon that will provide more useful info.
>
> What distro are you using, and is SELinux enabled?
>
> Trying to determine what's preventing the resulting process from getting 
> the PYTHONPATH environment...
>
> Can you also share with me your $sitedir/htdocs/settings_local.py file?
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com <javascript:>
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Thu, Jan 3, 2013 at 3:49 PM, Brian <phxg...@gmail.com <javascript:>>wrote:
>
>> Hello again,
>>
>> I'm using mod_wsgi.
>>
>> And when I do 
>>
>> rbssh bazaar@<servername>
>>>
>>
>> I get access with no errors. 
>>
>> Thanks,
>> Brian
>>
>> -- 
>> 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...@googlegroups.com <javascript:>
>> 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


Reply via email to