On Tue, 1 Sep 2015, Oscar Lazo wrote:
I am setting up a sage notebook server at my research institute to showcase
software I have been writing in atomic physics. So I followed the
instructions in
http://wiki.sagemath.org/SageServer
Point 6 says "I don't thing the following sudo syntax works anymore. I
had to do this by hand now." Did you do that?
2+2
the notebook waits a little while and then shows no result.
2015-09-01 14:20:49-0500 [HTTPChannel,8,127.0.0.1] Permission denied
(publickey,password).
What happened on point 7 of instructions? If it worked, have you tried it
with accounts sage1, sage2 and so on?
I would also, for a start, change
server_pool=['sage%d@localhost'%i for i in range(10)]
to just
server_pool=['sage0@localhost']
--
Jori Mäntysalo