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

KyoungSoo Park kyoungso at CS.Princeton.EDU
Wed Feb 13 13:30:53 EST 2008


"Permission denied (publickey,keyboard-interactive)"
means your ssh connection wasn't established. Please
check if you can ssh into the node without typing passphrase.
(Don't need to use empty passphrase if you use ssh-agent)

And did you compile and install multiquery/multicopy?
If so, see if those tools work on your machine.

e.g.,

multiquery 'ls'         # should print directory info of each node
multicopy sample.txt @: # should copy sample.txt to every node

--KyoungSoo

$tamo$ wrote:
> hi,
> 
> I am following closely the hello world tutorial.
> 
> I type the following command (I made the appropriate changes)
> 
> $ ./codeploy ~/public_html/helloworld \
>>  http://www.your.url/~username/helloworld/ 
> <http://www.your.url/%7Eusername/helloworld/> hello
> 
> and I get the following messages:
> 
> 
> 
> hi,
> 
> I am following closely the hello world tutorial.
> 
> I type the following command (I made the appropriate changes)
> 
> $ ./codeploy ~/public_html/helloworld \
>>  http://www.your.url/~username/helloworld/ 
> <http://www.your.url/%7Eusername/helloworld/> hello
> 
> and I get the following messages:
> 
> 
> =============================================
> codeploy version 0.81
> 
> <<generating a script...>>
> <<copying the script...>>
> 
> <<executing the script...>>
> command is /usr/bin/ssh -n -T xxxxx_XXXXXX at machine './temp0 &'
> Permission denied (publickey,keyboard-interactive).
> onelab1.info.ucl.ac.be: 0 bytes
> 
> /bin/bash: ./temp0: No such file or directory
> /bin/bash: ./temp0: No such file or directory
> plab2-itec.uni-klu.ac.at: 0 bytes
> 
> planetlab2.ani.univie.ac.at: 0 bytes
> 
> Permission denied (publickey,keyboard-interactive).
> planck227.test.ibbt.be: 0 bytes
> 
> /bin/bash: ./temp0: No such file or directory
> plab1-c703.uibk.ac.at: 0 bytes
> 
> /bin/bash: ./temp0: No such file or directory
> /bin/bash: ./temp0: No such file or directory
> planetlab-2.rml.ryerson.ca: 0 bytes
> 
> Permission denied (publickey,keyboard-interactive).
> planetlab2.pop-rs.rnp.br: 0 bytes
> 
> planetlab1.pop-mg.rnp.br: 0 bytes
> =============================================
> 
> I used an empty pass phrase for the rsa
> 
> Any clue?
> 
> kostas
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> ------------------------------------------------------------------------
> Looking for last minute shopping deals? Find them fast with Yahoo! 
> Search. 
> <http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping>
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Users mailing list: Users at lists.planet-lab.org
> https://lists.planet-lab.org/mailman/listinfo/users



More information about the Users mailing list