On Tue, 4 Jun 2019, SUSANTA wrote: > I have a server in which Sagemath is installed. Due to some reason my > machine in which the server installed was shut down. After that when my all > users search for "http://192.168.***.***:port no" for the sage server > access, but it was not reachable. I have tried to login the server by "ssh > -X [email protected].***.***" and admin password. Then I type "cd sage..." and > then "sage". After that I type "notebook" and enter. I have opened it but it > showing "localhost..." and my all users still cant access by > "http://192.168.***.***:port no". What is the actual procedure to resolve > the problem?Thanks
There might be several reasons. First check that SageMath is really running: ps afx | egrep -i [s]age then, what was the exact command for notebook()? Assuming you used port 22334, try fuser -n tcp 22334 or netstat | fgrep 22334 and last, is there a hole in the firewall? Try iptables -L | fgrep 22334 assuming you have a firewall set up. -- Jori Mäntysalo Tampereen yliopisto - Ihminen ratkaisee -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/alpine.DEB.2.21.9999.1906151544490.62388%40shell.sis.uta.fi. For more options, visit https://groups.google.com/d/optout.
