Skip to content

Warpify command shows wall of text. #8903

@navtoj

Description

@navtoj

Pre-submit Checks

Include shell output

Linux truenas 6.12.33-production+truenas #1 SMP PREEMPT_DYNAMIC Mon Feb 23 17:38:27 UTC 2026 x86_64

Last login: Wed Mar 18 17:50:11 2026 from 192.168.1.68
truenas_admin@truenas[~]$ _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";};_system_details() { 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;RA="no_root_access";if command -v sudo >/dev/null && { sudo -vn && sudo -ln; } 2>&1 | grep -E 'may run|a password' > /dev/null; then RA="can_run_sudo";elif [ "$(id -u)" -eq 0 ] && [ "$(whoami)" = "root" ]; then RA="is_root";fi;WH=$( [ -w ~ ] && echo true || echo false );printf '%s' "{\"os\": \"$OS\", \"pkg\": \"$PKG\", \"shell\": \"$(basename $SHELL)\", \"root_access\": \"$RA\", \"writable_home\": $WH}";};_check_tmux() { if _find $HOME/.warp/tmux/execute_tmux.sh; then _log SshTmuxInstaller "\"warp\"";TMUX="$HOME/.warp/tmux/execute_tmux.sh";elif _find tmux; then TMUX="tmux";_log SshTmuxInstaller "\"user\"";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" "2.9" | sort -V | tail -n1)" = "2.9" ]; then _err "{\"UnsupportedTmuxVersion\": $(_system_details)}";else return 0;fi;else _err "{\"TmuxNotInstalled\": $(_system_details)}";fi;return 1;};_check_tmux && command $TMUX -Lwarp -CC && exit;
truenas_admin@truenas[~]$ [ -z $WARP_BOOTSTRAPPED ] && printf "\\e]9278;f;{\"hook\": \"InitSubshell\", \"value\": { \"shell\": \"%s\", \"uname\": \"%s\" }}\\a" $([ $FISH_VERSION ] && echo "fish" || { echo $0 | command -p grep -q zsh && echo "zsh"; } || { echo $0 | command -p grep -q bash && echo "bash"; } || echo "unknown") $(uname)
truenas_admin@truenas[~]$  [ -z $WARP_BOOTSTRAPPED ] && eval 'export WARP_HONOR_PS1=0;  setopt hist_ignore_space; unsetopt ZLE; WARP_IS_SUBSHELL=1; WARP_SESSION_ID="$(command -p date +%s)$RANDOM"; _hostname=$(command -pv hostname >/dev/null 2>&1 && command -p hostname 2>/dev/null || command -p uname -n); _user=$(command -pv whoami >/dev/null 2>&1 && command -p whoami 2>/dev/null || echo $USER); _msg=$(printf "{\"hook\": \"InitShell\", \"value\": {\"session_id\": $WARP_SESSION_ID, \"shell\": \"zsh\", \"user\": \"%s\", \"hostname\": \"%s\", \"is_subshell\": true, \"wsl_name\": \"$WSL_DISTRO_NAME\"}}" "$_user" "$_hostname" | command -p od -An -v -tx1 | command -p tr -d " \n"); WARP_USING_WINDOWS_CON_PTY=false; if [ "$WARP_USING_WINDOWS_CON_PTY" = true ]; then printf '"'"'\e]9278;d;%s\x07'"'"' "$_msg"; else printf '"'"'\e\x50\x24\x64%s\x9c'"'"' "$_msg"; fi; unset _hostname _user _msg'

Screenshots, videos, and logs

Image

Operating system (OS)

macOS

Operating system and version

macOS Sequoia 15.7.4

Warp Version

v0.2026.03.04.08.20.stable_03

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

None

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

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    BUGBugs, Hangs, Crash, and FreezesSSH-TMUXTMUX SSH related issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions