Re: Cannot add a remote SVN repo on 1.6.15 (Regression?)

2013-01-07 Thread Serhat Tekin
Hello Christian,

Have you had a chance to investigate this any further? I'm running into the 
exact same problem on a Mac OS X Lion install.

-- Serhat

On Tuesday, December 18, 2012 7:36:41 PM UTC-8, Christian Hammond wrote:
>
> Hi Liam,
>
> I'm really not sure what to say. It's strange that it works in the case of 
> running it locally, but not when run inside Apache.
>
> We haven't tested any production installs running on MacOS X (we recommend 
> Linux for hosting), so maybe it's related to something there, or maybe it's 
> just some odd setup/configuration issue. Without having access to the 
> machine or having a repro case I can use, I can't really test it.
>
> If I think of any other things to check, I'll e-mail you, but for the 
> time-being, I'm just not sure what to suggest.
>
> Christian
>
>
> On Dec 18, 2012, at 3:43 PM, Liam Reimers > 
> wrote:
>
> Yes, /svn is the folder where all the repo roots live on this server. 
> /svn/devtech is the root of this particular repository.
>
> $ sudo HOME=/Library/Server/Web/Data/Sites//data SVN_SSH=rbssh svn 
> info svn+ssh://@/svn/devtech
> Path: devtech
> URL: svn+ssh://@/svn/devtech
> Repository Root: svn+ssh://@/svn/devtech
> Repository UUID: 
> Revision: 262170
> Node Kind: directory
> Last Changed Author: 
> Last Changed Rev: 262170
> Last Changed Date: 2012-12-18 15:40:28 -0800 (Tue, 18 Dec 2012)
>
> $
>
> On Tuesday, December 18, 2012 3:35:24 PM UTC-8, Christian Hammond wrote:
>>
>> I'm not really sure off-hand.
>>
>> One thing I want to check is that the root of your entire SVN repo is 
>> /svn/devtech, and not /svn. We need the root of the repo, rather than a 
>> subdir inside of it. Though, I haven't seen that break in this particular 
>> way.
>>
>> Can you also try running:
>>
>> HOME=/path/to/sitedir/data SVN_SSH=rbssh svn info svn+ssh://
>>
>> And see what that does. (You may need to be your www user first.)
>>
>> Christian
>>
>> -- 
>> Christian Hammond - chi...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>>
>> On Tue, Dec 18, 2012 at 3:25 PM, Liam Reimers wrote:
>>
>>> That is the entirety of the rbssh log, here is the relevant section of 
>>> the reviewboard.log:
>>>
>>> 2012-12-18 14:16:28,154 - DEBUG - SVNTool: Attempting ssh connection 
>>> with host: , username: 
>>> 2012-12-18 14:16:28,159 - DEBUG - starting thread (client mode): 
>>> 0xcbde990L
>>> 2012-12-18 14:16:28,170 - INFO - Connected (version 2.0, client 
>>> OpenSSH_5.2)
>>> 2012-12-18 14:16:28,172 - DEBUG - kex 
>>> algos:['diffie-hellman-group-exchange-sha256', 
>>> 'diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 
>>> 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client 
>>> encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 
>>> 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
>>> 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijnda...@lysator.liu.se'] 
>>> server encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 
>>> 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
>>> 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijnda...@lysator.liu.se'] 
>>> client mac:['hmac-md5', 'hmac-sha1', 'uma...@openssh.com', 
>>> 'hmac-ripemd160', 'hmac-ri...@openssh.com', 'hmac-sha1-96', 
>>> 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', 'uma...@openssh.com', 
>>> 'hmac-ripemd160', 'hmac-ri...@openssh.com', 'hmac-sha1-96', 
>>> 'hmac-md5-96'] client compress:['none', 'zl...@openssh.com'] server 
>>> compress:['none', 'zl...@openssh.com'] client lang:[''] server 
>>> lang:[''] kex follows?False
>>> 2012-12-18 14:16:28,172 - DEBUG - Ciphers agreed: local=aes128-ctr, 
>>> remote=aes128-ctr
>>> 2012-12-18 14:16:28,172 - DEBUG - using kex diffie-hellman-group1-sha1; 
>>> server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: 
>>> local hmac-sha1, remote hmac-sha1; compression: local none, remote none
>>> 2012-12-18 14:16:28,192 - DEBUG - Switch to new keys ...
>>> 2012-12-18 14:16:28,196 - DEBUG - Trying SSH key 
>>> 011fe7608290ff77642a0f43f6e3cfae
>>> 2012-12-18 14:16:28,199 - DEBUG - userauth is OK
>>> 2012-12-18 14:16:29,078 - INFO - Authentication (publickey) successful!
>>> 2012-12-18 14:16:29,180 - DEBUG - EOF in transport thread
>>> 2012-12-18 14:16:29,472 - ERROR - SVN: Failed to get repository 
>>> information for svn+ssh://@/svn/devtech: 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
>>>
>>> On Tuesday, December 18, 2012 2:53:03 PM UTC-8, Christian Hammond wrote:
>>>
 Is there anything else in those logs? I'd like to see the entire thing 
 to get more of a complete picture.

 Christian

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

>>>

Re: Cannot add a remote SVN repo on 1.6.15 (Regression?)

2013-01-09 Thread Serhat Tekin
Isn't this the same issue in 1.6.10?

http://www.mail-archive.com/reviewboard@googlegroups.com/msg09414.html

On Monday, January 7, 2013 7:44:53 PM UTC-8, Christian Hammond wrote:
>
> Hi,
>
> No, because I can't reproduce this problem. I think, unfortunately, it's 
> going to take someone who can who can also dig into the code to figure out 
> where the failure is.
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Mon, Jan 7, 2013 at 7:15 PM, Serhat Tekin 
> > wrote:
>
>> Hello Christian,
>>
>> Have you had a chance to investigate this any further? I'm running into 
>> the exact same problem on a Mac OS X Lion install.
>>
>>  -- Serhat
>>
>>
>> On Tuesday, December 18, 2012 7:36:41 PM UTC-8, Christian Hammond wrote:
>>
>>> Hi Liam,
>>>
>>> I'm really not sure what to say. It's strange that it works in the case 
>>> of running it locally, but not when run inside Apache.
>>>
>>> We haven't tested any production installs running on MacOS X (we 
>>> recommend Linux for hosting), so maybe it's related to something there, or 
>>> maybe it's just some odd setup/configuration issue. Without having access 
>>> to the machine or having a repro case I can use, I can't really test it.
>>>
>>> If I think of any other things to check, I'll e-mail you, but for the 
>>> time-being, I'm just not sure what to suggest.
>>>
>>> Christian
>>>
>>>
>>> On Dec 18, 2012, at 3:43 PM, Liam Reimers  wrote:
>>>
>>> Yes, /svn is the folder where all the repo roots live on this server. 
>>> /svn/devtech is the root of this particular repository.
>>>
>>> $ sudo HOME=/Library/Server/Web/Data/**Sites//data SVN_SSH=rbssh 
>>> svn info svn+ssh://@/**svn/devtech
>>> Path: devtech
>>> URL: svn+ssh://@/**svn/devtech
>>> Repository Root: svn+ssh://@/**svn/devtech
>>> Repository UUID: 
>>> Revision: 262170
>>> Node Kind: directory
>>> Last Changed Author: 
>>> Last Changed Rev: 262170
>>> Last Changed Date: 2012-12-18 15:40:28 -0800 (Tue, 18 Dec 2012)
>>>
>>> $
>>>
>>> On Tuesday, December 18, 2012 3:35:24 PM UTC-8, Christian Hammond wrote:
>>>>
>>>> I'm not really sure off-hand.
>>>>
>>>> One thing I want to check is that the root of your entire SVN repo is 
>>>> /svn/devtech, and not /svn. We need the root of the repo, rather than a 
>>>> subdir inside of it. Though, I haven't seen that break in this particular 
>>>> way.
>>>>
>>>> Can you also try running:
>>>>
>>>> HOME=/path/to/sitedir/data SVN_SSH=rbssh svn info svn+ssh://
>>>>
>>>> And see what that does. (You may need to be your www user first.)
>>>>
>>>> Christian
>>>>
>>>> -- 
>>>> Christian Hammond - chi...@chipx86.com
>>>> Review Board - http://www.reviewboard.org
>>>> VMware, Inc. - http://www.vmware.com
>>>>
>>>>
>>>>
>>>> On Tue, Dec 18, 2012 at 3:25 PM, Liam Reimers wrote:
>>>>
>>>>> That is the entirety of the rbssh log, here is the relevant section of 
>>>>> the reviewboard.log:
>>>>>
>>>>> 2012-12-18 14:16:28,154 - DEBUG - SVNTool: Attempting ssh connection 
>>>>> with host: , username: 
>>>>> 2012-12-18 14:16:28,159 - DEBUG - starting thread (client mode): 
>>>>> 0xcbde990L
>>>>> 2012-12-18 14:16:28,170 - INFO - Connected (version 2.0, client 
>>>>> OpenSSH_5.2)
>>>>> 2012-12-18 14:16:28,172 - DEBUG - kex 
>>>>> algos:['diffie-hellman-group-**exchange-sha256', 
>>>>> 'diffie-hellman-group-**exchange-sha1', 
>>>>> 'diffie-hellman-group14-sha1', 'diffie-hellman-group1-sha1'] server 
>>>>> key:['ssh-rsa', 'ssh-dss'] client encrypt:['aes128-ctr', 'aes192-ctr', 
>>>>> 'aes256-ctr', 'arcfour256', 'arcfour128', 'aes128-cbc', '3des-cbc', 
>>>>> 'blowfish-cbc', 'cast128-cbc', 'aes192-cbc', 'aes256-cbc', 'arcfour', '
>>>>> rijnda...@lysator.liu.se