Re: [sage-devel] Re: Trac Authentication error

2016-06-27 Thread Dima Pasechnik


On Monday, June 27, 2016 at 8:43:03 AM UTC+1, Erik Bray wrote:
>
> On Jun 25, 2016 13:13, "Dima Pasechnik" > 
> wrote:
> >
> > Please install the latest update of git-trac.
> > Note e.g. that " realm sage.math.washington.edu" is certainly incorrect 
> in your log.
>
> This realm is correct. It was the original URL of the Trac site and the 
> password file had been carried over from it for years. The realm is used as 
> part of the hash I think so it has to be kept the same. 
>
> It would be good to change this. That will require everyone to reset their 
> passwords but that's fine anyways (especially considering how long the Trac 
> site was allowing authentication over HTTP)
>

Would it be possible to get some kind of passwords resetting via email 
(something that never worked for Sage's trac or wiki, AFAIK)?


> On Saturday, June 25, 2016 at 12:07:01 PM UTC+1, jhonrubia6 wrote:
> >>
> >> After the move of the trac server I get authentication errors when 
> using git trac commands. For example, after 
> >>
> >> git trac config
> >>
> >> I get
> >>
> >> Trac xmlrpc URL:
> >>
> >>
> >> http://trac.sagemath.org/xmlrpc (anonymous)
> >>
> >>
> >> http://trac.sagemath.org/login/xmlrpc (authenticated)
> >>
> >>
> >> realm sage.math.washington.edu
> >>
> >>
> >> Username:**
> >>
> >>
> >> Password:*
> >>
> >>
> >> Retrieving SSH keys...
> >>
> >>
> >> Traceback (most recent call last):
> >>
> >>
> >>   File "/Users/J_Honrubia/Sage/git-trac-command/bin/git-trac", line 18, 
> in 
> >>
> >>
> >> cmdline.launch()
> >>
> >>
> >>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/cmdline.py", 
> line 252, in launch
> >>
> >>
> >> app.print_config()
> >>
> >>
> >>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/app.py", line 
> 349, in print_config
> >>
> >>
> >> for key in self.trac.get_ssh_fingerprints():
> >>
> >>
> >>   File 
> "/Users/J_Honrubia/Sage/git-trac-command/git_trac/trac_server.py", line 88, 
> in get_ssh_fingerprints
> >>
> >>
> >> for key in self.get_ssh_keys():
> >>
> >>
> >>   File 
> "/Users/J_Honrubia/Sage/git-trac-command/git_trac/trac_server.py", line 79, 
> in get_ssh_keys
> >>
> >>
> >> return self.authenticated_proxy.sshkeys.getkeys()
> >>
> >>
> >>   File 
> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py",
>  
> line 1240, in __call__
> >>
> >>
> >> return self.__send(self.__name, args)
> >>
> >>
> >>   File 
> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py",
>  
> line 1599, in __request
> >>
> >>
> >> verbose=self.__verbose
> >>
> >>
> >>   File 
> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py",
>  
> line 1280, in request
> >>
> >>
> >> return self.single_request(host, handler, request_body, verbose)
> >>
> >>
> >>   File 
> "/Users/J_Honrubia/Sage/git-trac-command/git_trac/digest_transport_py2.py", 
> line 134, in single_request
> >>
> >>
> >> raise TracAuthenticationError()
> >>
> >>
> >> git_trac.trac_error.TracAuthenticationError: Authentication with trac 
> server failed.
> >>
> >>
> >> (obviously user and pass has been edited)
> >> Do I have to reinstall the git-trac command to make it work or I have 
> to tweak my rsa files?
> >>
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups "sage-devel" group.
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to sage-devel+...@googlegroups.com .
> > To post to this group, send email to sage-...@googlegroups.com 
> .
> > Visit this group at https://groups.google.com/group/sage-devel.
> > For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-devel] Re: Trac Authentication error

2016-06-27 Thread Erik Bray
On Jun 25, 2016 13:13, "Dima Pasechnik"  wrote:
>
> Please install the latest update of git-trac.
> Note e.g. that " realm sage.math.washington.edu" is certainly incorrect
in your log.

This realm is correct. It was the original URL of the Trac site and the
password file had been carried over from it for years. The realm is used as
part of the hash I think so it has to be kept the same.

It would be good to change this. That will require everyone to reset their
passwords but that's fine anyways (especially considering how long the Trac
site was allowing authentication over HTTP)

> On Saturday, June 25, 2016 at 12:07:01 PM UTC+1, jhonrubia6 wrote:
>>
>> After the move of the trac server I get authentication errors when using
git trac commands. For example, after
>>
>> git trac config
>>
>> I get
>>
>> Trac xmlrpc URL:
>>
>>
>> http://trac.sagemath.org/xmlrpc (anonymous)
>>
>>
>> http://trac.sagemath.org/login/xmlrpc (authenticated)
>>
>>
>> realm sage.math.washington.edu
>>
>>
>> Username:**
>>
>>
>> Password:*
>>
>>
>> Retrieving SSH keys...
>>
>>
>> Traceback (most recent call last):
>>
>>
>>   File "/Users/J_Honrubia/Sage/git-trac-command/bin/git-trac", line 18,
in 
>>
>>
>> cmdline.launch()
>>
>>
>>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/cmdline.py",
line 252, in launch
>>
>>
>> app.print_config()
>>
>>
>>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/app.py", line
349, in print_config
>>
>>
>> for key in self.trac.get_ssh_fingerprints():
>>
>>
>>   File
"/Users/J_Honrubia/Sage/git-trac-command/git_trac/trac_server.py", line 88,
in get_ssh_fingerprints
>>
>>
>> for key in self.get_ssh_keys():
>>
>>
>>   File
"/Users/J_Honrubia/Sage/git-trac-command/git_trac/trac_server.py", line 79,
in get_ssh_keys
>>
>>
>> return self.authenticated_proxy.sshkeys.getkeys()
>>
>>
>>   File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py",
line 1240, in __call__
>>
>>
>> return self.__send(self.__name, args)
>>
>>
>>   File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py",
line 1599, in __request
>>
>>
>> verbose=self.__verbose
>>
>>
>>   File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py",
line 1280, in request
>>
>>
>> return self.single_request(host, handler, request_body, verbose)
>>
>>
>>   File
"/Users/J_Honrubia/Sage/git-trac-command/git_trac/digest_transport_py2.py",
line 134, in single_request
>>
>>
>> raise TracAuthenticationError()
>>
>>
>> git_trac.trac_error.TracAuthenticationError: Authentication with trac
server failed.
>>
>>
>> (obviously user and pass has been edited)
>> Do I have to reinstall the git-trac command to make it work or I have to
tweak my rsa files?
>>
> --
> You received this message because you are subscribed to the Google Groups
"sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
email to sage-devel+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-devel@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-devel.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Re: Trac Authentication error

2016-06-26 Thread Volker Braun
Then your password is just incorrect. Try it at 
https://trac.sagemath.org/login/xmlrpc




On Sunday, June 26, 2016 at 12:12:30 PM UTC+2, jhonrubia6 wrote:
>
> Volker, I checked that, same error. I also tested the authentication with 
>
> OnoSendaiII:sage J_Honrubia$ ssh g...@trac.sagemath.org info
>
> hello jhonrubia6, this is git@trac running gitolite3 3.5.3.1-2 (Debian) on 
> git 1.9.1
>
>
>
>  R Wsage
>
>
> So the authentication seems ok. There must be something with my trac 
> config...
>
> El domingo, 26 de junio de 2016, 0:31:39 (UTC+2), Volker Braun escribió:
>>
>> The realm is correct.
>>
>> Are you sure that you are executing the right git-trac script? Use 
>> /path/to/git-trac config to be sure you aren't using an old version in your 
>> PATH
>>
>>
>>
>> On Saturday, June 25, 2016 at 1:07:01 PM UTC+2, jhonrubia6 wrote:
>>>
>>> After the move of the trac server I get authentication errors when using 
>>> git trac commands. For example, after 
>>>
>>> git trac config
>>> I get
>>>
>>> Trac xmlrpc URL:
>>>
>>> http://trac.sagemath.org/xmlrpc (anonymous)
>>>
>>> http://trac.sagemath.org/login/xmlrpc (authenticated)
>>>
>>> realm sage.math.washington.edu
>>>
>>> Username:**
>>>
>>> Password:*
>>>
>>> Retrieving SSH keys...
>>>
>>> Traceback (most recent call last):
>>>
>>>   File "/Users/J_Honrubia/Sage/git-trac-command/bin/git-trac", line 18, 
>>> in 
>>>
>>> cmdline.launch()
>>>
>>>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/cmdline.py", 
>>> line 252, in launch
>>>
>>> app.print_config()
>>>
>>>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/app.py", line 
>>> 349, in print_config
>>>
>>> for key in self.trac.get_ssh_fingerprints():
>>>
>>>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/trac_server.py"
>>> , line 88, in get_ssh_fingerprints
>>>
>>> for key in self.get_ssh_keys():
>>>
>>>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/trac_server.py"
>>> , line 79, in get_ssh_keys
>>>
>>> return self.authenticated_proxy.sshkeys.getkeys()
>>>
>>>   File 
>>> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py"
>>> , line 1240, in __call__
>>>
>>> return self.__send(self.__name, args)
>>>
>>>   File 
>>> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py"
>>> , line 1599, in __request
>>>
>>> verbose=self.__verbose
>>>
>>>   File 
>>> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py"
>>> , line 1280, in request
>>>
>>> return self.single_request(host, handler, request_body, verbose)
>>>
>>>   File 
>>> "/Users/J_Honrubia/Sage/git-trac-command/git_trac/digest_transport_py2.py"
>>> , line 134, in single_request
>>>
>>> raise TracAuthenticationError()
>>>
>>> git_trac.trac_error.TracAuthenticationError: Authentication with trac 
>>> server failed.
>>>
>>> (obviously user and pass has been edited)
>>> Do I have to reinstall the git-trac command to make it work or I have to 
>>> tweak my rsa files?
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Re: Trac Authentication error

2016-06-26 Thread jhonrubia6
Volker, I checked that, same error. I also tested the authentication with 

OnoSendaiII:sage J_Honrubia$ ssh g...@trac.sagemath.org info

hello jhonrubia6, this is git@trac running gitolite3 3.5.3.1-2 (Debian) on git 
1.9.1



 R Wsage


So the authentication seems ok. There must be something with my trac 
config...

El domingo, 26 de junio de 2016, 0:31:39 (UTC+2), Volker Braun escribió:
>
> The realm is correct.
>
> Are you sure that you are executing the right git-trac script? Use 
> /path/to/git-trac config to be sure you aren't using an old version in your 
> PATH
>
>
>
> On Saturday, June 25, 2016 at 1:07:01 PM UTC+2, jhonrubia6 wrote:
>>
>> After the move of the trac server I get authentication errors when using 
>> git trac commands. For example, after 
>>
>> git trac config
>> I get
>>
>> Trac xmlrpc URL:
>>
>> http://trac.sagemath.org/xmlrpc (anonymous)
>>
>> http://trac.sagemath.org/login/xmlrpc (authenticated)
>>
>> realm sage.math.washington.edu
>>
>> Username:**
>>
>> Password:*
>>
>> Retrieving SSH keys...
>>
>> Traceback (most recent call last):
>>
>>   File "/Users/J_Honrubia/Sage/git-trac-command/bin/git-trac", line 18, 
>> in 
>>
>> cmdline.launch()
>>
>>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/cmdline.py", 
>> line 252, in launch
>>
>> app.print_config()
>>
>>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/app.py", line 
>> 349, in print_config
>>
>> for key in self.trac.get_ssh_fingerprints():
>>
>>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/trac_server.py", 
>> line 88, in get_ssh_fingerprints
>>
>> for key in self.get_ssh_keys():
>>
>>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/trac_server.py", 
>> line 79, in get_ssh_keys
>>
>> return self.authenticated_proxy.sshkeys.getkeys()
>>
>>   File 
>> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py"
>> , line 1240, in __call__
>>
>> return self.__send(self.__name, args)
>>
>>   File 
>> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py"
>> , line 1599, in __request
>>
>> verbose=self.__verbose
>>
>>   File 
>> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py"
>> , line 1280, in request
>>
>> return self.single_request(host, handler, request_body, verbose)
>>
>>   File 
>> "/Users/J_Honrubia/Sage/git-trac-command/git_trac/digest_transport_py2.py"
>> , line 134, in single_request
>>
>> raise TracAuthenticationError()
>>
>> git_trac.trac_error.TracAuthenticationError: Authentication with trac 
>> server failed.
>>
>> (obviously user and pass has been edited)
>> Do I have to reinstall the git-trac command to make it work or I have to 
>> tweak my rsa files?
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Re: Trac Authentication error

2016-06-25 Thread Volker Braun
The realm is correct.

Are you sure that you are executing the right git-trac script? Use 
/path/to/git-trac config to be sure you aren't using an old version in your 
PATH



On Saturday, June 25, 2016 at 1:07:01 PM UTC+2, jhonrubia6 wrote:
>
> After the move of the trac server I get authentication errors when using 
> git trac commands. For example, after 
>
> git trac config
> I get
>
> Trac xmlrpc URL:
>
> http://trac.sagemath.org/xmlrpc (anonymous)
>
> http://trac.sagemath.org/login/xmlrpc (authenticated)
>
> realm sage.math.washington.edu
>
> Username:**
>
> Password:*
>
> Retrieving SSH keys...
>
> Traceback (most recent call last):
>
>   File "/Users/J_Honrubia/Sage/git-trac-command/bin/git-trac", line 18, in 
> 
>
> cmdline.launch()
>
>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/cmdline.py", 
> line 252, in launch
>
> app.print_config()
>
>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/app.py", line 349
> , in print_config
>
> for key in self.trac.get_ssh_fingerprints():
>
>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/trac_server.py", 
> line 88, in get_ssh_fingerprints
>
> for key in self.get_ssh_keys():
>
>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/trac_server.py", 
> line 79, in get_ssh_keys
>
> return self.authenticated_proxy.sshkeys.getkeys()
>
>   File 
> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py"
> , line 1240, in __call__
>
> return self.__send(self.__name, args)
>
>   File 
> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py"
> , line 1599, in __request
>
> verbose=self.__verbose
>
>   File 
> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py"
> , line 1280, in request
>
> return self.single_request(host, handler, request_body, verbose)
>
>   File 
> "/Users/J_Honrubia/Sage/git-trac-command/git_trac/digest_transport_py2.py"
> , line 134, in single_request
>
> raise TracAuthenticationError()
>
> git_trac.trac_error.TracAuthenticationError: Authentication with trac 
> server failed.
>
> (obviously user and pass has been edited)
> Do I have to reinstall the git-trac command to make it work or I have to 
> tweak my rsa files?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Re: Trac Authentication error

2016-06-25 Thread Dima Pasechnik
Do you have ssh keys uploaded on the trac?
This is something that git trac will not do for you, according 
to 
http://github.com/sagemath/git-trac-command/raw/master/doc/git-cheat-sheet.pdf


On Saturday, June 25, 2016 at 4:02:29 PM UTC+1, jhonrubia6 wrote:
>
> Please install the latest update of git-trac.
>> Note e.g. that " realm sage.math.washington.edu" is certainly incorrect 
>> in your log.
>
> I have done that 
>
> git clone https://github.com/sagemath/git-trac-command.git
>
>
>  but I still get the realm sage.math.washington.edu when executing 
> git trac config
>
> Updated package is at https://trac.sagemath.org/ticket/20880
>
>
> I have modified both files (build/pkgs/git_trac/checksums.ini 
> 
>  and build/pkgs/git_trac/package-version.txt 
> )
>  
> but still get the same authentication error. Do I have to rebuild?
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Re: Trac Authentication error

2016-06-25 Thread jhonrubia6


Please install the latest update of git-trac.
> Note e.g. that " realm sage.math.washington.edu" is certainly incorrect 
> in your log.

I have done that 

git clone https://github.com/sagemath/git-trac-command.git


 but I still get the realm sage.math.washington.edu when executing 
git trac config

Updated package is at https://trac.sagemath.org/ticket/20880


I have modified both files (build/pkgs/git_trac/checksums.ini 

 and build/pkgs/git_trac/package-version.txt 
)
 
but still get the same authentication error. Do I have to rebuild?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Re: Trac Authentication error

2016-06-25 Thread Volker Braun
Updated package is at https://trac.sagemath.org/ticket/20880

On Saturday, June 25, 2016 at 1:13:50 PM UTC+2, Dima Pasechnik wrote:
>
> Please install the latest update of git-trac.
> Note e.g. that " realm sage.math.washington.edu" is certainly incorrect 
> in your log.
>
> On Saturday, June 25, 2016 at 12:07:01 PM UTC+1, jhonrubia6 wrote:
>>
>> After the move of the trac server I get authentication errors when using 
>> git trac commands. For example, after 
>>
>> git trac config
>> I get
>>
>> Trac xmlrpc URL:
>>
>> http://trac.sagemath.org/xmlrpc (anonymous)
>>
>> http://trac.sagemath.org/login/xmlrpc (authenticated)
>>
>> realm sage.math.washington.edu
>>
>> Username:**
>>
>> Password:*
>>
>> Retrieving SSH keys...
>>
>> Traceback (most recent call last):
>>
>>   File "/Users/J_Honrubia/Sage/git-trac-command/bin/git-trac", line 18, 
>> in 
>>
>> cmdline.launch()
>>
>>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/cmdline.py", 
>> line 252, in launch
>>
>> app.print_config()
>>
>>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/app.py", line 
>> 349, in print_config
>>
>> for key in self.trac.get_ssh_fingerprints():
>>
>>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/trac_server.py", 
>> line 88, in get_ssh_fingerprints
>>
>> for key in self.get_ssh_keys():
>>
>>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/trac_server.py", 
>> line 79, in get_ssh_keys
>>
>> return self.authenticated_proxy.sshkeys.getkeys()
>>
>>   File 
>> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py"
>> , line 1240, in __call__
>>
>> return self.__send(self.__name, args)
>>
>>   File 
>> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py"
>> , line 1599, in __request
>>
>> verbose=self.__verbose
>>
>>   File 
>> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py"
>> , line 1280, in request
>>
>> return self.single_request(host, handler, request_body, verbose)
>>
>>   File 
>> "/Users/J_Honrubia/Sage/git-trac-command/git_trac/digest_transport_py2.py"
>> , line 134, in single_request
>>
>> raise TracAuthenticationError()
>>
>> git_trac.trac_error.TracAuthenticationError: Authentication with trac 
>> server failed.
>>
>> (obviously user and pass has been edited)
>> Do I have to reinstall the git-trac command to make it work or I have to 
>> tweak my rsa files?
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Re: Trac Authentication error

2016-06-25 Thread Dima Pasechnik
Please install the latest update of git-trac.
Note e.g. that " realm sage.math.washington.edu" is certainly incorrect in 
your log.

On Saturday, June 25, 2016 at 12:07:01 PM UTC+1, jhonrubia6 wrote:
>
> After the move of the trac server I get authentication errors when using 
> git trac commands. For example, after 
>
> git trac config
> I get
>
> Trac xmlrpc URL:
>
> http://trac.sagemath.org/xmlrpc (anonymous)
>
> http://trac.sagemath.org/login/xmlrpc (authenticated)
>
> realm sage.math.washington.edu
>
> Username:**
>
> Password:*
>
> Retrieving SSH keys...
>
> Traceback (most recent call last):
>
>   File "/Users/J_Honrubia/Sage/git-trac-command/bin/git-trac", line 18, in 
> 
>
> cmdline.launch()
>
>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/cmdline.py", 
> line 252, in launch
>
> app.print_config()
>
>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/app.py", line 349
> , in print_config
>
> for key in self.trac.get_ssh_fingerprints():
>
>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/trac_server.py", 
> line 88, in get_ssh_fingerprints
>
> for key in self.get_ssh_keys():
>
>   File "/Users/J_Honrubia/Sage/git-trac-command/git_trac/trac_server.py", 
> line 79, in get_ssh_keys
>
> return self.authenticated_proxy.sshkeys.getkeys()
>
>   File 
> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py"
> , line 1240, in __call__
>
> return self.__send(self.__name, args)
>
>   File 
> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py"
> , line 1599, in __request
>
> verbose=self.__verbose
>
>   File 
> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py"
> , line 1280, in request
>
> return self.single_request(host, handler, request_body, verbose)
>
>   File 
> "/Users/J_Honrubia/Sage/git-trac-command/git_trac/digest_transport_py2.py"
> , line 134, in single_request
>
> raise TracAuthenticationError()
>
> git_trac.trac_error.TracAuthenticationError: Authentication with trac 
> server failed.
>
> (obviously user and pass has been edited)
> Do I have to reinstall the git-trac command to make it work or I have to 
> tweak my rsa files?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.