Closed MSH-11 closed 9 months ago
It looks like you're using tmux to manage sessions? Tmux keeps live sessions running after disconnect, and so probably what happened is you had a number of sessions still going that you had forgotten about from the past. The lambda server only allows students 8 concurrent connections at a time.
I tried to fix the problem for you by killing all of your bash and tmux processes that were still running. (Most of them were from Feb 1.) Specifically, I ran the incantation
$ ps -ef | grep Mohame | grep -E '(bash|tmux)' | tr -s ' ' | cut -f2 -d' ' | sudo xargs kill
Let me know if that worked.
That worked. Thanks!
When I try connecting to the lambda server I get this:
I am sure I am not connected. I even restarted my device and still the same issue.
Is there a way to disconnect my current connections from your end @mikeizbicki ?
Thank you,