Index: /trunk/packages/sipb-xen-console/debian/changelog
===================================================================
--- /trunk/packages/sipb-xen-console/debian/changelog	(revision 1120)
+++ /trunk/packages/sipb-xen-console/debian/changelog	(revision 1121)
@@ -1,2 +1,9 @@
+sipb-xen-console (8.4) unstable; urgency=low
+
+  * Create a dummy console entry that exists by default so that conserver
+    won't quit if no consoles are defined.
+
+ -- Evan Broder <broder@mit.edu>  Tue, 14 Oct 2008 03:13:47 -0400
+
 sipb-xen-console (8.3) unstable; urgency=low
 
Index: /trunk/packages/sipb-xen-console/files/etc/conserver/conserver.cf.sipb-xen
===================================================================
--- /trunk/packages/sipb-xen-console/files/etc/conserver/conserver.cf.sipb-xen	(revision 1120)
+++ /trunk/packages/sipb-xen-console/files/etc/conserver/conserver.cf.sipb-xen	(revision 1121)
@@ -3,4 +3,14 @@
 	sslrequired yes;
 }
+# If no consoles are defined, as is the case when the host first boots
+# up, conserver will quit. This keeps it running.
+#
+# Should someone create a VM called dummy-console, their VM will
+# shadow over this one
+console dummy-console {
+        master localhost;
+        type noop;
+}
+
 default * {
         type exec;
