[sage-support] Problems with Pre-built sage binaries 5.1 on Debian(Testing)

2012-07-24 Thread Daniel M.
Hi, i just downloaded the Sage 5.1 version (specifically Sage Version 5.1, Release Date: 2012-07-09 as $sage -v shows), downloading "sage-5.1-linux-ubuntu_12.04_lts-x86_64-Linux.tar.lzma" the problem is that i'm steady getting this error (i say "steady" cuz i get the same error on my laptop

[sage-support] Re: Build on Debian squeeze 64bit - import crypto fails

2012-07-24 Thread Dima Pasechnik
On Wednesday, 25 July 2012 02:53:07 UTC+8, shortmanikos wrote: > > Your link was very helpful, the problem was gcc was only looking in > /usr/local/lib for the libcrypt.so and could not find it (it was located in > /usr/lib) > debian will not install anything in /usr/local. http://packages

Re: [sage-support] Public worksheets

2012-07-24 Thread Jason Grout
On 7/24/12 7:20 PM, William Stein wrote: Somebody needs to write Python code that takes an input "html" and outputs "definitely safe html" What is "definitely safe"? No executing javascript? That is easy. Any other requirements? Thanks, Jason -- To post to this group, send email to sag

Re: [sage-support] Public worksheets

2012-07-24 Thread William Stein
On Tue, Jul 24, 2012 at 5:02 PM, Dan Aldrich wrote: > I know you've had problems w/ malicious user(s). How long will public > worksheets be disabled? Somebody needs to write Python code that takes an input "html" and outputs "definitely safe html", then run it on all published worksheets, and int

[sage-support] Public worksheets

2012-07-24 Thread Dan Aldrich
I know you've had problems w/ malicious user(s). How long will public worksheets be disabled? -d -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at

[sage-support] Re: Build on Debian squeeze 64bit - import crypto fails

2012-07-24 Thread shortmanikos
Your link was very helpful, the problem was gcc was only looking in /usr/local/lib for the libcrypt.so and could not find it (it was located in /usr/lib) A symlink of libcrypt.so in /usr/local/lib solved the problem. Thanks for your help! Something like here: > http://www.mail-archive.co

Re: [sage-support] Re: large upload fails

2012-07-24 Thread v_2e
Hello! On Tue, 24 Jul 2012 05:02:39 -0700 (PDT) Volker Braun wrote: > For starters: "Follow TCP stream" and then have a look at what is at > the end. > Thank you for the tip. I looked through the TCP stream and saw nothing special at the end -- the data is just truncated at some point with

[sage-support] Re: Build on Debian squeeze 64bit - import crypto fails

2012-07-24 Thread Dima Pasechnik
On Tuesday, 24 July 2012 02:51:58 UTC+8, shortmanikos wrote: > > Thanks for answering, > openssl / libssl-dev are both installed from official debian stable repos > (version 0.98) > > could you post the relevant part of the log, i.e. the place where crypt module is built? A place starting from

Re: [sage-support] Re: large upload fails

2012-07-24 Thread Volker Braun
For starters: "Follow TCP stream" and then have a look at what is at the end. On Tuesday, July 24, 2012 5:27:09 AM UTC-4, v_2e wrote: > > I sniffed the traffic from my browser to my local Sage-server during > such large file upload attempt using WireShark. But I'm not sure how to > interpre

Re: [sage-support] Re: large upload fails

2012-07-24 Thread v_2e
Hello! On Sun, 22 Jul 2012 12:45:57 -0700 (PDT) Volker Braun wrote: > ... > If you want to get to the bottom of it, check the logs and/or sniff > the http traffic and see what happens. Does the upload end in a HTTP > error code 413 ("Request Entity Too Large")? > I sniffed the traffic from