[ET Trac] [Einstein Toolkit] #265: simfactory sync fails with special ssh keys
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Thu Feb 10 10:24:38 CST 2011
#265: simfactory sync fails with special ssh keys
-------------------------+--------------------------------------------------
Reporter: anonymous | Owner: mthomas
Type: defect | Status: closed
Priority: critical | Milestone:
Component: SimFactory | Version: ET_2010_11
Resolution: worksforme | Keywords: simfactory sync
-------------------------+--------------------------------------------------
Changes (by mthomas):
* status: new => closed
* resolution: => worksforme
Comment:
When i tried to duplicate this problem uisng the current version of
simfactory (revision r1199), I was unable to reproduce the problem. To
explain what I did.
For the machine [eric], I edited etc/defs.local.ini, and added underneath
my [eric] section this option: (i'll paste my whole eric section)
[eric]
sourcebasedir = /work/@USER@/cactus
allocation = loni_cactus06
make = mkdir -p /work/@USER@/tmp && env TMPDIR=/work/@USER@/tmp
gmake -j4
trampoline =
sshopts = -Y -i /Users/mike/.ssh/id_rsa
After adding that and running a bin/sim sync eric, the output received was
as follows:
nfo: executing command: /bin/bash -c '{ :; } && { cd
'\''/Users/mike/cactus/Cactus'\'' && { :; } && ssh -Y -i
/Users/mike/.ssh/id_rsa mwt at eric.loni.org mkdir -p /work/mwt/cactus/Cactus
&& rsync --rsh='\''ssh -Y -i /Users/mike/.ssh/id_rsa'\'' --rsync-
path=/home/eschnett/rsync-3.0.6/bin/rsync --archive --hard-links
--sparse --verbose --progress --partial --stats --compress --delete
--delete-excluded --exclude '\''_darcs'\'' --exclude '\''CVS'\'' --exclude
'\''doxygen'\'' --exclude '\''.#*'\'' --exclude '\''.DS_Store'\''
--exclude '\''.git'\'' --exclude '\''.hg'\'' --exclude '\''.svn'\''
--exclude '\''*~'\'' --exclude '\''*.log'\'' CONTRIBUTORS COPYRIGHT
Makefile arrangements lib manifest repos simfactory src utils par
mwt at eric.loni.org:/work/mwt/cactus/Cactus; }'
As you can see the -i /Users/mike/.ssh/id_rsa was appended to the ssh -Y
command.
From the looks of it, you are using an old revision of simfactory. In the
current revision, MDB files are located in simfactory/mdb/machines,
instead of simfactory/etc/mdb
Let me know if you are still having problems with this issue.
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/265#comment:1>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list