-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
et linux client cannot connect to localhost running etserver #567
Comments
Anything in your server logs ( |
It looks like it's failing to parse your ssh config
…On Thu, Mar 2, 2023, 5:31 PM James Short ***@***.***> wrote:
Anything in your server logs (/tmp/etserver-.*)?
—
Reply to this email directly, view it on GitHub
<#567 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACK5P6OYUJ7OH6M4CUH3JDW2EUUDANCNFSM6AAAAAAVLDHBWQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I moved my .ssh out of the way - this did not help. Here are the server side logs:
Here are the client side logs:
|
What about the other locations for ssh_config? Or maybe your et.cfg is
messed up?
Some config file has a spurious ' character
…On Thu, Mar 2, 2023, 11:04 PM arkus352 ***@***.***> wrote:
I moved my .ssh out of the way - this did not help.
Here are the server side logs:
INFO 2023-02-28 02:57:23,246 etserver-main TerminalServerMain.cpp:185] In child, about to start server.
[INFO 2023-02-28 02:57:23,247 etserver-main TcpSocketHandler.cpp:224] Listening on 0.0.0.0:2022/2/1/6
[INFO 2023-02-28 02:57:23,247 etserver-main TcpSocketHandler.cpp:224] Listening on 0.0.0.0:2022/10/1/6
[INFO 2023-02-28 02:57:23,247 etserver-main TerminalServer.cpp:23] Creating server
[WARNING 2023-02-28 02:57:49,134 server-clientHandler ServerConnection.cpp:127] Error handling new client: Failed a call to readAll
[WARNING 2023-02-28 02:58:03,467 server-clientHandler ServerConnection.cpp:127] Error handling new client: Failed a call to readAll
[WARNING 2023-02-28 03:02:11,210 server-clientHandler ServerConnection.cpp:127] Error handling new client: Failed a call to readAll
[WARNING 2023-02-28 03:02:44,498 server-clientHandler ServerConnection.cpp:127] Error handling new client: Failed a call to readAll
[WARNING 2023-02-28 03:05:51,742 server-clientHandler ServerConnection.cpp:127] Error handling new client: Failed a call to readAll
[WARNING 2023-02-28 03:13:49,736 server-clientHandler ServerConnection.cpp:127] Error handling new client: Failed a call to readAll
[WARNING 2023-02-28 03:22:08,957 server-clientHandler ServerConnection.cpp:127] Error handling new client: Failed a call to readAll
[WARNING 2023-03-03 05:00:38,968 server-clientHandler ServerConnection.cpp:127] Error handling new client: Failed a call to readAll
Here are the client side logs:
Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts.
Unmatched '''.
Unmatched '''.
Shutting down sentry
—
Reply to this email directly, view it on GitHub
<#567 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACK5P4CNWDAQT4BP4UNA7TW2F3UZANCNFSM6AAAAAAVLDHBWQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To test my linux installation, I tried doing
et localhost
but that failed withError starting ET process through ssh, please make sure your ssh works first
.Here are the steps I've tried so far to debug:
et -v 9 --logtostdout localhost
returns unmatched " - I cannot make out what this refers to.The text was updated successfully, but these errors were encountered: