Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2015-10-13 Thread Parthiban
Christian,
After SSH key sharing with CVS server, It is working fine.

Thanks a lot.

Regards,
Parthiban P.

On Monday, 12 October 2015 20:02:13 UTC+5:30, Parthiban wrote:
>
>
> Hi Christian,
> Thanks for the quick response.
>
> Right now, i have the below configuration on review board for adding the 
> CVS repo.
>
> 1. Path value : => :ext:@
> --->  --- cvs server
> --->  --- this is path from the "*#**cat CVS/Root"* 
> as mentioned in document ver 2.5
> ---> if i didn't mention the username it takes as root user. 
> 2. i have given the username and password also.
> 3. i have configured the ssh key in review board(for SVN) and But it's 
> public key is NOT pushed into CVS server.
> ---> Since, i am passing the username and password.. is it 
> required to use SSH key for login ? 
>
> Kindly help on this.
>
> Regards,
> Parthiban P.
>
>
>
> On Monday, 12 October 2015 15:20:54 UTC+5:30, Christian Hammond wrote:
>>
>> Hi,
>>
>> I'd need to know more about the configuration you have in place right 
>> now, particularly the format for the repository path and whether you have a 
>> username and password field provided.
>>
>> Along with that, do you have a SSH key configured in Review Board, and is 
>> that SSH key associated with the desired account on your CVS server?
>>
>> Christian
>>
>> -- 
>> Christian Hammond - chi...@chipx86.com
>> Review Board - https://www.reviewboard.org
>> Beanbag, Inc. - https://www.beanbaginc.com
>>
>> On Mon, Oct 12, 2015 at 2:37 AM, Parthiban  wrote:
>>
>>> Hi Christian,
>>> I am trying to configure CVS repo using *ext* connection method on 
>>> review board. But, getting the same error as mentioned in this thread. 
>>> kindly help to fix this.
>>> if possible, please provide some sample configuration.
>>>
>>> Review board version : 2.0.19
>>>
>>> *reviewboard.log :*
>>> 2015-10-12 07:13:25,915 - INFO -  - Authentication (password) successful!
>>> 2015-10-12 07:13:26,015 - DEBUG -  - EOF in transport thread
>>> 2015-10-12 07:13:29,642 - ERROR -  - CVS repository validation failed 
>>> for CVSROOT :ext::: WARNING:root:I'm init!
>>> ERROR:root:Too many authentication failures for root
>>> Too many authentication failures for root
>>> cvs [version aborted]: end of file from server (consult above messages 
>>> if any)
>>>
>>> if i mentioned the username in the path, then the errors shown for the 
>>> username instead of root.
>>>
>>> Regards,
>>> Parthiban P.
>>>
>>> On Friday, 24 May 2013 13:09:20 UTC+5:30, Rahul Patil wrote:
>>>
 hi Christian.

 The error is the same as with 1.6.3.

 2013-05-02 12:34:10,206 - DEBUG -  - starting thread (client mode): 
 0x2f88e250L
 2013-05-02 12:34:10,453 - INFO -  - Connected (version 2.0, client 
 OpenSSH_4.3)
 2013-05-02 12:34:10,697 - DEBUG -  - kex 
 algos:['diffie-hellman-group-exchange-sha1', 
 'diffie-hellman-group14-sha1', 
 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client 
 encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', '
 rijnda...@lysator.liu.se', 'aes128-ctr', 'aes192-ctr', 'aes256-ctr'] 
 server encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', '
 rijnda...@lysator.liu.se', 'aes128-ctr', 'aes192-ctr', 'aes256-ctr'] 
 client mac:['hmac-md5', 'hmac-sha1', 'hmac-ripemd160', '
 hmac-ri...@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server 
 mac:['hmac-md5', 'hmac-sha1', '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

 2013-05-02 12:34:10,698 - DEBUG -  - Ciphers agreed: local=aes128-ctr, 
 remote=aes128-ctr
 2013-05-02 12:34:10,698 - 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
 2013-05-02 12:34:11,009 - DEBUG -  - Switch to new keys ...
 2013-05-02 12:34:11,556 - DEBUG -  - userauth is OK
 2013-05-02 12:34:11,804 - INFO -  - Authentication (password) 
 successful!
 2013-05-02 12:34:11,904 - DEBUG -  - EOF in transport thread

 this is what's in the reviewboard log file when I attempt to setup a 
 CVS repository with ext access, on Reviewboard version 1.7.7.1 .

 /Rahul

 On Friday, May 24, 2013 12:11:36 AM UTC+5:30, Christian Hammond wrote:
>
> Hi Rahul,
>
> No ETA on 1.7.8. We're trying to put some things together before that 
> release.
>
> There are no SSH fixes going into it, though. All SSH fixes we've made 
> have been in previous releases, and have been 

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2015-10-12 Thread Parthiban
Hi Christian,
I am trying to configure CVS repo using *ext* connection method on review 
board. But, getting the same error as mentioned in this thread. kindly help 
to fix this.
if possible, please provide some sample configuration.

Review board version : 2.0.19

*reviewboard.log :*
2015-10-12 07:13:25,915 - INFO -  - Authentication (password) successful!
2015-10-12 07:13:26,015 - DEBUG -  - EOF in transport thread
2015-10-12 07:13:29,642 - ERROR -  - CVS repository validation failed for 
CVSROOT :ext::: WARNING:root:I'm init!
ERROR:root:Too many authentication failures for root
Too many authentication failures for root
cvs [version aborted]: end of file from server (consult above messages if 
any)

if i mentioned the username in the path, then the errors shown for the 
username instead of root.

Regards,
Parthiban P.

On Friday, 24 May 2013 13:09:20 UTC+5:30, Rahul Patil wrote:

> hi Christian.
>
> The error is the same as with 1.6.3.
>
> 2013-05-02 12:34:10,206 - DEBUG -  - starting thread (client mode): 
> 0x2f88e250L
> 2013-05-02 12:34:10,453 - INFO -  - Connected (version 2.0, client 
> OpenSSH_4.3)
> 2013-05-02 12:34:10,697 - DEBUG -  - kex 
> algos:['diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 
> 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client 
> encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
> 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', '
> rijnda...@lysator.liu.se ', 'aes128-ctr', 'aes192-ctr', 
> 'aes256-ctr'] server encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 
> 'cast128-cbc', 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 
> 'aes256-cbc', 'rijnda...@lysator.liu.se ', 'aes128-ctr', 
> 'aes192-ctr', 'aes256-ctr'] client mac:['hmac-md5', 'hmac-sha1', 
> 'hmac-ripemd160', 'hmac-ri...@openssh.com ', 'hmac-sha1-96', 
> 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', '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
> 2013-05-02 12:34:10,698 - DEBUG -  - Ciphers agreed: local=aes128-ctr, 
> remote=aes128-ctr
> 2013-05-02 12:34:10,698 - 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
> 2013-05-02 12:34:11,009 - DEBUG -  - Switch to new keys ...
> 2013-05-02 12:34:11,556 - DEBUG -  - userauth is OK
> 2013-05-02 12:34:11,804 - INFO -  - Authentication (password) successful!
> 2013-05-02 12:34:11,904 - DEBUG -  - EOF in transport thread
>
> this is what's in the reviewboard log file when I attempt to setup a CVS 
> repository with ext access, on Reviewboard version 1.7.7.1 .
>
> /Rahul
>
> On Friday, May 24, 2013 12:11:36 AM UTC+5:30, Christian Hammond wrote:
>>
>> Hi Rahul,
>>
>> No ETA on 1.7.8. We're trying to put some things together before that 
>> release.
>>
>> There are no SSH fixes going into it, though. All SSH fixes we've made 
>> have been in previous releases, and have been confirmed to fix the problems 
>> people encountered.
>>
>> I would need new details and logs to know exactly what problem you're 
>> hitting on 1.7.7.1.
>>
>> Christian
>>
>> -- 
>> Christian Hammond - chi...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> Beanbag, Inc. - http://www.beanbaginc.com
>>
>>
>> On Thu, May 23, 2013 at 12:52 AM, Rahul Patil  wrote:
>>
>>> Hi Christian,
>>>
>>> Is there an ETA to 1.7.8 that will include the fix for ssh 
>>> authentication to run properly ?
>>>
>>> TIA,
>>> Rahul
>>>
>>>
>>> On Thursday, May 2, 2013 4:33:18 PM UTC+5:30, Rahul Patil wrote:

 Hi,

 Update since last attempt :
 Since I had problems upgrading from 1.6.3 to 1.7.7 , I setup a new 
 virtual machine running Ubuntu 11.04 and installed ReviewBoard 1.7,7.1  ( 
 the latest release ) and the reported problem of accessing CVS repository 
 over ext still remains.

 //Rahul

 On Wednesday, April 24, 2013 6:14:23 PM UTC+5:30, Rahul Patil wrote:
>
> Hi Christian,
>
> No, nothing related to the attempted upgrade in reviewboard.log file.
> I will try what Stephen suggests, but can't attempt much time on R 
> with reviewboard down/in-operational, without someone complaining.
>
> /Rahul
>
> On Wednesday, April 24, 2013 1:57:59 AM UTC+5:30, Christian Hammond 
> wrote:
>>
>> Was there anything in the reviewboard.log file? This doesn't sound 
>> like a database upgrade issue off-hand.
>>
>> Christian
>>
>>
>> On Apr 23, 2013, at 5:29, Rahul Patil  wrote:
>>
>> Hi Christian,
>>
>> Attempted to upgrade ReviewBoard to 1.7.7.1 and it messed up. 
>> Got this error when I hit the URL to RB site :
>>
>> 

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2015-10-12 Thread Parthiban

Hi Christian,
Thanks for the quick response.

Right now, i have the below configuration on review board for adding the 
CVS repo.

1. Path value : => :ext:@
--->  --- cvs server
--->  --- this is path from the "*#**cat CVS/Root"* 
as mentioned in document ver 2.5
---> if i didn't mention the username it takes as root user. 
2. i have given the username and password also.
3. i have configured the ssh key in review board(for SVN) and But it's 
public key is NOT pushed into CVS server.
---> Since, i am passing the username and password.. is it required 
to use SSH key for login ? 

Kindly help on this.

Regards,
Parthiban P.



On Monday, 12 October 2015 15:20:54 UTC+5:30, Christian Hammond wrote:
>
> Hi,
>
> I'd need to know more about the configuration you have in place right now, 
> particularly the format for the repository path and whether you have a 
> username and password field provided.
>
> Along with that, do you have a SSH key configured in Review Board, and is 
> that SSH key associated with the desired account on your CVS server?
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - https://www.reviewboard.org
> Beanbag, Inc. - https://www.beanbaginc.com
>
> On Mon, Oct 12, 2015 at 2:37 AM, Parthiban  > wrote:
>
>> Hi Christian,
>> I am trying to configure CVS repo using *ext* connection method on 
>> review board. But, getting the same error as mentioned in this thread. 
>> kindly help to fix this.
>> if possible, please provide some sample configuration.
>>
>> Review board version : 2.0.19
>>
>> *reviewboard.log :*
>> 2015-10-12 07:13:25,915 - INFO -  - Authentication (password) successful!
>> 2015-10-12 07:13:26,015 - DEBUG -  - EOF in transport thread
>> 2015-10-12 07:13:29,642 - ERROR -  - CVS repository validation failed for 
>> CVSROOT :ext::: WARNING:root:I'm init!
>> ERROR:root:Too many authentication failures for root
>> Too many authentication failures for root
>> cvs [version aborted]: end of file from server (consult above messages if 
>> any)
>>
>> if i mentioned the username in the path, then the errors shown for the 
>> username instead of root.
>>
>> Regards,
>> Parthiban P.
>>
>> On Friday, 24 May 2013 13:09:20 UTC+5:30, Rahul Patil wrote:
>>
>>> hi Christian.
>>>
>>> The error is the same as with 1.6.3.
>>>
>>> 2013-05-02 12:34:10,206 - DEBUG -  - starting thread (client mode): 
>>> 0x2f88e250L
>>> 2013-05-02 12:34:10,453 - INFO -  - Connected (version 2.0, client 
>>> OpenSSH_4.3)
>>> 2013-05-02 12:34:10,697 - DEBUG -  - kex 
>>> algos:['diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 
>>> 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client 
>>> encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
>>> 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', '
>>> rijnda...@lysator.liu.se', 'aes128-ctr', 'aes192-ctr', 'aes256-ctr'] 
>>> server encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
>>> 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', '
>>> rijnda...@lysator.liu.se', 'aes128-ctr', 'aes192-ctr', 'aes256-ctr'] 
>>> client mac:['hmac-md5', 'hmac-sha1', 'hmac-ripemd160', '
>>> hmac-ri...@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server 
>>> mac:['hmac-md5', 'hmac-sha1', '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
>>>
>>> 2013-05-02 12:34:10,698 - DEBUG -  - Ciphers agreed: local=aes128-ctr, 
>>> remote=aes128-ctr
>>> 2013-05-02 12:34:10,698 - 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
>>> 2013-05-02 12:34:11,009 - DEBUG -  - Switch to new keys ...
>>> 2013-05-02 12:34:11,556 - DEBUG -  - userauth is OK
>>> 2013-05-02 12:34:11,804 - INFO -  - Authentication (password) successful!
>>> 2013-05-02 12:34:11,904 - DEBUG -  - EOF in transport thread
>>>
>>> this is what's in the reviewboard log file when I attempt to setup a CVS 
>>> repository with ext access, on Reviewboard version 1.7.7.1 .
>>>
>>> /Rahul
>>>
>>> On Friday, May 24, 2013 12:11:36 AM UTC+5:30, Christian Hammond wrote:

 Hi Rahul,

 No ETA on 1.7.8. We're trying to put some things together before that 
 release.

 There are no SSH fixes going into it, though. All SSH fixes we've made 
 have been in previous releases, and have been confirmed to fix the 
 problems 
 people encountered.

 I would need new details and logs to know exactly what problem you're 
 hitting on 1.7.7.1.

 Christian

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

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2013-05-24 Thread Rahul Patil
hi Christian.

The error is the same as with 1.6.3.

2013-05-02 12:34:10,206 - DEBUG -  - starting thread (client mode): 
0x2f88e250L
2013-05-02 12:34:10,453 - INFO -  - Connected (version 2.0, client 
OpenSSH_4.3)
2013-05-02 12:34:10,697 - DEBUG -  - kex 
algos:['diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 
'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client 
encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', 
'rijndael-...@lysator.liu.se', 'aes128-ctr', 'aes192-ctr', 'aes256-ctr'] 
server encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', 
'rijndael-...@lysator.liu.se', 'aes128-ctr', 'aes192-ctr', 'aes256-ctr'] 
client mac:['hmac-md5', 'hmac-sha1', 'hmac-ripemd160', 
'hmac-ripemd...@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server 
mac:['hmac-md5', 'hmac-sha1', 'hmac-ripemd160', 
'hmac-ripemd...@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client 
compress:['none', 'z...@openssh.com'] server compress:['none', 
'z...@openssh.com'] client lang:[''] server lang:[''] kex follows?False
2013-05-02 12:34:10,698 - DEBUG -  - Ciphers agreed: local=aes128-ctr, 
remote=aes128-ctr
2013-05-02 12:34:10,698 - 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
2013-05-02 12:34:11,009 - DEBUG -  - Switch to new keys ...
2013-05-02 12:34:11,556 - DEBUG -  - userauth is OK
2013-05-02 12:34:11,804 - INFO -  - Authentication (password) successful!
2013-05-02 12:34:11,904 - DEBUG -  - EOF in transport thread

this is what's in the reviewboard log file when I attempt to setup a CVS 
repository with ext access, on Reviewboard version 1.7.7.1 .

/Rahul

On Friday, May 24, 2013 12:11:36 AM UTC+5:30, Christian Hammond wrote:

 Hi Rahul,

 No ETA on 1.7.8. We're trying to put some things together before that 
 release.

 There are no SSH fixes going into it, though. All SSH fixes we've made 
 have been in previous releases, and have been confirmed to fix the problems 
 people encountered.

 I would need new details and logs to know exactly what problem you're 
 hitting on 1.7.7.1.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Thu, May 23, 2013 at 12:52 AM, Rahul Patil thes...@gmail.comjavascript:
  wrote:

 Hi Christian,

 Is there an ETA to 1.7.8 that will include the fix for ssh authentication 
 to run properly ?

 TIA,
 Rahul


 On Thursday, May 2, 2013 4:33:18 PM UTC+5:30, Rahul Patil wrote:

 Hi,

 Update since last attempt :
 Since I had problems upgrading from 1.6.3 to 1.7.7 , I setup a new 
 virtual machine running Ubuntu 11.04 and installed ReviewBoard 1.7,7.1  ( 
 the latest release ) and the reported problem of accessing CVS repository 
 over ext still remains.

 //Rahul

 On Wednesday, April 24, 2013 6:14:23 PM UTC+5:30, Rahul Patil wrote:

 Hi Christian,

 No, nothing related to the attempted upgrade in reviewboard.log file.
 I will try what Stephen suggests, but can't attempt much time on RD 
 with reviewboard down/in-operational, without someone complaining.

 /Rahul

 On Wednesday, April 24, 2013 1:57:59 AM UTC+5:30, Christian Hammond 
 wrote:

 Was there anything in the reviewboard.log file? This doesn't sound 
 like a database upgrade issue off-hand.

 Christian


 On Apr 23, 2013, at 5:29, Rahul Patil thes...@gmail.com wrote:

 Hi Christian,

 Attempted to upgrade ReviewBoard to 1.7.7.1 and it messed up. 
 Got this error when I hit the URL to RB site :

 Something broke! (Error 500) 

 It appears something broke when you tried to go to here. This is 
 either a bug in Review Board or a server configuration error. Please 
 report 
 this to your administrator.

 Reverted to 1.6.3 for now, looks like I have to defer the upgrade 
 since users are affected by unavailability of Reviewboard, so can't keep 
 it 
 at 1.7.7 and investigate the matter.

 Is it a known issue when upgrading from 1.6.x to 1.7.x ? If so, I will 
 try 1.6.16.


 regards,
 Rahul


 On Tuesday, April 23, 2013 11:03:29 AM UTC+5:30, Christian Hammond 
 wrote:

 Hi Rahul,

 There have been quite a large number of SSH improvements and fixes 
 for rbssh since 1.6.3. At this point, 1.6.3 is considered ancient. It's 
 worth at least putting together a test 1.7.x installation and seeing if 
 the 
 problem has been fixed.

 Christian

  -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com
  
 On Apr 22, 2013, at 10:10 PM, Rahul Patil thes...@gmail.com wrote:

 Hi Christian,

 I apologise if this thread in unsuitable to revive, please link me to 
 most recent chain if you know. This is the most relevant thread I 

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2013-05-23 Thread Rahul Patil
Hi Christian,

Is there an ETA to 1.7.8 that will include the fix for ssh authentication 
to run properly ?

TIA,
Rahul

On Thursday, May 2, 2013 4:33:18 PM UTC+5:30, Rahul Patil wrote:

 Hi,

 Update since last attempt :
 Since I had problems upgrading from 1.6.3 to 1.7.7 , I setup a new virtual 
 machine running Ubuntu 11.04 and installed ReviewBoard 1.7,7.1  ( the 
 latest release ) and the reported problem of accessing CVS repository over 
 ext still remains.

 //Rahul

 On Wednesday, April 24, 2013 6:14:23 PM UTC+5:30, Rahul Patil wrote:

 Hi Christian,

 No, nothing related to the attempted upgrade in reviewboard.log file.
 I will try what Stephen suggests, but can't attempt much time on RD with 
 reviewboard down/in-operational, without someone complaining.

 /Rahul

 On Wednesday, April 24, 2013 1:57:59 AM UTC+5:30, Christian Hammond wrote:

 Was there anything in the reviewboard.log file? This doesn't sound like 
 a database upgrade issue off-hand.

 Christian


 On Apr 23, 2013, at 5:29, Rahul Patil thes...@gmail.com wrote:

 Hi Christian,

 Attempted to upgrade ReviewBoard to 1.7.7.1 and it messed up. 
 Got this error when I hit the URL to RB site :

 Something broke! (Error 500) 

 It appears something broke when you tried to go to here. This is either 
 a bug in Review Board or a server configuration error. Please report this 
 to your administrator.

 Reverted to 1.6.3 for now, looks like I have to defer the upgrade since 
 users are affected by unavailability of Reviewboard, so can't keep it at 
 1.7.7 and investigate the matter.

 Is it a known issue when upgrading from 1.6.x to 1.7.x ? If so, I will 
 try 1.6.16.


 regards,
 Rahul


 On Tuesday, April 23, 2013 11:03:29 AM UTC+5:30, Christian Hammond wrote:

 Hi Rahul,

 There have been quite a large number of SSH improvements and fixes for 
 rbssh since 1.6.3. At this point, 1.6.3 is considered ancient. It's worth 
 at least putting together a test 1.7.x installation and seeing if the 
 problem has been fixed.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com
  
 On Apr 22, 2013, at 10:10 PM, Rahul Patil thes...@gmail.com wrote:

 Hi Christian,

 I apologise if this thread in unsuitable to revive, please link me to 
 most recent chain if you know. This is the most relevant thread I could 
 find.

 I have the same issue, the setup is on Ubuntu 12.04 LTS , Reviewboard 
 version is 1.6.3. I try to create a new CVS repository with ext access and 
 it fails every time.
 I looked up the release notes of subsequent releases but could not 
 reliably gauge if the bug related to CVS ext/ssh access is fixed, so as 
 ascertain if upgrading will fix this. I tried the logging options in 
 rbssh.py file above in this thread, but I could not get detailed logging. 
 Enabled site logging and this is all I could get. None of the workarounds 
 resolve the problem either.

 In the browser, it displays error msg : 

- A repository was not found at the specified path.


 2013-04-19 04:54:57,927 - DEBUG - starting thread (client mode): 
 0x92729cd0L
 2013-04-19 04:54:58,275 - INFO - Connected (version 2.0, client 
 OpenSSH_4.3)
 2013-04-19 04:54:58,619 - DEBUG - kex 
 algos:['diffie-hellman-group-exchange-sha1', 
 'diffie-hellman-group14-sha1', 
 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client 
 encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', 
 'rijndael-cbc @ lysator.liu.se', 'aes128-ctr', 'aes192-ctr', 
 'aes256-ctr'] server encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 
 'cast128-cbc', 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 
 'aes256-cbc', 'rijndael-cbc @ lysator.liu.se', 'aes128-ctr', 
 'aes192-ctr', 'aes256-ctr'] client mac:['hmac-md5', 'hmac-sha1', 
 'hmac-ripemd160', 'hmac-ripemd160 @openssh.com', 'hmac-sha1-96', 
 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', 'hmac-ripemd160', 
 'hmac-ripemd160 @ openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client 
 compress:['none', 'zlib @ openssh.com'] server compress:['none', 'zlib 
 @ openssh.com'] client lang:[''] server lang:[''] kex follows?False
 2013-04-19 04:54:58,619 - DEBUG - Ciphers agreed: local=aes128-ctr, 
 remote=aes128-ctr
 2013-04-19 04:54:58,620 - 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
 2013-04-19 04:54:59,037 - DEBUG - Switch to new keys ...
 2013-04-19 04:54:59,039 - DEBUG - Trying SSH key keystring
 2013-04-19 04:54:59,787 - DEBUG - userauth is OK
 2013-04-19 04:55:00,163 - INFO - Authentication (publickey) failed.
 2013-04-19 04:55:00,174 - DEBUG - Trying discovered key keystring in 
 /home/reviewboard/mysite/data/.ssh/id_rsa
 2013-04-19 04:55:00,517 - DEBUG - userauth is OK
 2013-04-19 04:55:00,880 - INFO - 

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2013-05-23 Thread Christian Hammond
Hi Rahul,

No ETA on 1.7.8. We're trying to put some things together before that
release.

There are no SSH fixes going into it, though. All SSH fixes we've made have
been in previous releases, and have been confirmed to fix the problems
people encountered.

I would need new details and logs to know exactly what problem you're
hitting on 1.7.7.1.

Christian

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


On Thu, May 23, 2013 at 12:52 AM, Rahul Patil thescm...@gmail.com wrote:

 Hi Christian,

 Is there an ETA to 1.7.8 that will include the fix for ssh authentication
 to run properly ?

 TIA,
 Rahul


 On Thursday, May 2, 2013 4:33:18 PM UTC+5:30, Rahul Patil wrote:

 Hi,

 Update since last attempt :
 Since I had problems upgrading from 1.6.3 to 1.7.7 , I setup a new
 virtual machine running Ubuntu 11.04 and installed ReviewBoard 1.7,7.1  (
 the latest release ) and the reported problem of accessing CVS repository
 over ext still remains.

 //Rahul

 On Wednesday, April 24, 2013 6:14:23 PM UTC+5:30, Rahul Patil wrote:

 Hi Christian,

 No, nothing related to the attempted upgrade in reviewboard.log file.
 I will try what Stephen suggests, but can't attempt much time on RD
 with reviewboard down/in-operational, without someone complaining.

 /Rahul

 On Wednesday, April 24, 2013 1:57:59 AM UTC+5:30, Christian Hammond
 wrote:

 Was there anything in the reviewboard.log file? This doesn't sound like
 a database upgrade issue off-hand.

 Christian


 On Apr 23, 2013, at 5:29, Rahul Patil thes...@gmail.com wrote:

 Hi Christian,

 Attempted to upgrade ReviewBoard to 1.7.7.1 and it messed up.
 Got this error when I hit the URL to RB site :

 Something broke! (Error 500)

 It appears something broke when you tried to go to here. This is either
 a bug in Review Board or a server configuration error. Please report this
 to your administrator.

 Reverted to 1.6.3 for now, looks like I have to defer the upgrade since
 users are affected by unavailability of Reviewboard, so can't keep it at
 1.7.7 and investigate the matter.

 Is it a known issue when upgrading from 1.6.x to 1.7.x ? If so, I will
 try 1.6.16.


 regards,
 Rahul


 On Tuesday, April 23, 2013 11:03:29 AM UTC+5:30, Christian Hammond
 wrote:

 Hi Rahul,

 There have been quite a large number of SSH improvements and fixes for
 rbssh since 1.6.3. At this point, 1.6.3 is considered ancient. It's worth
 at least putting together a test 1.7.x installation and seeing if the
 problem has been fixed.

 Christian

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

 On Apr 22, 2013, at 10:10 PM, Rahul Patil thes...@gmail.com wrote:

 Hi Christian,

 I apologise if this thread in unsuitable to revive, please link me to
 most recent chain if you know. This is the most relevant thread I could
 find.

 I have the same issue, the setup is on Ubuntu 12.04 LTS , Reviewboard
 version is 1.6.3. I try to create a new CVS repository with ext access and
 it fails every time.
 I looked up the release notes of subsequent releases but could not
 reliably gauge if the bug related to CVS ext/ssh access is fixed, so as
 ascertain if upgrading will fix this. I tried the logging options in
 rbssh.py file above in this thread, but I could not get detailed logging.
 Enabled site logging and this is all I could get. None of the workarounds
 resolve the problem either.

 In the browser, it displays error msg :

- A repository was not found at the specified path.


 2013-04-19 04:54:57,927 - DEBUG - starting thread (client mode):
 0x92729cd0L
 2013-04-19 04:54:58,275 - INFO - Connected (version 2.0, client
 OpenSSH_4.3)
 2013-04-19 04:54:58,619 - DEBUG - kex 
 algos:['diffie-hellman-group-**exchange-sha1',
 'diffie-hellman-group14-sha1', 'diffie-hellman-group1-sha1'] server
 key:['ssh-rsa', 'ssh-dss'] client encrypt:['aes128-cbc', '3des-cbc',
 'blowfish-cbc', 'cast128-cbc', 'arcfour128', 'arcfour256', 'arcfour',
 'aes192-cbc', 'aes256-cbc', 'rijndael-cbc @ lysator.liu.se',
 'aes128-ctr', 'aes192-ctr', 'aes256-ctr'] server encrypt:['aes128-cbc',
 '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'arcfour128', 'arcfour256',
 'arcfour', 'aes192-cbc', 'aes256-cbc', 'rijndael-cbc @ lysator.liu.se',
 'aes128-ctr', 'aes192-ctr', 'aes256-ctr'] client mac:['hmac-md5',
 'hmac-sha1', 'hmac-ripemd160', 'hmac-ripemd160 @openssh.com',
 'hmac-sha1-96', 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1',
 'hmac-ripemd160', 'hmac-ripemd160 @ openssh.com', 'hmac-sha1-96',
 'hmac-md5-96'] client compress:['none', 'zlib @ openssh.com'] server
 compress:['none', 'zlib @ openssh.com'] client lang:[''] server
 lang:[''] kex follows?False
 2013-04-19 04:54:58,619 - DEBUG - Ciphers agreed: local=aes128-ctr,
 remote=aes128-ctr
 2013-04-19 04:54:58,620 - DEBUG - using kex
 diffie-hellman-group1-sha1; server key type ssh-rsa; cipher: local
 aes128-ctr, 

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2013-05-02 Thread Rahul Patil
Hi,

Update since last attempt :
Since I had problems upgrading from 1.6.3 to 1.7.7 , I setup a new virtual 
machine running Ubuntu 11.04 and installed ReviewBoard 1.7,7.1  ( the 
latest release ) and the reported problem of accessing CVS repository over 
ext still remains.

//Rahul

On Wednesday, April 24, 2013 6:14:23 PM UTC+5:30, Rahul Patil wrote:

 Hi Christian,

 No, nothing related to the attempted upgrade in reviewboard.log file.
 I will try what Stephen suggests, but can't attempt much time on RD with 
 reviewboard down/in-operational, without someone complaining.

 /Rahul

 On Wednesday, April 24, 2013 1:57:59 AM UTC+5:30, Christian Hammond wrote:

 Was there anything in the reviewboard.log file? This doesn't sound like a 
 database upgrade issue off-hand.

 Christian


 On Apr 23, 2013, at 5:29, Rahul Patil thes...@gmail.com wrote:

 Hi Christian,

 Attempted to upgrade ReviewBoard to 1.7.7.1 and it messed up. 
 Got this error when I hit the URL to RB site :

 Something broke! (Error 500) 

 It appears something broke when you tried to go to here. This is either a 
 bug in Review Board or a server configuration error. Please report this to 
 your administrator.

 Reverted to 1.6.3 for now, looks like I have to defer the upgrade since 
 users are affected by unavailability of Reviewboard, so can't keep it at 
 1.7.7 and investigate the matter.

 Is it a known issue when upgrading from 1.6.x to 1.7.x ? If so, I will 
 try 1.6.16.


 regards,
 Rahul


 On Tuesday, April 23, 2013 11:03:29 AM UTC+5:30, Christian Hammond wrote:

 Hi Rahul,

 There have been quite a large number of SSH improvements and fixes for 
 rbssh since 1.6.3. At this point, 1.6.3 is considered ancient. It's worth 
 at least putting together a test 1.7.x installation and seeing if the 
 problem has been fixed.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com
  
 On Apr 22, 2013, at 10:10 PM, Rahul Patil thes...@gmail.com wrote:

 Hi Christian,

 I apologise if this thread in unsuitable to revive, please link me to 
 most recent chain if you know. This is the most relevant thread I could 
 find.

 I have the same issue, the setup is on Ubuntu 12.04 LTS , Reviewboard 
 version is 1.6.3. I try to create a new CVS repository with ext access and 
 it fails every time.
 I looked up the release notes of subsequent releases but could not 
 reliably gauge if the bug related to CVS ext/ssh access is fixed, so as 
 ascertain if upgrading will fix this. I tried the logging options in 
 rbssh.py file above in this thread, but I could not get detailed logging. 
 Enabled site logging and this is all I could get. None of the workarounds 
 resolve the problem either.

 In the browser, it displays error msg : 

- A repository was not found at the specified path.


 2013-04-19 04:54:57,927 - DEBUG - starting thread (client mode): 
 0x92729cd0L
 2013-04-19 04:54:58,275 - INFO - Connected (version 2.0, client 
 OpenSSH_4.3)
 2013-04-19 04:54:58,619 - DEBUG - kex 
 algos:['diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 
 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client 
 encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', 
 'rijndael-cbc @ lysator.liu.se', 'aes128-ctr', 'aes192-ctr', 
 'aes256-ctr'] server encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 
 'cast128-cbc', 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 
 'aes256-cbc', 'rijndael-cbc @ lysator.liu.se', 'aes128-ctr', 
 'aes192-ctr', 'aes256-ctr'] client mac:['hmac-md5', 'hmac-sha1', 
 'hmac-ripemd160', 'hmac-ripemd160 @openssh.com', 'hmac-sha1-96', 
 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', 'hmac-ripemd160', 
 'hmac-ripemd160 @ openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client 
 compress:['none', 'zlib @ openssh.com'] server compress:['none', 'zlib 
 @ openssh.com'] client lang:[''] server lang:[''] kex follows?False
 2013-04-19 04:54:58,619 - DEBUG - Ciphers agreed: local=aes128-ctr, 
 remote=aes128-ctr
 2013-04-19 04:54:58,620 - 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
 2013-04-19 04:54:59,037 - DEBUG - Switch to new keys ...
 2013-04-19 04:54:59,039 - DEBUG - Trying SSH key keystring
 2013-04-19 04:54:59,787 - DEBUG - userauth is OK
 2013-04-19 04:55:00,163 - INFO - Authentication (publickey) failed.
 2013-04-19 04:55:00,174 - DEBUG - Trying discovered key keystring in 
 /home/reviewboard/mysite/data/.ssh/id_rsa
 2013-04-19 04:55:00,517 - DEBUG - userauth is OK
 2013-04-19 04:55:00,880 - INFO - Authentication (publickey) failed.
 2013-04-19 04:55:01,227 - DEBUG - userauth is OK
 2013-04-19 04:55:01,577 - INFO - Authentication (password) successful!
 2013-04-19 04:55:01,678 - DEBUG - EOF in 

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2013-04-24 Thread Stephen Gallagher
On Tuesday, April 23, 2013, Christian Hammond wrote:

 On Tue, Apr 23, 2013 at 11:59 AM, Stephen Gallagher 
 step...@gallagherhome.com javascript:_e({}, 'cvml',
 'step...@gallagherhome.com'); wrote:

 On 04/23/2013 08:29 AM, Rahul Patil wrote:
  Hi Christian,
 
  Attempted to upgrade ReviewBoard to 1.7.7.1 and it messed up.
  Got this error when I hit the URL to RB site :
 
 
Something broke! (Error 500)
 
  It appears something broke when you tried to go to here. This is either
  a bug in Review Board or a server configuration error. Please report
  this to your administrator.
 
  Reverted to 1.6.3 for now, looks like I have to defer the upgrade since
  users are affected by unavailability of Reviewboard, so can't keep it at
  1.7.7 and investigate the matter.
 
  Is it a known issue when upgrading from 1.6.x to 1.7.x ? If so, I will
  try 1.6.16.
 

 Try ensuring that you have django_evolution 0.6.9 installed. I know
 there were some upgrade issues with older versions.

 Christian, I meant to bring this up to you: 1.7.7.1 is still requiring
 only 0.6.7 or later. Probably worth correcting that for 1.7.8.


 *sigh* Thought I had made that change, but I guess not. This *will* get
 fixed for 1.7.8. That might be in the next couple of weeks anyway.



No problem. At least in my case, when I build the RPMs I am setting the
dependencies for the packages, so I can override that. But it would
probably be helpful to the folks installing via easy_install/pip.




 Christian

 --
 Christian Hammond - chip...@chipx86.com javascript:_e({}, 'cvml',
 'chip...@chipx86.com');
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.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 javascript:_e({}, 'cvml',
 'reviewboard%2bunsubscr...@googlegroups.com');
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com javascript:_e({},
 'cvml', 'reviewboard%2bunsubscr...@googlegroups.com');.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2013-04-23 Thread Rahul Patil
Hi Christian,

Attempted to upgrade ReviewBoard to 1.7.7.1 and it messed up. 
Got this error when I hit the URL to RB site :

Something broke! (Error 500) 

It appears something broke when you tried to go to here. This is either a 
bug in Review Board or a server configuration error. Please report this to 
your administrator.

Reverted to 1.6.3 for now, looks like I have to defer the upgrade since 
users are affected by unavailability of Reviewboard, so can't keep it at 
1.7.7 and investigate the matter.

Is it a known issue when upgrading from 1.6.x to 1.7.x ? If so, I will try 
1.6.16.


regards,
Rahul


On Tuesday, April 23, 2013 11:03:29 AM UTC+5:30, Christian Hammond wrote:

 Hi Rahul,

 There have been quite a large number of SSH improvements and fixes for 
 rbssh since 1.6.3. At this point, 1.6.3 is considered ancient. It's worth 
 at least putting together a test 1.7.x installation and seeing if the 
 problem has been fixed.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com
  
 On Apr 22, 2013, at 10:10 PM, Rahul Patil thes...@gmail.com javascript: 
 wrote:

 Hi Christian,

 I apologise if this thread in unsuitable to revive, please link me to most 
 recent chain if you know. This is the most relevant thread I could find.

 I have the same issue, the setup is on Ubuntu 12.04 LTS , Reviewboard 
 version is 1.6.3. I try to create a new CVS repository with ext access and 
 it fails every time.
 I looked up the release notes of subsequent releases but could not 
 reliably gauge if the bug related to CVS ext/ssh access is fixed, so as 
 ascertain if upgrading will fix this. I tried the logging options in 
 rbssh.py file above in this thread, but I could not get detailed logging. 
 Enabled site logging and this is all I could get. None of the workarounds 
 resolve the problem either.

 In the browser, it displays error msg : 

- A repository was not found at the specified path.


 2013-04-19 04:54:57,927 - DEBUG - starting thread (client mode): 
 0x92729cd0L
 2013-04-19 04:54:58,275 - INFO - Connected (version 2.0, client 
 OpenSSH_4.3)
 2013-04-19 04:54:58,619 - DEBUG - kex 
 algos:['diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 
 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client 
 encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', 
 'rijndael-cbc @ lysator.liu.se', 'aes128-ctr', 'aes192-ctr', 
 'aes256-ctr'] server encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 
 'cast128-cbc', 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 
 'aes256-cbc', 'rijndael-cbc @ lysator.liu.se', 'aes128-ctr', 
 'aes192-ctr', 'aes256-ctr'] client mac:['hmac-md5', 'hmac-sha1', 
 'hmac-ripemd160', 'hmac-ripemd160 @openssh.com', 'hmac-sha1-96', 
 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', 'hmac-ripemd160', 
 'hmac-ripemd160 @ openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client 
 compress:['none', 'zlib @ openssh.com'] server compress:['none', 'zlib @ 
 openssh.com'] client lang:[''] server lang:[''] kex follows?False
 2013-04-19 04:54:58,619 - DEBUG - Ciphers agreed: local=aes128-ctr, 
 remote=aes128-ctr
 2013-04-19 04:54:58,620 - 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
 2013-04-19 04:54:59,037 - DEBUG - Switch to new keys ...
 2013-04-19 04:54:59,039 - DEBUG - Trying SSH key keystring
 2013-04-19 04:54:59,787 - DEBUG - userauth is OK
 2013-04-19 04:55:00,163 - INFO - Authentication (publickey) failed.
 2013-04-19 04:55:00,174 - DEBUG - Trying discovered key keystring in 
 /home/reviewboard/mysite/data/.ssh/id_rsa
 2013-04-19 04:55:00,517 - DEBUG - userauth is OK
 2013-04-19 04:55:00,880 - INFO - Authentication (publickey) failed.
 2013-04-19 04:55:01,227 - DEBUG - userauth is OK
 2013-04-19 04:55:01,577 - INFO - Authentication (password) successful!
 2013-04-19 04:55:01,678 - DEBUG - EOF in transport thread

 Apparently, it can authenticate against CVS but then fails ( to find 
 CVSROOT ? ). As I mentioned, I am not sure looking at release notes if 
 newer versions have resolved this, maybe you can clarify? If not, what 
 other changes can I try to get more detailed logging ( I'm not familiar 
 with Python, but willing to give it a shot if I need to change .py scripts 
 myself).

 thanks.
 Rahul


 On Thursday, March 10, 2011 1:58:52 AM UTC+5:30, Christian Hammond wrote:

 Hi Rob,

 Glad you got it working. I'll look into our repository path parsing code 
 and see if we're somehow not handling the \ in usernames. Maybe it's 
 being stripped out somewhere.

 Christian

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


 On Wed, Mar 9, 2011 at 4:11 

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2013-04-23 Thread Stephen Gallagher
On 04/23/2013 08:29 AM, Rahul Patil wrote:
 Hi Christian,
 
 Attempted to upgrade ReviewBoard to 1.7.7.1 and it messed up.
 Got this error when I hit the URL to RB site :
 
 
   Something broke! (Error 500)
 
 It appears something broke when you tried to go to here. This is either
 a bug in Review Board or a server configuration error. Please report
 this to your administrator.
 
 Reverted to 1.6.3 for now, looks like I have to defer the upgrade since
 users are affected by unavailability of Reviewboard, so can't keep it at
 1.7.7 and investigate the matter.
 
 Is it a known issue when upgrading from 1.6.x to 1.7.x ? If so, I will
 try 1.6.16.
 

Try ensuring that you have django_evolution 0.6.9 installed. I know
there were some upgrade issues with older versions.

Christian, I meant to bring this up to you: 1.7.7.1 is still requiring
only 0.6.7 or later. Probably worth correcting that for 1.7.8.

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2013-04-23 Thread Christian Hammond
Was there anything in the reviewboard.log file? This doesn't sound like a 
database upgrade issue off-hand.

Christian


On Apr 23, 2013, at 5:29, Rahul Patil thescm...@gmail.com wrote:

 Hi Christian,
 
 Attempted to upgrade ReviewBoard to 1.7.7.1 and it messed up. 
 Got this error when I hit the URL to RB site :
 
 Something broke! (Error 500)
 
 It appears something broke when you tried to go to here. This is either a bug 
 in Review Board or a server configuration error. Please report this to your 
 administrator.
 
 Reverted to 1.6.3 for now, looks like I have to defer the upgrade since users 
 are affected by unavailability of Reviewboard, so can't keep it at 1.7.7 and 
 investigate the matter.
 
 Is it a known issue when upgrading from 1.6.x to 1.7.x ? If so, I will try 
 1.6.16.
 
 
 
 regards,
 Rahul
 
 
 On Tuesday, April 23, 2013 11:03:29 AM UTC+5:30, Christian Hammond wrote:
 
 Hi Rahul,
 
 There have been quite a large number of SSH improvements and fixes for rbssh 
 since 1.6.3. At this point, 1.6.3 is considered ancient. It's worth at least 
 putting together a test 1.7.x installation and seeing if the problem has 
 been fixed.
 
 Christian
 
 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com
 
 On Apr 22, 2013, at 10:10 PM, Rahul Patil thes...@gmail.com wrote:
 
 Hi Christian,
 
 I apologise if this thread in unsuitable to revive, please link me to most 
 recent chain if you know. This is the most relevant thread I could find.
 
 I have the same issue, the setup is on Ubuntu 12.04 LTS , Reviewboard 
 version is 1.6.3. I try to create a new CVS repository with ext access and 
 it fails every time.
 I looked up the release notes of subsequent releases but could not reliably 
 gauge if the bug related to CVS ext/ssh access is fixed, so as ascertain if 
 upgrading will fix this. I tried the logging options in rbssh.py file above 
 in this thread, but I could not get detailed logging. Enabled site logging 
 and this is all I could get. None of the workarounds resolve the problem 
 either.
 
 In the browser, it displays error msg : 
 A repository was not found at the specified path.
 
 2013-04-19 04:54:57,927 - DEBUG - starting thread (client mode): 0x92729cd0L
 2013-04-19 04:54:58,275 - INFO - Connected (version 2.0, client OpenSSH_4.3)
 2013-04-19 04:54:58,619 - DEBUG - kex 
 algos:['diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 
 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client 
 encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', 
 'rijndael-cbc @ lysator.liu.se', 'aes128-ctr', 'aes192-ctr', 'aes256-ctr'] 
 server encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', 
 'rijndael-cbc @ lysator.liu.se', 'aes128-ctr', 'aes192-ctr', 'aes256-ctr'] 
 client mac:['hmac-md5', 'hmac-sha1', 'hmac-ripemd160', 'hmac-ripemd160 
 @openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server mac:['hmac-md5', 
 'hmac-sha1', 'hmac-ripemd160', 'hmac-ripemd160 @ openssh.com', 
 'hmac-sha1-96', 'hmac-md5-96'] client compress:['none', 'zlib @ 
 openssh.com'] server compress:['none', 'zlib @ openssh.com'] client 
 lang:[''] server lang:[''] kex follows?False
 2013-04-19 04:54:58,619 - DEBUG - Ciphers agreed: local=aes128-ctr, 
 remote=aes128-ctr
 2013-04-19 04:54:58,620 - 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
 2013-04-19 04:54:59,037 - DEBUG - Switch to new keys ...
 2013-04-19 04:54:59,039 - DEBUG - Trying SSH key keystring
 2013-04-19 04:54:59,787 - DEBUG - userauth is OK
 2013-04-19 04:55:00,163 - INFO - Authentication (publickey) failed.
 2013-04-19 04:55:00,174 - DEBUG - Trying discovered key keystring in 
 /home/reviewboard/mysite/data/.ssh/id_rsa
 2013-04-19 04:55:00,517 - DEBUG - userauth is OK
 2013-04-19 04:55:00,880 - INFO - Authentication (publickey) failed.
 2013-04-19 04:55:01,227 - DEBUG - userauth is OK
 2013-04-19 04:55:01,577 - INFO - Authentication (password) successful!
 2013-04-19 04:55:01,678 - DEBUG - EOF in transport thread
 
 Apparently, it can authenticate against CVS but then fails ( to find 
 CVSROOT ? ). As I mentioned, I am not sure looking at release notes if 
 newer versions have resolved this, maybe you can clarify? If not, what 
 other changes can I try to get more detailed logging ( I'm not familiar 
 with Python, but willing to give it a shot if I need to change .py scripts 
 myself).
 
 thanks.
 Rahul
 
 
 On Thursday, March 10, 2011 1:58:52 AM UTC+5:30, Christian Hammond wrote:
 
 Hi Rob,
 
 Glad you got it working. I'll look into our repository path parsing code 
 and see if we're somehow not handling the \ in usernames. Maybe it's 
 being 

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2013-04-23 Thread Christian Hammond
On Tue, Apr 23, 2013 at 11:59 AM, Stephen Gallagher 
step...@gallagherhome.com wrote:

 On 04/23/2013 08:29 AM, Rahul Patil wrote:
  Hi Christian,
 
  Attempted to upgrade ReviewBoard to 1.7.7.1 and it messed up.
  Got this error when I hit the URL to RB site :
 
 
Something broke! (Error 500)
 
  It appears something broke when you tried to go to here. This is either
  a bug in Review Board or a server configuration error. Please report
  this to your administrator.
 
  Reverted to 1.6.3 for now, looks like I have to defer the upgrade since
  users are affected by unavailability of Reviewboard, so can't keep it at
  1.7.7 and investigate the matter.
 
  Is it a known issue when upgrading from 1.6.x to 1.7.x ? If so, I will
  try 1.6.16.
 

 Try ensuring that you have django_evolution 0.6.9 installed. I know
 there were some upgrade issues with older versions.

 Christian, I meant to bring this up to you: 1.7.7.1 is still requiring
 only 0.6.7 or later. Probably worth correcting that for 1.7.8.


*sigh* Thought I had made that change, but I guess not. This *will* get
fixed for 1.7.8. That might be in the next couple of weeks anyway.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.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
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2013-04-22 Thread Rahul Patil
Hi Christian,

I apologise if this thread in unsuitable to revive, please link me to most 
recent chain if you know. This is the most relevant thread I could find.

I have the same issue, the setup is on Ubuntu 12.04 LTS , Reviewboard 
version is 1.6.3. I try to create a new CVS repository with ext access and 
it fails every time.
I looked up the release notes of subsequent releases but could not reliably 
gauge if the bug related to CVS ext/ssh access is fixed, so as ascertain if 
upgrading will fix this. I tried the logging options in rbssh.py file above 
in this thread, but I could not get detailed logging. Enabled site logging 
and this is all I could get. None of the workarounds resolve the problem 
either.

In the browser, it displays error msg : 

   - A repository was not found at the specified path.


2013-04-19 04:54:57,927 - DEBUG - starting thread (client mode): 0x92729cd0L
2013-04-19 04:54:58,275 - INFO - Connected (version 2.0, client OpenSSH_4.3)
2013-04-19 04:54:58,619 - DEBUG - kex 
algos:['diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 
'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client 
encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', 
'rijndael-cbc @ lysator.liu.se', 'aes128-ctr', 'aes192-ctr', 'aes256-ctr'] 
server encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', 
'rijndael-cbc @ lysator.liu.se', 'aes128-ctr', 'aes192-ctr', 'aes256-ctr'] 
client mac:['hmac-md5', 'hmac-sha1', 'hmac-ripemd160', 'hmac-ripemd160 
@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server mac:['hmac-md5', 
'hmac-sha1', 'hmac-ripemd160', 'hmac-ripemd160 @ openssh.com', 
'hmac-sha1-96', 'hmac-md5-96'] client compress:['none', 'zlib @ 
openssh.com'] server compress:['none', 'zlib @ openssh.com'] client 
lang:[''] server lang:[''] kex follows?False
2013-04-19 04:54:58,619 - DEBUG - Ciphers agreed: local=aes128-ctr, 
remote=aes128-ctr
2013-04-19 04:54:58,620 - 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
2013-04-19 04:54:59,037 - DEBUG - Switch to new keys ...
2013-04-19 04:54:59,039 - DEBUG - Trying SSH key keystring
2013-04-19 04:54:59,787 - DEBUG - userauth is OK
2013-04-19 04:55:00,163 - INFO - Authentication (publickey) failed.
2013-04-19 04:55:00,174 - DEBUG - Trying discovered key keystring in 
/home/reviewboard/mysite/data/.ssh/id_rsa
2013-04-19 04:55:00,517 - DEBUG - userauth is OK
2013-04-19 04:55:00,880 - INFO - Authentication (publickey) failed.
2013-04-19 04:55:01,227 - DEBUG - userauth is OK
2013-04-19 04:55:01,577 - INFO - Authentication (password) successful!
2013-04-19 04:55:01,678 - DEBUG - EOF in transport thread

Apparently, it can authenticate against CVS but then fails ( to find 
CVSROOT ? ). As I mentioned, I am not sure looking at release notes if 
newer versions have resolved this, maybe you can clarify? If not, what 
other changes can I try to get more detailed logging ( I'm not familiar 
with Python, but willing to give it a shot if I need to change .py scripts 
myself).

thanks.
Rahul


On Thursday, March 10, 2011 1:58:52 AM UTC+5:30, Christian Hammond wrote:

 Hi Rob,

 Glad you got it working. I'll look into our repository path parsing code 
 and see if we're somehow not handling the \ in usernames. Maybe it's 
 being stripped out somewhere.

 Christian

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


 On Wed, Mar 9, 2011 at 4:11 AM, Rob Coward r...@jive-videos.netjavascript:
  wrote:

  FYI, I've got to the bottom of this with the help of the debug output. 
 It seems that whatever is calling rbssh is not picking up the Username 
 field and just passing the server component of the Path field. As a result, 
 the rbssh script is calculating the username from the user running the 
 script (aka apache), and of course the remote server is denying access to 
 the incoming ssh session for apache.

  

 By specifying the path as 
 :ext:GROUP\lb...@svn.group.game.net:/app01/repository/cvs was also 
 failing, as although rbssh was now getting the correct username, it seems 
 that something else was going awry in checking the validity of the CVS 
 repository as it errored with Unable to authenticate against this 
 repository using one of the supported authentication types.

  

 The only way I got this to work was to specify the username both in the 
 path and in the Username fields. I also had to add 
 svn.group.game.net:/app01/repository/cvs/ in the Mirror field to allow 
 post-review to find the repository when posting diffs.

 Hope this helps anyone else with the same issue.

 Regards,

 Rob

  

 On Fri, 4 Mar 2011 12:30:25 -0800, Christian Hammond 

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2013-04-22 Thread Christian Hammond
Hi Rahul,

There have been quite a large number of SSH improvements and fixes for rbssh 
since 1.6.3. At this point, 1.6.3 is considered ancient. It's worth at least 
putting together a test 1.7.x installation and seeing if the problem has been 
fixed.

Christian

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

On Apr 22, 2013, at 10:10 PM, Rahul Patil thescm...@gmail.com wrote:

 Hi Christian,
 
 I apologise if this thread in unsuitable to revive, please link me to most 
 recent chain if you know. This is the most relevant thread I could find.
 
 I have the same issue, the setup is on Ubuntu 12.04 LTS , Reviewboard version 
 is 1.6.3. I try to create a new CVS repository with ext access and it fails 
 every time.
 I looked up the release notes of subsequent releases but could not reliably 
 gauge if the bug related to CVS ext/ssh access is fixed, so as ascertain if 
 upgrading will fix this. I tried the logging options in rbssh.py file above 
 in this thread, but I could not get detailed logging. Enabled site logging 
 and this is all I could get. None of the workarounds resolve the problem 
 either.
 
 In the browser, it displays error msg : 
 A repository was not found at the specified path.
 
 2013-04-19 04:54:57,927 - DEBUG - starting thread (client mode): 0x92729cd0L
 2013-04-19 04:54:58,275 - INFO - Connected (version 2.0, client OpenSSH_4.3)
 2013-04-19 04:54:58,619 - DEBUG - kex 
 algos:['diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 
 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client 
 encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', 
 'rijndael-cbc @ lysator.liu.se', 'aes128-ctr', 'aes192-ctr', 'aes256-ctr'] 
 server encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'arcfour128', 'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', 
 'rijndael-cbc @ lysator.liu.se', 'aes128-ctr', 'aes192-ctr', 'aes256-ctr'] 
 client mac:['hmac-md5', 'hmac-sha1', 'hmac-ripemd160', 'hmac-ripemd160 
 @openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server mac:['hmac-md5', 
 'hmac-sha1', 'hmac-ripemd160', 'hmac-ripemd160 @ openssh.com', 
 'hmac-sha1-96', 'hmac-md5-96'] client compress:['none', 'zlib @ openssh.com'] 
 server compress:['none', 'zlib @ openssh.com'] client lang:[''] server 
 lang:[''] kex follows?False
 2013-04-19 04:54:58,619 - DEBUG - Ciphers agreed: local=aes128-ctr, 
 remote=aes128-ctr
 2013-04-19 04:54:58,620 - 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
 2013-04-19 04:54:59,037 - DEBUG - Switch to new keys ...
 2013-04-19 04:54:59,039 - DEBUG - Trying SSH key keystring
 2013-04-19 04:54:59,787 - DEBUG - userauth is OK
 2013-04-19 04:55:00,163 - INFO - Authentication (publickey) failed.
 2013-04-19 04:55:00,174 - DEBUG - Trying discovered key keystring in 
 /home/reviewboard/mysite/data/.ssh/id_rsa
 2013-04-19 04:55:00,517 - DEBUG - userauth is OK
 2013-04-19 04:55:00,880 - INFO - Authentication (publickey) failed.
 2013-04-19 04:55:01,227 - DEBUG - userauth is OK
 2013-04-19 04:55:01,577 - INFO - Authentication (password) successful!
 2013-04-19 04:55:01,678 - DEBUG - EOF in transport thread
 
 Apparently, it can authenticate against CVS but then fails ( to find CVSROOT 
 ? ). As I mentioned, I am not sure looking at release notes if newer versions 
 have resolved this, maybe you can clarify? If not, what other changes can I 
 try to get more detailed logging ( I'm not familiar with Python, but willing 
 to give it a shot if I need to change .py scripts myself).
 
 thanks.
 Rahul
 
 
 On Thursday, March 10, 2011 1:58:52 AM UTC+5:30, Christian Hammond wrote:
 Hi Rob,
 
 Glad you got it working. I'll look into our repository path parsing code and 
 see if we're somehow not handling the \ in usernames. Maybe it's being 
 stripped out somewhere.
 
 Christian
 
 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com
 
 
 On Wed, Mar 9, 2011 at 4:11 AM, Rob Coward r...@jive-videos.net wrote:
 FYI, I've got to the bottom of this with the help of the debug output. It 
 seems that whatever is calling rbssh is not picking up the Username field and 
 just passing the server component of the Path field. As a result, the rbssh 
 script is calculating the username from the user running the script (aka 
 apache), and of course the remote server is denying access to the incoming 
 ssh session for apache.
 
  
 By specifying the path as 
 :ext:GROUP\lb...@svn.group.game.net:/app01/repository/cvs was also failing, 
 as although rbssh was now getting the correct username, it seems that 
 something else was going awry in checking the validity of the CVS repository 
 as it 

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-03-09 Thread Rob Coward
  

FYI, I've got to the bottom of this with the help of the debug
output. It seems that whatever is calling rbssh is not picking up the
Username field and just passing the server component of the Path field.
As a result, the rbssh script is calculating the username from the user
running the script (aka apache), and of course the remote server is
denying access to the incoming ssh session for apache. 

By specifying
the path as :ext:grouplb...@svn.group.game.net:/app01/repository/cvs
was also failing, as although rbssh was now getting the correct
username, it seems that something else was going awry in checking the
validity of the CVS repository as it errored with Unable to
authenticate against this repository using one of the supported
authentication types. 

The only way I got this to work was to specify
the username both in the path and in the Username fields. I also had to
add svn.group.game.net:/app01/repository/cvs/ in the Mirror field to
allow post-review to find the repository when posting diffs. 

Hope this
helps anyone else with the same issue. 

Regards, 

Rob 

On Fri, 4 Mar
2011 12:30:25 -0800, Christian Hammond wrote: 

 Hi Rob,
 
 What
OS/distro is in this on?
 
 Try finding rbssh.py in your reviewboard
software installation dir (reviewboard/cmdline/rbssh.py). Back up this
file. We're going to make some modifications.
 
 Near the top there
will be:
 
 DEBUG = os.getenv('DEBUG_RBSSH')
 
 Change this to:
DEBUG = True
 
 Further down, you'll find a line:
logging.basicConfig(...). Should be around line 237.
 
 Change the
filename='...' to point to a writeable path (/path/to/your/site/logs,
or /tmp, or something).
 
 Then repeat your Add Repository, and check
for that log file. Assuming it was created, send it on to me privately
and I'll see if anything stands out.
 
 Christian
 
 -- 
 Christian
Hammond - chip...@chipx86.com [5]
 Review Board -
http://www.reviewboard.org [6]
 VMware, Inc. - http://www.vmware.com
[7]
 
 On Fri, Mar 4, 2011 at 8:33 AM, RobC wrote:
 
 I've just
installed a new reviewboard server with 1.6 beta1 and am
 hitting the
same issue. Anyone got any news on this ?
 
 Thanks,
 Rob
 

--
 Want to help the Review Board project? Donate today at
http://www.reviewboard.org/donate/ [1]
 Happy user? Let us know at
http://www.reviewboard.org/users/ [2]

-~--~~~~--~~--~--~---
 To unsubscribe
from this group, send email to reviewboard+unsubscr...@googlegroups.com
[3]
 For more options, visit this group at
http://groups.google.com/group/reviewboard?hl=en [4]
 
 -- 
 Want to
help the Review Board project? Donate today at
http://www.reviewboard.org/donate/ [9]
 Happy user? Let us know at
http://www.reviewboard.org/users/ [10]

-~--~~~~--~~--~--~---
 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 [11]



Links:
--
[1] http://www.reviewboard.org/donate/
[2]
http://www.reviewboard.org/users/
[3]
mailto:reviewboard%2bunsubscr...@googlegroups.com
[4]
http://groups.google.com/group/reviewboard?hl=en
[5]
mailto:chip...@chipx86.com
[6] http://www.reviewboard.org
[7]
http://www.vmware.com
[8] mailto:r...@jive-videos.net
[9]
http://www.reviewboard.org/donate/
[10]
http://www.reviewboard.org/users/
[11]
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

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-03-09 Thread Christian Hammond
Hi Rob,

Glad you got it working. I'll look into our repository path parsing code and
see if we're somehow not handling the \ in usernames. Maybe it's being
stripped out somewhere.

Christian

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


On Wed, Mar 9, 2011 at 4:11 AM, Rob Coward r...@jive-videos.net wrote:

  FYI, I've got to the bottom of this with the help of the debug output. It
 seems that whatever is calling rbssh is not picking up the Username field
 and just passing the server component of the Path field. As a result, the
 rbssh script is calculating the username from the user running the script
 (aka apache), and of course the remote server is denying access to the
 incoming ssh session for apache.



 By specifying the path as 
 :ext:GROUP\lb...@svn.group.game.net:/app01/repository/cvs
 was also failing, as although rbssh was now getting the correct username, it
 seems that something else was going awry in checking the validity of the CVS
 repository as it errored with Unable to authenticate against this
 repository using one of the supported authentication types.



 The only way I got this to work was to specify the username both in the
 path and in the Username fields. I also had to add 
 svn.group.game.net:/app01/repository/cvs/
 in the Mirror field to allow post-review to find the repository when posting
 diffs.

 Hope this helps anyone else with the same issue.

 Regards,

 Rob



 On Fri, 4 Mar 2011 12:30:25 -0800, Christian Hammond wrote:

 Hi Rob,

 What OS/distro is in this on?

 Try finding rbssh.py in your reviewboard software installation dir
 (reviewboard/cmdline/rbssh.py). Back up this file. We're going to make some
 modifications.

 Near the top there will be:

 DEBUG = os.getenv('DEBUG_RBSSH')

 Change this to: DEBUG = True

 Further down, you'll find a line: logging.basicConfig(...). Should be
 around line 237.

 Change the filename='...' to point to a writeable path
 (/path/to/your/site/logs, or /tmp, or something).

 Then repeat your Add Repository, and check for that log file. Assuming it
 was created, send it on to me privately and I'll see if anything stands out.

 Christian


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


 On Fri, Mar 4, 2011 at 8:33 AM, RobC r...@jive-videos.net wrote:

 I've just installed a new reviewboard server with 1.6 beta1 and am
 hitting the same issue. Anyone got any news on this ?

 Thanks,
 Rob

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



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

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


-- 
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: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-03-04 Thread RobC
I've just installed a new reviewboard server with 1.6 beta1 and am
hitting the same issue. Anyone got any news on this ?

Thanks,
Rob

-- 
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: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-03-04 Thread Christian Hammond
Hi Rob,

What OS/distro is in this on?

Try finding rbssh.py in your reviewboard software installation dir
(reviewboard/cmdline/rbssh.py). Back up this file. We're going to make some
modifications.

Near the top there will be:

DEBUG = os.getenv('DEBUG_RBSSH')

Change this to: DEBUG = True

Further down, you'll find a line: logging.basicConfig(...). Should be around
line 237.

Change the filename='...' to point to a writeable path
(/path/to/your/site/logs, or /tmp, or something).

Then repeat your Add Repository, and check for that log file. Assuming it
was created, send it on to me privately and I'll see if anything stands out.

Christian

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


On Fri, Mar 4, 2011 at 8:33 AM, RobC r...@jive-videos.net wrote:

 I've just installed a new reviewboard server with 1.6 beta1 and am
 hitting the same issue. Anyone got any news on this ?

 Thanks,
 Rob

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


-- 
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: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-02-02 Thread Christian Hammond
I managed to get some fixes working for rbssh for CVS. I have a couple other
related bugs to fix, but you should see 1.5.3 probably by the end of the
week.

Christian

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


On Wed, Feb 2, 2011 at 8:59 PM, praveen kumar kodaliprav...@gmail.comwrote:

 Hi Christian,

 Thanks for the work you are putting in to resolve this issue.
 I will downgrade to 1.5.1 and see how things will go.

 Thanks
 Praveen

 --
 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.comreviewboard%2bunsubscr...@googlegroups.com
 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

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-01-31 Thread praveen kumar
Hi Christian,

I think i know what the issue is.

The CVS server does not accept ssh connection without the command
option.
It does not allow to login into the shell.

The way to get the CVS data would be to invoke the SSH connection
along with the cvs command.

From the code, i see that you login into the server and then execute
the command.

Any way we can workaround this issue?
I am sure I cannot get the CVS server to allow login into shell.

Thanks for the help
Praveen

-- 
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: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-01-31 Thread Christian Hammond
Work will need to be done to implement this in rbssh. I'll work a bit on it
and, if I can get that and another rbssh bug fixed in the next few days,
I'll get a release out.

Sorry for the delay. This is a new piece of code needed to work around some
other large problems, but I know it's blocking you. An alternative would be
to go back to 1.5.1 for now until we have this working (but it will also
mean you can't use an uploaded SSH key, due to limitations in OpenSSH).

Christian

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


On Mon, Jan 31, 2011 at 9:05 PM, praveen kumar kodaliprav...@gmail.comwrote:

 Hi Christian,

 I think i know what the issue is.

 The CVS server does not accept ssh connection without the command
 option.
 It does not allow to login into the shell.

 The way to get the CVS data would be to invoke the SSH connection
 along with the cvs command.

 From the code, i see that you login into the server and then execute
 the command.

 Any way we can workaround this issue?
 I am sure I cannot get the CVS server to allow login into shell.

 Thanks for the help
 Praveen

 --
 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.comreviewboard%2bunsubscr...@googlegroups.com
 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

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-01-29 Thread Christian Hammond
Hi Praveen,

The root: part you're seeing is just from the logging.

To be sure, are you able to ping that hostname from the server? What happens
if you try to ssh to it directly? If that works, what happens if you try
with rbssh? That might help narrow it down, because at the point where it's
failing it appears to be network or configuration related.

What version of what distro is this?

Christian

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


On Fri, Jan 28, 2011 at 4:43 AM, praveen kumar kodaliprav...@gmail.comwrote:

 Hi Christian,

 I have made the changes you suggested.
 Also changed the below:
 client.connect(hostname, username)

 After these changes, i am getting the error:

 2011-01-28 06:21:20,929 - DEBUG - start Popen
 2011-01-28 06:21:22,971 - DEBUG -
 2011-01-28 06:21:22,978 - DEBUG - CVSROOT/modules
 2011-01-28 06:21:22,978 - DEBUG - HEAD
 2011-01-28 06:21:22,979 - DEBUG - /usr/lib/python2.4/site-packages/
 pycrypto-2.3-py2.4-linux-x86_64.egg/Crypto/Util/randpool.py:40:
 RandomPool_DeprecationWarning: This application uses RandomPool, which
 is BROKEN in older releases.  See http://www.pycrypto.org/randpool-broken
 Traceback (most recent call last):
  File /usr/bin/rbssh, line 7, in ?
sys.exit(
  File /usr/lib/python2.4/site-packages/ReviewBoard-1.5.2-py2.4.egg/
 reviewboard/cmdline/rbssh.py, line 212, in main
client.connect(hostname, username)
  File /usr/lib/python2.4/site-packages/paramiko-1.7.6-py2.4.egg/
 paramiko/client.py, line 278, in connect
 socket.gaierror: (-8, 'Servname not supported for ai_socktype')
 cvs [checkout aborted]: end of file from server (consult above
 messages if any)

 2011-01-28 06:21:22,979 - DEBUG - end Popen
 2011-01-28 06:21:22,979 - DEBUG - .cvspass not found

 i looked up google. ssh for port 22 was already present.
 Then i tried adding rbssh, paramiko and openssh to the /etc/services
 file.
 Still same issue. What service/program is RB/paramiko using?

 these are the values passed to the connect. I do NOT think they are
 updated correctly. Of-course i could be wrong.
 hostname - root:cvs-bn
 username - root:my id
 command - root:['cvs server']

 when i tried to hardcode them as below, they did not take the values i
 gave. They retained their original values
213 hostname = 'cvs-bn'
214 username = 'my id'
215 logging.error(hostname)
216 logging.error(username)

 ERROR:root:cvs-bn
 ERROR:root:my id

 I ran out of what else to try here. Help Please

 Thanks
 Praveen

 --
 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.comreviewboard%2bunsubscr...@googlegroups.com
 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

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-01-28 Thread praveen kumar
Hi Christian,

I have made the changes you suggested.
Also changed the below:
client.connect(hostname, username)

After these changes, i am getting the error:

2011-01-28 06:21:20,929 - DEBUG - start Popen
2011-01-28 06:21:22,971 - DEBUG -
2011-01-28 06:21:22,978 - DEBUG - CVSROOT/modules
2011-01-28 06:21:22,978 - DEBUG - HEAD
2011-01-28 06:21:22,979 - DEBUG - /usr/lib/python2.4/site-packages/
pycrypto-2.3-py2.4-linux-x86_64.egg/Crypto/Util/randpool.py:40:
RandomPool_DeprecationWarning: This application uses RandomPool, which
is BROKEN in older releases.  See http://www.pycrypto.org/randpool-broken
Traceback (most recent call last):
  File /usr/bin/rbssh, line 7, in ?
sys.exit(
  File /usr/lib/python2.4/site-packages/ReviewBoard-1.5.2-py2.4.egg/
reviewboard/cmdline/rbssh.py, line 212, in main
client.connect(hostname, username)
  File /usr/lib/python2.4/site-packages/paramiko-1.7.6-py2.4.egg/
paramiko/client.py, line 278, in connect
socket.gaierror: (-8, 'Servname not supported for ai_socktype')
cvs [checkout aborted]: end of file from server (consult above
messages if any)

2011-01-28 06:21:22,979 - DEBUG - end Popen
2011-01-28 06:21:22,979 - DEBUG - .cvspass not found

i looked up google. ssh for port 22 was already present.
Then i tried adding rbssh, paramiko and openssh to the /etc/services
file.
Still same issue. What service/program is RB/paramiko using?

these are the values passed to the connect. I do NOT think they are
updated correctly. Of-course i could be wrong.
hostname - root:cvs-bn
username - root:my id
command - root:['cvs server']

when i tried to hardcode them as below, they did not take the values i
gave. They retained their original values
213 hostname = 'cvs-bn'
214 username = 'my id'
215 logging.error(hostname)
216 logging.error(username)

ERROR:root:cvs-bn
ERROR:root:my id

I ran out of what else to try here. Help Please

Thanks
Praveen

-- 
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: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-01-27 Thread Christian Hammond
Hi Praveen,

Open your reviewboard/scmtools/cvs.py.

At the top, add:

import logging

Then find the check_repository function. You'll want to add a logging
statement right before the sshutils.check_host, one after, one before
client = CVSClient(..), one before client.cat_file, and one at the end
of the function.

For each one, do something like:

logging.debug('Calling blahblah')

Where blahblah is whatever is about to be called. Note that indentation
matters in Python.

That should hopefully help narrow it down, and then we can do further
debugging.

Christian

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


On Wed, Jan 26, 2011 at 5:49 AM, praveen kumar kodaliprav...@gmail.comwrote:

 Hi Christian,
 I am using version 1.5.2 of reviewboard.
 I do not have any experience with python.
 However, that shouldn't be a problem. i will look up the internet and
 learn whatever is required.

 Please let me know the steps needed to enable more logging in CVS from
 reviewboard side.

 Thanks
 Praveen

 --
 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.comreviewboard%2bunsubscr...@googlegroups.com
 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

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-01-27 Thread praveen kumar
Hi Christian,

After adding multiple debug statements as you have shown above, found
this in the errmsg of _cat_specific_file function.

2011-01-27 12:29:20,837 - DEBUG - /usr/lib/python2.4/site-packages/
pycrypto-2.3-py2.4-linux-x86_64.egg/Crypto/Util/randpool.py:40:
RandomPool_DeprecationWarning: This application uses RandomPool, which
is BROKEN in older releases.  See http://www.pycrypto.org/randpool-broken
usage: rbssh [options] [user@]hostname command

rbssh: error: no such option: -l
cvs [checkout aborted]: end of file from server (consult above
messages if any)


[root@vm-jc-test1 system-test]# rbssh -h
/usr/lib/python2.4/site-packages/pycrypto-2.3-py2.4-linux-x86_64.egg/
Crypto/Util/randpool.py:40: RandomPool_DeprecationWarning: This
application uses RandomPool, which is BROKEN in older releases.  See
http://www.pycrypto.org/randpool-broken
usage: rbssh [options] [user@]hostname command

options:
  --version show program's version number and exit
  -h, --helpshow this help message and exit
  -p PORT, --port=PORT  the port to connect to
  -q, --quiet   suppress any unnecessary output

Just to reiterate, cvs command from CLI is working fine.
Please let me know how we can debug this issue further.

Thanks
Praveen

-- 
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: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-01-27 Thread Christian Hammond
Ah okay, so this is a bug in the new rbssh script. We'll need to implement
-l.

It actually should be an easy fix. In reviewboard/cmdline/rbssh.py, we do
argument checking and would need a new add_open line for -l that stores the
value (dest='username'). We'd then need to access that (options.username)
before the call to client.connect.

So, something like:

parser.add_option('-l', dest='username', metavar='USERNAME',
default=None, help='The username to connect with')

...

username, hostname = SCMTool.get_auth_from_uri(path, None)
username = options.username or username

client = sshutils.get_ssh_client()
...

I *think* that will work. If you want to give it a try, let me know how it
goes, and if it works, put a patch up on Review Board and we'll get it in
for a 1.5.3.

Christian

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


On Thu, Jan 27, 2011 at 10:30 AM, praveen kumar kodaliprav...@gmail.comwrote:

 Hi Christian,

 After adding multiple debug statements as you have shown above, found
 this in the errmsg of _cat_specific_file function.

 2011-01-27 12:29:20,837 - DEBUG - /usr/lib/python2.4/site-packages/
 pycrypto-2.3-py2.4-linux-x86_64.egg/Crypto/Util/randpool.py:40:
 RandomPool_DeprecationWarning: This application uses RandomPool, which
 is BROKEN in older releases.  See http://www.pycrypto.org/randpool-broken
 usage: rbssh [options] [user@]hostname command

 rbssh: error: no such option: -l
 cvs [checkout aborted]: end of file from server (consult above
 messages if any)


 [root@vm-jc-test1 system-test]# rbssh -h
 /usr/lib/python2.4/site-packages/pycrypto-2.3-py2.4-linux-x86_64.egg/
 Crypto/Util/randpool.py:40: RandomPool_DeprecationWarning: This
 application uses RandomPool, which is BROKEN in older releases.  See
 http://www.pycrypto.org/randpool-broken
 usage: rbssh [options] [user@]hostname command

 options:
  --version show program's version number and exit
  -h, --helpshow this help message and exit
  -p PORT, --port=PORT  the port to connect to
  -q, --quiet   suppress any unnecessary output

 Just to reiterate, cvs command from CLI is working fine.
 Please let me know how we can debug this issue further.

 Thanks
 Praveen

 --
 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.comreviewboard%2bunsubscr...@googlegroups.com
 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

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-01-26 Thread Christian Hammond
Okay, so we'll need to do some extended debugging.

What version of Review Board are you using?

Do you have any experience with Python? To figure this out in more detail,
we'll need to introduce some logging into the CVS support and see how far
we're getting and what output we're seeing.

Christian

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


On Tue, Jan 25, 2011 at 3:41 AM, praveen kumar kodaliprav...@gmail.comwrote:

 The command worked fine from the cli.
 Attached below is the output.

 cvs -f -d repo path checkout -r HEAD -p CVSROOT/modules
 ===
 Checking out CVSROOT/modules
 RCS:  removed/CVSROOT/modules,v
 VERS: 1.306
 ***
 #
 # The CVS Modules File
 #
 #ident  @(#)cvs/examples:$Name: HEAD $:$Id: modules,v 1.306
 2004/12/14 04:55:52 dbergstr Exp $

 --
 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.comreviewboard%2bunsubscr...@googlegroups.com
 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

Re: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-01-26 Thread praveen kumar
Hi Christian,
I am using version 1.5.2 of reviewboard.
I do not have any experience with python.
However, that shouldn't be a problem. i will look up the internet and
learn whatever is required.

Please let me know the steps needed to enable more logging in CVS from
reviewboard side.

Thanks
Praveen

-- 
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: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-01-25 Thread praveen kumar
The command worked fine from the cli.
Attached below is the output.

cvs -f -d repo path checkout -r HEAD -p CVSROOT/modules
===
Checking out CVSROOT/modules
RCS:  removed/CVSROOT/modules,v
VERS: 1.306
***
#
# The CVS Modules File
#
#ident  @(#)cvs/examples:$Name: HEAD $:$Id: modules,v 1.306
2004/12/14 04:55:52 dbergstr Exp $

-- 
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: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-01-24 Thread praveen kumar
I am still seeing this issue.
has anybody been able to resolve it?

Can I add the local file system as a repository.
i have a local bugzilla installation.
i have checked out the cvs reposiroty onto the machine and am using it
for bugzilla.
can i do the same thing for reviewboard as well?

Any help is welcome.

-- 
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: Cannot add repository with cvs ext in 1.5.2 on RHEL5

2011-01-24 Thread Christian Hammond
Hi,

It's hard to really say, but there's a couple more things we can try.

It looks like the SSH verification worked. The next thing CVS checks for is
whether or not it can access CVSROOT/modules in that repository.

Can you try:

cvs -f -d repopath checkout -r HEAD -p CVSROOT/modules

That should give you more information on what's failing.

Christian

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


On Mon, Jan 24, 2011 at 10:00 PM, praveen kumar kodaliprav...@gmail.comwrote:

 I am still seeing this issue.
 has anybody been able to resolve it?

 Can I add the local file system as a repository.
 i have a local bugzilla installation.
 i have checked out the cvs reposiroty onto the machine and am using it
 for bugzilla.
 can i do the same thing for reviewboard as well?

 Any help is welcome.

 --
 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.comreviewboard%2bunsubscr...@googlegroups.com
 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