We have Sage version 6.4 running. It is run by

su -c 'nohup authbind --deep .../sage-6.4/sage -c "notebook(secure=true, interface=\"\", port=443, timeout=..., server_pool=[\"sagecalc@localhost\"])" &> ... &' - sagegui

i.e. id sagegui runs notebook interface and sagecalc runs computations. For example just now there is 9 notebook as running state, but ps shows 31 times "ssh -t sagecalc@localhost...".

It seems that 31-9=22 ssh connections are just left behind when users have logged out, closed worksheet or idled until timeout. Why is that? How to correct it?

(I guess this suites to -devel list. Move to -support if you think otherwise.)

--
Jori Mäntysalo

Reply via email to