SMTPDataError in AWS SES caused by missing user name in Review Board 3.0.14

2019-03-19 Thread jamie . gruener
I'm testing Review Board 3.0.14 after upgrading from Review Board 3.0.3. We want to use Amazon's SES (Simple Email Service) to send all mail from Review Board. Default From address: "Review Board " (no quotes) Use the user's From address: Never The test email from admin UI comes through fine.

RE: Phantom Review in My Dashboard?

2018-11-27 Thread Jamie Gruener
Thanks! The command worked, which is great. At some point I’m sure we’ll upgrade, but it’s nice to be able to fix it in the mean time. --Jamie From: reviewboard@googlegroups.com On Behalf Of Christian Hammond Sent: Tuesday, November 20, 2018 6:02 PM To: reviewboard@googlegroups.com Subject:

Phantom Review in My Dashboard?

2018-11-20 Thread jamie . gruener
Here's something I haven't seen before, and I'm not really sure how to describe it. As a normal part of our workflow I was sent a review. However, I got two emails about it, and when I looked at My Dashboard, it reports I have two requests. I processed the one that I could see, and when I was

Re: new 3.0.3 from scratch install, unable to enable Amazon S3 for File Storage

2018-03-21 Thread jamie . gruener
That did the trick. Thanks again! --Jamie On Wednesday, March 21, 2018 at 4:16:08 PM UTC-4, Christian Hammond wrote: > > Hi Jamie, > > I need to update the installation instructions for this, but you'll need > to install django-storages 1.1.8: > > sudo pip install django-storages==1.1.8 > >

new 3.0.3 from scratch install, unable to enable Amazon S3 for File Storage

2018-03-21 Thread jamie . gruener
AWS, RHEL 7, from scratch install of Review Board 3.0.3. At the CLI of the server: [user@hostname ~]$ sudo pip install -U django-storages Requirement already up-to-date: django-storages in /usr/lib/python2.7/site- packages But in the web GUI: Amazon S3 depends on django-storages, which is not

Re: Somthing broke! - error 500 on a fresh installation

2018-03-20 Thread jamie . gruener
Thanks for the quick reply! >From above, I did confirm that the ALLOWED_HOSTS matches the FQDN we're using to load the site. Next, I changed permissions on the directory you referenced: sudo chown -R apache /var/www/reviewboard.ncbp.org/htdocs/static/ext/ And I set DEBUG = False and restarted

Re: Somthing broke! - error 500 on a fresh installation

2018-03-20 Thread jamie . gruener
I just built an instance of Review Board in a newly built instance of RHEL 7 in an AWS EC2 instance and hit this exact issue. Would one of you folks be kind enough to provide enough detail for me to fix it? I can't tell from Marcin's post what it was that they did to work around the problem.

Re: Somthing broke! - error 500 on a fresh installation

2018-03-20 Thread jamie . gruener
So, I just ran into this. New Review Board instance, new RHEL 7 instance at AWS. I have the same results as what Marcin posted above. Interestingly, setting Debug=True in the settings_local.py allows the site to load as expected. But that seems like a bad thing to leave permanently. Any advice

RE: Permanent Review Board is taking a nap after attempting a server name change

2015-01-23 Thread Jamie Gruener
to import settings_local.py since the absolute path to the site files has not changed. And input helpful. Thanks, --Jamie Jamie Gruener Norton Street Business Services www.nortonstreet.biz ja...@nortonstreet.biz main 919.688.1900 mobile 919.624.9760 skype jamie.gruener www.facebook.com

Permanent Review Board is taking a nap after attempting a server name change

2015-01-14 Thread Jamie Gruener
test ends with pipeline.exceptions.CompilerError: /usr/bin/env: lessc: No such file or directory And yet easy_install django_pipeline tells me I have the current one installed (1.3.24). I don't want to have to start from scratch. Please help!! --Jamie Gruener -- Get the Review Board Power Pack

Re: SCMError: OPTIONS of 'http://IP_ADDR:PORT/svn': could not connect to server (http://IP_ADDR:PORT)

2014-07-17 Thread Jamie Gruener
It turns out that my Review Board VM didn't like the SSL certificate of my SVN VM. Once I resolved that, everything worked as expected. To answer your question, no, there was no proxy involved. Thanks for responding! --Jamie On Monday, June 16, 2014 11:52:02 AM UTC-4, Jamie Gruener wrote

unable to easy_install rbnotefield from Beanbag, Inc.

2014-07-17 Thread Jamie Gruener
If I try to install rbnotefield I get an error about a hostname mismatch: [root@reviews ~]# easy_install -U rbnotefield Searching for rbnotefield Reading https://pypi.python.org/simple/rbnotefield/ Reading http://www.reviewboard.org/ Download error on http://www.reviewboard.org/: hostname

Re: unable to easy_install rbnotefield from Beanbag, Inc.

2014-07-17 Thread Jamie Gruener
to easy_install rbnotefield now. -David On Thu, Jul 17, 2014 at 2:21 PM, Jamie Gruener ja...@nortonstreet.biz javascript: wrote: If I try to install rbnotefield I get an error about a hostname mismatch: [root@reviews ~]# easy_install -U rbnotefield Searching for rbnotefield Reading https

SCMError: OPTIONS of 'http://IP_ADDR:PORT/svn': could not connect to server (http://IP_ADDR:PORT)

2014-06-16 Thread Jamie Gruener
Folks, I'm an IT guy setting up Review Board for our developers but I can't seem to get Review Board to talk to our SVN servers. Environment Notes: * Review Board 2.0.2 via easy_install -U ReviewBoard * Package pysvn-1.7.6-1.el6.x86_64 already installed and latest version * CentOS 6.5 (Final) *