Hi All, We have a NCR MP-RAS system and are having problems with scp on the ncr hanging/not closing after the files are sent through.
The file/files scped to the NCR system are correct on disk. A truss of the scp -t process spawned by ssh is: write(3, " e a p 1 3 7 0 _ s e t _".., 8192) = 8192 read(0, " n e t s a r e l o c a l".., 4096) = 4096 read(0, " a g b i t s\0 u f s _ v".., 2485) = 2485 write(3, " n e t s a r e l o c a l".., 6581) = 6581 fcntl(3, F_FREESP, 0x08047504) = 0 close(3) = 0 read(0, "\0", 1) = 1 write(1, "\0", 1) = 1 read(0, 0x080475AC, 1) (sleeping...) It seems the differences between a system that works and this system is that a signal is sent to the scp process, this does not seem to be occuring on this platform. openssh has been compiled with gcc 2.95.2, we have also tried openssh 2.9p2. Regards Rudi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
