Deleted user

Results 130737 comments of Deleted user
trafficstars

I sugest you to try the interpreters and especially the EE with the cache enabled. After that you can also try the various fixes/hacks in the hack section but only...

Hmmm, it's weird. When I connect to an Ubuntu 24.04 VM running on Google Cloud, it immediately crashes, but it's totally fine when connecting to multiple local Ubuntu 24.04 VMs(same...

Nothing useful in the log either. ``` debug: Setting language to debug: Resizing to 88x36 info: Host key fingerprint: info: ecdsa-sha2-nistp256 SHA256:xxx info: Host key verified info: Using private key:...

``` thread 'tokio-runtime-worker' panicked at src\channel.rs:109:40: channel is already consumed note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ```

I enabled the debug on mac, here is the detailed log: ``` [2025-01-08T20:03:51Z DEBUG russh::client::encrypted] channel_open_confirmation [2025-01-08T20:03:51Z DEBUG russh::sshbuffer] > msg type 98, len 56 [2025-01-08T20:03:51Z DEBUG russh::sshbuffer] > msg...

This is the RUST_BACKTRACE=full result: ``` [2025-01-08T20:06:42Z DEBUG russh::client] < msg type 4, seqn 8, len 121 [2025-01-08T20:06:43Z DEBUG russh::client] < msg type 4, seqn 9, len 121 [2025-01-08T20:06:43Z DEBUG...

Huh, disabling the login script on 1.0.218 solves the issue. I use root on my local VM and normal user on GCP VM. I use a login script to switch...