Displaying 1 result from an estimated 1 matches for "htdmys".
2004 Jul 17
0
mkstemp failed: (code 23) main(633)
...to the cpu.
However when I try to use rsync to copy files on the remote system (yet
NFS mounted so I don't have to use remote login )
rsync -rav Adir c
rsync copies the directory tree under Adir just fine but not a single
regular (text, binary) file.
mkstemp "/usr/rsync/c/TestA/.TestA.1.hTdMYs" failed: Operation not
supported on socket
rsync error: some files could not be transferred (code 23) at main.c(633)
In Adir is a directory TestA and below a text file called TestA.1
I don't understand why the name was mangled to .TestA.1.hTdMYs which is
different every time i call rsyn...