On Sat, Nov 29, 2008 at 12:53 PM, tomanizer
<[EMAIL PROTECTED]> wrote:
>
> Hi William,
>
> Which version of Sage are you using?

The public sage notebook server is run using sage-3.2.

> Did you run your notebook with accounts=True and log in or did you
> start the workbook directly?

Yes, it's run with accounts=True.   Here's the exact script:

[EMAIL PROTECTED]:~/sagenb$ more notebook.py
from sage.all import *
server_pool=['[EMAIL PROTECTED]']
notebook('sage_notebook', port=8000, accounts=True, address='sagenb.org',
         server_pool = server_pool, ulimit='-u 400 -v 1000000 -t 3600', open_vie
wer=False, timeout=120, secure=False)


>
> Thomas
>
> On 29 Nov, 20:26, "William Stein" <[EMAIL PROTECTED]> wrote:
>> On Sat, Nov 29, 2008 at 5:34 AM, tomanizer
>>
>>
>>
>> <[EMAIL PROTECTED]> wrote:
>>
>> > Hi All,
>>
>> > When using Google Chrome I cannot log in to my Sage notebooks.
>> > The login page displays correctly.
>> > But when when I submit username and password I get an error:
>>
>> > "Object not found!
>> > The requested URL was not found on this server. If you entered the URL
>> > manually please check your spelling and try again."
>>
>> > When I log into the same instance of the server using Firefox I don't
>> > have this problem.
>> > Login works fine and I can use the notebook as normal.
>>
>> > I am running my own Sage server on a Suse 10.3 box.
>> > My Sage version is 3.1.3 built from source.
>>
>> > I am running the sage workbook with
>> > notebook(address='',port=443,open_viewer=False,accounts=True)
>> > (yes yes I should run secure=True, but this does not work on Suse -->
>> > see other post)
>>
>> > Does anyone else have this problem or a solution?
>>
>> I just installed google chrome, and the sage notebook does
>> work in it.  Here's a screen shot:
>>      http://sage.math.washington.edu/home/was/tmp/chrome.png
>>
>> At least one thing doesn't work right: using the up and down arrow to
>> move from cell to cell doesn't work.  Auto cell resizing works,
>> shift-enter works, etc.  So it seems there is only one known minor
>> problem.
>>
>> William
> >
>



-- 
William Stein
Associate Professor of Mathematics
University of Washington
http://wstein.org

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to