[MITgcm-support] Re: Problems with MITgcm server
Alistair Adcroft
adcroft at mit.edu
Tue May 24 08:51:22 EDT 2005
The problem is a little more extensive than CVS; all ports in
csail.mit.edu are blocked from GFDL (i.e. http://mitgcm.org or ssh
soyinka.csail.mit.edu never finish connecting to the server).
It's as if somewhere along the line someone has added csail.mit.edu to a
filter ... I'm asking whether it's at our end. However, if Stefano is
suffering from it too then it is likely to be a problem elsewhere.
A.
Ed Hill wrote:
> Hi folks,
>
> Right after sending that email, I found two typos!
>
>
>> rsync -l -t -x -v -e ssh -r AAA:/some/dir/ BBB:/other/dir/
>
>
> This will work better with:
>
> rsync -l -t -x -v -e ssh -r --delete AAA:/some/dir/ BBB:/other/dir/
>
> since you almost certainly want to get rid of the deleted files.
>
> And this next line has an extra "2" that you should delete since
> anything over 2^16-1 is an illegal port number:
>
>
>> ssh -L 82401:mitgcm.org:2401 mitgcm.org 'sleep 36000' &
>
>
> ssh -L 8401:mitgcm.org:2401 mitgcm.org 'sleep 36000' &
>
>> export CVSROOT=':pserver:cvsanon at localhost:8401/u/gcmpack'
>> cvs login
>> <=== cvsanon
>> cvs co MITgcm
>
>
> Sorry for the syntax errors! ;-)
>
> Ed
>
--
Dr Alistair Adcroft http://www.mit.edu/~adcroft
MIT Climate Modeling Initiative tel: (617) 253-5938
EAPS 54-1624, 77 Massachusetts Ave, Cambridge, MA, USA
More information about the MITgcm-support
mailing list