Re: [sage-devel] git port blocked

2015-07-23 Thread William Stein
It should be fixed now. On Thursday, July 23, 2015, mmarco wrote: > Also, the https version of trac.sagemath.org does not work. > > I guess that points to a problem with SSL/TLS > > El jueves, 23 de julio de 2015, 15:32:02 (UTC+2), Jori Mäntysalo escribió: >> >> On Thu, 23 Jul 2015, Jan Keitel w

Re: [sage-devel] Re: git port blocked

2015-07-23 Thread William Stein
Hi, This is probably caused by the UW firewall. Typically when one requests a change, they make the requested change, then come back a day later and make some *other* non-requested change that totally breaks things. Yep, this is usually what happens. It's kind of weird, and I think what happened

Re: [sage-devel] Re: git port blocked

2015-07-23 Thread mmarco
Also, the https version of trac.sagemath.org does not work. I guess that points to a problem with SSL/TLS El jueves, 23 de julio de 2015, 15:32:02 (UTC+2), Jori Mäntysalo escribió: > > On Thu, 23 Jul 2015, Jan Keitel wrote: > > > Same here: > > jkeitel@pcl337b:~/sage/sage> git pull trac develop

Re: [sage-devel] Re: git port blocked

2015-07-23 Thread Jori Mäntysalo
On Thu, 23 Jul 2015, Jan Keitel wrote: Same here: jkeitel@pcl337b:~/sage/sage> git pull trac develop ssh: connect to host trac.sagemath.org port : Connection timed out fatal: Could not read from remote repository. I am also not able to pull anything, but was able to push few lines of code

[sage-devel] Re: git port blocked

2015-07-23 Thread Jan Keitel
Same here: jkeitel@pcl337b:~/sage/sage> git pull trac develop ssh: connect to host trac.sagemath.org port : Connection timed out fatal: Could not read from remote repository. Am Donnerstag, 23. Juli 2015 13:23:34 UTC+2 schrieb Jeroen Demeyer: > > On my machine, "git fetch" no longer works an

[sage-devel] git port blocked

2015-07-23 Thread Jeroen Demeyer
On my machine, "git fetch" no longer works and the problem looks to be that the git port is firewalled: $ git fetch fatal: unable to connect to trac.sagemath.org: trac.sagemath.org[0: 128.208.160.253]: errno=Connection timed out $ strace git fetch [...] connect(34, {sa_family=AF_INET, sin_port

Re: [sage-devel] Re: Pictures in documentation

2015-07-23 Thread Vincent Knight
There is also http://trac.sagemath.org/ticket/18003 which is being worked on and has images of fully packed loops. I thought it looked good :) We'll also be included some more images on some upcoming game theory tickets. On Thu, Jul 23, 2015 at 11:28 AM Eric Gourgoulhon wrote: > Hi, > > > Le m

[sage-devel] Re: Pictures in documentation

2015-07-23 Thread Eric Gourgoulhon
Hi, Le mardi 21 juillet 2015 11:40:10 UTC+2, Jori Mäntysalo a écrit : > > http://trac.sagemath.org/ticket/18932 > > This is first example of ..PLOT used (if not counting what Nathann made > when he implemented this feature). Another example is the documentation of the functions plot() of coord

Re: [sage-devel] Re: package: bzip2-1.0.6.20140317 failed to build

2015-07-23 Thread Jori Mäntysalo
On Wed, 22 Jul 2015, Volker Braun wrote: My guess would be a resource problem: disk full / readonly filesystem / not enough file descriptors / ... Older versions of Sage had problem with full disk. It somehow half-installed a package and it had to be manually removed before new installation.