[Planetlab-users] codeploy /bin/bash: ./temp0: No such file or directory

KyoungSoo Park kyoungso at CS.Princeton.EDU
Thu Feb 14 10:48:24 EST 2008


> $ pico sample.txt
> $ ./multicopy sample.txt @
> command is scp -r -p sample.txt machine && echo done
> plab2-itec.uni-klu.ac.at <http://plab2-itec.uni-klu.ac.at/>: 5 bytes
> done

Try

multicopy sample.txt @:

Unless you add ':' in the end, it will copy the file on your local
machine. multicopy is replaced with 'scp' and @ is replaced with
the node name.

> $ ./multiquery 'ls'
> command is /usr/bin/ssh -n -T xxxx_XXXX at machine 'ls'
> Enter passphrase for key '/home/user/.ssh/id_rsa':
> plab2-itec.uni-klu.ac.at <http://plab2-itec.uni-klu.ac.at/>: 0 bytes

This means that your passphrase isn't empty.
I'm sure you'll get the same result if you issue
a correct multicopy command. Please make sure
if MQ_SLICE env variable is your slice name.

codeploy assumes you can ssh into the node without
typing the passphrase(via ssh-agent).

Thanks,
KyoungSoo



More information about the Users mailing list