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

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


I just tested CoDeploy, and it works fine for me.
CoDeploy uses multicopy to copy the script to the target nodes.
When you test multicopy, does it actually copy any
file to that node below? Are you having a problem with
only that node or a list of nodes? Did you specify the
node list file at the MQ_NODES env variable?

BTW, the script will automatically delete itself
when it's done with deployment, so you won't see
the script on successful nodes.

--KyoungSoo

$tamo$ wrote:
> 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/ 
> <http://xxxx/%7Euser/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> 
> <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> 
> <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
> 
> 
> ------------------------------------------------------------------------
> 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