• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Why does this tool installed on unix not work?

northfield

Junior Member
[w1111@node00 w1111]$ globus-personal-gatekeeper
/opt/globus2/bin/globus-personal-gatekeeper: /opt/globus2/bin/libexec/globus-scr
ipt-initializer: No such file or director

something very strange is happening.
But I don't know why?????

I have a tool at /opt/globus2/bin
[w1111@node00 bin]$ ls
...
globus-personal-gatekeeper
...
globus-job-run
[w1111@node00 bin]$ globus-personal-gatekeeper
/opt/globus2/bin/globus-personal-gatekeeper: /opt/globus2/bin/libexec/globus-scr
ipt-initializer: No such file or directory

Why is this happening???

The thing is I was able to make it work once before, but know I always get this error.

I have put this command in my .bashrc file:

# .bashrc

# User specific aliases and functions

# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi

# local addition
if [ -f /usr/local/etc/cluster ]; then
. /usr/local/etc/cluster
fi

export PATH=$PATH:/opt/globus2/bin
export GLOBUS_LOCATION=/opt/globus2/bin

------------------------------------------------------------

Please help???

 
Back
Top