• 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.

strange behaviour, some one call mulder?

northfield

Junior Member
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
bash: globus-personal-gatekeeper: command not found

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

------------------------------------------------------------
Now when I do it form my home directory I get this same error:

[w1111@node00 w1111]$ globus-personal-gatekeeper
bash: globus-personal-gatekeeper: command not found
 
Back
Top