[gt-user] Globus Online Nominated for 3 HPCwire Reader’s Choice Awards

2011-09-06 Thread Steve Tuecke
Globus Online has been nominated for 3 awards by the readers of HPCwire, including Best Use of HPC in the Cloud and Best HPC Software. Read more at https://www.globusonline.org/inthenews/go-hpcwire-awards-2011/. If you receive a ballot from HPCwire and feel we deserve it, please vote for

[gt-user] problems with gt421

2011-09-06 Thread leo_cuyar
I'm running globus toolkit myproxy 421, when I do myproxy-init I received this error: Error: Couldn't read user certificate cert file location: key.pem. grid_proxy_init.c:764: globus_credential: Error reading user credential: Can't read credential cert from bio stream OpenSSL Error:

Re: [gt-user] problems with gt421

2011-09-06 Thread Jim Basney
myproxy-init -v -C key.pem -y cert.pem -l user -s DebianLocal.localdomain It appears you've got the -C and -y options backwards. Try: myproxy-init -v -C cert.pem -y key.pem ...

[gt-user] gridftp multicast server

2011-09-06 Thread Esma Yildirim
Hi, Can anyone tell me how to build a gridftp multicast server with the latest version 5.0.4? It seems default options do not work. Thanks Esma

Re: [gt-user] gridftp multicast server

2011-09-06 Thread Raj Kettimuthu
Hi Esma, Go to gridftp/server/multi/source/ in source-trees and do the following ./configure --prefix=$GLOBUS_LOCATION --with-flavor=gcc64dbgpthr make install This should build and install the multicast driver. Raj On Sep 6, 2011, at 3:33 PM, Esma Yildirim wrote: Hi, Can anyone tell me how