warpdotdev / Warp

Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.
https://warp.dev
Other
21.41k stars 375 forks source link

Can't SSH to Oracle Solaris server. Stuck at "Starting Shell..." #2075

Open QuanDev2 opened 2 years ago

QuanDev2 commented 2 years ago

Discord username (optional)

No response

Local Shell and Version

ZSH 5.8.1

Remote Shell and Version

BASH 5.1.16(1)-release

Operating System and Version

Oracle Solaris 11.4

Warp Version

v0.2022.11.01.08.03.stable_00

I have tried commenting out my system & user rcfiles and warp still will not bootstrap

Screenshots

It's just stuck at "Starting Shell..." and never finished.

Include shell xtrace output

WARNING, This system may contain Federal and State Government information, which is restricted to authorized users ONLY. Unauthorized access, use, misuse, or modification of this computer system or of the data contained herein or in transit to/from this system constitutes a violation of Title 18, United States Code, Section 1030, and may subject the individual to Criminal and Civil penalties pursuant to Title 26, United States Code, Sections 7213, 7213A (the Taxpayer Browsing Protection Act), and 7431., This system and equipment are subject to monitoring to ensure proper performance of applicable security features or procedures. Such monitoring may result in the acquisition, recording and analysis of all data being communicated, transmitted, processed or stored in this system by a user. If monitoring reveals possible evidence of criminal activity, such evidence may be provided to Law Enforcement Personnel., ANYONE USING THIS SYSTEM EXPRESSLY CONSENTS TO SUCH MONITORING.

Warp Internal (ignore) - linear-label:e7dfaa84-5fdb-4a00-b754-d8912da923fa

No response

dannyneira commented 2 years ago

Hi @QuanDev2 , I'm Danny, a Support Engineer at Warp. Thanks for letting us know! We're sorry about this, this is not an ideal experience.

As a workaround, please try disabling the SSH Wrapper in Settings > Features

dannyneira commented 2 years ago

My guess is that you normally have a custom prompt, theme, or plugin on the remote machine, and Warp is unable to parse it.

You can disable parts of your dotfiles just for Warp by using this conditional statement:


if [[ $TERM_PROGRAM != "WarpTerminal" ]]; then
##### WHAT YOU WANT TO DISABLE FOR WARP - BELOW

# Whatever you want to disable

##### WHAT YOU WANT TO DISABLE FOR WARP - ABOVE
fi

We have a list of incompatible tools here: https://docs.warp.dev/help/known-issues#list-of-incompatible-tools And more info on custom prompts here: https://docs.warp.dev/features/prompt

ElijahLynn commented 8 months ago

Related issues: