On 23 June 2010 22:17, William Stein <wst...@gmail.com> wrote: > On Wed, Jun 23, 2010 at 11:41 AM, Andrey Novoseltsev <novos...@gmail.com> > wrote: >> I have no idea what is wrong, but I have had the same problem for a >> while (but was too lazy to report it, since I usually use geom >> anyway). >> > > I've seen it too, and I have no clue how to fix it either. > > William
Does one have a firewall, and the other not - or is that a stupid question? Is the port open? It could be someone has written a bit of nasty code that runs a server on every port it can, leaving none for anything else. You could try to telnet to the port from the local host. You should see something if there is a web server of sort running. Do that both before and after trying to run Sage. drkir...@laptop:~$ telnet t2nb.math.washington.edu 8000 Trying 128.208.128.196... Connected to t2nb.math.washington.edu. Escape character is '^]'. shows there is some sort of server, though since it not a normal telnet server, it does not ask for username or password. (This is a Sage server) If that does not work, you might do worst than build the python package I posted with http://trac.sagemath.org/sage_trac/ticket/9295 with SAGE_CHECK=yes on both machines. Then see if one fails a test which the other pases Dave -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org