SVN: Repository not found error

2012-08-17 Thread Dan Miller
Hey All,
 
I'm on ReviewBoard 1.6.7.1 and having issues creating a new SVN repository 
when using the svn:// protocol.
 
The SVN repository is accessible via http, https and svn and I have been 
able to create repositories already for the other two.  But when I specify 
the
svn://repository.example.com/ URI it says:
 

   - A repository was not found at the specified path.

In /var/log/messages I see:
 
Aug 17 08:56:17 mojo httpd: GSSAPI Error: Unspecified GSS failure.  Minor 
code may provide more information (No credentials cache found)
Aug 17 08:56:17 mojo httpd: No worthy mechs found
 
However if I do an svn info from the reviewboard host it responds 
properly.  
 
Any ideas on what I'm missing here?
Dan

-- 
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: Add Repository UI Dropdown list for Repository Type empty

2012-06-12 Thread Dan Miller
Thanks for the help Christian.
I had an ah-ha moment during the reinstall.  I didn't notice an error
with the .python-eggs directory creation (not sure how i missed this
the first time, it was pretty obvious).

The basic problem was that i was doing sudo -s and then installing rb
from that shell.  My home directory was pointing to my original login
account and root didn't have access to create a .python-eggs directory
under my $HOME.  This was causing issues setting up  the SCMTools.
Once I set my home appropriately, blew away my database and
reinstalled, I now see these repositories populated.

Thanks again!

Dan

On Jun 11, 2:41 pm, Christian Hammond chip...@gmail.com wrote:
 It looks like either there was a problem syncing the database initially or 
 the database was wiped. Assuming you don't have anything of value in there 
 yet, try nuking the database and starting over.

 Pay close attention to any errors shown in the terminal during rb-site 
 install.

 Christian


-- 
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: Add Repository UI Dropdown list for Repository Type empty

2012-06-11 Thread Dan Miller
# rb-site manage /var/www/reviews/ shell
Python 2.4.3 (#1, Feb 24 2012, 13:04:26)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type help, copyright, credits or license for more information.
(InteractiveConsole)
 from reviewboard.scmtools.models import Tool
 Tool.objects.all()
[]



Regarding Chris Tooley's comment:

I had to manually install the pysvn package, and I put the files I
built at the following:
drwxr-xr-x 2 root root 4096 Jun  6 07:24 /usr/lib/python2.4/site-
packages/pysvn

I did make it owned by root but I think it should be accessible to the
apache user

The files I put inside the directory are:

-rw-r--r--  1 root root   12219 Jun  6 07:24 __init__.py
-rw-r--r--  1 root root   15044 Jun  6 07:24 __init__.pyc
-rwxr-xr-x  1 root root 2806058 Jun  6 07:24 _pysvn_2_4.so

Dan

On Jun 11, 5:23 am, Christian Hammond chip...@chipx86.com wrote:
 Can you try running:

     $ rb-site manage /path/to/site/dir shell
      from reviewboard.scmtools.models import Tool
      Tool.objects.all()

 And paste the results?

 Christian

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

 On Mon, Jun 11, 2012 at 2:34 AM, Dan Miller email.mille...@gmail.comwrote:



  Restarted the webserver and nothing changed there.  No Javascript
  errors are coming in the UI

  In Authentication I see:

  Standard Registration
  Active Directory
  LDAP
  NIS
  X.509 Public Key
  Legacy Authentication Module

  Dan

  On Jun 7, 9:42 pm, Christian Hammond chip...@chipx86.com wrote:
   You shouldn't need to reinstall or anything if you fix PySVN. Maybe just
   restart the web server.

   The JavaScript errors would be in your browser when you reach the page.
   It's possible that's causing it, but my guess would be it's some issue
  with
   how what's called Python entrypoints are registered.

   Actually, let's check that. Can you also go into the Authentication
   Settings and see if NIS, LDAP, and ActiveDirectory are options?

   Christian

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

   On Thu, Jun 7, 2012 at 4:49 AM, Dan Miller email.mille...@gmail.com
  wrote:
Understood about OEL support.  I kind of assumed it would work the
same as RHEL but that might be true

Where can I check for the JavaScript errors?  I don't remember seeing
any during installation, were they logged anywhere?

I installed RB 1.6.7.1.

I thought I may have messed up the pysvn installation part.  Assuming
I have corrected it now, do I just need to create a new ReviewBoard
site via rb-site install /var/www/newsite?  Would that populate the
dropdown list correctly?

Dan

On Jun 6, 1:53 pm, Christian Hammond chip...@chipx86.com wrote:
 Hi Dan,

 This sounds like the installation once again partially failed. The
  list
of
 repository types is populated during install, and should be
  available in
 that dropdown, but that may not be happening.

 Just to check, can you see if there are any JavaScript errors? If
  not,
then
 it was the installation.

 I should point out that we don't officially support Oracle
  Enterprise.
 Given your previous e-mail and this one, it sounds like there may be
  some
 issues...

 What version of Review Board did you install?

 Christian

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

 On Wed, Jun 6, 2012 at 10:08 AM, Dan Miller 
  email.mille...@gmail.com
wrote:

  So I gave up on my previous installation that just wasn't
  returning my
  web requests.  No idea what was going on there, but I switched to a
  new machine running Oracle Enterprise Linux 5 this time.

  I have RB up now and the web requests are working fine.  My problem
  now is that when I go to setup my source control repository the Add
  repository page has a blank Repository Type dropdown list.

  I'm using subversion so my guess is that there is some problem
  with my
  pysvn installation.  I wasn't able to find an rpm package for my
  distro so I built it manually.  I downloaded 1.7.6 from
 http://pysvn.tigris.org/project_downloads.htmlandfollowedthe
  instructions there.  The tests that I built seem to work so I'm not
  sure what could be wrong.

  Does anyone have ideas about how I can troubleshoot this.  Am I on
  the
  right track that it's my pysvn installation that is the problem or
  is
  there some other cause of having an empty dropdown list there?

  Thanks!

  Dan

  --
  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

Re: Add Repository UI Dropdown list for Repository Type empty

2012-06-07 Thread Dan Miller
Understood about OEL support.  I kind of assumed it would work the
same as RHEL but that might be true

Where can I check for the JavaScript errors?  I don't remember seeing
any during installation, were they logged anywhere?

I installed RB 1.6.7.1.

I thought I may have messed up the pysvn installation part.  Assuming
I have corrected it now, do I just need to create a new ReviewBoard
site via rb-site install /var/www/newsite?  Would that populate the
dropdown list correctly?

Dan

On Jun 6, 1:53 pm, Christian Hammond chip...@chipx86.com wrote:
 Hi Dan,

 This sounds like the installation once again partially failed. The list of
 repository types is populated during install, and should be available in
 that dropdown, but that may not be happening.

 Just to check, can you see if there are any JavaScript errors? If not, then
 it was the installation.

 I should point out that we don't officially support Oracle Enterprise.
 Given your previous e-mail and this one, it sounds like there may be some
 issues...

 What version of Review Board did you install?

 Christian

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

 On Wed, Jun 6, 2012 at 10:08 AM, Dan Miller email.mille...@gmail.comwrote:



  So I gave up on my previous installation that just wasn't returning my
  web requests.  No idea what was going on there, but I switched to a
  new machine running Oracle Enterprise Linux 5 this time.

  I have RB up now and the web requests are working fine.  My problem
  now is that when I go to setup my source control repository the Add
  repository page has a blank Repository Type dropdown list.

  I'm using subversion so my guess is that there is some problem with my
  pysvn installation.  I wasn't able to find an rpm package for my
  distro so I built it manually.  I downloaded 1.7.6 from
 http://pysvn.tigris.org/project_downloads.htmland followed the
  instructions there.  The tests that I built seem to work so I'm not
  sure what could be wrong.

  Does anyone have ideas about how I can troubleshoot this.  Am I on the
  right track that it's my pysvn installation that is the problem or is
  there some other cause of having an empty dropdown list there?

  Thanks!

  Dan

  --
  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- Hide quoted text -

 - Show quoted text -

-- 
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


Add Repository UI Dropdown list for Repository Type empty

2012-06-06 Thread Dan Miller
So I gave up on my previous installation that just wasn't returning my
web requests.  No idea what was going on there, but I switched to a
new machine running Oracle Enterprise Linux 5 this time.

I have RB up now and the web requests are working fine.  My problem
now is that when I go to setup my source control repository the Add
repository page has a blank Repository Type dropdown list.

I'm using subversion so my guess is that there is some problem with my
pysvn installation.  I wasn't able to find an rpm package for my
distro so I built it manually.  I downloaded 1.7.6 from
http://pysvn.tigris.org/project_downloads.html and followed the
instructions there.  The tests that I built seem to work so I'm not
sure what could be wrong.

Does anyone have ideas about how I can troubleshoot this.  Am I on the
right track that it's my pysvn installation that is the problem or is
there some other cause of having an empty dropdown list there?

Thanks!

Dan

-- 
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: New RB site setup issues with apache

2012-06-04 Thread Dan Miller
Still hung here, anyone have any ideas?

On May 30, 12:05 pm, Dan Miller email.mille...@gmail.com wrote:
 I'm having issues getting my ReviewBoard site up and running and
 wanted to see if anyone has encountered this before or has ideas on
 what I can try to resolve it.


-- 
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: New RB site setup issues with apache

2012-06-04 Thread Dan Miller
This is Oracle Enterprise Linux 6:

# uname -a
Linux slc01ozq 2.6.32-100.28.5.el6.x86_64 #1 SMP Wed Feb 2 18:40:23
EST 2011 x86_64 x86_64 x86_64 GNU/Linux


On Jun 4, 3:59 am, Christian Hammond chip...@chipx86.com wrote:
 Hi Dan,

 That's a new one. It's hard to tell from those logs what exactly is
 failing, and I suspect without access to the system I wouldn't be able to
 really determine why it's broken.

 What distro is this on?

 Christian

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



 On Mon, Jun 4, 2012 at 1:46 AM, Dan Miller email.mille...@gmail.com wrote:
  Still hung here, anyone have any ideas?

  On May 30, 12:05 pm, Dan Miller email.mille...@gmail.com wrote:
   I'm having issues getting my ReviewBoard site up and running and
   wanted to see if anyone has encountered this before or has ideas on
   what I can try to resolve it.

  --
  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- Hide quoted text -

 - Show quoted text -

-- 
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


New RB site setup issues with apache

2012-05-30 Thread Dan Miller
I'm having issues getting my ReviewBoard site up and running and
wanted to see if anyone has encountered this before or has ideas on
what I can try to resolve it.

After installing all the dependencies (i'm pretty sure I got them
all), I installed ReviewBoard via easy_install.  I then ran rb-site
install /var/www/reviews to install my RB site - accepting mostly the
defaults.  I then edited my apache http.conf file to include the
apache-wsgi.conf and restarted the httpd.  But now when I access the
server via a browser it doesn't load my RB site.  I see a HTTP 301
response code in my access.log, but the browser never redirects
anywhere.  I have tried this on Firefox 3.6 and IE 8 and both behave
the same.

10.x.x.x - - [30/May/2012:02:56:18 -0700] GET / HTTP/1.1 301 - -
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET
CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR
3.5.30729; .NET4.0C; .NET4.0E)

The httpd error_log shows the following on startup:

[Wed May 30 03:00:13 2012] [notice] suEXEC mechanism enabled
(wrapper: /usr/sbin/suexec)
[Wed May 30 03:00:13 2012] [notice] Digest: generating secret for
digest authentication ...
[Wed May 30 03:00:13 2012] [notice] Digest: done
[Wed May 30 03:00:13 2012] [warn] mod_wsgi: Compiled for Python/2.6.2.
[Wed May 30 03:00:13 2012] [warn] mod_wsgi: Runtime using Python/
2.6.6.
[Wed May 30 03:00:13 2012] [notice] Apache/2.2.15 (Unix) DAV/2
mod_auth_kerb/5.4 mod_auth_pgsql/2.0.3 mod_nss/2.2.15 NSS/3.12.6.2 PHP/
5.3.2 mod_ssl/2.2.15 OpenSSL/1.0.0-fips SVN/1.6.11 mod_wsgi/3.2 Python/
2.6.6 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal
operations

I'm not sure if the warn in the mod_wsgi compiled/runtime discrepancy
is causing some issues?

Then when accessing the site I get a security warning in the httpd
error_log:

[Wed May 30 03:01:55 2012] [error] /usr/lib/python2.6/site-packages/
pycrypto-2.6-py2.6-linux-x86_64.egg/Crypto/Util/number.py:57:
PowmInsecureWarning: Not using mpz_powm_sec.  You should rebuild using
libgmp = 5 to avoid timing attack vulnerability.
[Wed May 30 03:01:55 2012] [error]   _warn(Not using mpz_powm_sec.
You should rebuild using libgmp = 5 to avoid timing attack
vulnerability., PowmInsecureWarning)

Any ideas on what I've done wrong and how I can resolve these issues?

Thanks!

Dan

-- 
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: Problem installing ReviewBoard (www.djangoproject.com)

2012-05-25 Thread Dan Miller
Thanks for the tip.  It was definitely a connection issue.  Turns out
I had set http_proxy but the URL http://www.django.project.com/ is
redirecting to use HTTPS.  And I had not set https_proxy so my system
was not able to use our proxy to access it.

Once the https_proxy was set the installation continued smoothly.

Dan

On May 24, 2:40 pm, Christian Hammond chip...@chipx86.com wrote:
 Hi Dan,

 It is looking for 1.3.1 specifically. RB 1.6.x won't work with Django 1.4.

 This looks like some temporary downtime issue with their server. I can
 accesswww.djangoproject.comnow. Can you try again?

 Christian

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


-- 
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


Problem installing ReviewBoard (www.djangoproject.com)

2012-05-24 Thread Dan Miller
My installation was crusing along until it got to www.djangoproject.com.
I'm not sure if it's that easy_install is looking for version 1.3.1
and the latest version is 1.4 (perhaps something moved - I'm not very
familiar with how the internals work here).

Anyways, any ideas of how I can move past this?  I tried downloading
and installing Django 1.3.1 manually but when I go back to
easy_install ReviewBoard it still hangs at the same point.

Thanks!

Logs below:

[root@slc01ozq reviewboard]# easy_install ReviewBoard
Searching for ReviewBoard
Reading http://pypi.python.org/simple/ReviewBoard/
Reading http://www.reviewboard.org/
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.5/
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.6/
Reading http://www.review-board.org/
Reading http://downloads.review-board.org/releases/ReviewBoard/1.0/
Reading http://downloads.review-board.org/releases/
Best match: ReviewBoard 1.6.6
Downloading 
http://downloads.reviewboard.org/releases/ReviewBoard/1.6/ReviewBoard-1.6.6-py2.6.egg
Processing ReviewBoard-1.6.6-py2.6.egg
creating /usr/lib/python2.6/site-packages/ReviewBoard-1.6.6-py2.6.egg
Extracting ReviewBoard-1.6.6-py2.6.egg to /usr/lib/python2.6/site-
packages
Adding ReviewBoard 1.6.6 to easy-install.pth file
Installing rb-site script to /usr/bin
Installing rbssh script to /usr/bin

Installed /usr/lib/python2.6/site-packages/ReviewBoard-1.6.6-py2.6.egg
Reading http://downloads.reviewboard.org/mirror/
Processing dependencies for ReviewBoard
Searching for recaptcha-client
Reading http://pypi.python.org/simple/recaptcha-client/
Reading http://recaptcha.net
Reading http://recaptcha.net/
Best match: recaptcha-client 1.0.6
Downloading
http://pypi.python.org/packages/source/r/recaptcha-client/recaptcha-client-1.0.6.tar.gz#md5=74228180f7e1fb76c4d7089160b0d919
Processing recaptcha-client-1.0.6.tar.gz
Running recaptcha-client-1.0.6/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-rf3kyM/recaptcha-client-1.0.6/egg-dist-tmp-_mGYsF
zip_safe flag not set; analyzing archive contents...
Adding recaptcha-client 1.0.6 to easy-install.pth file

Installed /usr/lib/python2.6/site-packages/recaptcha_client-1.0.6-
py2.6.egg
Searching for python-dateutil==1.5
Reading http://pypi.python.org/simple/python-dateutil/
Reading http://labix.org/python-dateutil
Best match: python-dateutil 1.5
Downloading http://labix.org/download/python-dateutil/python-dateutil-1.5.tar.gz
Processing python-dateutil-1.5.tar.gz
Running python-dateutil-1.5/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-3TzSuV/python-dateutil-1.5/egg-dist-tmp-7ucK_1
Adding python-dateutil 1.5 to easy-install.pth file

Installed /usr/lib/python2.6/site-packages/python_dateutil-1.5-
py2.6.egg
Searching for paramiko=1.7.6
Reading http://pypi.python.org/simple/paramiko/
Reading http://www.lag.net/~robey/paramiko/
Reading http://www.lag.net/paramiko/
Best match: paramiko 1.7.7.2
Downloading 
http://pypi.python.org/packages/source/p/paramiko/paramiko-1.7.7.2.zip#md5=f6b2dc341ee62c30574570182b7a5744
Processing paramiko-1.7.7.2.zip
Running paramiko-1.7.7.2/setup.py -q bdist_egg --dist-dir /tmp/
easy_install-AP3ptH/paramiko-1.7.7.2/egg-dist-tmp-SIxEiP
zip_safe flag not set; analyzing archive contents...
Adding paramiko 1.7.7.2 to easy-install.pth file

Installed /usr/lib/python2.6/site-packages/paramiko-1.7.7.2-py2.6.egg
Searching for flup
Reading http://pypi.python.org/simple/flup/
Reading http://www.saddi.com/software/flup/
Best match: flup 1.0.3.dev-20110405
Downloading 
http://pypi.python.org/packages/2.6/f/flup/flup-1.0.3.dev_20110405-py2.6.egg#md5=78e71f7a440ebaea55187caf8825c111
Processing flup-1.0.3.dev_20110405-py2.6.egg
creating /usr/lib/python2.6/site-packages/flup-1.0.3.dev_20110405-
py2.6.egg
Extracting flup-1.0.3.dev_20110405-py2.6.egg to /usr/lib/python2.6/
site-packages
Adding flup 1.0.3.dev-20110405 to easy-install.pth file

Installed /usr/lib/python2.6/site-packages/flup-1.0.3.dev_20110405-
py2.6.egg
Searching for Pygments=1.4
Reading http://pypi.python.org/simple/Pygments/
Reading http://pygments.org/
Reading http://pygments.pocoo.org/
Best match: Pygments 1.5
Downloading 
http://pypi.python.org/packages/2.6/P/Pygments/Pygments-1.5-py2.6.egg#md5=359d667ed004b6d1bee20917a7d06a7b
Processing Pygments-1.5-py2.6.egg
creating /usr/lib/python2.6/site-packages/Pygments-1.5-py2.6.egg
Extracting Pygments-1.5-py2.6.egg to /usr/lib/python2.6/site-packages
Adding Pygments 1.5 to easy-install.pth file
Installing pygmentize script to /usr/bin

Installed /usr/lib/python2.6/site-packages/Pygments-1.5-py2.6.egg
Searching for Djblets==0.6.16
Reading http://pypi.python.org/simple/Djblets/
Reading http://www.review-board.org/wiki/Djblets
Reading http://downloads.review-board.org/releases/Djblets/0.5/
Reading http://downloads.review-board.org/releases/Djblets/0.6/
Reading http://www.reviewboard.org/wiki/Djblets
Best match: Djblets 0.6.16
Downloading