On Sat, 26 Nov 2016, Enrique Artal wrote:
By the way, using server_pool, is there a way to know which user of the
notebook is using a user of the server_pool?
AFAIK not really. I can list files in /tmp and run fuser for them, i.e.
fuser /tmp/*
and see, for example
/tmp/tmpwIR2_j: 7589c
and in that file I can see a line like
DATA = . . . /sage_notebook.sagenb/home/jm58660
and hence user jm58660 is behind the process #7589.
This could be scripted of course, but I would like to have better NB made
as admin viewpoint in mind.
--
Jori Mäntysalo