0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

tmux起動時にserver version is too old for clientエラー

Posted at

はじめに

tmuxのバージョンが2→3系にアップデートされていたのでアップグレード。
その際にbrewのバージョンも低かったので一旦アンインストールしてインストールをしなおし。
エラーが出たので解決方法

まずはインストール

$ brew install tmux

そして起動

$ tmux
server version is too old for client

解決

アップグレード前のtmuxのセッションがうまくいってないことが原因のよう
アンインストールなど色々試してだいぶハマってしまった。昔も同じ問題でハマった気がしてきた

一度セッションを切ってやれば良い

$ tmux kill-server

終わりに

ドットファイル系を見直してたら思わぬところでハマってしまった。
ドットファイル系はある程度時間が経つと、バージョンが古くてエラーになったり、今のトレンドと違ったりで、直すのが大変なのと思い出すのも大変。vimrcのプラグインマネージャもデフォルトで配備されたようなので試しに使ったり。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?