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

KexInit error #10232

Open
steberk opened this issue Jan 17, 2025 · 2 comments
Open

KexInit error #10232

steberk opened this issue Jan 17, 2025 · 2 comments

Comments

@steberk
Copy link

steberk commented Jan 17, 2025

Version: 1.0.219
Platform: Linux x64 6.12.9-100.fc40.x86_64
Plugins: terminal-charset, save-output, quick-cmds
Frontend: xterm-webgl

In 1.0.216 I could not connect to the same device because of the missing KEX Algo diffie-hellman-group-exchange-sha256 from the new SSH backend.
Now the SSH backend has this KEX algo, but I cannot connect:

Messages:
SSH Connecting to server.domain

SSH Connecting to server.domain
X KexInit

If I start it with RUST_LOG=debug env var there is nothing in the terminal for the SSH connect...

@Eugeny
Copy link
Owner

Eugeny commented Jan 17, 2025

The kex log will appear in the terminal that you used to start Tabby, not within Tabby itself.

@steberk
Copy link
Author

steberk commented Jan 17, 2025

There is nothing in the terminal. All messages printed before connecting:

~ $ export RUST_LOG=debug

~ $ echo $RUST_LOG
debug

~ $ /opt/tabby/tabby
reset user data to /opt/tabby/data
src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

[48303:0117/150339.706770:ERROR:atom_cache.cc(230)] Add _NET_RESTACK_WINDOW to kAtomsToCache
Error: Bad atom
at ReadFixedRequest.callback (/opt/tabby/resources/app.asar/node_modules/x11/lib/xcore.js:465:29)
at ReadFixedRequest.execute (/opt/tabby/resources/app.asar/node_modules/x11/lib/unpackstream.js:41:10)
at UnpackStream.resume (/opt/tabby/resources/app.asar/node_modules/x11/lib/unpackstream.js:165:30)
at UnpackStream.write (/opt/tabby/resources/app.asar/node_modules/x11/lib/unpackstream.js:102:10)
at Socket. (/opt/tabby/resources/app.asar/node_modules/x11/lib/xcore.js:88:21)
at Socket.emit (node:events:518:28)
at Socket.emit (node:domain:489:12)
at addChunk (node:internal/streams/readable:561:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
at Socket.Readable.push (node:internal/streams/readable:392:5) {
error: 5,
seq: 10,
badParam: 0,
minorOpcode: 0,
majorOpcode: 17
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants