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

后端 未结 8 1627
粉色の甜心
粉色の甜心 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:32

    Had a similar issue, where I had a tmux session with two buffers. I didn't see anything I typed, but when I switched between buffers what I had typed previously would appear onscreen. stty sane didn't work.

    I detached Ctrl-b+d, and noticed that there was still a client attached when I looked at tmux list-clients. tmux detach-client removed it, and then I could reattach and the everything worked again.

    0 讨论(0)
  • 2021-01-31 09:40

    tmux was halting right after I started it. Ctrl-Q and Ctrl-C didn't do anything.

    Fixed with

    killall -9 tmux
    

    (May be a different problem, but this question showed up in Google.)

    0 讨论(0)
提交回复
热议问题