-
-
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
Cannot connect even locally - Failed a call to readAll: Broken pipe #575
Comments
What is the path to etterminal? /usr/bin/etterminal? I'm guessing you need to pass the path prefix as the default isn't finding etterminal hence the error:
Try running: |
Both bash sessions (the one running
etservermiker985@miker985-x1:~/bin$ etserver --logtostdout -v9
[INFO 2023-05-01 15:56:24,978 etserver-main TerminalServerMain.cpp:192] In child, about to start server.
[INFO 2023-05-01 15:56:24,979 etserver-main TcpSocketHandler.cpp:224] Listening on 0.0.0.0:2022/2/1/6
[INFO 2023-05-01 15:56:24,979 etserver-main TcpSocketHandler.cpp:224] Listening on 0.0.0.0:2022/10/1/6
[INFO 2023-05-01 15:56:24,979 etserver-main TerminalServer.cpp:23] Creating server
[V1 2023-05-01 15:56:29,703 etserver-main ServerConnection.cpp:16] Accepting connection
[V3 2023-05-01 15:56:29,703 etserver-main UnixSocketHandler.cpp:137] Socket 6 accepted, returned client_sock: 9
[V3 2023-05-01 15:56:29,703 etserver-main UnixSocketHandler.cpp:143] Client_socket inserted to activeSockets
[V1 2023-05-01 15:56:29,703 etserver-main ServerConnection.cpp:21] SERVER: got client socket fd: 9
[V4 2023-05-01 15:56:29,703 server-clientHandler Headers.hpp:348] Before selecting sockFd
[V4 2023-05-01 15:56:29,703 server-clientHandler UnixSocketHandler.cpp:23] socket 9 has data
[V4 2023-05-01 15:56:29,703 server-clientHandler UnixSocketHandler.cpp:45] Unixsocket handler read from fd: 9
[V1 2023-05-01 15:56:29,703 server-clientHandler SocketHandler.cpp:34] Failed a call to readAll: Broken pipe
[WARNING 2023-05-01 15:56:29,704 server-clientHandler ServerConnection.cpp:127] Error handling new client: Failed a call to readAll
[V1 2023-05-01 15:56:29,704 server-clientHandler UnixSocketHandler.cpp:166] Closing connection: 9 et -v9 ...miker985@miker985-x1:~$ et -v9 --logtostdout --terminal-path=/home/miker985/usr/bin/etterminal localhost
Setting up and starting sentry
[INFO 2023-05-01 15:56:29,701 client-main ParseConfigFile.hpp:1430] /home/miker985/.ssh/config not found
[INFO 2023-05-01 15:56:29,701 client-main ParseConfigFile.hpp:1181] /etc/ssh/ssh_config.d/*.confnot found
[INFO 2023-05-01 15:56:29,701 client-main ParseConfigFile.hpp:1400] unsupported config line: SendEnv LANG LC_*, ignored
[INFO 2023-05-01 15:56:29,701 client-main ParseConfigFile.hpp:1400] unsupported config line: HashKnownHosts yes, ignored
[INFO 2023-05-01 15:56:29,701 client-main ParseConfigFile.hpp:1400] unsupported config line: GSSAPIAuthentication yes, ignored
[INFO 2023-05-01 15:56:29,702 client-main TerminalClientMain.cpp:244] Parsed ssh config file, connecting to localhost
[V1 2023-05-01 15:56:29,702 client-main TerminalClientMain.cpp:16] Connecting
[V4 2023-05-01 15:56:29,702 client-main TcpSocketHandler.cpp:83] Before selecting sockFd
[V4 2023-05-01 15:56:29,703 client-main TcpSocketHandler.cpp:87] sockFd 7is selected7
[INFO 2023-05-01 15:56:29,703 client-main TcpSocketHandler.cpp:96] Connected to server: localhost using fd 7
[V1 2023-05-01 15:56:29,703 client-main UnixSocketHandler.cpp:166] Closing connection: 7
miker985@localhost's password:
Error in authentication with etserver: Error: Connection error communicating with et daemon: No such file or directory.
, please make sure you don't print anything in server's .bashrc/.zshrc
Shutting down sentry Note that EDIT: I tried manually linking |
Can you print/log |
I'm experiencing failures connecting to
etserver
on localhost.ssh localhost
worksI see that after
et localhost
is run but before I actually respond to the password prompt things already appear to be brokenHere's the
etserver
log outputHere's the other window
Removing
~/.ssh
changes nothing except prompting to confirm the key fingerprint.ET is built from scratch as of a few minutes prior to this issue post with the following script. In a former life I ran a lot of software out of my user account at
~/usr
but on this machine there is only 1 other piece of software:bitlbee
and I do not think it is having any sort of impact.The text was updated successfully, but these errors were encountered: