-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
Client: Error reading from channel: Socket error: disconnected / Server: [tmate] FATAL Received a bad message #82
Comments
make sure you are running the latest tmate-slave server version from the git repo, and you should be good |
Thank you for your answer ! It seems I am already running 2.2.1 On 14.04
And on 15.10
I tried tmate-nightly without success. (same error message on client and server)
Do you think building from source will fix it ? |
I was referring to the internal tmate-slave server you are running, not the tmate binary |
Ops, you're right :) On Ubuntu 15.10 after compiling msgpack from source and install libssh 0.7 (ppa:kedazo/libssh-0.7.x), everything ran fine. Thank you ! |
awesome! |
Hello,
I'm setting up an internal tmate-slave server, but when running tmate, I got this message on the client
Error reading from channel: Socket error: disconnected
And this one on the server
[tmate] FATAL Received a bad message
I am attaching both server and client logs
tmate-client-3649.txt
tmate-server-3651.txt
Any hints ?
FYI, I tried using PPA build on Ubuntu 14.04 and 15.10 and tmate-slave is running on docker, built from sources. I could not build client from source as I needed to install latest msgpack, I'm not sure it this will help.
Thank you !
The text was updated successfully, but these errors were encountered: