tmux: hangs and do not load, and do not respond to any option command

后端 未结 8 1637
粉色の甜心
粉色の甜心 2021-01-31 09:01

I have installed tmux from source on my localspace in Fedora. It was working nicely so far. But suddenly can not run it anymore, when run tmux, it just halts. Tried different co

8条回答
  •  不知归路
    2021-01-31 09:16

    A less drastic action (to try before killing the tmux process) is to ssh into the machine and run the following command.

    kill -CONT `pidof tmux`
    

    Source: https://github.com/tmux/tmux/issues/507#issuecomment-271502093

提交回复
热议问题