Index: locker/bin/signup-sql
===================================================================
--- locker/bin/signup-sql	(revision 463)
+++ locker/bin/signup-sql	(revision 659)
@@ -9,5 +9,5 @@
 
 sshrun() {
-  athrun scripts scripts-ssh "$lname" "/mit/scripts/$@" 2>/dev/null
+  athrun scripts scripts-ssh "$lname" "/mit/scripts/$@"
 }
 
@@ -65,5 +65,5 @@
 # Users need to sign up for scripts.mit.edu so that they can
 # authenticate themselves to sql.mit.edu
-attach scripts 2>/dev/null
+attach scripts
 . /mit/scripts/bin$scriptsdev/signup-web
 
@@ -73,10 +73,10 @@
 
 if [ ! -f "$lroot/.my.cnf" ]; then
-  mkdir $lroot/.sql 2>/dev/null
+  mkdir $lroot/.sql
   fs sa $lroot/.sql system:anyuser none
   fs sa $lroot/.sql system:authuser none
   fs sa $lroot/.sql daemon.scripts write
   fs sa $lroot/.sql daemon.sql write
-  ln -nfs $lroot/.sql/my.cnf $lroot/.my.cnf 2>/dev/null
+  ln -nfs $lroot/.sql/my.cnf $lroot/.my.cnf
 fi
 
