Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Clear out stale RMI socket files in run-services
Browse files Browse the repository at this point in the history
Not sure why this is necessary...
  • Loading branch information
labisso committed Oct 15, 2010
1 parent 05d8bba commit 58acccd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions home/libexec/run-services.sh
Expand Up @@ -14,6 +14,12 @@ PORT="8443"

cd $GLOBUS_LOCATION

# set up environment for the RMI over unix domain sockets communication done between
# admin clients and the service

export GLOBUS_OPTIONS="$GLOBUS_OPTIONS -Dorg.newsclub.net.unix.library.path=$NIMBUS_HOME/services/lib-native"

# clear out stale RMI domain socket files
rm -f $NIMBUS_HOME/var/run/privileged/*

exec $NIMBUS_HOME/services/bin/globus-start-container -p $PORT >> $LOGFILE 2>&1

0 comments on commit 58acccd

Please sign in to comment.