Changeset 1121


Ignore:
Timestamp:
Oct 14, 2008, 3:14:15 AM (16 years ago)
Author:
broder
Message:

Add a dummy console for the console server's conserver in case no VMs
are running

Location:
trunk/packages/sipb-xen-console
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-console/debian/changelog

    r1072 r1121  
     1sipb-xen-console (8.4) unstable; urgency=low
     2
     3  * Create a dummy console entry that exists by default so that conserver
     4    won't quit if no consoles are defined.
     5
     6 -- Evan Broder <broder@mit.edu>  Tue, 14 Oct 2008 03:13:47 -0400
     7
    18sipb-xen-console (8.3) unstable; urgency=low
    29
  • trunk/packages/sipb-xen-console/files/etc/conserver/conserver.cf.sipb-xen

    r672 r1121  
    33        sslrequired yes;
    44}
     5# If no consoles are defined, as is the case when the host first boots
     6# up, conserver will quit. This keeps it running.
     7#
     8# Should someone create a VM called dummy-console, their VM will
     9# shadow over this one
     10console dummy-console {
     11        master localhost;
     12        type noop;
     13}
     14
    515default * {
    616        type exec;
Note: See TracChangeset for help on using the changeset viewer.