Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSH tmux bug report: "SSH Warpify Timeout" #5651

Open
drjforrest opened this issue Jan 5, 2025 · 2 comments
Open

SSH tmux bug report: "SSH Warpify Timeout" #5651

drjforrest opened this issue Jan 5, 2025 · 2 comments
Labels
Bugs Bugs, Hangs, Crash, and Freezes SSH-tmux TMUX SSH related issues

Comments

@drjforrest
Copy link

Include shell output

ssh jforrest@mac-mini.local
(jforrest@mac-mini.local) Password:
(jforrest@mac-mini.local) Password:
Last login: Fri Jan  3 22:24:19 2025 from fe80::1c43:f747:d86f:3fdf%en1
6819 ~  » [ -z $WARP_BOOTSTRAPPED ] && printf "\\033P\$f{\"hook\": \"InitSsh\", \"value\": { \"shell\": \"%s\" }}\\234" $([ $FISH_VERSION ] && echo "fish" || { echo $0 | command -p grep -q zsh && echo "zsh"; } || { echo $0 | command -p grep -q bash && echo "bash"; } || echo "unknown");
find() { command -v "$1" >/dev/null 2>&1;};log() { _msg=$(printf "{\"hook\": \"$1\", \"value\": $2}" | command -p od -An -v -tx1 | command -p tr -d " \n");printf '\033\120\044\144%s\234' "$_msg";};err() { log RemoteWarpificationIsUnavailable "$1";};if find tmux; then TMUX="tmux";log SshTmuxInstaller "\"user\"";elif find $HOME/.warp/tmux/execute_tmux.sh; then log SshTmuxInstaller "\"warp\"";TMUX="$HOME/.warp/tmux/execute_tmux.sh";fi;if [ $TMUX ]; then VER=$(command $TMUX -V 2>/dev/null | awk '{print $2}');if [ -z "$VER" ]; then err "\"TmuxFailed\"";elif [ "$(printf '%s\n' "$VER" "1.7" | sort -V | tail -n1)" = "1.7" ]; then err "\"UnsupportedTmuxVersion\"";else command $TMUX -CC && exit;fi;else OS=$(uname);if [ "$OS" = "Darwin" ]; then if find brew; then PKG="homebrew";fi;elif [ "$OS" = "Linux" ]; then if find pacman; then PKG="pacman";elif find zypper; then PKG="zypper";elif find dnf; then PKG="dnf";elif f6820 ~  » find() { command -v "$1" >/dev/null 2>&1;};log() { _msg=$(printf "{\"hook\": \"$1\", \"value\": $2}" | command -p od -An -v -tx1 | command -p tr -d " \n");printf '\033\120\044\144%s\234' "$_msg";};err() { log RemoteWarpificationIsUnavailable "$1";};if find tmux; then TMUX="tmux";log SshTmuxInstaller "\"user\"";elif find $HOME/.warp/tmux/execute_tmux.sh; then log SshTmuxInstaller "\"warp\"";TMUX="$HOME/.warp/tmux/execute_tmux.sh";fi;if [ $TMUX ]; then VER=$(command $TMUX -V 2>/dev/null | awk '{print $2}');if [ -z "$VER" ]; then err "\"TmuxFailed\"";elif [ "$(printf '%s\n' "$VER" "1.7" | sort -V | tail -n1)" = "1.7" ]; then err "\"UnsupportedTmuxVersion\"";else command $TMUX -CC && exit;fi;else OS=$(uname);if [ "$OS" = "Darwin" ]; then if find brew; then PKG="homebrew";fi;elif [ "$OS" = "Linux" ]; then if find pacman; then PKG="pacman";elif find zypper; then PKG="zypper";elif find dnf; then PKG="dnf";elif find yum && find yumdownloader; then PKG="yum";elif find apt; then PKG="apt";fi;fi;err "{\"TmuxNotInstalled

Warp Version

v0.2024.12.18.08.02.stable_05

Warp Internal (ignore) - linear-label:7a739baa-09c3-499e-a0c9-a1a16c090597

None

Warp Internal (ignore): linear-label:b8107fdf-ba31-488d-b103-d271c89cac3e

None

@drjforrest drjforrest added Bugs Bugs, Hangs, Crash, and Freezes SSH-tmux TMUX SSH related issues labels Jan 5, 2025
@ddfisher
Copy link

ddfisher commented Jan 8, 2025

Thanks for the bug report! We think we've diagnosed the issue -- a preliminary fix should be coming out on Thursday!

@drjforrest
Copy link
Author

Awesome! Thanks. Big fan of you guys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugs Bugs, Hangs, Crash, and Freezes SSH-tmux TMUX SSH related issues
Projects
None yet
Development

No branches or pull requests

2 participants