You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using interactive sudo over ssh from linux to linux, the short-circuit copy on a remote host of a directory sometimes fails with the following error.
Stacktrace:
com.xebialabs.overthere.RuntimeIOException: Cannot copy [/tmp/ot-20170905T112626409.456/dir-to-copy] to [/tmp/ot-20170905T112626409.457/dir-to-copy] on [ssh:interactive_sudo://uuuuuu:uuuuuuu@hhhhhhhhhh:22]: (errno=1) at com.xebialabs.overthere.spi.BaseOverthereFile.shortCircuitCopyFrom(BaseOverthereFile.java:156) at com.xebialabs.overthere.spi.BaseOverthereFile.copyTo(BaseOverthereFile.java:99)
Remotely executed copy command involved that returns the errno 1:
cd /tmp/ot-20170905T112626409.457/dir-to-copy ; tar -cf - -C /tmp/ot-20170905T112626409.456/dir-to-copy . | tar xpf -
Is this a bug?
Regards, Paul
The text was updated successfully, but these errors were encountered:
Using interactive sudo over ssh from linux to linux, the short-circuit copy on a remote host of a directory sometimes fails with the following error.
Stacktrace:
com.xebialabs.overthere.RuntimeIOException: Cannot copy [/tmp/ot-20170905T112626409.456/dir-to-copy] to [/tmp/ot-20170905T112626409.457/dir-to-copy] on [ssh:interactive_sudo://uuuuuu:uuuuuuu@hhhhhhhhhh:22]: (errno=1) at com.xebialabs.overthere.spi.BaseOverthereFile.shortCircuitCopyFrom(BaseOverthereFile.java:156) at com.xebialabs.overthere.spi.BaseOverthereFile.copyTo(BaseOverthereFile.java:99)
Remotely executed copy command involved that returns the errno 1:
cd /tmp/ot-20170905T112626409.457/dir-to-copy ; tar -cf - -C /tmp/ot-20170905T112626409.456/dir-to-copy . | tar xpf -
Is this a bug?
Regards, Paul
The text was updated successfully, but these errors were encountered: