Re: Not able to add git repository

2012-12-18 Thread Shib S
On console...
[prod@myserver ~]$ ps -eaf | grep httpd
root 28868 1  0 06:25 ?00:00:00 /usr/sbin/httpd
prod 28870 28868  0 06:25 ?00:00:01 /usr/sbin/httpd
prod 28871 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
prod 28872 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
prod 28873 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
prod 28881 28868  0 06:26 ?00:00:00 /usr/sbin/httpd
prod 28884 28868  0 06:26 ?00:00:00 /usr/sbin/httpd
prod 29102 28868  0 06:27 ?00:00:01 /usr/sbin/httpd
prod 30026 29884  0 06:35 pts/000:00:00 grep httpd
[prod@myserver ~]$ ssh -T g...@github.com
Hi shibashishs! You've successfully authenticated, but GitHub does not 
provide shell access.

In browser...
Use of attributes' specified attribute is deprecated. It always returns 
true.
[Break On This Error]  

...,h=h.slice(c.length),c.type=g,c.matches=d);if(!c)break}return 
b?h.length:h?bc.er...

jquery...c0b0.js (line 2)
http://reviewb.example.com/static/lib/js/jquery-1.8.2.min.cfa9051cc0b0.js

Use of attributes' specified attribute is deprecated. It always returns 
true.
http://reviewb.glam.colo/static/lib/js/jquery-1.8.2.min.cfa9051cc0b0.js
Line 2



On Tuesday, 18 December 2012 16:47:19 UTC+5:30, Christian Hammond wrote:

 Can you open your browser's JavaScript debug log, reload the page, try 
 again, and see if any errors show up?

 Christian

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



 On Tue, Dec 18, 2012 at 3:15 AM, Shibashish shi...@gmail.comjavascript:
  wrote:

 ActivePython-2.7
 CentOS 5.8
 ReviewBoard 1.7

 After adding all the details of the github repository, I am not able to 
 click on any button, ie buttons are disabled as shown in the screenshot 
 below.


 2012-12-18 11:09:42,489 - DEBUG - EOF in transport thread
 2012-12-18 11:11:10,670 - DEBUG - GitTool: Attempting ssh connection with 
 host: github.com, username: git
 2012-12-18 11:11:10,914 - DEBUG - starting thread (client mode): 
 0xab5e7b90L
 2012-12-18 11:11:10,925 - INFO - Connected (version 2.0, client 
 OpenSSH_5.5p1)
 2012-12-18 11:11:11,003 - DEBUG - kex 
 algos:['diffie-hellman-group-exchange-sha256', 
 'diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 
 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client 
 encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 
 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'aes192-cbc', 'aes256-cbc', 'arcfour', 
 'rijnda...@lysator.liu.sejavascript:'] 
 server encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 
 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'aes192-cbc', 'aes256-cbc', 'arcfour', 
 'rijnda...@lysator.liu.sejavascript:'] 
 client mac:['hmac-md5', 'hmac-sha1', 'uma...@openssh.com javascript:', 
 'hmac-ripemd160', 'hmac-ri...@openssh.com javascript:', 
 'hmac-sha1-96', 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', '
 uma...@openssh.com javascript:', 'hmac-ripemd160', '
 hmac-ri...@openssh.com javascript:', 'hmac-sha1-96', 'hmac-md5-96'] 
 client compress:['none', 'zl...@openssh.com javascript:'] server 
 compress:['none', 'zl...@openssh.com javascript:'] client lang:[''] 
 server lang:[''] kex follows?False
 2012-12-18 11:11:11,003 - DEBUG - Ciphers agreed: local=aes128-ctr, 
 remote=aes128-ctr
 2012-12-18 11:11:11,004 - DEBUG - using kex diffie-hellman-group1-sha1; 
 server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: 
 local hmac-sha1, remote hmac-sha1; compression: local none, remote none
 2012-12-18 11:11:11,195 - DEBUG - Switch to new keys ...
 2012-12-18 11:11:11,296 - DEBUG - EOF in transport thread  

 [image: Inline image 1]

 -- 
 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...@googlegroups.com javascript:
 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: Not able to add git repository

2012-12-18 Thread Christian Hammond
Hmm, that's a bit hard to read. Can you take a screenshot of the browser 
window, console and all?

It's almost 4AM here, so I'll be sleeping momentarily, but can look into it 
more in the morning.

Christian


On Dec 18, 2012, at 3:45 AM, Shib S shi...@gmail.com wrote:

 On console...
 [prod@myserver ~]$ ps -eaf | grep httpd
 root 28868 1  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28870 28868  0 06:25 ?00:00:01 /usr/sbin/httpd
 prod 28871 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28872 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28873 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28881 28868  0 06:26 ?00:00:00 /usr/sbin/httpd
 prod 28884 28868  0 06:26 ?00:00:00 /usr/sbin/httpd
 prod 29102 28868  0 06:27 ?00:00:01 /usr/sbin/httpd
 prod 30026 29884  0 06:35 pts/000:00:00 grep httpd
 [prod@myserver ~]$ ssh -T g...@github.com
 Hi shibashishs! You've successfully authenticated, but GitHub does not 
 provide shell access.
 
 In browser...
 Use of attributes' specified attribute is deprecated. It always returns true.
 [Break On This Error] 
 
 ...,h=h.slice(c.length),c.type=g,c.matches=d);if(!c)break}return 
 b?h.length:h?bc.er...
 
 jquery...c0b0.js (line 2)
 http://reviewb.example.com/static/lib/js/jquery-1.8.2.min.cfa9051cc0b0.js
 
 Use of attributes' specified attribute is deprecated. It always returns true.
 http://reviewb.glam.colo/static/lib/js/jquery-1.8.2.min.cfa9051cc0b0.js
 Line 2
 
 
 
 On Tuesday, 18 December 2012 16:47:19 UTC+5:30, Christian Hammond wrote:
 Can you open your browser's JavaScript debug log, reload the page, try again, 
 and see if any errors show up?
 
 Christian
 
 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com
 
 
 
 On Tue, Dec 18, 2012 at 3:15 AM, Shibashish shi...@gmail.com wrote:
 ActivePython-2.7
 CentOS 5.8
 ReviewBoard 1.7
 
 After adding all the details of the github repository, I am not able to click 
 on any button, ie buttons are disabled as shown in the screenshot below.
 
 
 2012-12-18 11:09:42,489 - DEBUG - EOF in transport thread
 2012-12-18 11:11:10,670 - DEBUG - GitTool: Attempting ssh connection with 
 host: github.com, username: git
 2012-12-18 11:11:10,914 - DEBUG - starting thread (client mode): 0xab5e7b90L
 2012-12-18 11:11:10,925 - INFO - Connected (version 2.0, client OpenSSH_5.5p1)
 2012-12-18 11:11:11,003 - DEBUG - kex 
 algos:['diffie-hellman-group-exchange-sha256', 
 'diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 
 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client 
 encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 
 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijnda...@lysator.liu.se'] server 
 encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 
 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijnda...@lysator.liu.se'] client 
 mac:['hmac-md5', 'hmac-sha1', 'uma...@openssh.com', 'hmac-ripemd160', 
 'hmac-ri...@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server 
 mac:['hmac-md5', 'hmac-sha1', 'uma...@openssh.com', 'hmac-ripemd160', 
 'hmac-ri...@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client 
 compress:['none', 'zl...@openssh.com'] server compress:['none', 
 'zl...@openssh.com'] client lang:[''] server lang:[''] kex follows?False
 2012-12-18 11:11:11,003 - DEBUG - Ciphers agreed: local=aes128-ctr, 
 remote=aes128-ctr
 2012-12-18 11:11:11,004 - DEBUG - using kex diffie-hellman-group1-sha1; 
 server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: 
 local hmac-sha1, remote hmac-sha1; compression: local none, remote none
 2012-12-18 11:11:11,195 - DEBUG - Switch to new keys ...
 2012-12-18 11:11:11,296 - DEBUG - EOF in transport thread 
 
 
 
 -- 
 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...@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/
-~--~~~~--~~--~--~---

Re: Not able to add git repository

2012-12-18 Thread Christian Hammond
Okay, I'll try to reproduce this tomorrow and see if I can fix it.

What you can try for now is to take the Firebug inspector, click on the I 
trust this host button, and remove the disabled attribute. See if that works 
as a workaround.

Christian


On Dec 18, 2012, at 3:47 AM, Shibashish shi...@gmail.com wrote:

 Screen Shot 2012-12-18 at 5.11.18 PM.png
 
 ShiB.
 while ( ! ( succeed = try() ) );
 
 
 
 On Tue, Dec 18, 2012 at 5:15 PM, Shib S shi...@gmail.com wrote:
 On console...
 [prod@myserver ~]$ ps -eaf | grep httpd
 root 28868 1  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28870 28868  0 06:25 ?00:00:01 /usr/sbin/httpd
 prod 28871 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28872 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28873 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28881 28868  0 06:26 ?00:00:00 /usr/sbin/httpd
 prod 28884 28868  0 06:26 ?00:00:00 /usr/sbin/httpd
 prod 29102 28868  0 06:27 ?00:00:01 /usr/sbin/httpd
 prod 30026 29884  0 06:35 pts/000:00:00 grep httpd
 [prod@myserver ~]$ ssh -T g...@github.com
 Hi shibashishs! You've successfully authenticated, but GitHub does not 
 provide shell access.
 
 In browser...
 Use of attributes' specified attribute is deprecated. It always returns true.
 [Break On This Error] 
 
 ...,h=h.slice(c.length),c.type=g,c.matches=d);if(!c)break}return 
 b?h.length:h?bc.er...
 
 jquery...c0b0.js (line 2)
 http://reviewb.example.com/static/lib/js/jquery-1.8.2.min.cfa9051cc0b0.js
 
 Use of attributes' specified attribute is deprecated. It always returns true.
 http://reviewb.glam.colo/static/lib/js/jquery-1.8.2.min.cfa9051cc0b0.js
 Line 2
 
 
 
 On Tuesday, 18 December 2012 16:47:19 UTC+5:30, Christian Hammond wrote:
 Can you open your browser's JavaScript debug log, reload the page, try again, 
 and see if any errors show up?
 
 Christian
 
 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com
 
 
 
 On Tue, Dec 18, 2012 at 3:15 AM, Shibashish shi...@gmail.com wrote:
 ActivePython-2.7
 CentOS 5.8
 ReviewBoard 1.7
 
 After adding all the details of the github repository, I am not able to click 
 on any button, ie buttons are disabled as shown in the screenshot below.
 
 
 2012-12-18 11:09:42,489 - DEBUG - EOF in transport thread
 2012-12-18 11:11:10,670 - DEBUG - GitTool: Attempting ssh connection with 
 host: github.com, username: git
 2012-12-18 11:11:10,914 - DEBUG - starting thread (client mode): 0xab5e7b90L
 2012-12-18 11:11:10,925 - INFO - Connected (version 2.0, client OpenSSH_5.5p1)
 2012-12-18 11:11:11,003 - DEBUG - kex 
 algos:['diffie-hellman-group-exchange-sha256', 
 'diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 
 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client 
 encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 
 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijnda...@lysator.liu.se'] server 
 encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 
 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijnda...@lysator.liu.se'] client 
 mac:['hmac-md5', 'hmac-sha1', 'uma...@openssh.com', 'hmac-ripemd160', 
 'hmac-ri...@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server 
 mac:['hmac-md5', 'hmac-sha1', 'uma...@openssh.com', 'hmac-ripemd160', 
 'hmac-ri...@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client 
 compress:['none', 'zl...@openssh.com'] server compress:['none', 
 'zl...@openssh.com'] client lang:[''] server lang:[''] kex follows?False
 2012-12-18 11:11:11,003 - DEBUG - Ciphers agreed: local=aes128-ctr, 
 remote=aes128-ctr
 2012-12-18 11:11:11,004 - DEBUG - using kex diffie-hellman-group1-sha1; 
 server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: 
 local hmac-sha1, remote hmac-sha1; compression: local none, remote none
 2012-12-18 11:11:11,195 - DEBUG - Switch to new keys ...
 2012-12-18 11:11:11,296 - DEBUG - EOF in transport thread 
 
 
 
 -- 
 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...@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: Not able to add git repository

2012-12-18 Thread Shibashish
This does enable the buttons, but on clicking them, nothing happens.

Should i downgrade and use 1.6 instead?

ShiB.
while ( ! ( succeed = try() ) );



On Tue, Dec 18, 2012 at 5:20 PM, Christian Hammond chip...@chipx86.comwrote:

 Okay, I'll try to reproduce this tomorrow and see if I can fix it.

 What you can try for now is to take the Firebug inspector, click on the I
 trust this host button, and remove the disabled attribute. See if that
 works as a workaround.

 Christian


 On Dec 18, 2012, at 3:47 AM, Shibashish shi...@gmail.com wrote:

 Screen Shot 2012-12-18 at 5.11.18 PM.png


 ShiB.
 while ( ! ( succeed = try() ) );



 On Tue, Dec 18, 2012 at 5:15 PM, Shib S shi...@gmail.com wrote:

 On console...
 [prod@myserver ~]$ ps -eaf | grep httpd
 root 28868 1  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28870 28868  0 06:25 ?00:00:01 /usr/sbin/httpd
 prod 28871 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28872 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28873 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28881 28868  0 06:26 ?00:00:00 /usr/sbin/httpd
 prod 28884 28868  0 06:26 ?00:00:00 /usr/sbin/httpd
 prod 29102 28868  0 06:27 ?00:00:01 /usr/sbin/httpd
 prod 30026 29884  0 06:35 pts/000:00:00 grep httpd
 [prod@myserver ~]$ ssh -T g...@github.com
 Hi shibashishs! You've successfully authenticated, but GitHub does not
 provide shell access.

 In browser...
 Use of attributes' specified attribute is deprecated. It always returns
 true.
 [Break On This Error]

 ...,h=h.slice(c.length),c.type=g,c.matches=d);if(!c)break}return
 b?h.length:h?bc.er...

 jquery...c0b0.js (line 2)
 http://reviewb.example.com/static/lib/js/jquery-1.8.2.min.cfa9051cc0b0.js

 Use of attributes' specified attribute is deprecated. It always returns
 true.
 http://reviewb.glam.colo/static/lib/js/jquery-1.8.2.min.cfa9051cc0b0.js
 Line 2



 On Tuesday, 18 December 2012 16:47:19 UTC+5:30, Christian Hammond wrote:

 Can you open your browser's JavaScript debug log, reload the page, try
 again, and see if any errors show up?

 Christian

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



 On Tue, Dec 18, 2012 at 3:15 AM, Shibashish shi...@gmail.com wrote:

  ActivePython-2.7
 CentOS 5.8
 ReviewBoard 1.7

 After adding all the details of the github repository, I am not able to
 click on any button, ie buttons are disabled as shown in the screenshot
 below.


 2012-12-18 11:09:42,489 - DEBUG - EOF in transport thread
 2012-12-18 11:11:10,670 - DEBUG - GitTool: Attempting ssh connection
 with host: github.com, username: git
 2012-12-18 11:11:10,914 - DEBUG - starting thread (client mode):
 0xab5e7b90L
 2012-12-18 11:11:10,925 - INFO - Connected (version 2.0, client
 OpenSSH_5.5p1)
 2012-12-18 11:11:11,003 - DEBUG - kex 
 algos:['diffie-hellman-group-**exchange-sha256',
 'diffie-hellman-group-**exchange-sha1', 'diffie-hellman-group14-sha1',
 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client
 encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256',
 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc',
 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijnda...@lysator.liu.se']
 server encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256',
 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc',
 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijnda...@lysator.liu.se']
 client mac:['hmac-md5', 'hmac-sha1', 'uma...@openssh.com',
 'hmac-ripemd160', 'hmac-ri...@openssh.com', 'hmac-sha1-96',
 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', 'uma...@openssh.com',
 'hmac-ripemd160', 'hmac-ri...@openssh.com', 'hmac-sha1-96',
 'hmac-md5-96'] client compress:['none', 'zl...@openssh.com'] server
 compress:['none', 'zl...@openssh.com'] client lang:[''] server
 lang:[''] kex follows?False
  2012-12-18 11:11:11,003 - DEBUG - Ciphers agreed: local=aes128-ctr,
 remote=aes128-ctr
 2012-12-18 11:11:11,004 - DEBUG - using kex diffie-hellman-group1-sha1;
 server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac:
 local hmac-sha1, remote hmac-sha1; compression: local none, remote none
 2012-12-18 11:11:11,195 - DEBUG - Switch to new keys ...
 2012-12-18 11:11:11,296 - DEBUG - EOF in transport thread

 [image: Inline image 1]

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





 --
 Want to help the Review Board project? Donate today at
 

Re: Not able to add git repository

2012-12-18 Thread Christian Hammond
You can work around this by replacing your $SITEDIR/data/.ssh/known_hosts file 
with one that already authorizes github.com.

If you downgrade, you'll have to use a backup of your database from before the 
upgrade, or a fresh install. You will run into problems if you try to use your 
1.7 database.

Christian



On Dec 18, 2012, at 4:00 AM, Shibashish shi...@gmail.com wrote:

 This does enable the buttons, but on clicking them, nothing happens.
 
 Should i downgrade and use 1.6 instead?
 
 ShiB.
 while ( ! ( succeed = try() ) );
 
 
 
 On Tue, Dec 18, 2012 at 5:20 PM, Christian Hammond chip...@chipx86.com 
 wrote:
 Okay, I'll try to reproduce this tomorrow and see if I can fix it.
 
 What you can try for now is to take the Firebug inspector, click on the I 
 trust this host button, and remove the disabled attribute. See if that 
 works as a workaround.
 
 Christian
 
 
 On Dec 18, 2012, at 3:47 AM, Shibashish shi...@gmail.com wrote:
 
 Screen Shot 2012-12-18 at 5.11.18 PM.png
 
 
 ShiB.
 while ( ! ( succeed = try() ) );
 
 
 
 On Tue, Dec 18, 2012 at 5:15 PM, Shib S shi...@gmail.com wrote:
 On console...
 [prod@myserver ~]$ ps -eaf | grep httpd
 root 28868 1  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28870 28868  0 06:25 ?00:00:01 /usr/sbin/httpd
 prod 28871 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28872 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28873 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28881 28868  0 06:26 ?00:00:00 /usr/sbin/httpd
 prod 28884 28868  0 06:26 ?00:00:00 /usr/sbin/httpd
 prod 29102 28868  0 06:27 ?00:00:01 /usr/sbin/httpd
 prod 30026 29884  0 06:35 pts/000:00:00 grep httpd
 [prod@myserver ~]$ ssh -T g...@github.com
 Hi shibashishs! You've successfully authenticated, but GitHub does not 
 provide shell access.
 
 In browser...
 Use of attributes' specified attribute is deprecated. It always returns true.
 [Break On This Error]
 
 ...,h=h.slice(c.length),c.type=g,c.matches=d);if(!c)break}return 
 b?h.length:h?bc.er...
 
 jquery...c0b0.js (line 2)
 http://reviewb.example.com/static/lib/js/jquery-1.8.2.min.cfa9051cc0b0.js
 
 Use of attributes' specified attribute is deprecated. It always returns true.
 http://reviewb.glam.colo/static/lib/js/jquery-1.8.2.min.cfa9051cc0b0.js
 Line 2
 
 
 
 On Tuesday, 18 December 2012 16:47:19 UTC+5:30, Christian Hammond wrote:
 Can you open your browser's JavaScript debug log, reload the page, try 
 again, and see if any errors show up?
 
 Christian
 
 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com
 
 
 
 On Tue, Dec 18, 2012 at 3:15 AM, Shibashish shi...@gmail.com wrote:
 ActivePython-2.7
 CentOS 5.8
 ReviewBoard 1.7
 
 After adding all the details of the github repository, I am not able to 
 click on any button, ie buttons are disabled as shown in the screenshot 
 below.
 
 
 2012-12-18 11:09:42,489 - DEBUG - EOF in transport thread
 2012-12-18 11:11:10,670 - DEBUG - GitTool: Attempting ssh connection with 
 host: github.com, username: git
 2012-12-18 11:11:10,914 - DEBUG - starting thread (client mode): 0xab5e7b90L
 2012-12-18 11:11:10,925 - INFO - Connected (version 2.0, client 
 OpenSSH_5.5p1)
 2012-12-18 11:11:11,003 - DEBUG - kex 
 algos:['diffie-hellman-group-exchange-sha256', 
 'diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 
 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client 
 encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 
 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijnda...@lysator.liu.se'] server 
 encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 
 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijnda...@lysator.liu.se'] client 
 mac:['hmac-md5', 'hmac-sha1', 'uma...@openssh.com', 'hmac-ripemd160', 
 'hmac-ri...@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server 
 mac:['hmac-md5', 'hmac-sha1', 'uma...@openssh.com', 'hmac-ripemd160', 
 'hmac-ri...@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client 
 compress:['none', 'zl...@openssh.com'] server compress:['none', 
 'zl...@openssh.com'] client lang:[''] server lang:[''] kex follows?False
 2012-12-18 11:11:11,003 - DEBUG - Ciphers agreed: local=aes128-ctr, 
 remote=aes128-ctr
 2012-12-18 11:11:11,004 - DEBUG - using kex diffie-hellman-group1-sha1; 
 server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: 
 local hmac-sha1, remote hmac-sha1; compression: local none, remote none
 2012-12-18 11:11:11,195 - DEBUG - Switch to new keys ...
 2012-12-18 11:11:11,296 - DEBUG - EOF in transport thread 
 
 
 
 -- 
 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/
 

Re: Not able to add git repository

2012-12-18 Thread Christian Hammond
Actually, hold on. How are you configuring GitHub? Are you using the GitHub 
hosting service support in the form, or adding paths manually?

Christian


On Dec 18, 2012, at 3:47 AM, Christian Hammond chip...@chipx86.com wrote:

 Hmm, that's a bit hard to read. Can you take a screenshot of the browser 
 window, console and all?
 
 It's almost 4AM here, so I'll be sleeping momentarily, but can look into it 
 more in the morning.
 
 Christian
 
 
 On Dec 18, 2012, at 3:45 AM, Shib S shi...@gmail.com wrote:
 
 On console...
 [prod@myserver ~]$ ps -eaf | grep httpd
 root 28868 1  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28870 28868  0 06:25 ?00:00:01 /usr/sbin/httpd
 prod 28871 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28872 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28873 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28881 28868  0 06:26 ?00:00:00 /usr/sbin/httpd
 prod 28884 28868  0 06:26 ?00:00:00 /usr/sbin/httpd
 prod 29102 28868  0 06:27 ?00:00:01 /usr/sbin/httpd
 prod 30026 29884  0 06:35 pts/000:00:00 grep httpd
 [prod@myserver ~]$ ssh -T g...@github.com
 Hi shibashishs! You've successfully authenticated, but GitHub does not 
 provide shell access.
 
 In browser...
 Use of attributes' specified attribute is deprecated. It always returns true.
 [Break On This Error]
 
 ...,h=h.slice(c.length),c.type=g,c.matches=d);if(!c)break}return 
 b?h.length:h?bc.er...
 
 jquery...c0b0.js (line 2)
 http://reviewb.example.com/static/lib/js/jquery-1.8.2.min.cfa9051cc0b0.js
 
 Use of attributes' specified attribute is deprecated. It always returns true.
 http://reviewb.glam.colo/static/lib/js/jquery-1.8.2.min.cfa9051cc0b0.js
 Line 2
 
 
 
 On Tuesday, 18 December 2012 16:47:19 UTC+5:30, Christian Hammond wrote:
 Can you open your browser's JavaScript debug log, reload the page, try 
 again, and see if any errors show up?
 
 Christian
 
 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com
 
 
 
 On Tue, Dec 18, 2012 at 3:15 AM, Shibashish shi...@gmail.com wrote:
 ActivePython-2.7
 CentOS 5.8
 ReviewBoard 1.7
 
 After adding all the details of the github repository, I am not able to 
 click on any button, ie buttons are disabled as shown in the screenshot 
 below.
 
 
 2012-12-18 11:09:42,489 - DEBUG - EOF in transport thread
 2012-12-18 11:11:10,670 - DEBUG - GitTool: Attempting ssh connection with 
 host: github.com, username: git
 2012-12-18 11:11:10,914 - DEBUG - starting thread (client mode): 0xab5e7b90L
 2012-12-18 11:11:10,925 - INFO - Connected (version 2.0, client 
 OpenSSH_5.5p1)
 2012-12-18 11:11:11,003 - DEBUG - kex 
 algos:['diffie-hellman-group-exchange-sha256', 
 'diffie-hellman-group-exchange-sha1', 'diffie-hellman-group14-sha1', 
 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client 
 encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 
 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijnda...@lysator.liu.se'] server 
 encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256', 
 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 
 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijnda...@lysator.liu.se'] client 
 mac:['hmac-md5', 'hmac-sha1', 'uma...@openssh.com', 'hmac-ripemd160', 
 'hmac-ri...@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] server 
 mac:['hmac-md5', 'hmac-sha1', 'uma...@openssh.com', 'hmac-ripemd160', 
 'hmac-ri...@openssh.com', 'hmac-sha1-96', 'hmac-md5-96'] client 
 compress:['none', 'zl...@openssh.com'] server compress:['none', 
 'zl...@openssh.com'] client lang:[''] server lang:[''] kex follows?False
 2012-12-18 11:11:11,003 - DEBUG - Ciphers agreed: local=aes128-ctr, 
 remote=aes128-ctr
 2012-12-18 11:11:11,004 - DEBUG - using kex diffie-hellman-group1-sha1; 
 server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac: 
 local hmac-sha1, remote hmac-sha1; compression: local none, remote none
 2012-12-18 11:11:11,195 - DEBUG - Switch to new keys ...
 2012-12-18 11:11:11,296 - DEBUG - EOF in transport thread 
 
 
 
 -- 
 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...@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 
 

Re: Not able to add git repository

2012-12-18 Thread Shibashish
Yes, using Github. I am adding the service details in the form.

ShiB.
while ( ! ( succeed = try() ) );



On Tue, Dec 18, 2012 at 5:38 PM, Christian Hammond chip...@chipx86.comwrote:

 Actually, hold on. How are you configuring GitHub? Are you using the
 GitHub hosting service support in the form, or adding paths manually?

 Christian


 On Dec 18, 2012, at 3:47 AM, Christian Hammond chip...@chipx86.com
 wrote:

 Hmm, that's a bit hard to read. Can you take a screenshot of the browser
 window, console and all?

 It's almost 4AM here, so I'll be sleeping momentarily, but can look into
 it more in the morning.

 Christian


 On Dec 18, 2012, at 3:45 AM, Shib S shi...@gmail.com wrote:

 On console...
 [prod@myserver ~]$ ps -eaf | grep httpd
 root 28868 1  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28870 28868  0 06:25 ?00:00:01 /usr/sbin/httpd
 prod 28871 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28872 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28873 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28881 28868  0 06:26 ?00:00:00 /usr/sbin/httpd
 prod 28884 28868  0 06:26 ?00:00:00 /usr/sbin/httpd
 prod 29102 28868  0 06:27 ?00:00:01 /usr/sbin/httpd
 prod 30026 29884  0 06:35 pts/000:00:00 grep httpd
 [prod@myserver ~]$ ssh -T g...@github.com
 Hi shibashishs! You've successfully authenticated, but GitHub does not
 provide shell access.

 In browser...
 Use of attributes' specified attribute is deprecated. It always returns
 true.
 [Break On This Error]

 ...,h=h.slice(c.length),c.type=g,c.matches=d);if(!c)break}return
 b?h.length:h?bc.er...

 jquery...c0b0.js (line 2)
 http://reviewb.example.com/static/lib/js/jquery-1.8.2.min.cfa9051cc0b0.js

 Use of attributes' specified attribute is deprecated. It always returns
 true.
 http://reviewb.glam.colo/static/lib/js/jquery-1.8.2.min.cfa9051cc0b0.js
 Line 2



 On Tuesday, 18 December 2012 16:47:19 UTC+5:30, Christian Hammond wrote:

 Can you open your browser's JavaScript debug log, reload the page, try
 again, and see if any errors show up?

 Christian

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



 On Tue, Dec 18, 2012 at 3:15 AM, Shibashish shi...@gmail.com wrote:

 ActivePython-2.7
 CentOS 5.8
 ReviewBoard 1.7

 After adding all the details of the github repository, I am not able to
 click on any button, ie buttons are disabled as shown in the screenshot
 below.


 2012-12-18 11:09:42,489 - DEBUG - EOF in transport thread
 2012-12-18 11:11:10,670 - DEBUG - GitTool: Attempting ssh connection
 with host: github.com, username: git
 2012-12-18 11:11:10,914 - DEBUG - starting thread (client mode):
 0xab5e7b90L
 2012-12-18 11:11:10,925 - INFO - Connected (version 2.0, client
 OpenSSH_5.5p1)
 2012-12-18 11:11:11,003 - DEBUG - kex 
 algos:['diffie-hellman-group-**exchange-sha256',
 'diffie-hellman-group-**exchange-sha1', 'diffie-hellman-group14-sha1',
 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client
 encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256',
 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc',
 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijnda...@lysator.liu.se']
 server encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256',
 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc',
 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijnda...@lysator.liu.se']
 client mac:['hmac-md5', 'hmac-sha1', 'uma...@openssh.com',
 'hmac-ripemd160', 'hmac-ri...@openssh.com', 'hmac-sha1-96',
 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', 'uma...@openssh.com',
 'hmac-ripemd160', 'hmac-ri...@openssh.com', 'hmac-sha1-96',
 'hmac-md5-96'] client compress:['none', 'zl...@openssh.com'] server
 compress:['none', 'zl...@openssh.com'] client lang:[''] server
 lang:[''] kex follows?False
 2012-12-18 11:11:11,003 - DEBUG - Ciphers agreed: local=aes128-ctr,
 remote=aes128-ctr
 2012-12-18 11:11:11,004 - DEBUG - using kex diffie-hellman-group1-sha1;
 server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac:
 local hmac-sha1, remote hmac-sha1; compression: local none, remote none
 2012-12-18 11:11:11,195 - DEBUG - Switch to new keys ...
 2012-12-18 11:11:11,296 - DEBUG - EOF in transport thread

 [image: Inline image 1]

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





 --
 Want to help the Review Board project? Donate today at
 

Re: Not able to add git repository

2012-12-18 Thread Shibashish
Was able to submit the form after a web-developer helped me. Saw that
$SITEDIR/data/.ssh/known_hosts
was updated. This seems to be working now, thanks Chris !

ShiB.
while ( ! ( succeed = try() ) );



On Tue, Dec 18, 2012 at 5:39 PM, Shibashish shi...@gmail.com wrote:

 Yes, using Github. I am adding the service details in the form.

 ShiB.
 while ( ! ( succeed = try() ) );



 On Tue, Dec 18, 2012 at 5:38 PM, Christian Hammond chip...@chipx86.comwrote:

 Actually, hold on. How are you configuring GitHub? Are you using the
 GitHub hosting service support in the form, or adding paths manually?

 Christian


 On Dec 18, 2012, at 3:47 AM, Christian Hammond chip...@chipx86.com
 wrote:

 Hmm, that's a bit hard to read. Can you take a screenshot of the browser
 window, console and all?

 It's almost 4AM here, so I'll be sleeping momentarily, but can look into
 it more in the morning.

 Christian


 On Dec 18, 2012, at 3:45 AM, Shib S shi...@gmail.com wrote:

 On console...
 [prod@myserver ~]$ ps -eaf | grep httpd
 root 28868 1  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28870 28868  0 06:25 ?00:00:01 /usr/sbin/httpd
 prod 28871 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28872 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28873 28868  0 06:25 ?00:00:00 /usr/sbin/httpd
 prod 28881 28868  0 06:26 ?00:00:00 /usr/sbin/httpd
 prod 28884 28868  0 06:26 ?00:00:00 /usr/sbin/httpd
 prod 29102 28868  0 06:27 ?00:00:01 /usr/sbin/httpd
 prod 30026 29884  0 06:35 pts/000:00:00 grep httpd
 [prod@myserver ~]$ ssh -T g...@github.com
 Hi shibashishs! You've successfully authenticated, but GitHub does not
 provide shell access.

 In browser...
 Use of attributes' specified attribute is deprecated. It always returns
 true.
 [Break On This Error]

 ...,h=h.slice(c.length),c.type=g,c.matches=d);if(!c)break}return
 b?h.length:h?bc.er...

 jquery...c0b0.js (line 2)
 http://reviewb.example.com/static/lib/js/jquery-1.8.2.min.cfa9051cc0b0.js

 Use of attributes' specified attribute is deprecated. It always returns
 true.
 http://reviewb.glam.colo/static/lib/js/jquery-1.8.2.min.cfa9051cc0b0.js
 Line 2



 On Tuesday, 18 December 2012 16:47:19 UTC+5:30, Christian Hammond wrote:

 Can you open your browser's JavaScript debug log, reload the page, try
 again, and see if any errors show up?

 Christian

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



 On Tue, Dec 18, 2012 at 3:15 AM, Shibashish shi...@gmail.com wrote:

 ActivePython-2.7
 CentOS 5.8
 ReviewBoard 1.7

 After adding all the details of the github repository, I am not able to
 click on any button, ie buttons are disabled as shown in the screenshot
 below.


 2012-12-18 11:09:42,489 - DEBUG - EOF in transport thread
 2012-12-18 11:11:10,670 - DEBUG - GitTool: Attempting ssh connection
 with host: github.com, username: git
 2012-12-18 11:11:10,914 - DEBUG - starting thread (client mode):
 0xab5e7b90L
 2012-12-18 11:11:10,925 - INFO - Connected (version 2.0, client
 OpenSSH_5.5p1)
 2012-12-18 11:11:11,003 - DEBUG - kex 
 algos:['diffie-hellman-group-**exchange-sha256',
 'diffie-hellman-group-**exchange-sha1', 'diffie-hellman-group14-sha1',
 'diffie-hellman-group1-sha1'] server key:['ssh-rsa', 'ssh-dss'] client
 encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256',
 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc',
 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijnda...@lysator.liu.se']
 server encrypt:['aes128-ctr', 'aes192-ctr', 'aes256-ctr', 'arcfour256',
 'arcfour128', 'aes128-cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc',
 'aes192-cbc', 'aes256-cbc', 'arcfour', 'rijnda...@lysator.liu.se']
 client mac:['hmac-md5', 'hmac-sha1', 'uma...@openssh.com',
 'hmac-ripemd160', 'hmac-ri...@openssh.com', 'hmac-sha1-96',
 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', 'uma...@openssh.com',
 'hmac-ripemd160', 'hmac-ri...@openssh.com', 'hmac-sha1-96',
 'hmac-md5-96'] client compress:['none', 'zl...@openssh.com'] server
 compress:['none', 'zl...@openssh.com'] client lang:[''] server
 lang:[''] kex follows?False
 2012-12-18 11:11:11,003 - DEBUG - Ciphers agreed: local=aes128-ctr,
 remote=aes128-ctr
 2012-12-18 11:11:11,004 - DEBUG - using kex diffie-hellman-group1-sha1;
 server key type ssh-rsa; cipher: local aes128-ctr, remote aes128-ctr; mac:
 local hmac-sha1, remote hmac-sha1; compression: local none, remote none
 2012-12-18 11:11:11,195 - DEBUG - Switch to new keys ...
 2012-12-18 11:11:11,296 - DEBUG - EOF in transport thread

 [image: Inline image 1]

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/**donate/http://www.reviewboard.org/donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**users/http://www.reviewboard.org/users/
 -~--~~~~--**~~--~--~---
 To unsubscribe from this group, send