Merge "veyron/lib/stats/sysstats: Fix bug with num-goroutines"
diff --git a/tools/naming/simulator/echo.scr b/tools/naming/simulator/echo.scr
index bf7c600..454272c 100644
--- a/tools/naming/simulator/echo.scr
+++ b/tools/naming/simulator/echo.scr
@@ -3,6 +3,8 @@
 
 set localaddr=--veyron.tcp.address=127.0.0.1:0
 
+setRoots ""
+
 # A 'stand-alone' server
 echoServer -- $localaddr "text" ""
 set es=$_
diff --git a/tools/naming/simulator/public_echo.scr b/tools/naming/simulator/public_echo.scr
index 2428647..6349aa3 100644
--- a/tools/naming/simulator/public_echo.scr
+++ b/tools/naming/simulator/public_echo.scr
@@ -1,6 +1,9 @@
 # Simple script to test for interop between the current checked in
 # code here and the running public mount table.
 
+# TODO(cnicolaou): reenable this when our prod services are more reliable.
+quit
+
 set localaddr=--veyron.tcp.address=127.0.0.1:0
 
 # now use the global nameserver.