[Planetlab-users] codeploy /bin/bash: ./temp0: No such file or
directory
$tamo$
ssttaammooss at yahoo.com
Thu Feb 14 12:04:53 EST 2008
the : thing did the trick! both multiquery and multicopy run just fine and I also used the ssh-agent and ssh-add.
the last problem, I hope, is:
./codeploy ~/public_html/helloworld http://xxxx/~user/helloworld/ hello
codeploy version 0.81
<<generating a script...>>
<<copying the script...>>
<<executing the script...>>
command is /usr/bin/ssh -n -T xxx_XXX at machine './temp0 &'
/bin/bash: ./temp0: No such file or directory
plab2-itec.uni-klu.ac.at: 0 bytes
<<deployment finished!!>>
the temp0 does not exist indeed and
nothing is deployed..
I appreciate the interest,
kostas
----- Original Message ----
From: KyoungSoo Park <kyoungso at CS.Princeton.EDU>
To: $tamo$ <ssttaammooss at yahoo.com>
Cc: users at lists.planet-lab.org
Sent: Thursday, February 14, 2008 5:48:24 PM
Subject: Re: [Planetlab-users] codeploy /bin/bash: ./temp0: No such file or directory
> $ 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
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.planet-lab.org/pipermail/users/attachments/20080214/a5072c57/attachment.html
More information about the Users
mailing list