My question is about TMUX lost-server issue.
Can anyone please help me out on how to resolve the lost server issue?
I accidently killed the server using tmux kill-server command.
Asked
Active
Viewed 3,255 times
2

Spoorthi
- 21
-
1So you killed the tmux-server and it died ... I think that it works as designed. What are your exact question ? – Soren A Jan 30 '20 at 14:19
1 Answers
3
-
-
2Answer: it's trying to talk to a socket connection in the
/tmp/tmux-####
directory where that's ### is a number. Find the ones owned by you. This wasn't properly cleaned up so remove them and try again. – kristopolous May 24 '21 at 07:50