~ubuntu-branches/ubuntu/precise/zonecheck/precise

« back to all changes in this revision

Viewing changes to FAQ

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Delafond
  • Date: 2009-10-10 11:40:59 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20091010114059-tnpi531yvdr5329q
Tags: upstream-2.0.4+cvs20081105
ImportĀ upstreamĀ versionĀ 2.0.4+cvs20081105

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
   ---------------------------------------------------------------------------
2
 
 
3
 
   Table of Contents
4
 
 
5
 
   [1]FAQ
6
 
 
7
 
FAQ
8
 
 
9
 
   1. [2]Where can I find documentation about ruby?
10
 
 
11
 
   2. [3]I don't have IPv6 connectivity but ZoneCheck is still using IPv6
12
 
   addresses.
13
 
 
14
 
   3. [4]I want to use an interface other than the CLI.
15
 
 
16
 
   4. [5]The -d lvl option doesn't display earlier debugging messages
17
 
 
18
 
   5. [6]I would like to easily test ZoneCheck without doing a full
19
 
   installation.
20
 
 
21
 
   6. [7]Why do I get rubish or wrong results when doing the icmp test
22
 
 
23
 
   7. [8]Why did I get strange characters when using a locale other than
24
 
   US/English?
25
 
 
26
 
   8. [9]ZoneCheck complains about the lack of TCP connectivity for a
27
 
   djbdns/tinydns name server.
28
 
 
29
 
   9. [10]ZoneCheck crash when reading configuration files or the message
30
 
   catalog
31
 
 
32
 
   1. Where can I find documentation about ruby?                              
33
 
      Try the offical Ruby website: [11]http://www.ruby-lang.org/             
34
 
   2. I don't have IPv6 connectivity but ZoneCheck is still using IPv6        
35
 
      addresses.                                                              
36
 
      ZoneCheck only look for an enabled IPv6 stack to authorize the use of   
37
 
      IPv6 addresses. It would be a good idea to disable the IPv6 stack on    
38
 
      your computer if you don't have the connectivity or you can use the -4  
39
 
      option to force IPv4 only connectivity.                                 
40
 
   3. I want to use an interface other than the CLI.                          
41
 
      Use the environment variable ZC_INPUT set to your input mode, or use    
42
 
      the command line option --INPUT=im. The input modes currently supported 
43
 
      are CLI, CGI, inetd and GTK                                             
44
 
   4. The -d lvl option doesn't display earlier debugging messages            
45
 
      Some debugging messages are sent before the debugging level is          
46
 
      initialised by the command line, in this case use the environment       
47
 
      variable ZC_DEBUG set to the desired level. But keep in mind that       
48
 
      ZC_DEBUG will be overrided by the -d lvl option.                        
49
 
   5. I would like to easily test ZoneCheck without doing a full              
50
 
      installation.                                                           
51
 
      You can define the environment variable ZC_INSTALL_PATH to the initial  
52
 
      ZoneCheck directory.                                                    
53
 
   6. Why do I get rubish or wrong results when doing the icmp test           
54
 
      ZoneCheck use the command ping to perform this test, so you should set  
55
 
      the constants ping4 and ping6 in the configuration file so that the     
56
 
      ping is correctly invoked: stop after 5 echo requests, doesn't output   
57
 
      messages, and return an exit code of 0 in case of success.              
58
 
                                                                              
59
 
      If you are using ZoneCheck on the Window plateform, you better remove   
60
 
      the test.                                                               
61
 
   7. Why did I get strange characters when using a locale other than         
62
 
      US/English?                                                             
63
 
      The default encoding is UTF-8, either you can configure your terminal   
64
 
      to use UTF-8, or you can specify the desired encoding after the locale  
65
 
      by using a dot as separator (ex: LANG=fr.latin1); in the last case the  
66
 
      ruby-iconv package should have been installed.                          
67
 
   8. ZoneCheck complains about the lack of TCP connectivity for a            
68
 
      djbdns/tinydns name server.                                             
69
 
      Unfortunately, by default, djbdns/tinydns does not listen on TCP. See   
70
 
      [12]http://cr.yp.to/djbdns/tcp.html to enable it.                       
71
 
   9. ZoneCheck crash when reading configuration files or the message catalog 
72
 
      REXML is used to parse the XML files, but it only checks for well       
73
 
      formed XML and doesn't perform validation against the DTD, so when you  
74
 
      edit the configuration file or the message catalog you should ensure    
75
 
      that the files are valid, for that purpose you can use xmllint for      
76
 
      example.                                                                
77
 
 
78
 
References
79
 
 
80
 
   Visible links
81
 
   1. file:///tmp/zcrelease.2598/zonecheck/doc/html/FAQ.html#id2470353
82
 
   2. file:///tmp/zcrelease.2598/zonecheck/doc/html/FAQ.html#id2537117
83
 
   3. file:///tmp/zcrelease.2598/zonecheck/doc/html/FAQ.html#id2468600
84
 
   4. file:///tmp/zcrelease.2598/zonecheck/doc/html/FAQ.html#id2468620
85
 
   5. file:///tmp/zcrelease.2598/zonecheck/doc/html/FAQ.html#id2469965
86
 
   6. file:///tmp/zcrelease.2598/zonecheck/doc/html/FAQ.html#id2470001
87
 
   7. file:///tmp/zcrelease.2598/zonecheck/doc/html/FAQ.html#id2470022
88
 
   8. file:///tmp/zcrelease.2598/zonecheck/doc/html/FAQ.html#id2471091
89
 
   9. file:///tmp/zcrelease.2598/zonecheck/doc/html/FAQ.html#id2471107
90
 
  10. file:///tmp/zcrelease.2598/zonecheck/doc/html/FAQ.html#id2471127
91
 
  11. http://www.ruby-lang.org/
92
 
  12. http://cr.yp.to/djbdns/tcp.html