Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-11-28 Thread reviewboard


Comment #25 on issue 2686 by alin.pan...@gmail.com: 1.6.10 breaks svn+ssh  
for Subversion

http://code.google.com/p/reviewboard/issues/detail?id=2686

I just upgraded from 1.6.9 to 1.6.14. My setup also used svn+ssh, and had  
some diff files uploaded. After the upgrade, I am facing the same problem.  
The reviewboard server log says:

DEBUG   userauth is OK
INFOAuthentication (publickey) successful!
DEBUG   EOF in transport thread
ERROR	SVN: Failed to get repository information for  
svn+ssh://reviewboard@***: To better debug SSH connection problems, remove  
the -q option from 'ssh' in the [tunnels] section of your Subversion  
configuration file. Network connection closed unexpectedly


As suggested above, I ran:
$ sudo -s
$ sudo -u apache2 -s
$ DEBUG_RBSSH=1 rbssh url from the log file
It got me the following output:
/usr/lib/python2.4/site-packages/paramiko-1.7.7.2-py2.4.egg/paramiko/client.py:94:  
UserWarning:  
Unknown ssh-rsa host key for ***

Error connecting to server: No authentication methods available

Additional pip freeze info:
Django==1.3.4
Djblets==0.6.27
MySQL-python==1.2.3
PIL==1.1.6
Pygments==1.5
RBTools==0.4.1
ReviewBoard==1.6.14
django-evolution==0.6.7
feedparser==5.1.2
flup==1.0.3.dev-20110405
paramiko==1.7.7.2
pycrypto==2.6
python-dateutil==1.5
python-memcached==1.48
pytz==2012c
recaptcha-client==1.0.6
simplejson==2.0.9

Any ideas as to why this is happening? I should point out that running ssh  
-i /var/www/review-site/data/.ssh/id_rsa reviewboard@*** is establishing  
the connection just fine.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2322 in reviewboard: Unable to post reviews with post-review (0.3.4): can not log in into Reviewboard (1.6.1)

2012-11-28 Thread reviewboard


Comment #12 on issue 2322 by chip...@gmail.com: Unable to post reviews with  
post-review (0.3.4): can not log in into Reviewboard (1.6.1)

http://code.google.com/p/reviewboard/issues/detail?id=2322

I'll spend some time on this. Last few times I looked, though, I couldn't  
repro it and nothing looks obviously wrong. What we really need is someone  
who actively hits it who can trace the code. I would really like to see  
this fixed.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2322 in reviewboard: Unable to post reviews with post-review (0.3.4): can not log in into Reviewboard (1.6.1)

2012-11-28 Thread reviewboard


Comment #13 on issue 2322 by mvanb...@gmail.com: Unable to post reviews  
with post-review (0.3.4): can not log in into Reviewboard (1.6.1)

http://code.google.com/p/reviewboard/issues/detail?id=2322

Well, I can help you with tracing and testing.
I have a ReviewBoard setup that is not yet used in production (because of  
this particular issue) and I have full access to it.

Just tell me what you need.

As I mentioned before, it looks like the problem is in  
djblets/webapi/auth.py
Since this is totally new for me, and with limited time on hands I dont  
feel confident on fixing it. But helping to get it fixed is the least I can  
do right?


Just let me know. You can always mail me in person if you want to  
discuss/test someting

mvanbaak (at) gmail (dot) com

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.