LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   scp: debug1: channel 0: almost dead (https://www.linuxquestions.org/questions/linux-networking-3/scp-debug1-channel-0-almost-dead-412186/)

xpucto 02-06-2006 06:56 AM

scp: debug1: channel 0: almost dead
 
When trying to copy some files from one solaris to another with:
scp -vr root@solaris1:/servers/http /space/servers

I got an exit status 1 with the following messages:
Code:

debug1: channel 0: rcvd eof
debug1: channel 0: output open -> drain
debug1: channel 0: obuf empty
debug1: channel 0: close_write
debug1: channel 0: output drain -> closed
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: rcvd close
debug1: channel 0: close_read
debug1: channel 0: input open -> closed
debug1: channel 0: almost dead
debug1: channel 0: gc: notify user
debug1: channel 0: gc: user detached
debug1: channel 0: send close
debug1: channel 0: is dead
debug1: channel 0: garbage collecting
debug1: channel_free: channel 0: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 3465.2 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0
debug1: Exit status 1

What went wrong? I have plenty of space on the other server?

The files seemed to have been copied but there many of them. I tried to found out if there is the same number of files on both server but with
Code:

ls -lR /space/servers/http/ | wc -l
or
Code:

find .| wc -l
But I get more files on the new server ( where the files where copied) than on the old!.

Thanks.


All times are GMT -5. The time now is 02:27 AM.