Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

# File created from ./zonemgr_messages.mes on Mon May 14 10:36:28 2012 

 

import isc.log 

 

ZONEMGR_CCSESSION_ERROR = isc.log.create_message("ZONEMGR_CCSESSION_ERROR", "command channel session error: %1") 

ZONEMGR_JITTER_TOO_BIG = isc.log.create_message("ZONEMGR_JITTER_TOO_BIG", "refresh_jitter is too big, setting to 0.5") 

ZONEMGR_KEYBOARD_INTERRUPT = isc.log.create_message("ZONEMGR_KEYBOARD_INTERRUPT", "exiting zonemgr process as result of keyboard interrupt") 

ZONEMGR_LOAD_ZONE = isc.log.create_message("ZONEMGR_LOAD_ZONE", "loading zone %1 (class %2)") 

ZONEMGR_NO_MASTER_ADDRESS = isc.log.create_message("ZONEMGR_NO_MASTER_ADDRESS", "internal BIND 10 command did not contain address of master") 

ZONEMGR_NO_SOA = isc.log.create_message("ZONEMGR_NO_SOA", "zone %1 (class %2) does not have an SOA record") 

ZONEMGR_NO_TIMER_THREAD = isc.log.create_message("ZONEMGR_NO_TIMER_THREAD", "trying to stop zone timer thread but it is not running") 

ZONEMGR_NO_ZONE_CLASS = isc.log.create_message("ZONEMGR_NO_ZONE_CLASS", "internal BIND 10 command did not contain class of zone") 

ZONEMGR_NO_ZONE_NAME = isc.log.create_message("ZONEMGR_NO_ZONE_NAME", "internal BIND 10 command did not contain name of zone") 

ZONEMGR_RECEIVE_NOTIFY = isc.log.create_message("ZONEMGR_RECEIVE_NOTIFY", "received NOTIFY command for zone %1 (class %2)") 

ZONEMGR_RECEIVE_SHUTDOWN = isc.log.create_message("ZONEMGR_RECEIVE_SHUTDOWN", "received SHUTDOWN command") 

ZONEMGR_RECEIVE_UNKNOWN = isc.log.create_message("ZONEMGR_RECEIVE_UNKNOWN", "received unknown command '%1'") 

ZONEMGR_RECEIVE_XFRIN_FAILED = isc.log.create_message("ZONEMGR_RECEIVE_XFRIN_FAILED", "received XFRIN FAILED command for zone %1 (class %2)") 

ZONEMGR_RECEIVE_XFRIN_SUCCESS = isc.log.create_message("ZONEMGR_RECEIVE_XFRIN_SUCCESS", "received XFRIN SUCCESS command for zone %1 (class %2)") 

ZONEMGR_REFRESH_ZONE = isc.log.create_message("ZONEMGR_REFRESH_ZONE", "refreshing zone %1 (class %2)") 

ZONEMGR_SELECT_ERROR = isc.log.create_message("ZONEMGR_SELECT_ERROR", "error with select(): %1") 

ZONEMGR_SEND_FAIL = isc.log.create_message("ZONEMGR_SEND_FAIL", "failed to send command to %1, session has been closed") 

ZONEMGR_SESSION_ERROR = isc.log.create_message("ZONEMGR_SESSION_ERROR", "unable to establish session to command channel daemon") 

ZONEMGR_SESSION_TIMEOUT = isc.log.create_message("ZONEMGR_SESSION_TIMEOUT", "timeout on session to command channel daemon") 

ZONEMGR_SHUTDOWN = isc.log.create_message("ZONEMGR_SHUTDOWN", "zone manager has shut down") 

ZONEMGR_STARTED = isc.log.create_message("ZONEMGR_STARTED", "zonemgr started") 

ZONEMGR_STARTING = isc.log.create_message("ZONEMGR_STARTING", "zone manager starting") 

ZONEMGR_TIMER_THREAD_RUNNING = isc.log.create_message("ZONEMGR_TIMER_THREAD_RUNNING", "trying to start timer thread but one is already running") 

ZONEMGR_UNKNOWN_ZONE_FAIL = isc.log.create_message("ZONEMGR_UNKNOWN_ZONE_FAIL", "zone %1 (class %2) is not known to the zone manager") 

ZONEMGR_UNKNOWN_ZONE_NOTIFIED = isc.log.create_message("ZONEMGR_UNKNOWN_ZONE_NOTIFIED", "notified zone %1 (class %2) is not known to the zone manager") 

ZONEMGR_UNKNOWN_ZONE_SUCCESS = isc.log.create_message("ZONEMGR_UNKNOWN_ZONE_SUCCESS", "zone %1 (class %2) is not known to the zone manager")