[SOLVED] Extracting tar file has disconnect ssh connection
by NuttyJamie from LinuxQuestions.org on (#5CF6Z)
I am following the instructions in the Linux From Scratch book. I'm working with my laptop connected to my desktop via ssh.
Extracting tar files from binutlis package causes problems.
The following command disconnects ssh connection while the tar extraction log is printed.
Code:$ tar -xvf binutils-2.34.tar
binutils-2.34/setup.com
binutils-2.34/zlib/inffast.h
binutils-2.34/zlib/ChangeLog.jit
..
(very long log)
..
binutils-2.34/ld/testsuite/ld-x86-64/pr19319b.SSuddenly, There is no response for a few seconds at this point.
Then the following error is printed.
Code:client_loop: send disconnect: Broken pipeAnd then I couldn't connect to ssh for a while. I had to wait a long time or reboot my desktop to reconnect.
I have no idea how extracting tar files affects the ssh connection.:scratch: Is there any way I can do it to keep the connection from being disconnected?
Sorry for my bad English.


Extracting tar files from binutlis package causes problems.
The following command disconnects ssh connection while the tar extraction log is printed.
Code:$ tar -xvf binutils-2.34.tar
binutils-2.34/setup.com
binutils-2.34/zlib/inffast.h
binutils-2.34/zlib/ChangeLog.jit
..
(very long log)
..
binutils-2.34/ld/testsuite/ld-x86-64/pr19319b.SSuddenly, There is no response for a few seconds at this point.
Then the following error is printed.
Code:client_loop: send disconnect: Broken pipeAnd then I couldn't connect to ssh for a while. I had to wait a long time or reboot my desktop to reconnect.
I have no idea how extracting tar files affects the ssh connection.:scratch: Is there any way I can do it to keep the connection from being disconnected?
Sorry for my bad English.