This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

B19: remote tar fails


Tar from NT 3.51 machine to RedHat Linux 5.0 machine with
rmt-0.3.

Command issued:
tar --rsh-command="//c/winnt35/system32/rsh.exe" --cvf \
 rob@mudslide:/tmp/ztest.tar .

tar fails to create the /tmp/ztest.tar file if it does
not exist. It exits with the error:

tar: Cannot open rob@mudslide:/tmp/ztest.tar: No such file or directory
tar: Error is not recoverable: exiting now
Terminal readThe pipe has been ended.



If i 'touch /tmp/ztest.tar' to create it, tar writes
10240 bytes to the file and exits with the error:

: ./
cygnus.bat
H-i386-cygwin32/
H-i386-cygwin32/bin/
H-i386-cygwin32/bin/awk.exe
tar: Cannot write to rob@mudslide:/tmp/ztest.tar: I/O error
tar: Error is not recoverable: exiting now

Any ideas as to what the problem could be? Or better
yet, the solution...

BTW, the 10240 bytes that are written is a valid tar
formatted file, though reading it gives 'premature
end of archive' error. The rsh is logged and access
is granted. rmt is running. We would not even get the
first block of the archive if this was not the case.

The "cannot write to" error is bogus because it is
obviously writing to the file. Also, tar from other
machines (both Linux and IRIX) work properly.

-Rob
-- 
Rob Riggs                        Devil's Thumb Entertainment
Network Administrator            Boulder, CO - (303) 938-1200
rob@DevilsThumb.COM              http://www.DevilsThumb.COM/~rob
"The notion of errors is ill-defined." - IRIX 'netstat' man page
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]