Re: [gt-user] Gridftp for HPUX

2007-06-06 Thread Charles Bacon
How did it fail? I know HP-UX repackages GT software in their software repository, is that where you got it from? Charles On Wed, 6 Jun 2007 [EMAIL PROTECTED] wrote: Hi All, Thanks a lot, I have resolved the issues pertaining globus-start-container. The instructions regarding Gridftp in

Re: [gt-user] web services without globusrun-ws

2007-06-08 Thread Charles Bacon
I don't know that you can interact with the managed job factory service without involving WSRF operations, particularly if you want to handle cases where you need a delegated credential EPR. You might be interested in WSRF::Lite, a perl WSRF implementation. I don't know if they support all the

Re: [gt-user] globus toolkit 4 installatiion problems

2007-06-08 Thread Charles Bacon
It's looking for a subject name to publish, but it's not finding one because you don't have a cert yet. You're not expected to, either. Can you please provide the tail end of the output, because this should not stop you with an error. Charles On Fri, 8 Jun 2007, Fatima Shabbir wrote: hi

Re: [gt-user] Structure of GRID

2007-06-08 Thread Charles Bacon
The thing that makes the first machine special is that it's running its own CA. You should only have one CA for all five machines. Charles On Fri, 8 Jun 2007, Neelu Tripathy wrote: We are making a grid in our u university and refering to the Globus quickstart toolkit. We had doubts

Re: [gt-user] WebService and Certificates - let a job run?

2007-06-08 Thread Charles Bacon
One solution would be to use myproxy. myproxy can store a certificate and make a proxy available via a password. See the quickstart in http://www.globus.org/toolkit/docs/4.0/admin/docbook/quickstart.html#id2525109 You could have the client use myproxy-logon to get a proxy credential. It will

Re: [gt-user] Grid-mapfile

2007-06-15 Thread Charles Bacon
It comes down to trust, right? There are some questions to answer: 1) Do you know who bob is? 2) Do you trust bob? And for 2, what exactly do you trust bob to do? If you gave bob access to the globus user's account, would he do something he shouldn't do? This gets harder when you also

Re: [gt-user] globus-url-copy error

2007-06-18 Thread Charles Bacon
You have to get a new one, unless you've still got the request corresponding to the new key, in which case you can sign the request again and move the signed hostcert with the right modulus back into place. Charles On Jun 18, 2007, at 3:50 AM, Gokop Goteng wrote: my usercert/userkey

Re: [gt-user] GRAM Certificate delegation

2007-06-19 Thread Charles Bacon
Pre-WS GRAM does create a delegated credential for jobs, and it is accessible via $X509_USER_PROXY. Charles On Jun 19, 2007, at 8:51 AM, Thomas Geiger wrote: Hi, using the GT 4 C API I'd like to write an app that is invoked by a script which itself gets called by a GRAM job. Is there a

Re: [gt-user] GRAM Job submission failed because the job

2007-06-22 Thread Charles Bacon
The two other things to check are: Troubles in the ~/.globus/.gass_cache on the remote host. This is the least frequent cause of this error. It could relate to NFS or AFS issues on the remote host. It is also possible that the CA that issued your Globus certificate is not trusted by your

Re: [gt-user] GridFTP

2007-06-26 Thread Charles Bacon
On Jun 26, 2007, at 5:51 AM, Fatima wrote: bash-3.1$ globus-url-copy gsiftp://genetix.cs.cf.ac.uk/localhome/group file:/// error: globus_xio: Unable to open file /group globus_xio: System error in open: Permission denied globus_xio: A system call failed: Permission denied We usually use

Re: [gt-user] 4.0.5 rls server linking missing symbols

2007-06-26 Thread Charles Bacon
Okay. I talked with Von a little about this offlist. Those symbols should be coming from libiodbcinst_gcc32dbgpthr.dylib. Von does have that library, and at least _SQLGetConfigMode is set in that library. The question I have is whether that library needs to be listed in the linkline of

Re: [gt-user] 4.0.5 rls server linking missing symbols

2007-06-27 Thread Charles Bacon
: Wednesday, June 27, 2007 5:27 AM |To: Robert Schuler |Cc: Charles Bacon; globus email list |Subject: Re: [gt-user] 4.0.5 rls server linking missing symbols | | |Rob, | | I'm glad you were able to track it down. Any suggestion on how I |should proceed? I'm not certain I can recreate your fix from your

Re: [gt-user] Is NAGIOS Information Provider package bundled?

2007-07-17 Thread Charles Bacon
It is supposed to be, but apparently is not. I have added it as an advisory to 4.0.5 at http://www-unix.globus.org/toolkit/advisories.html Sorry about that, Charles On Jul 16, 2007, at 2:37 PM, Gabriel Mateescu wrote: Hello, I would like to install the NAGIOS Information Provider, i.e.

Re: [gt-user] Problems during installation

2007-07-17 Thread Charles Bacon
Have you tried putting your $JAVA_HOME/bin on your path before running? Did it work? Charles On Jul 8, 2007, at 11:58 AM, S.Kulanov wrote: 5)[EMAIL PROTECTED] gt4.0.5-all-source-installer]$ ./configure -- prefix=$GLOBUS_LOCATION checking build system type... i686-pc-linux-gnu checking

Re: [gt-user] condor_submit - Globus error: Socket timeout

2007-07-17 Thread Charles Bacon
Sorry for the delay, but I just recently bumped into condor-g myself. If you're still having trouble, take a look at the /tmp/ GridManager.jim file, as well as $GLOBUS_LOCATION/var/container.log. Both of these should have more details about the failed interaction. Charles On Jun 20,

Re: [gt-user] Open SSL Error on GT4.0.5 Give me the solution

2007-07-19 Thread Charles Bacon
Did you source $GLOBUS_LOCATION/etc/globus-user-env.sh first? This error sounds like it is missing a shared library. Charles On Jul 19, 2007, at 3:34 PM, Karthikeyan Krish wrote: hi i tried with gt4.0.5, when try to configure simpleCA it has the following error can u tell me the solution

Re: [gt-user] DNS related Problem

2007-07-19 Thread Charles Bacon
Can you show what the error message is when you replace the certificate with one that reads here1 instead of here? The algorithm should be: 1) Get IP address associated with the hostname 2) Reverse-lookup that IP So if here1 - IP1 - here1, then that sounds like the right name to use in

Re: [gt-user] DNS related Problem

2007-07-19 Thread Charles Bacon
be sure that it really reads the exact same thing, and not just something similar? Thanks! Charles On Jul 19, 2007, at 4:59 PM, Francois Hornoy wrote: Hi Charles, On 7/19/07, Charles Bacon [EMAIL PROTECTED] wrote: Can you show what the error message is when you replace the certificate

Re: [gt-user] GT SGE

2007-07-27 Thread Charles Bacon
anything, and by default, it's set to multiple. I don't know. So, who generates that perl $description? grep did not help me much. I understand that the sge.pm reads this file, but who generates it? Thanks for helping, Francois. On 7/27/07, Charles Bacon [EMAIL PROTECTED] wrote: On Jul

Re: [gt-user] GT SGE

2007-07-27 Thread Charles Bacon
As the SGE module isn't ours, I don't have any reason why it would be setting the jobtype to multiple here. If I were you, I would just go into the sge.pm file and make it so it didn't set my jobtype to multiple unless I asked it to. :-) Charles On Jul 27, 2007, at 11:09 AM, Francois

Re: [gt-user] GT SGE

2007-07-27 Thread Charles Bacon
On Jul 27, 2007, at 11:49 AM, Francois Hornoy wrote: On 7/27/07, Charles Bacon [EMAIL PROTECTED] wrote: As the SGE module isn't ours, I don't have any reason why it would be setting the jobtype to multiple here. If I were you, I would just go into the sge.pm file and make it so it didn't

Re: [gt-user] another globusrun-ws failure using fork jobmanager, GT4.0.5

2007-08-01 Thread Charles Bacon
This is interesting. This is the second time we've had someone install XML::Parser into a fink copy of perl while we were using the system copy of perl to run our jobmanager scripts. Adam - what user account is running your container? How is the container being started? How are the fink

Re: [gt-user] Problem with Setting up Globus Security

2007-08-10 Thread Charles Bacon
try to run it manually the same error occures. Shams Charles Bacon [EMAIL PROTECTED] wrote: On Aug 9, 2007, at 11:15 AM, Shams Feyzabadi wrote: /usr/local/globus-4.0.4/bin/globus-hostname: line 78: /usr/local/ globus-4.0.4/libexec/globus-libc-hostname: cannot execute binary file Does

Re: [gt-user] simpleCA - question.

2007-08-10 Thread Charles Bacon
Actual quotes of the error message are typically useful in this situation. -c On Aug 10, 2007, at 3:34 PM, Dinanath Sulakhe wrote: I am using this hostcert with an apache instance for authentication and it was failing. I was getting an error message saying the hostname doesn't match.

Re: [gt-user] simpleCA - question.

2007-08-10 Thread Charles Bacon
curl: (51) SSL: certificate subject name 'host/lucky0.mcs.anl.gov' does not match target host name 'lucky0.mcs.anl.gov' On Aug 10, 2007, at 3:38 PM, Charles Bacon wrote: Actual quotes of the error message are typically useful in this situation. -c On Aug 10, 2007, at 3:34 PM, Dinanath

Re: [gt-user] simple-ca-setup fails with Error number 1 from openssl

2007-08-16 Thread Charles Bacon
On Aug 16, 2007, at 8:22 AM, Mathias Velten wrote: im trying to install the Globus Toolkit 4.0.5 on a SUN Blade 2000 with an SUN OS 10 running on it. After some problems during 'make' and 'make install' it has been build and installed without errors. The next step i tried to take was

Re: [gt-user] GT Installation

2007-08-16 Thread Charles Bacon
On Aug 16, 2007, at 8:36 AM, Ali Gholami wrote: Hi! I am installing GT on an AMD64 machine but after ruuing this command globus$ ./configure --prefix=$GLOBUS_LOCATION I get an error as following : checking build system type ... x86_64-unkonwn-linux-gnu Does somebody has any idea about this

Re: [gt-user] Simple CA Host Certificate renewal

2007-08-16 Thread Charles Bacon
You request a new host certificate, then sign it. Congrats on a year of usage. :-) Charles On Aug 16, 2007, at 12:27 PM, Natarajan, Senthil wrote: Hi, I am using globus-4.0.2. My Simple CA Host certificate got expired. I was wondering how to renew the Simple CA Host certificate.

Re: [gt-user] How to use grid for better performance

2007-08-17 Thread Charles Bacon
On Aug 16, 2007, at 4:09 AM, [EMAIL PROTECTED] wrote: I am wondering, what does , Globus as it is, do? Can we use for any practical work in its original form? It has facilities for data management, execution management, and information services. So, for instance, you could setup providers

Re: [gt-user] gt4 setup/config error?

2007-08-27 Thread Charles Bacon
The host you're trying to submit to is not running a gatekeeper. Check that port 2119 is open and listening on the host. If it's not, check your xinetd logs to see what's happening when you connect to the gatekeeper port. Charles On Aug 27, 2007, at 12:06 PM, leonid glimcher wrote:

Re: [gt-user] Installing GT4 on a Solaris machine. Mismatched DNS.. further details

2007-08-28 Thread Charles Bacon
) ... at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:135) ... 17 more Nicholas J. Kings (Nick) Senior Researcher Next Generation Web Research, BT Group Chief Technology Office -Original Message- From: Charles Bacon [mailto:[EMAIL PROTECTED] Sent: 28 August 2007 16:11 To: Kings,NJ,Nick,CXR3 R Cc

Re: [gt-user] Installing GT4 on a Solaris machine. Mismatched DNS.. further details

2007-08-28 Thread Charles Bacon
If you're relying on DNS for the lookup, could you try adding it to your /etc/hosts file and seeing if that works? Charles On Aug 28, 2007, at 11:37 AM, [EMAIL PROTECTED] wrote: Hi Charles, If the solaris box has IPv6 setup, that might be causing a problem for your java stack. Try

Re: [gt-user] Installing GT4 on a Solaris machine. Mismatched DNS.. further details

2007-08-28 Thread Charles Bacon
On Aug 28, 2007, at 11:43 AM, Charles Bacon wrote: If you're relying on DNS for the lookup, could you try adding it to your /etc/hosts file and seeing if that works? Evidently Solaris is starting to use IPv6 by preference for localhost entries, which could also be the problem. You might

Re: [gt-user] Reporting a bug?

2007-08-30 Thread Charles Bacon
The support overview is at http://www.globus.org/toolkit/support.html Specifically, the bug tracker is http://bugzilla.globus.org/globus/ Charles On Aug 30, 2007, at 10:26 AM, [EMAIL PROTECTED] wrote: Hello, Does anyone know where I should report a bug? I've got the rft database running

Re: [gt-user] Container failure

2007-09-04 Thread Charles Bacon
Sounds like there might be something wrong with the containercert and containerkey. Try: $ openssl verify -CApath /etc/grid-security/certificates -purpose sslserver /etc/grid-security/containercert.pem You might also check that the modulus on the cert and key match. The commands for that

Re: [gt-user] unregister

2007-09-05 Thread Charles Bacon
On Sep 5, 2007, at 9:35 AM, abhishek rp wrote: i want to unregister from gt-user thanks You have the power to do that yourself: http://dev.globus.org/wiki/Mailing_Lists#Un- subscribing_from_a_mailing_list Charles

Re: [gt-user] job manager failed to open stderr

2007-09-05 Thread Charles Bacon
It's usually a firewall problem. Your client opens a GASS server on a port and passes that URL to the server. The server tries to connect to it to send back stdout/err. If a firewall blocks it, you get this error. Set GLOBUS_TCP_PORT_RANGE to force the client to open a port in a

Re: [gt-user] job manager failed to open stderr

2007-09-05 Thread Charles Bacon
with 6 nodes so far, but the seventh is giving me problems. Is there something else that could be going wrong? ~leo Charles Bacon wrote: It's usually a firewall problem. Your client opens a GASS server on a port and passes that URL to the server. The server tries to connect to it to send

Re: [gt-user] grid-mapfile management - are wildcards possible in gt4.0.5?

2007-09-05 Thread Charles Bacon
On Sep 5, 2007, at 3:45 PM, Richard Wellner, Jr. wrote: If we're talking about infrastructure options, gaards is another interesting option. We used it at Harvard to help implement their Crimson Grid and it's core to caBig as well. http://dev.globus.org/wiki/Incubator/GAARDS Gridshib

Re: [gt-user] A GSI question

2007-09-11 Thread Charles Bacon
This is correct. For other nodes to trust the original CA, they need a copy of the CA's public key. This build/postinstall is part of that task. Charles On Sep 10, 2007, at 6:48 PM, Joao Marcelo wrote: Hi, On the quickstart tutorial, this is done at the second machine, right? I

Re: [gt-user] still simple-CA

2007-09-11 Thread Charles Bacon
On Sep 10, 2007, at 9:31 AM, Olivier Ricou wrote: I think I remember why I made my own scripts to get a CA and keys. Can someone explain me why we need a CA to make user or host keys ? I want grid-cert-request to make the private key and the request, nothing else. I can understand it may help

Re: [gt-user] cannot find -lodbc?

2007-09-11 Thread Charles Bacon
Can you send more of the log of the globus_rls_server package's error? The odbc library should've been built earlier in the build. Can you check what ls $GLOBUS_LOCATION/lib/libodbc* returns? Charles On Sep 10, 2007, at 2:25 PM, peter ye wrote: Hello: I am trying to install Goblus

Re: [gt-user] Authentication failed [Caused by: Failure unspecified at GSS-API level [Caused by: Unknown CA]]

2007-09-12 Thread Charles Bacon
What happens from the client machine if you grid-proxy-init -verify - debug? The client doesn't usually bother to verify its own proxy, this will check the results against the installed certificates. You are using the same CA on both the client and server, right? Charles On Sep 12, 2007,

Re: [gt-user] Authentication failed [Caused by: Failure unspecified at GSS-API level [Caused by: Unknown CA]]

2007-09-12 Thread Charles Bacon
this certificate comes from, because my current certificate (**) is a newer one and it's also the only certificate installed on my machine. Thanks for your suggestion !! Fabian Am Mittwoch, den 12.09.2007, 09:32 -0500 schrieb Charles Bacon: What happens from the client machine if you grid-proxy

Re: [gt-user] Authentication failed [Caused by: Failure unspecified at GSS-API level [Caused by: Unknown CA]]

2007-09-12 Thread Charles Bacon
On Sep 12, 2007, at 10:31 AM, Fabian Lueghausen wrote: Am Mittwoch, den 12.09.2007, 10:09 -0500 schrieb Charles Bacon: On Sep 12, 2007, at 9:53 AM, Fabian Lueghausen wrote: The grid-proxy-init on client side is okay: Okay. Can you ls /home/fabian/globus-4.0.5/etc/grid-security/ certificates

Re: [gt-user] Testing the Globus tool kit

2007-09-12 Thread Charles Bacon
On Sep 12, 2007, at 2:34 PM, Vinoth Rayappan Gopalakrishnan wrote: Does any one know how to test Globus tool kit - 4.0.5.? It will be appreciatable. http://www.globus.org/toolkit/docs/4.0/admin/docbook/quickstart.html will walk you through the configuration and subsequent functionality

Re: [gt-user] Java COG confuse me

2007-09-13 Thread Charles Bacon
Not necessarily. At least for streaming, you'd need one. But you can send stdout/err to whatever gridftp server you want, including the one on the GRAM4 machine itself. All you need is a globus-url- copy client to retrieve it later, which CoG has, doesn't it? Charles On Sep 13, 2007,

Re: [gt-user] Testing the Globus tool kit

2007-09-13 Thread Charles Bacon
, Charles Bacon [EMAIL PROTECTED] wrote: On Sep 12, 2007, at 2:34 PM, Vinoth Rayappan Gopalakrishnan wrote: Does any one know how to test Globus tool kit - 4.0.5.? It will be appreciatable. http://www.globus.org/toolkit/docs/4.0/admin/docbook/quickstart.html will walk you through

Re: [gt-user] Problem installing gridftp - ERROR: gcc not supported

2007-09-13 Thread Charles Bacon
Could you send the config.log from BUILD/globus_core-5.5/ ? That will contain the configure script that asserts it didn't work. Thanks, Charles On Sep 13, 2007, at 3:35 PM, Zulfi Imani wrote: Hi, I am trying to configure and install the gcc64dbgpthr flavor of gridftp from the

Re: [gt-user] Problem installing gridftp - ERROR: gcc not supported

2007-09-13 Thread Charles Bacon
It looks like your gcc isn't setup to compile 64bit code: cc1: sorry, unimplemented: 64-bit mode not compiled in Sounds like maybe you should use gcc32dbg as a flavor, or a different compiler. Charles

Re: [gt-user] logicalHost -- when does globus decide to use hostname?

2007-09-17 Thread Charles Bacon
The client machine is doing a reverse-IP lookup on the address it connects to. The issue here does not appear to be with the server hostname configuration, but the client's resolution process. I see that you're connecting from the same machine - is it possible that it's getting 127.0.0.1

Re: [gt-user] logicalHost -- when does globus decide to use hostname?

2007-09-17 Thread Charles Bacon
element fileCleanUp. [EMAIL PROTECTED] ~ $ -Original Message- From: Charles Bacon [mailto:[EMAIL PROTECTED] Sent: Mon 9/17/2007 3:02 PM To: Lengyel, Florian Cc: gt-user@globus.org Subject: Re: [gt-user] logicalHost -- when does globus decide to use hostname? The client machine is doing

Re: [gt-user] logicalHost -- when does globus decide to use hostname?

2007-09-17 Thread Charles Bacon
: Charles Bacon [mailto:[EMAIL PROTECTED] Sent: Mon 9/17/2007 3:18 PM To: Lengyel, Florian Cc: gt-user@globus.org Subject: Re: [gt-user] logicalHost -- when does globus decide to use hostname? You don't necessarily need DNS setup, but you might need to make some changes to your /etc/hosts. What

Re: [gt-user] logicalHost -- when does globus decide to use hostname?

2007-09-17 Thread Charles Bacon
On Sep 17, 2007, at 4:23 PM, Lengyel, Florian wrote: What's the connectionString in $GL/etc/globus_wsrf_rft/jndi- config.xml ? You can make sure using the psql command that the user/ password in there are working to insert rows to the database listed there. name

Re: [gt-user] logicalHost -- when does globus decide to use hostname?

2007-09-17 Thread Charles Bacon
On Sep 17, 2007, at 2:50 PM, Lengyel, Florian wrote: This particular configuraion looks sufficiently non-obvious to me that it might be documented, for users planning on deployment on multi-homed hosts. It is described in the GRAM admin doc at http://www.globus.org/

Re: [gt-user] GT4.0.5 Installation Problem

2007-09-25 Thread Charles Bacon
On Sep 21, 2007, at 6:36 AM, [EMAIL PROTECTED] wrote: When I tried to install gt 4.0.5 with following configure: ./configure --prefix=/opt/globus/globus-4.0.5 --enable-prewsmds --enable-wsgram-pbs --enable-i18n --with-gptlocation=/opt/globus/gpt-3.2-neu --with-gsiopensshargs=--with-pam

Re: [gt-user] ftp server doesn't start correctly

2007-09-25 Thread Charles Bacon
Does anything show up from xinetd or gridftp in your syslog when you connect to the gridftp server? What does your xinetd entry look like? If I had to guess, I'd say LD_LIBRARY_PATH might not be set correctly for the server when it's being started automatically. Charles On Sep 24,

Re: [gt-user] GT 4.0.5 build problem

2007-09-26 Thread Charles Bacon
On Sep 26, 2007, at 5:53 AM, Samatha Kottha wrote: Hi, I am facing the following problem when I compiling GT 4.0.5. But on the same machine GT4.0.4 is compiled and working currently. I am updating GT4.0.4 to GT4.0.5. Can anyone tell me the reason for this exception? We have Java 1.6 and

Re: [gt-user] Client application in Palm accessing a Grid Sevice

2007-09-26 Thread Charles Bacon
As long as you have a normal java stack on the palm, it should be possible. Our main job submission client is written in C, which might be harder to get compiled on the palm. However, there are many archives in this list about people using the Java job submission API successfully, so

Re: [gt-user] Globus, PBS and MPI

2007-09-27 Thread Charles Bacon
On Sep 27, 2007, at 5:42 AM, [EMAIL PROTECTED] wrote: 1. MPICH-G2 is not available at the link given at web page www.niu.edu/mpi. 2. I read that MPICH-G2 can not be integrated with binary distribution. I have HP UX binary Globus as part of iexpress distribution. Is there any workaround or

Re: [gt-user] Problem with globusrun-ws

2007-09-28 Thread Charles Bacon
You want to run a program that is trying to open up an Xwindow on the client's desktop? You're going to need to setup xauth and DISPLAY to allow it, and preferably route it over some kind of secure connection. I'm not sure that remote X apps are a good fit for GRAM4. Depending on what

Re: [gt-user] Lookin for the Patch for Bugzilla Bug 4968

2007-10-01 Thread Charles Bacon
### Eclipse Workspace Patch 1.0 #P ws-gram-4.0.4 Index: client/java/source/src/org/globus/exec/client/GramJob.java === RCS file: /home/globdev/CVS/globus-packages/ws-gram/client/java/ source/src/org/

Re: R: [gt-user] - Error building GT4

2007-10-01 Thread Charles Bacon
-Messaggio originale- Da: Charles Bacon [mailto:[EMAIL PROTECTED] Inviato: lunedì 1 ottobre 2007 15.53 A: Vega Forneris Cc: gt-user List Oggetto: Re: [gt-user] - Error building GT4 I bet when you ran configure you got a warning that your JAVA_HOME isn't set? It turns out the rls client package won't

Re: R: R: R: [gt-user] - Error building GT4

2007-10-02 Thread Charles Bacon
deeper ;-) ) Thanks Vega -Messaggio originale- Da: Charles Bacon [mailto:[EMAIL PROTECTED] Inviato: martedì 2 ottobre 2007 15.33 A: Vega Forneris Cc: 'gt-user List' Oggetto: Re: R: R: [gt-user] - Error building GT4 It's easiest to change the make target instead of using configure options. I

Re: R: R: R: R: [gt-user] - Error building GT4

2007-10-02 Thread Charles Bacon
an User Interface; actually I need at least globus-url-copy. This will allow us to transfer data directly starting from the node (e.g. when a job reaches a node, it first transfers data from a storage and then processes it...). Vega -Messaggio originale- Da: Charles Bacon [mailto:[EMAIL

Re: [gt-user] postmaster option error

2007-10-09 Thread Charles Bacon
I've added a note about the listen_addresses to the quickstart. Ravi, could you make a similar note in the RFT setup guide? Charles On Oct 1, 2007, at 12:32 PM, peter ye wrote: Hi Ravi: I checked the documentation of postgres. It says that postmaster is deprecated and replaced by

Re: [gt-user] Globus 4.0.5 and MPICH-2

2007-10-09 Thread Charles Bacon
MPICH-G2 works with the 4.0.5 GRAM2 implementation. It does not work with the GRAM4 webservices. Charles On Oct 8, 2007, at 9:00 AM, Jeffrey Wells wrote: All; I am attempting to implement the Globus Toolkit 4.0.5 with MPICH-2. Has anyone successfully integrated the two? How does

[gt-user] Re: pbsnodes -a showing node as down

2007-10-10 Thread Charles Bacon
Setting up PBS is a little outside the scope of this list. I would suggest that you check that the pbs mom is running on the node that is down, or take a look in the PBS logs on both the head node and the theoretical compute node. Charles On Oct 10, 2007, at 6:08 AM, [EMAIL PROTECTED]

Re: [gt-user] Problem GT4.0.5 on AIX

2007-10-19 Thread Charles Bacon
The build of globus_core failed. Do you have the vendor compilers installed? We require xlc for building on AIX. You can see BUILD/ globus_core-*/config.log for more details of the failed configure run. Charles On Oct 19, 2007, at 6:16 AM, Ranga Swamy wrote: Dear all, can you please

Re: [gt-user] Problem GT4.0.5 on AIX

2007-10-23 Thread Charles Bacon
installed in /usr/vac/bin and it is included in the PATH also. GNU compilers are installed in /usr/bin. And I am mentioning vendorcc at the time of configuration. But I don't know how come it is trying to take g++.? Ranga Charles Bacon [EMAIL PROTECTED] wrote: The build of globus_core failed. Do

Re: [gt-user] Problem setting ANT_HOME

2007-10-23 Thread Charles Bacon
Looks like /usr/share/java/ is where the real ant jars live. Make sure /etc/ant.conf isn't setup to prefer the GCJ version that's also installed. Charles On Oct 23, 2007, at 6:37 AM, Marco Lackovic wrote: I am running CentOS 5 and have installed ant thourgh yum. This is the output of

Re: [gt-user] Problem setting ANT_HOME

2007-10-24 Thread Charles Bacon
, Marco Lackovic wrote: On 10/23/07, Charles Bacon [EMAIL PROTECTED] wrote: Looks like /usr/share/java/ is where the real ant jars live. Make sure /etc/ant.conf isn't setup to prefer the GCJ version that's also installed. Isn't then Globus expecting to find ANT jars under $ANT_HOME/lib? -- Marco

Re: SGGC [Was: Re: [gt-user] gridftp on mac]

2007-10-25 Thread Charles Bacon
in this product - have they been able to address the windows problems? Cheers Ryan Fraser (SE) CSIRO Exploration Mining , ARRC, 26 Dick Perry Ave, Kensington, WA 6151 Australia Phone +61 8 6436 8760 Fax +61 8 6436 8555 -Original Message- From: Charles Bacon [mailto:[EMAIL PROTECTED] Sent

Re: [gt-user] (kein Betreff)

2007-10-29 Thread Charles Bacon
Is /opt/ws-core a symlink? Sudoers wants exact paths. Is /opt/ws- core/libexec/globus-job-manager-script.pl marked executable? What happens if the container owner tries to run it? If none of that solves it, check the container.log too. If that doesn't help, edit

Re: [gt-user] Failed job submission to GT-4.0.5

2007-10-29 Thread Charles Bacon
I would edit the container-log4j.properties file to turn on GRAM debugging to see more detail about what's happening in the failure case. Charles On Oct 29, 2007, at 7:12 AM, Ali Gholami wrote: Hi everybody, I've encountered a strange problem after successfully submitting some rather

Re: [gt-user] Problem setting ANT_HOME

2007-10-29 Thread Charles Bacon
PM, Marco Lackovic wrote: On 10/24/07, Charles Bacon [EMAIL PROTECTED] wrote: We don't do any ant jar detection above and beyond what ant itself does. If you set ANT_HOME to /usr/share/java, I believe builds should work just fine. But you can also test it with any other files/ packages you

Re: [gt-user] Globus/gsi-myproxy installation problem on fresh SL3

2007-10-30 Thread Charles Bacon
VDT does not install everything that a GT installer would. It looks like you need the VDT's SDK package to get the -dev packages. Otherwise, install the myproxy first, then install the VOMS-Client. Charles On Oct 30, 2007, at 5:07 AM, Florian Scharinger wrote: Dear All, I'm trying to

Re: [gt-user] Integrating globus-url-copy with MDS

2007-10-30 Thread Charles Bacon
Grab a nightly installer (is this trunk or branch? It's www.globus.org/{HEAD,globus_4_0_branch}/nightly.tar.gz ) and run configure, then make globus_c_wsrf_index_bindings Charles On Oct 30, 2007, at 4:05 PM, gaurav khanna wrote: I am using the globus built directly from CVS source. I

Re: [gt-user] Globus/gsi-myproxy installation problem on fresh SL3

2007-10-31 Thread Charles Bacon
On Oct 31, 2007, at 5:25 AM, Florian Scharinger wrote: On 30 Oct 2007, at 14:24, Charles Bacon wrote: VDT does not install everything that a GT installer would. It looks like you need the VDT's SDK package to get the -dev packages. Otherwise, install the myproxy first, then install

Re: [gt-user] Globus/gsi-myproxy installation problem on fresh SL3

2007-10-31 Thread Charles Bacon
. Charles Florian. On Oct 31, 2007, at 9:06 AM, Charles Bacon wrote: On Oct 31, 2007, at 5:25 AM, Florian Scharinger wrote: On 30 Oct 2007, at 14:24, Charles Bacon wrote: VDT does not install everything that a GT installer would. It looks like you need the VDT's SDK package to get

Re: [gt-user] not finding globus-build-env-gcc32dbg.sh

2007-10-31 Thread Charles Bacon
If you installed from binaries, run gpt-build -nosrc gcc32dbg to get the compiler env for your machine Charles On Oct 31, 2007, at 12:37 PM, nishant rathore wrote: hello everybody i am installing gridway.for this i need the file $GLOBUS_LOCATION/ libexec/globus-build-env-gcc32dbg.sh but

Re: [gt-user] Error: GT4.0.4 on AIX 5.3

2007-11-02 Thread Charles Bacon
What does gpt-config say about your tar and gzip? This is probably caused by the builtin Archive.pm or Tar.pm failing. Depending on what gpt-config says, we can either fix it to use the correct tar/ gzip, or you can replace the Archive.pm and Tar.pm with updated modules. Charles On Nov

Re: [gt-user] Problems with WS Gram, MPIg jobs and environment variables

2007-11-09 Thread Charles Bacon
As a note - one difference is that WS-GRAM won't delegate a job credential unless you ask it to. The goal is to minimize work on jobs that don't need to use the delegated proxy. You need to specify -J in your submit to have a credential delegated, which in turn sets the X509_USER_PROXY

Re: [gt-user] globusrun-ws: Job failed

2007-11-17 Thread Charles Bacon
You appear to be missing the enclosing element of fileSystemMaps, and possibly the namespaces also. The auto-generated one looks like: ?xml version=1.0 encoding=UTF-8? fileSystemMaps targetNamespace=http://www.globus.org/namespaces/ 2004/10/gram/job ns1:map

Re: [gt-user] line 37: [: too many arguments

2007-11-19 Thread Charles Bacon
Your client sends its hostname to the container. Are you submitting from a machine named node10.local? If so, you should set GLOBUS_HOSTNAME to the publically visible name of your machine instead. If myhost.com is really node10.local, then you should set GLOBUS_HOSTNAME in its

Re: [gt-user] line 37: [: too many arguments

2007-11-19 Thread Charles Bacon
= $softenv_dir/bin/soft-msc; $softenv_load = $softenv_dir/etc/softenv-load.sh; } -- If I change $cluster to 0 I don't get any errors, but I don't get as many resources as I request (in a job description file, e.g. count10/count) Thank you, -- Daniel Charles Bacon wrote

Re: [gt-user] Globus Java API does not read the Port range problem

2007-11-26 Thread Charles Bacon
Well, the ports that get opened up are by a new container started for the purpose of consuming notifications. The GlobusRun client might not be smart enough to pass those properties along to the container that gets started, but I believe it's not an officially supported client. The Java

Re: [gt-user] GSI

2007-12-04 Thread Charles Bacon
On Dec 3, 2007, at 11:37 PM, Wilson Jr. wrote: I'm still a little lost with GSI, but I'm needing to use security and I'm having no success. First, a doubt: I have a simpleCa for a cluster in college, and a usercert there. I have a simpleCa in my own pc at home, and a usercert here. I did a

Re: [gt-user] GSI

2007-12-04 Thread Charles Bacon
On Dec 4, 2007, at 10:42 AM, Wilson Jr. wrote: Ok Charles, just to be sure, these are the sequence I have to do? gpt-build gpt-postinstall But like I have two SimpleCa, and already have installed a simpleCa, I do a setup-gsi without the -default? setup-gsi Right. You don't need the

Re: [gt-user] Problem with setting/obtaining certificates for GT4.0 installation

2007-12-05 Thread Charles Bacon
Also, I'd suggest using GT4.0.5 instead of GT4.0.0. Charles On Dec 5, 2007, at 1:48 AM, Seshachalapathi wrote: Hi Prianca What user you are using to to run SimpleCA? Please make sure that user has all read/write permissions to the location where your build log is created. You have to be

Re: [gt-user] submitting files to condor through globus

2007-12-05 Thread Charles Bacon
GridFTP is our preferred file transfer tool. If you don't want to use it or can't use it, then any other file transfer tool will work for you, but you'll have to do the stage-in/stage-out on your own or inside the job itself. Depending on how things are setup, you could think about using

Re: [gt-user] globus_xio: Operation was canceled

2007-12-06 Thread Charles Bacon
On Dec 6, 2007, at 10:58 AM, Petr Man wrote: The globus container is running under user globus. Now I have an authentication failure. It looks like that sudo is asking for a password in a batch script and directly fails, it doesn't even wait for me to type it in. I have edited sudoers, I

Re: [gt-user] globus_gsi_gssapi: Authorization denied

2007-12-06 Thread Charles Bacon
Mismatched keys mean that the cert/key weren't replaced together. Your original problem wasn't a bad hostcert, it's probably a bad entry in /etc/hosts. Finish up the replacement of the certs (the best way is to delete your old cert/key to avoid confusion), then let us know what's in your

Re: [gt-user] globus_xio: Operation was canceled [almost solved]

2007-12-10 Thread Charles Bacon
On Dec 10, 2007, at 7:27 AM, Petr Man wrote: Now I have some questions about how the job submission works. The command above doesn't end until the job in the cluster has finished. This is definitely not good. What happens, if the user's credentials expire in that time? The default which

Re: [gt-user] Getting GSSCredentials on server side

2007-12-10 Thread Charles Bacon
Did you look at the Delegation Service's Public Interface Guide? http://www.globus.org/toolkit/docs/4.0/security/delegation/ WS_AA_Delegation_Service_Public_Interfaces.html You probably want static X509Certificate[] getCertificateChainRP (String delegationUrl) Charles On Dec 7, 2007, at

Re: [gt-user] Failed to start container

2007-12-10 Thread Charles Bacon
On Dec 10, 2007, at 4:01 AM, Andrea Lelj Garolla Di Bard wrote: In the exported directory /home/scope/andrea/usr/local/ globus-4.0.5/sicurezza/ there are: grid-mapfile, the containercert.pem, containerkey.pem, hostcert.pem, hostkey.pem. Do you have any further suggestion ? What's in

Re: [gt-user] ERROR impl.ReflectionResource

2007-12-13 Thread Charles Bacon
Do either of these errors affect your job? The TerminationTime sweeper error sounds like it might be caused by an expired delegation resource associated with the job. I'm more accustomed to seeing those errors on container startup when GRAM loads the persisted job resources. You can

Re: [gt-user] Error installing gt 4.0.5

2007-12-13 Thread Charles Bacon
I haven't seen this error, but I bet the libxml2 in question is one installed by GT and not your system libxml2. Can you run ldd on globus-wsdl-parser and see what it's trying to link against? Charles On Dec 13, 2007, at 2:39 PM, Andre Charbonneau wrote: Greetings, I'm trying to install

Re: [gt-user] Clients falls with: java.net.SocketTimeoutException: Read timed out

2007-12-18 Thread Charles Bacon
See http://www.globus.org/toolkit/docs/4.0/common/javawscore/admin- index.html#id2541516 containerTimeout in $GL/etc/globus_wsrf_core/server-config.wsdd will set the container's timeout for client input. Charles On Dec 18, 2007, at 8:41 AM, Wilson Jr. wrote: Hi folks, I'm having a

Re: [gt-user] Re: make-packages.pl + building globus

2007-12-19 Thread Charles Bacon
Alternatively, it will use whatever CVSROOT you have set. So if you checkout packaging by setting your CVSROOT instead of the -d option, the subsequent checkouts make-packages.pl makes will also use that CVSROOT. Charles On Dec 19, 2007, at 1:46 PM, Joseph Bester wrote: On Dec 19,

  1   2   3   >