You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great app that works for me when Mac -> Linux but can't get it to work Mac -> Mac.
I get the following error:
Error starting ET process through ssh, please make sure your ssh works first
Tailing the server reveals the following line:
[WARNING 2023-03-09 09:38:20,878 server-clientHandler ServerConnection.cpp:127] Error handling new client: Failed a call to readAll
The only non-standard thing I am doing is referencing a different port, 2023. Any thoughts on how I can track this down? Thank you! I am simply running "et 10.0.1.211 --port 2023"
The text was updated successfully, but these errors were encountered:
On Mac, we need to install etterminal to /usr/local/bin instead of /usr/bin and this breaks the default flow. There's a command line parameter on the client you need to pass to tell the server where etterminal is.
@mjmarley did the --terminal-path arg help you? I'm interested if your mac server works with a client reconnect. I had issues last year and didn't get time to debug but when the client attempted a reconnect, it would kill the session and disconnect.
Great app that works for me when Mac -> Linux but can't get it to work Mac -> Mac.
I get the following error:
Error starting ET process through ssh, please make sure your ssh works first
Tailing the server reveals the following line:
[WARNING 2023-03-09 09:38:20,878 server-clientHandler ServerConnection.cpp:127] Error handling new client: Failed a call to readAll
The only non-standard thing I am doing is referencing a different port, 2023. Any thoughts on how I can track this down? Thank you! I am simply running "et 10.0.1.211 --port 2023"
The text was updated successfully, but these errors were encountered: