[Swift-commit] r7668 - SwiftApps/cloud

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Sun Mar 9 17:01:45 CDT 2014


Author: ketan
Date: 2014-03-09 17:01:45 -0500 (Sun, 09 Mar 2014)
New Revision: 7668

Modified:
   SwiftApps/cloud/README
Log:
README improvements

Modified: SwiftApps/cloud/README
===================================================================
--- SwiftApps/cloud/README	2014-03-09 21:44:19 UTC (rev 7667)
+++ SwiftApps/cloud/README	2014-03-09 22:01:45 UTC (rev 7668)
@@ -243,6 +243,13 @@
 Coaster service
 ~~~~~~~~~~~~~~~
 
+In case of errors on `start-coaster-service`, look for any messages related to the environment variables missing. Also make sure the `GLOBUS_TCP_PORT_RANGE` and `GLOBUS_HOSTNAME` environments are defined by echoing their values on command prompt as follows:
+
+----
+echo $GLOBUS_TCP_PORT_RANGE
+echo $GLOBUS_HOSTNAME
+----
+
 Swift
 ~~~~~~
 
@@ -250,3 +257,4 @@
 b. Swift run shows no progress in task execution: Check if the EC2 instances are running via `ec2-describe-instances`.
 c. Swift runs fail: Check if ports are open between submithost and cloud instance.
 
+Feel free to contact Swift http://swift-lang.org/support/index.php[support] if issues persist.




More information about the Swift-commit mailing list