Changeset 1120


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

Add a dummy console for the host conservers in case no VMs are running

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

Legend:

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

    r1118 r1120  
     1sipb-xen-console-server (2.8) 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:10:28 -0400
     7
    18sipb-xen-console-server (2.7) unstable; urgency=low
    29
  • trunk/packages/sipb-xen-console-server/files/etc/conserver/conserver.cf.sipb-xen

    r1118 r1120  
    22        sslrequired yes;
    33}
     4
     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
    415default * {
    516        logfile /var/log/conserver/&.log;
Note: See TracChangeset for help on using the changeset viewer.