I'm trying to copy all *.deb files from a directory:
parallel-scp -v -h slavehosts *.deb /root/repo
which gives:
parallel-scp: error: Extra arguments given after the remote path.
Ok. next try:
parallel-scp -v -e error -h slavehosts "*.deb" /root/repo
gives:
[FAILURE] xxxMYHOSTxxx Exited with error code 1
and in the errorfile:
*.deb: No such file or directory
Equivalent behaviour with parallel-rsync.
I'm pretty sure, that I could copy multiple files at once this way
before the last upgrade of pssh.
Thanks for packaging pssh!
-- System Information:
Debian Release: squeeze/sid
APT prefers stable
APT policy: (1000, 'stable'), (990, 'unstable'), (700, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages pssh depends on:
ii python 2.5.4-9 An interactive high-level object-o
ii python-support 1.0.6.1 automated rebuilding support for P
pssh recommends no packages.
pssh suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
http://code.google.com/p/parallel-ssh/issues/list
Thanks.
--
Andrew McNabb
http://www.mcnabbs.org/andrew/
PGP Fingerprint: 8A17 B57C 6879 1863 DE55 8012 AB4D 6098 8826 6868