Index: trunk/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 24500)
+++ trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 24521)
@@ -439,5 +439,5 @@
                     unless $parent_id;
 
-                $db->commit;
+#                $db->commit;
             }
         };
@@ -2076,5 +2076,6 @@
         my $mode = [$self->_retry(sub { stat($storage_path) } )]->[2] & 07777;
         unless ($mode == 0775) {
-            $log->error("$storage_path has the wrong permissions of: 0", sprintf("%o", $mode));
+            # XXX: this problem is so common that it's flooding the logs
+            $log->debug("$storage_path has the wrong permissions of: 0", sprintf("%o", $mode));
             $self->_retry(sub { chmod(0775, $storage_path) })
                 or die("can not chmod() $storage_path: $!");
