rubydns 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,445 +0,0 @@
1
- === Log Marked @ Sat Oct 20 07:10:37 +1300 2012 ===
2
- I, [2012-10-20T07:10:37.238788 #96156] INFO -- : Starting RubyDNS server (v0.5.0)...
3
- I, [2012-10-20T07:10:37.239466 #96156] INFO -- : Listening on udp:0.0.0.0:5320
4
- I, [2012-10-20T07:10:37.239915 #96156] INFO -- : Listening on tcp:0.0.0.0:5320
5
- D, [2012-10-20T07:10:37.338340 #96156] DEBUG -- : Receiving incoming query (28 bytes)...
6
- D, [2012-10-20T07:10:37.338797 #96156] DEBUG -- : Processing question truncation Resolv::DNS::Resource::IN::TXT...
7
- D, [2012-10-20T07:10:37.338934 #96156] DEBUG -- : Searching for truncation Resolv::DNS::Resource::IN::TXT
8
- D, [2012-10-20T07:10:37.339018 #96156] DEBUG -- : Checking rule ["truncation", Resolv::DNS::Resource::IN::TXT]...
9
- D, [2012-10-20T07:10:37.339097 #96156] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
10
- D, [2012-10-20T07:10:37.339178 #96156] DEBUG -- : Query truncation matched truncation
11
- E, [2012-10-20T07:10:37.339343 #96156] ERROR -- : Exception thrown while processing truncation Resolv::DNS::Resource::IN::TXT!
12
- E, [2012-10-20T07:10:37.339445 #96156] ERROR -- : NoMethodError: undefined method `respond!' for nil:NilClass
13
- E, [2012-10-20T07:10:37.339513 #96156] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:19:in `run'
14
- E, [2012-10-20T07:10:37.339577 #96156] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:132:in `call'
15
- E, [2012-10-20T07:10:37.339638 #96156] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:132:in `process'
16
- E, [2012-10-20T07:10:37.339699 #96156] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:101:in `each'
17
- E, [2012-10-20T07:10:37.339760 #96156] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:101:in `process'
18
- E, [2012-10-20T07:10:37.339820 #96156] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/transaction.rb:71:in `process'
19
- E, [2012-10-20T07:10:37.339881 #96156] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:210:in `process_query'
20
- E, [2012-10-20T07:10:37.339945 #96156] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:218:in `call'
21
- E, [2012-10-20T07:10:37.340014 #96156] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:218:in `process_query'
22
- E, [2012-10-20T07:10:37.340076 #96156] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/handler.rb:36:in `process'
23
- E, [2012-10-20T07:10:37.340136 #96156] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/handler.rb:59:in `receive_data'
24
- E, [2012-10-20T07:10:37.340197 #96156] ERROR -- : /Library/Ruby/Gems/1.8/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run_machine'
25
- E, [2012-10-20T07:10:37.340257 #96156] ERROR -- : /Library/Ruby/Gems/1.8/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run'
26
- E, [2012-10-20T07:10:37.340320 #96156] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns.rb:72:in `run_server'
27
- E, [2012-10-20T07:10:37.340381 #96156] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:16:in `run'
28
- E, [2012-10-20T07:10:37.340453 #96156] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:94:in `start'
29
- E, [2012-10-20T07:10:37.340526 #96156] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:92:in `initialize'
30
- E, [2012-10-20T07:10:37.340587 #96156] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:92:in `new'
31
- E, [2012-10-20T07:10:37.340647 #96156] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:92:in `start'
32
- E, [2012-10-20T07:10:37.340708 #96156] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:73:in `fork'
33
- E, [2012-10-20T07:10:37.340793 #96156] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:73:in `start'
34
- E, [2012-10-20T07:10:37.340858 #96156] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/base.rb:129:in `start'
35
- E, [2012-10-20T07:10:37.340937 #96156] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:32:in `setup'
36
- E, [2012-10-20T07:10:37.341004 #96156] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testcase.rb:77:in `run'
37
- E, [2012-10-20T07:10:37.341068 #96156] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
38
- E, [2012-10-20T07:10:37.341133 #96156] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
39
- E, [2012-10-20T07:10:37.341197 #96156] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
40
- E, [2012-10-20T07:10:37.341266 #96156] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
41
- E, [2012-10-20T07:10:37.341347 #96156] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
42
- E, [2012-10-20T07:10:37.341412 #96156] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
43
- E, [2012-10-20T07:10:37.341476 #96156] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
44
- E, [2012-10-20T07:10:37.341550 #96156] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
45
- E, [2012-10-20T07:10:37.341616 #96156] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
46
- E, [2012-10-20T07:10:37.341680 #96156] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
47
- E, [2012-10-20T07:10:37.341748 #96156] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
48
- E, [2012-10-20T07:10:37.341812 #96156] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
49
- E, [2012-10-20T07:10:37.341877 #96156] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit.rb:279
50
- E, [2012-10-20T07:10:37.341941 #96156] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:39
51
- D, [2012-10-20T07:10:37.342306 #96156] DEBUG -- : Writing response to client (12 bytes) via UDP...
52
- === Daemon Stopping @ Sat Oct 20 07:10:37 +1300 2012 ===
53
- === Log Marked @ Sat Oct 20 07:10:53 +1300 2012 ===
54
- I, [2012-10-20T07:10:53.795942 #96198] INFO -- : Starting RubyDNS server (v0.5.0)...
55
- I, [2012-10-20T07:10:53.796815 #96198] INFO -- : Listening on udp:0.0.0.0:5320
56
- I, [2012-10-20T07:10:53.797380 #96198] INFO -- : Listening on tcp:0.0.0.0:5320
57
- D, [2012-10-20T07:10:53.895838 #96198] DEBUG -- : Receiving incoming query (28 bytes)...
58
- D, [2012-10-20T07:10:53.896226 #96198] DEBUG -- : Processing question truncation Resolv::DNS::Resource::IN::TXT...
59
- D, [2012-10-20T07:10:53.896358 #96198] DEBUG -- : Searching for truncation Resolv::DNS::Resource::IN::TXT
60
- D, [2012-10-20T07:10:53.896437 #96198] DEBUG -- : Checking rule ["truncation", Resolv::DNS::Resource::IN::TXT]...
61
- D, [2012-10-20T07:10:53.896517 #96198] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
62
- D, [2012-10-20T07:10:53.896599 #96198] DEBUG -- : Query truncation matched truncation
63
- E, [2012-10-20T07:10:53.896754 #96198] ERROR -- : Exception thrown while processing truncation Resolv::DNS::Resource::IN::TXT!
64
- E, [2012-10-20T07:10:53.896859 #96198] ERROR -- : NoMethodError: undefined method `respond!' for nil:NilClass
65
- E, [2012-10-20T07:10:53.896927 #96198] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:19:in `run'
66
- E, [2012-10-20T07:10:53.897018 #96198] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:132:in `call'
67
- E, [2012-10-20T07:10:53.897093 #96198] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:132:in `process'
68
- E, [2012-10-20T07:10:53.897155 #96198] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:101:in `each'
69
- E, [2012-10-20T07:10:53.897216 #96198] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:101:in `process'
70
- E, [2012-10-20T07:10:53.897276 #96198] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/transaction.rb:71:in `process'
71
- E, [2012-10-20T07:10:53.897337 #96198] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:210:in `process_query'
72
- E, [2012-10-20T07:10:53.897400 #96198] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:218:in `call'
73
- E, [2012-10-20T07:10:53.897460 #96198] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:218:in `process_query'
74
- E, [2012-10-20T07:10:53.897528 #96198] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/handler.rb:36:in `process'
75
- E, [2012-10-20T07:10:53.897591 #96198] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/handler.rb:59:in `receive_data'
76
- E, [2012-10-20T07:10:53.897651 #96198] ERROR -- : /Library/Ruby/Gems/1.8/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run_machine'
77
- E, [2012-10-20T07:10:53.897711 #96198] ERROR -- : /Library/Ruby/Gems/1.8/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run'
78
- E, [2012-10-20T07:10:53.897773 #96198] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns.rb:72:in `run_server'
79
- E, [2012-10-20T07:10:53.897835 #96198] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:16:in `run'
80
- E, [2012-10-20T07:10:53.897895 #96198] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:94:in `start'
81
- E, [2012-10-20T07:10:53.897955 #96198] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:92:in `initialize'
82
- E, [2012-10-20T07:10:53.898015 #96198] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:92:in `new'
83
- E, [2012-10-20T07:10:53.898076 #96198] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:92:in `start'
84
- E, [2012-10-20T07:10:53.898136 #96198] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:73:in `fork'
85
- E, [2012-10-20T07:10:53.898199 #96198] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:73:in `start'
86
- E, [2012-10-20T07:10:53.898268 #96198] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/base.rb:129:in `start'
87
- E, [2012-10-20T07:10:53.898329 #96198] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:32:in `setup'
88
- E, [2012-10-20T07:10:53.898389 #96198] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testcase.rb:77:in `run'
89
- E, [2012-10-20T07:10:53.898449 #96198] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
90
- E, [2012-10-20T07:10:53.898509 #96198] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
91
- E, [2012-10-20T07:10:53.898569 #96198] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
92
- E, [2012-10-20T07:10:53.898632 #96198] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
93
- E, [2012-10-20T07:10:53.898692 #96198] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
94
- E, [2012-10-20T07:10:53.898752 #96198] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
95
- E, [2012-10-20T07:10:53.898819 #96198] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
96
- E, [2012-10-20T07:10:53.898881 #96198] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
97
- E, [2012-10-20T07:10:53.898945 #96198] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
98
- E, [2012-10-20T07:10:53.899005 #96198] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
99
- E, [2012-10-20T07:10:53.899069 #96198] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
100
- E, [2012-10-20T07:10:53.899129 #96198] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
101
- E, [2012-10-20T07:10:53.899190 #96198] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit.rb:279
102
- E, [2012-10-20T07:10:53.899250 #96198] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:39
103
- D, [2012-10-20T07:10:53.899338 #96198] DEBUG -- : Writing response to client (12 bytes) via UDP...
104
- === Daemon Stopping @ Sat Oct 20 07:10:53 +1300 2012 ===
105
- === Log Marked @ Sat Oct 20 07:11:04 +1300 2012 ===
106
- I, [2012-10-20T07:11:04.692385 #96242] INFO -- : Starting RubyDNS server (v0.5.0)...
107
- I, [2012-10-20T07:11:04.693060 #96242] INFO -- : Listening on udp:0.0.0.0:5320
108
- I, [2012-10-20T07:11:04.693516 #96242] INFO -- : Listening on tcp:0.0.0.0:5320
109
- D, [2012-10-20T07:11:04.792021 #96242] DEBUG -- : Receiving incoming query (28 bytes)...
110
- D, [2012-10-20T07:11:04.792500 #96242] DEBUG -- : Processing question truncation Resolv::DNS::Resource::IN::TXT...
111
- D, [2012-10-20T07:11:04.792641 #96242] DEBUG -- : Searching for truncation Resolv::DNS::Resource::IN::TXT
112
- D, [2012-10-20T07:11:04.792730 #96242] DEBUG -- : Checking rule ["truncation", Resolv::DNS::Resource::IN::TXT]...
113
- D, [2012-10-20T07:11:04.792808 #96242] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
114
- D, [2012-10-20T07:11:04.792897 #96242] DEBUG -- : Query truncation matched truncation
115
- E, [2012-10-20T07:11:04.793086 #96242] ERROR -- : Exception thrown while processing truncation Resolv::DNS::Resource::IN::TXT!
116
- E, [2012-10-20T07:11:04.793196 #96242] ERROR -- : NoMethodError: undefined method `respond!' for nil:NilClass
117
- E, [2012-10-20T07:11:04.793267 #96242] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:19:in `run'
118
- E, [2012-10-20T07:11:04.793341 #96242] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:132:in `call'
119
- E, [2012-10-20T07:11:04.793408 #96242] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:132:in `process'
120
- E, [2012-10-20T07:11:04.793474 #96242] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:101:in `each'
121
- E, [2012-10-20T07:11:04.793543 #96242] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:101:in `process'
122
- E, [2012-10-20T07:11:04.793617 #96242] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/transaction.rb:71:in `process'
123
- E, [2012-10-20T07:11:04.793679 #96242] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:210:in `process_query'
124
- E, [2012-10-20T07:11:04.793741 #96242] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:218:in `call'
125
- E, [2012-10-20T07:11:04.793803 #96242] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:218:in `process_query'
126
- E, [2012-10-20T07:11:04.793865 #96242] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/handler.rb:36:in `process'
127
- E, [2012-10-20T07:11:04.793927 #96242] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/handler.rb:59:in `receive_data'
128
- E, [2012-10-20T07:11:04.794004 #96242] ERROR -- : /Library/Ruby/Gems/1.8/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run_machine'
129
- E, [2012-10-20T07:11:04.794067 #96242] ERROR -- : /Library/Ruby/Gems/1.8/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run'
130
- E, [2012-10-20T07:11:04.794138 #96242] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns.rb:72:in `run_server'
131
- E, [2012-10-20T07:11:04.794201 #96242] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:16:in `run'
132
- E, [2012-10-20T07:11:04.794263 #96242] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:94:in `start'
133
- E, [2012-10-20T07:11:04.794325 #96242] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:92:in `initialize'
134
- E, [2012-10-20T07:11:04.794386 #96242] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:92:in `new'
135
- E, [2012-10-20T07:11:04.794451 #96242] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:92:in `start'
136
- E, [2012-10-20T07:11:04.794513 #96242] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:73:in `fork'
137
- E, [2012-10-20T07:11:04.794574 #96242] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:73:in `start'
138
- E, [2012-10-20T07:11:04.794636 #96242] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/base.rb:129:in `start'
139
- E, [2012-10-20T07:11:04.794698 #96242] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:32:in `setup'
140
- E, [2012-10-20T07:11:04.794759 #96242] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testcase.rb:77:in `run'
141
- E, [2012-10-20T07:11:04.794831 #96242] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
142
- E, [2012-10-20T07:11:04.794895 #96242] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
143
- E, [2012-10-20T07:11:04.794957 #96242] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
144
- E, [2012-10-20T07:11:04.795018 #96242] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
145
- E, [2012-10-20T07:11:04.795080 #96242] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
146
- E, [2012-10-20T07:11:04.795141 #96242] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
147
- E, [2012-10-20T07:11:04.795203 #96242] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
148
- E, [2012-10-20T07:11:04.795268 #96242] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
149
- E, [2012-10-20T07:11:04.795330 #96242] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
150
- E, [2012-10-20T07:11:04.795392 #96242] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
151
- E, [2012-10-20T07:11:04.795453 #96242] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
152
- E, [2012-10-20T07:11:04.795515 #96242] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
153
- E, [2012-10-20T07:11:04.795585 #96242] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit.rb:279
154
- E, [2012-10-20T07:11:04.795647 #96242] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:39
155
- D, [2012-10-20T07:11:04.795751 #96242] DEBUG -- : Writing response to client (12 bytes) via UDP...
156
- === Daemon Stopping @ Sat Oct 20 07:11:04 +1300 2012 ===
157
- === Log Marked @ Sat Oct 20 07:11:09 +1300 2012 ===
158
- I, [2012-10-20T07:11:09.616512 #96268] INFO -- : Starting RubyDNS server (v0.5.0)...
159
- I, [2012-10-20T07:11:09.617274 #96268] INFO -- : Listening on udp:0.0.0.0:5320
160
- I, [2012-10-20T07:11:09.617697 #96268] INFO -- : Listening on tcp:0.0.0.0:5320
161
- D, [2012-10-20T07:11:09.717144 #96268] DEBUG -- : Receiving incoming query (28 bytes)...
162
- D, [2012-10-20T07:11:09.718003 #96268] DEBUG -- : Processing question truncation Resolv::DNS::Resource::IN::TXT...
163
- D, [2012-10-20T07:11:09.718283 #96268] DEBUG -- : Searching for truncation Resolv::DNS::Resource::IN::TXT
164
- D, [2012-10-20T07:11:09.718460 #96268] DEBUG -- : Checking rule ["truncation", Resolv::DNS::Resource::IN::TXT]...
165
- D, [2012-10-20T07:11:09.718624 #96268] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
166
- D, [2012-10-20T07:11:09.718829 #96268] DEBUG -- : Query truncation matched truncation
167
- E, [2012-10-20T07:11:09.719097 #96268] ERROR -- : Exception thrown while processing truncation Resolv::DNS::Resource::IN::TXT!
168
- E, [2012-10-20T07:11:09.719272 #96268] ERROR -- : NoMethodError: undefined method `respond!' for nil:NilClass
169
- E, [2012-10-20T07:11:09.719398 #96268] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:19:in `run'
170
- E, [2012-10-20T07:11:09.719512 #96268] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:132:in `call'
171
- E, [2012-10-20T07:11:09.719621 #96268] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:132:in `process'
172
- E, [2012-10-20T07:11:09.719728 #96268] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:101:in `each'
173
- E, [2012-10-20T07:11:09.719841 #96268] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:101:in `process'
174
- E, [2012-10-20T07:11:09.719949 #96268] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/transaction.rb:71:in `process'
175
- E, [2012-10-20T07:11:09.720056 #96268] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:210:in `process_query'
176
- E, [2012-10-20T07:11:09.720162 #96268] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:218:in `call'
177
- E, [2012-10-20T07:11:09.720269 #96268] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:218:in `process_query'
178
- E, [2012-10-20T07:11:09.720379 #96268] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/handler.rb:36:in `process'
179
- E, [2012-10-20T07:11:09.720492 #96268] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/handler.rb:59:in `receive_data'
180
- E, [2012-10-20T07:11:09.720625 #96268] ERROR -- : /Library/Ruby/Gems/1.8/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run_machine'
181
- E, [2012-10-20T07:11:09.720741 #96268] ERROR -- : /Library/Ruby/Gems/1.8/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run'
182
- E, [2012-10-20T07:11:09.720852 #96268] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns.rb:72:in `run_server'
183
- E, [2012-10-20T07:11:09.720959 #96268] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:16:in `run'
184
- E, [2012-10-20T07:11:09.721067 #96268] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:94:in `start'
185
- E, [2012-10-20T07:11:09.721177 #96268] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:92:in `initialize'
186
- E, [2012-10-20T07:11:09.721284 #96268] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:92:in `new'
187
- E, [2012-10-20T07:11:09.721398 #96268] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:92:in `start'
188
- E, [2012-10-20T07:11:09.721506 #96268] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:73:in `fork'
189
- E, [2012-10-20T07:11:09.721632 #96268] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:73:in `start'
190
- E, [2012-10-20T07:11:09.721741 #96268] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/base.rb:129:in `start'
191
- E, [2012-10-20T07:11:09.721865 #96268] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:32:in `setup'
192
- E, [2012-10-20T07:11:09.721978 #96268] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testcase.rb:77:in `run'
193
- E, [2012-10-20T07:11:09.722090 #96268] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
194
- E, [2012-10-20T07:11:09.722198 #96268] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
195
- E, [2012-10-20T07:11:09.722304 #96268] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
196
- E, [2012-10-20T07:11:09.722409 #96268] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
197
- E, [2012-10-20T07:11:09.722524 #96268] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
198
- E, [2012-10-20T07:11:09.722633 #96268] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
199
- E, [2012-10-20T07:11:09.722721 #96268] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
200
- E, [2012-10-20T07:11:09.722813 #96268] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
201
- E, [2012-10-20T07:11:09.722901 #96268] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
202
- E, [2012-10-20T07:11:09.723000 #96268] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
203
- E, [2012-10-20T07:11:09.723091 #96268] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
204
- E, [2012-10-20T07:11:09.723179 #96268] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
205
- E, [2012-10-20T07:11:09.723266 #96268] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit.rb:279
206
- E, [2012-10-20T07:11:09.723354 #96268] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:39
207
- D, [2012-10-20T07:11:09.723510 #96268] DEBUG -- : Writing response to client (12 bytes) via UDP...
208
- === Daemon Stopping @ Sat Oct 20 07:11:09 +1300 2012 ===
209
- === Log Marked @ Sat Oct 20 07:11:17 +1300 2012 ===
210
- I, [2012-10-20T07:11:17.886347 #96296] INFO -- : Starting RubyDNS server (v0.5.0)...
211
- I, [2012-10-20T07:11:17.887219 #96296] INFO -- : Listening on udp:0.0.0.0:5320
212
- I, [2012-10-20T07:11:17.887798 #96296] INFO -- : Listening on tcp:0.0.0.0:5320
213
- D, [2012-10-20T07:11:17.986212 #96296] DEBUG -- : Receiving incoming query (28 bytes)...
214
- D, [2012-10-20T07:11:17.986744 #96296] DEBUG -- : Processing question truncation Resolv::DNS::Resource::IN::TXT...
215
- D, [2012-10-20T07:11:17.986884 #96296] DEBUG -- : Searching for truncation Resolv::DNS::Resource::IN::TXT
216
- D, [2012-10-20T07:11:17.986979 #96296] DEBUG -- : Checking rule ["truncation", Resolv::DNS::Resource::IN::TXT]...
217
- D, [2012-10-20T07:11:17.987052 #96296] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
218
- D, [2012-10-20T07:11:17.987135 #96296] DEBUG -- : Query truncation matched truncation
219
- E, [2012-10-20T07:11:17.987287 #96296] ERROR -- : Exception thrown while processing truncation Resolv::DNS::Resource::IN::TXT!
220
- E, [2012-10-20T07:11:17.987385 #96296] ERROR -- : NoMethodError: undefined method `respond!' for nil:NilClass
221
- E, [2012-10-20T07:11:17.987463 #96296] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:19:in `run'
222
- E, [2012-10-20T07:11:17.987531 #96296] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:132:in `call'
223
- E, [2012-10-20T07:11:17.987592 #96296] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:132:in `process'
224
- E, [2012-10-20T07:11:17.987652 #96296] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:101:in `each'
225
- E, [2012-10-20T07:11:17.987720 #96296] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:101:in `process'
226
- E, [2012-10-20T07:11:17.987786 #96296] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/transaction.rb:71:in `process'
227
- E, [2012-10-20T07:11:17.987857 #96296] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:210:in `process_query'
228
- E, [2012-10-20T07:11:17.987927 #96296] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:218:in `call'
229
- E, [2012-10-20T07:11:17.987992 #96296] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:218:in `process_query'
230
- E, [2012-10-20T07:11:17.988056 #96296] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/handler.rb:36:in `process'
231
- E, [2012-10-20T07:11:17.988120 #96296] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/handler.rb:59:in `receive_data'
232
- E, [2012-10-20T07:11:17.988183 #96296] ERROR -- : /Library/Ruby/Gems/1.8/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run_machine'
233
- E, [2012-10-20T07:11:17.988247 #96296] ERROR -- : /Library/Ruby/Gems/1.8/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run'
234
- E, [2012-10-20T07:11:17.988311 #96296] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns.rb:72:in `run_server'
235
- E, [2012-10-20T07:11:17.988378 #96296] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:16:in `run'
236
- E, [2012-10-20T07:11:17.988442 #96296] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:94:in `start'
237
- E, [2012-10-20T07:11:17.988510 #96296] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:92:in `initialize'
238
- E, [2012-10-20T07:11:17.988575 #96296] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:92:in `new'
239
- E, [2012-10-20T07:11:17.988647 #96296] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:92:in `start'
240
- E, [2012-10-20T07:11:17.988713 #96296] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:73:in `fork'
241
- E, [2012-10-20T07:11:17.988777 #96296] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:73:in `start'
242
- E, [2012-10-20T07:11:17.988845 #96296] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/base.rb:129:in `start'
243
- E, [2012-10-20T07:11:17.988909 #96296] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:32:in `setup'
244
- E, [2012-10-20T07:11:17.988973 #96296] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testcase.rb:77:in `run'
245
- E, [2012-10-20T07:11:17.989037 #96296] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
246
- E, [2012-10-20T07:11:17.989102 #96296] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
247
- E, [2012-10-20T07:11:17.989166 #96296] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
248
- E, [2012-10-20T07:11:17.989233 #96296] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
249
- E, [2012-10-20T07:11:17.989297 #96296] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
250
- E, [2012-10-20T07:11:17.989376 #96296] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
251
- E, [2012-10-20T07:11:17.989482 #96296] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
252
- E, [2012-10-20T07:11:17.989547 #96296] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
253
- E, [2012-10-20T07:11:17.989610 #96296] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
254
- E, [2012-10-20T07:11:17.989675 #96296] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
255
- E, [2012-10-20T07:11:17.989742 #96296] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
256
- E, [2012-10-20T07:11:17.989806 #96296] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
257
- E, [2012-10-20T07:11:17.989869 #96296] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit.rb:279
258
- E, [2012-10-20T07:11:17.989933 #96296] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:39
259
- D, [2012-10-20T07:11:17.990037 #96296] DEBUG -- : Writing response to client (12 bytes) via UDP...
260
- === Daemon Stopping @ Sat Oct 20 07:11:17 +1300 2012 ===
261
- === Log Marked @ Sat Oct 20 07:11:35 +1300 2012 ===
262
- I, [2012-10-20T07:11:35.050314 #96316] INFO -- : Starting RubyDNS server (v0.5.0)...
263
- I, [2012-10-20T07:11:35.051155 #96316] INFO -- : Listening on udp:0.0.0.0:5320
264
- I, [2012-10-20T07:11:35.051750 #96316] INFO -- : Listening on tcp:0.0.0.0:5320
265
- D, [2012-10-20T07:11:35.149801 #96316] DEBUG -- : Receiving incoming query (28 bytes)...
266
- D, [2012-10-20T07:11:35.150267 #96316] DEBUG -- : Processing question truncation Resolv::DNS::Resource::IN::TXT...
267
- D, [2012-10-20T07:11:35.150403 #96316] DEBUG -- : Searching for truncation Resolv::DNS::Resource::IN::TXT
268
- D, [2012-10-20T07:11:35.150484 #96316] DEBUG -- : Checking rule ["truncation", Resolv::DNS::Resource::IN::TXT]...
269
- D, [2012-10-20T07:11:35.150558 #96316] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
270
- D, [2012-10-20T07:11:35.150637 #96316] DEBUG -- : Query truncation matched truncation
271
- E, [2012-10-20T07:11:35.150799 #96316] ERROR -- : Exception thrown while processing truncation Resolv::DNS::Resource::IN::TXT!
272
- E, [2012-10-20T07:11:35.150924 #96316] ERROR -- : NoMethodError: undefined method `respond!' for nil:NilClass
273
- E, [2012-10-20T07:11:35.150993 #96316] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:19:in `run'
274
- E, [2012-10-20T07:11:35.151066 #96316] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:132:in `call'
275
- E, [2012-10-20T07:11:35.151127 #96316] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:132:in `process'
276
- E, [2012-10-20T07:11:35.151188 #96316] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:101:in `each'
277
- E, [2012-10-20T07:11:35.151249 #96316] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:101:in `process'
278
- E, [2012-10-20T07:11:35.151310 #96316] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/transaction.rb:71:in `process'
279
- E, [2012-10-20T07:11:35.151371 #96316] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:210:in `process_query'
280
- E, [2012-10-20T07:11:35.151434 #96316] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:218:in `call'
281
- E, [2012-10-20T07:11:35.151496 #96316] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/server.rb:218:in `process_query'
282
- E, [2012-10-20T07:11:35.151557 #96316] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/handler.rb:36:in `process'
283
- E, [2012-10-20T07:11:35.151631 #96316] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns/handler.rb:59:in `receive_data'
284
- E, [2012-10-20T07:11:35.151693 #96316] ERROR -- : /Library/Ruby/Gems/1.8/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run_machine'
285
- E, [2012-10-20T07:11:35.151758 #96316] ERROR -- : /Library/Ruby/Gems/1.8/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run'
286
- E, [2012-10-20T07:11:35.151822 #96316] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/lib/rubydns.rb:72:in `run_server'
287
- E, [2012-10-20T07:11:35.151884 #96316] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:16:in `run'
288
- E, [2012-10-20T07:11:35.151944 #96316] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:94:in `start'
289
- E, [2012-10-20T07:11:35.152005 #96316] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:92:in `initialize'
290
- E, [2012-10-20T07:11:35.152066 #96316] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:92:in `new'
291
- E, [2012-10-20T07:11:35.152127 #96316] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:92:in `start'
292
- E, [2012-10-20T07:11:35.152187 #96316] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:73:in `fork'
293
- E, [2012-10-20T07:11:35.152251 #96316] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/controller.rb:73:in `start'
294
- E, [2012-10-20T07:11:35.152312 #96316] ERROR -- : /Library/Ruby/Gems/1.8/gems/rexec-1.5.0/lib/rexec/daemon/base.rb:129:in `start'
295
- E, [2012-10-20T07:11:35.152373 #96316] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:32:in `setup'
296
- E, [2012-10-20T07:11:35.152440 #96316] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testcase.rb:77:in `run'
297
- E, [2012-10-20T07:11:35.152513 #96316] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
298
- E, [2012-10-20T07:11:35.152578 #96316] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
299
- E, [2012-10-20T07:11:35.152643 #96316] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
300
- E, [2012-10-20T07:11:35.152711 #96316] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
301
- E, [2012-10-20T07:11:35.152783 #96316] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
302
- E, [2012-10-20T07:11:35.152845 #96316] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
303
- E, [2012-10-20T07:11:35.152905 #96316] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
304
- E, [2012-10-20T07:11:35.152966 #96316] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
305
- E, [2012-10-20T07:11:35.153038 #96316] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
306
- E, [2012-10-20T07:11:35.153103 #96316] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
307
- E, [2012-10-20T07:11:35.153176 #96316] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
308
- E, [2012-10-20T07:11:35.153246 #96316] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
309
- E, [2012-10-20T07:11:35.153307 #96316] ERROR -- : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit.rb:279
310
- E, [2012-10-20T07:11:35.153373 #96316] ERROR -- : /Users/samuel/Documents/Programming/Internet/rubydns/test/test_truncation.rb:39
311
- D, [2012-10-20T07:11:35.153472 #96316] DEBUG -- : Writing response to client (12 bytes) via UDP...
312
- === Daemon Stopping @ Sat Oct 20 07:11:35 +1300 2012 ===
313
- === Log Marked @ Sat Oct 20 07:11:51 +1300 2012 ===
314
- I, [2012-10-20T07:11:51.147517 #96357] INFO -- : Starting RubyDNS server (v0.5.0)...
315
- I, [2012-10-20T07:11:51.151793 #96357] INFO -- : Listening on udp:0.0.0.0:5320
316
- I, [2012-10-20T07:11:51.152283 #96357] INFO -- : Listening on tcp:0.0.0.0:5320
317
- D, [2012-10-20T07:11:51.246986 #96357] DEBUG -- : Receiving incoming query (28 bytes)...
318
- D, [2012-10-20T07:11:51.247463 #96357] DEBUG -- : Processing question truncation Resolv::DNS::Resource::IN::TXT...
319
- D, [2012-10-20T07:11:51.247611 #96357] DEBUG -- : Searching for truncation Resolv::DNS::Resource::IN::TXT
320
- D, [2012-10-20T07:11:51.247697 #96357] DEBUG -- : Checking rule ["truncation", Resolv::DNS::Resource::IN::TXT]...
321
- D, [2012-10-20T07:11:51.247787 #96357] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
322
- D, [2012-10-20T07:11:51.247895 #96357] DEBUG -- : Query truncation matched truncation
323
- I, [2012-10-20T07:11:51.248026 #96357] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
324
- I, [2012-10-20T07:11:51.248169 #96357] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x102584820 @strings=["Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello Wo", "rld! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hel", "lo World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World", "! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello ", "World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! H", "ello World! Hello World! "]>
325
- D, [2012-10-20T07:11:51.248332 #96357] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x102584820 @strings=["Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello Wo", "rld! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hel", "lo World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World", "! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello ", "World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! H", "ello World! Hello World! "]> 16 1
326
- D, [2012-10-20T07:11:51.248688 #96357] DEBUG -- : Rule returned successfully
327
- W, [2012-10-20T07:11:51.248784 #96357] WARN -- : Calling next link...
328
- D, [2012-10-20T07:11:51.248916 #96357] DEBUG -- : Writing response to client (1346 bytes) via UDP...
329
- W, [2012-10-20T07:11:51.248990 #96357] WARN -- : Response via UDP was larger than 512!
330
- D, [2012-10-20T07:11:51.249726 #96357] DEBUG -- : Receiving incoming query (28 bytes)...
331
- D, [2012-10-20T07:11:51.249910 #96357] DEBUG -- : Processing question truncation Resolv::DNS::Resource::IN::TXT...
332
- D, [2012-10-20T07:11:51.250023 #96357] DEBUG -- : Searching for truncation Resolv::DNS::Resource::IN::TXT
333
- D, [2012-10-20T07:11:51.250096 #96357] DEBUG -- : Checking rule ["truncation", Resolv::DNS::Resource::IN::TXT]...
334
- D, [2012-10-20T07:11:51.250165 #96357] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
335
- D, [2012-10-20T07:11:51.250236 #96357] DEBUG -- : Query truncation matched truncation
336
- I, [2012-10-20T07:11:51.250345 #96357] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
337
- I, [2012-10-20T07:11:51.250458 #96357] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x102580ba8 @strings=["Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello Wo", "rld! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hel", "lo World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World", "! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello ", "World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! H", "ello World! Hello World! "]>
338
- D, [2012-10-20T07:11:51.250581 #96357] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x102580ba8 @strings=["Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello Wo", "rld! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hel", "lo World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World", "! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello ", "World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! H", "ello World! Hello World! "]> 16 1
339
- D, [2012-10-20T07:11:51.250734 #96357] DEBUG -- : Rule returned successfully
340
- W, [2012-10-20T07:11:51.250821 #96357] WARN -- : Calling next link...
341
- D, [2012-10-20T07:11:51.250954 #96357] DEBUG -- : Writing response to client (1346 bytes) via TCP...
342
- === Daemon Stopping @ Sat Oct 20 07:11:51 +1300 2012 ===
343
- === Log Marked @ Sat Oct 20 07:12:01 +1300 2012 ===
344
- I, [2012-10-20T07:12:01.717844 #96402] INFO -- : Starting RubyDNS server (v0.5.0)...
345
- I, [2012-10-20T07:12:01.718691 #96402] INFO -- : Listening on udp:0.0.0.0:5320
346
- I, [2012-10-20T07:12:01.719234 #96402] INFO -- : Listening on tcp:0.0.0.0:5320
347
- D, [2012-10-20T07:12:01.817735 #96402] DEBUG -- : Receiving incoming query (28 bytes)...
348
- D, [2012-10-20T07:12:01.818234 #96402] DEBUG -- : Processing question truncation Resolv::DNS::Resource::IN::TXT...
349
- D, [2012-10-20T07:12:01.818372 #96402] DEBUG -- : Searching for truncation Resolv::DNS::Resource::IN::TXT
350
- D, [2012-10-20T07:12:01.818457 #96402] DEBUG -- : Checking rule ["truncation", Resolv::DNS::Resource::IN::TXT]...
351
- D, [2012-10-20T07:12:01.818536 #96402] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
352
- D, [2012-10-20T07:12:01.818624 #96402] DEBUG -- : Query truncation matched truncation
353
- I, [2012-10-20T07:12:01.818732 #96402] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
354
- I, [2012-10-20T07:12:01.818870 #96402] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x101b76158 @strings=["Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello Wo", "rld! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hel", "lo World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World", "! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello ", "World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! H", "ello World! Hello World! "]>
355
- D, [2012-10-20T07:12:01.819011 #96402] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x101b76158 @strings=["Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello Wo", "rld! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hel", "lo World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World", "! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello ", "World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! H", "ello World! Hello World! "]> 16 1
356
- D, [2012-10-20T07:12:01.819302 #96402] DEBUG -- : Rule returned successfully
357
- W, [2012-10-20T07:12:01.819397 #96402] WARN -- : Calling next link...
358
- D, [2012-10-20T07:12:01.819521 #96402] DEBUG -- : Writing response to client (1346 bytes) via UDP...
359
- W, [2012-10-20T07:12:01.819596 #96402] WARN -- : Response via UDP was larger than 512!
360
- D, [2012-10-20T07:12:01.820247 #96402] DEBUG -- : Receiving incoming query (28 bytes)...
361
- D, [2012-10-20T07:12:01.820414 #96402] DEBUG -- : Processing question truncation Resolv::DNS::Resource::IN::TXT...
362
- D, [2012-10-20T07:12:01.820527 #96402] DEBUG -- : Searching for truncation Resolv::DNS::Resource::IN::TXT
363
- D, [2012-10-20T07:12:01.820604 #96402] DEBUG -- : Checking rule ["truncation", Resolv::DNS::Resource::IN::TXT]...
364
- D, [2012-10-20T07:12:01.820675 #96402] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
365
- D, [2012-10-20T07:12:01.820743 #96402] DEBUG -- : Query truncation matched truncation
366
- I, [2012-10-20T07:12:01.820841 #96402] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
367
- I, [2012-10-20T07:12:01.820952 #96402] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x101b724e0 @strings=["Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello Wo", "rld! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hel", "lo World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World", "! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello ", "World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! H", "ello World! Hello World! "]>
368
- D, [2012-10-20T07:12:01.821084 #96402] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x101b724e0 @strings=["Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello Wo", "rld! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hel", "lo World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World", "! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello ", "World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! H", "ello World! Hello World! "]> 16 1
369
- D, [2012-10-20T07:12:01.821228 #96402] DEBUG -- : Rule returned successfully
370
- W, [2012-10-20T07:12:01.821312 #96402] WARN -- : Calling next link...
371
- D, [2012-10-20T07:12:01.821448 #96402] DEBUG -- : Writing response to client (1346 bytes) via TCP...
372
- D, [2012-10-20T07:12:19.391853 #96402] DEBUG -- : Receiving incoming query (28 bytes)...
373
- D, [2012-10-20T07:12:19.392103 #96402] DEBUG -- : Processing question truncation Resolv::DNS::Resource::IN::TXT...
374
- D, [2012-10-20T07:12:19.392221 #96402] DEBUG -- : Searching for truncation Resolv::DNS::Resource::IN::TXT
375
- D, [2012-10-20T07:12:19.392297 #96402] DEBUG -- : Checking rule ["truncation", Resolv::DNS::Resource::IN::TXT]...
376
- D, [2012-10-20T07:12:19.392367 #96402] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
377
- D, [2012-10-20T07:12:19.392441 #96402] DEBUG -- : Query truncation matched truncation
378
- I, [2012-10-20T07:12:19.392535 #96402] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
379
- I, [2012-10-20T07:12:19.392653 #96402] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x101b6ed68 @strings=["Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello Wo", "rld! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hel", "lo World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World", "! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello ", "World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! H", "ello World! Hello World! "]>
380
- D, [2012-10-20T07:12:19.392776 #96402] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x101b6ed68 @strings=["Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello Wo", "rld! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hel", "lo World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World", "! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello ", "World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! H", "ello World! Hello World! "]> 16 1
381
- D, [2012-10-20T07:12:19.392943 #96402] DEBUG -- : Rule returned successfully
382
- W, [2012-10-20T07:12:19.393022 #96402] WARN -- : Calling next link...
383
- D, [2012-10-20T07:12:19.393154 #96402] DEBUG -- : Writing response to client (1346 bytes) via UDP...
384
- W, [2012-10-20T07:12:19.393232 #96402] WARN -- : Response via UDP was larger than 512!
385
- D, [2012-10-20T07:12:19.393719 #96402] DEBUG -- : Receiving incoming query (28 bytes)...
386
- D, [2012-10-20T07:12:19.393933 #96402] DEBUG -- : Processing question truncation Resolv::DNS::Resource::IN::TXT...
387
- D, [2012-10-20T07:12:19.394105 #96402] DEBUG -- : Searching for truncation Resolv::DNS::Resource::IN::TXT
388
- D, [2012-10-20T07:12:19.394189 #96402] DEBUG -- : Checking rule ["truncation", Resolv::DNS::Resource::IN::TXT]...
389
- D, [2012-10-20T07:12:19.394275 #96402] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
390
- D, [2012-10-20T07:12:19.394345 #96402] DEBUG -- : Query truncation matched truncation
391
- I, [2012-10-20T07:12:19.394447 #96402] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
392
- I, [2012-10-20T07:12:19.394566 #96402] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x101b6b0f0 @strings=["Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello Wo", "rld! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hel", "lo World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World", "! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello ", "World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! H", "ello World! Hello World! "]>
393
- D, [2012-10-20T07:12:19.394691 #96402] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x101b6b0f0 @strings=["Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello Wo", "rld! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hel", "lo World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World", "! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello ", "World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! H", "ello World! Hello World! "]> 16 1
394
- D, [2012-10-20T07:12:19.394845 #96402] DEBUG -- : Rule returned successfully
395
- W, [2012-10-20T07:12:19.394922 #96402] WARN -- : Calling next link...
396
- D, [2012-10-20T07:12:19.395106 #96402] DEBUG -- : Writing response to client (1346 bytes) via TCP...
397
- === Daemon Stopping @ Sat Oct 20 07:12:19 +1300 2012 ===
398
- === Log Marked @ Sat Oct 20 07:12:37 +1300 2012 ===
399
- I, [2012-10-20T07:12:37.967507 #96511] INFO -- : Starting RubyDNS server (v0.5.0)...
400
- I, [2012-10-20T07:12:37.974013 #96511] INFO -- : Listening on udp:0.0.0.0:5320
401
- I, [2012-10-20T07:12:37.974510 #96511] INFO -- : Listening on tcp:0.0.0.0:5320
402
- D, [2012-10-20T07:12:38.067452 #96511] DEBUG -- : Receiving incoming query (28 bytes)...
403
- D, [2012-10-20T07:12:38.068014 #96511] DEBUG -- : Processing question truncation Resolv::DNS::Resource::IN::TXT...
404
- D, [2012-10-20T07:12:38.068210 #96511] DEBUG -- : Searching for truncation Resolv::DNS::Resource::IN::TXT
405
- D, [2012-10-20T07:12:38.068313 #96511] DEBUG -- : Checking rule ["truncation", Resolv::DNS::Resource::IN::TXT]...
406
- D, [2012-10-20T07:12:38.068420 #96511] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
407
- D, [2012-10-20T07:12:38.068515 #96511] DEBUG -- : Query truncation matched truncation
408
- I, [2012-10-20T07:12:38.068632 #96511] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
409
- I, [2012-10-20T07:12:38.068763 #96511] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x10a358698 @strings=["Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello Wo", "rld! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hel", "lo World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World", "! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello ", "World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! H", "ello World! Hello World! "]>
410
- D, [2012-10-20T07:12:38.068907 #96511] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x10a358698 @strings=["Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello Wo", "rld! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hel", "lo World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World", "! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello ", "World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! H", "ello World! Hello World! "]> 16 1
411
- D, [2012-10-20T07:12:38.069201 #96511] DEBUG -- : Rule returned successfully
412
- W, [2012-10-20T07:12:38.069295 #96511] WARN -- : Calling next link...
413
- D, [2012-10-20T07:12:38.069427 #96511] DEBUG -- : Writing response to client (1346 bytes) via UDP...
414
- W, [2012-10-20T07:12:38.069503 #96511] WARN -- : Response via UDP was larger than 512!
415
- D, [2012-10-20T07:12:38.070195 #96511] DEBUG -- : Receiving incoming query (28 bytes)...
416
- D, [2012-10-20T07:12:38.070431 #96511] DEBUG -- : Processing question truncation Resolv::DNS::Resource::IN::TXT...
417
- D, [2012-10-20T07:12:38.070550 #96511] DEBUG -- : Searching for truncation Resolv::DNS::Resource::IN::TXT
418
- D, [2012-10-20T07:12:38.070628 #96511] DEBUG -- : Checking rule ["truncation", Resolv::DNS::Resource::IN::TXT]...
419
- D, [2012-10-20T07:12:38.070698 #96511] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
420
- D, [2012-10-20T07:12:38.070781 #96511] DEBUG -- : Query truncation matched truncation
421
- I, [2012-10-20T07:12:38.070877 #96511] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
422
- I, [2012-10-20T07:12:38.070990 #96511] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x10a354a20 @strings=["Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello Wo", "rld! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hel", "lo World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World", "! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello ", "World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! H", "ello World! Hello World! "]>
423
- D, [2012-10-20T07:12:38.071107 #96511] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x10a354a20 @strings=["Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello Wo", "rld! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hel", "lo World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World", "! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello ", "World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! H", "ello World! Hello World! "]> 16 1
424
- D, [2012-10-20T07:12:38.071248 #96511] DEBUG -- : Rule returned successfully
425
- W, [2012-10-20T07:12:38.071318 #96511] WARN -- : Calling next link...
426
- D, [2012-10-20T07:12:38.071454 #96511] DEBUG -- : Writing response to client (1346 bytes) via TCP...
427
- === Daemon Stopping @ Sat Oct 20 07:12:38 +1300 2012 ===
428
- === Log Marked @ Sat Oct 20 14:53:35 +1300 2012 ===
429
- I, [2012-10-20T14:53:35.474832 #20087] INFO -- : Starting RubyDNS server (v0.5.0)...
430
- I, [2012-10-20T14:53:35.475914 #20087] INFO -- : Listening on udp:0.0.0.0:5320
431
- I, [2012-10-20T14:53:35.476352 #20087] INFO -- : Listening on tcp:0.0.0.0:5320
432
- D, [2012-10-20T14:53:35.575277 #20087] DEBUG -- : Receiving incoming query (28 bytes)...
433
- D, [2012-10-20T14:53:35.575724 #20087] DEBUG -- : Processing question truncation Resolv::DNS::Resource::IN::TXT...
434
- D, [2012-10-20T14:53:35.575870 #20087] DEBUG -- : Searching for truncation Resolv::DNS::Resource::IN::TXT
435
- D, [2012-10-20T14:53:35.575990 #20087] DEBUG -- : Checking rule ["truncation", Resolv::DNS::Resource::IN::TXT]...
436
- D, [2012-10-20T14:53:35.576067 #20087] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
437
- D, [2012-10-20T14:53:35.576157 #20087] DEBUG -- : Query truncation matched truncation
438
- I, [2012-10-20T14:53:35.576258 #20087] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
439
- I, [2012-10-20T14:53:35.576392 #20087] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x10d0e3658 @strings=["Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello Wo", "rld! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hel", "lo World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World", "! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello ", "World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! H", "ello World! Hello World! "]>
440
- D, [2012-10-20T14:53:35.576545 #20087] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x10d0e3658 @strings=["Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello Wo", "rld! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hel", "lo World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World", "! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello ", "World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! Hello World! H", "ello World! Hello World! "]> 16 1
441
- D, [2012-10-20T14:53:35.576834 #20087] DEBUG -- : Rule returned successfully
442
- D, [2012-10-20T14:53:35.576929 #20087] DEBUG -- : Passing answer back to caller...
443
- D, [2012-10-20T14:53:35.577069 #20087] DEBUG -- : Writing response to client (1346 bytes) via UDP...
444
- W, [2012-10-20T14:53:35.577144 #20087] WARN -- : Response via UDP was larger than 512!
445
- === Daemon Stopping @ Sat Oct 20 14:53:35 +1300 2012 ===
@@ -1,265 +0,0 @@
1
- === Log Marked @ 2012-10-20 06:57:35 +1300 ===
2
- I, [2012-10-20T06:57:35.650021 #94776] INFO -- : Starting RubyDNS server (v0.5.0)...
3
- I, [2012-10-20T06:57:35.650676 #94776] INFO -- : Listening on udp:0.0.0.0:5300
4
- I, [2012-10-20T06:57:35.651175 #94776] INFO -- : Listening on tcp:0.0.0.0:5300
5
- D, [2012-10-20T06:57:35.749627 #94776] DEBUG -- : Receiving incoming query (25 bytes)...
6
- D, [2012-10-20T06:57:35.751730 #94776] DEBUG -- : Processing question fortune Resolv::DNS::Resource::IN::CNAME...
7
- D, [2012-10-20T06:57:35.751903 #94776] DEBUG -- : Searching for fortune Resolv::DNS::Resource::IN::CNAME
8
- D, [2012-10-20T06:57:35.752115 #94776] DEBUG -- : Checking rule [/stats\.fortune/, Resolv::DNS::Resource::IN::TXT]...
9
- D, [2012-10-20T06:57:35.752200 #94776] DEBUG -- : Checking rule [/(.+)\.fortune/, Resolv::DNS::Resource::IN::TXT]...
10
- D, [2012-10-20T06:57:35.752287 #94776] DEBUG -- : Checking rule [/fortune/, [Resolv::DNS::Resource::IN::CNAME, Resolv::DNS::Resource::IN::TXT]]...
11
- D, [2012-10-20T06:57:35.752369 #94776] DEBUG -- : Resource class Resolv::DNS::Resource::IN::CNAME matched [Resolv::DNS::Resource::IN::CNAME, Resolv::DNS::Resource::IN::TXT]
12
- D, [2012-10-20T06:57:35.752546 #94776] DEBUG -- : Query fortune matched (?-mix:fortune) with result #<MatchData "fortune">
13
- I, [2012-10-20T06:57:35.775580 #94776] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
14
- I, [2012-10-20T06:57:35.775787 #94776] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x007fcc1d817568 @strings=["Text Size: 2490 Byte Size: 2490"]>
15
- D, [2012-10-20T06:57:35.775942 #94776] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x007fcc1d817568 @strings=["Text Size: 2490 Byte Size: 2490"]> 16 1
16
- I, [2012-10-20T06:57:35.776252 #94776] INFO -- : Resource class: Resolv::DNS::Resource::IN::CNAME
17
- I, [2012-10-20T06:57:35.776348 #94776] INFO -- : Resource: #<Resolv::DNS::Resource::IN::CNAME:0x007fcc1d815498 @name=#<Resolv::DNS::Name: f4faa4be0b04a40a4145dacac0a501d9.fortune>>
18
- D, [2012-10-20T06:57:35.776445 #94776] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::CNAME:0x007fcc1d815498 @name=#<Resolv::DNS::Name: f4faa4be0b04a40a4145dacac0a501d9.fortune>> 5 1
19
- D, [2012-10-20T06:57:35.776588 #94776] DEBUG -- : Rule returned successfully
20
- W, [2012-10-20T06:57:35.776721 #94776] WARN -- : Calling next link...
21
- D, [2012-10-20T06:57:35.776852 #94776] DEBUG -- : Writing response to client (116 bytes) via UDP...
22
- D, [2012-10-20T06:57:35.777678 #94776] DEBUG -- : Receiving incoming query (58 bytes)...
23
- D, [2012-10-20T06:57:35.777872 #94776] DEBUG -- : Processing question f4faa4be0b04a40a4145dacac0a501d9.fortune Resolv::DNS::Resource::IN::TXT...
24
- D, [2012-10-20T06:57:35.777990 #94776] DEBUG -- : Searching for f4faa4be0b04a40a4145dacac0a501d9.fortune Resolv::DNS::Resource::IN::TXT
25
- D, [2012-10-20T06:57:35.778074 #94776] DEBUG -- : Checking rule [/stats\.fortune/, Resolv::DNS::Resource::IN::TXT]...
26
- D, [2012-10-20T06:57:35.778145 #94776] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
27
- D, [2012-10-20T06:57:35.778239 #94776] DEBUG -- : Query f4faa4be0b04a40a4145dacac0a501d9.fortune failed to match against (?-mix:stats\.fortune)
28
- D, [2012-10-20T06:57:35.778312 #94776] DEBUG -- : Checking rule [/(.+)\.fortune/, Resolv::DNS::Resource::IN::TXT]...
29
- D, [2012-10-20T06:57:35.778381 #94776] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
30
- D, [2012-10-20T06:57:35.778482 #94776] DEBUG -- : Query f4faa4be0b04a40a4145dacac0a501d9.fortune matched (?-mix:(.+)\.fortune) with result #<MatchData "f4faa4be0b04a40a4145dacac0a501d9.fortune" 1:"f4faa4be0b04a40a4145dacac0a501d9">
31
- I, [2012-10-20T06:57:35.778584 #94776] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
32
- I, [2012-10-20T06:57:35.778753 #94776] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x007fcc1d8344b0 @strings=["pediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspedidd", "el: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A ", "car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car wi", "th only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with onl", "y one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one ", "working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one workin", "g headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working head", "light. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight.", " -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"S", "niglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friends"]>
33
- D, [2012-10-20T06:57:35.778948 #94776] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x007fcc1d8344b0 @strings=["pediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspedidd", "el: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A ", "car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car wi", "th only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with onl", "y one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one ", "working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one workin", "g headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working head", "light. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight.", " -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"S", "niglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friends"]> 16 1
34
- D, [2012-10-20T06:57:35.779100 #94776] DEBUG -- : Rule returned successfully
35
- W, [2012-10-20T06:57:35.779174 #94776] WARN -- : Calling next link...
36
- D, [2012-10-20T06:57:35.779294 #94776] DEBUG -- : Writing response to client (2570 bytes) via UDP...
37
- W, [2012-10-20T06:57:35.779368 #94776] WARN -- : Response via UDP was larger than 512!
38
- D, [2012-10-20T06:57:35.780122 #94776] DEBUG -- : Receiving incoming query (58 bytes)...
39
- D, [2012-10-20T06:57:35.780271 #94776] DEBUG -- : Processing question f4faa4be0b04a40a4145dacac0a501d9.fortune Resolv::DNS::Resource::IN::TXT...
40
- D, [2012-10-20T06:57:35.780352 #94776] DEBUG -- : Searching for f4faa4be0b04a40a4145dacac0a501d9.fortune Resolv::DNS::Resource::IN::TXT
41
- D, [2012-10-20T06:57:35.780433 #94776] DEBUG -- : Checking rule [/stats\.fortune/, Resolv::DNS::Resource::IN::TXT]...
42
- D, [2012-10-20T06:57:35.780502 #94776] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
43
- D, [2012-10-20T06:57:35.780570 #94776] DEBUG -- : Query f4faa4be0b04a40a4145dacac0a501d9.fortune failed to match against (?-mix:stats\.fortune)
44
- D, [2012-10-20T06:57:35.780646 #94776] DEBUG -- : Checking rule [/(.+)\.fortune/, Resolv::DNS::Resource::IN::TXT]...
45
- D, [2012-10-20T06:57:35.780710 #94776] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
46
- D, [2012-10-20T06:57:35.780797 #94776] DEBUG -- : Query f4faa4be0b04a40a4145dacac0a501d9.fortune matched (?-mix:(.+)\.fortune) with result #<MatchData "f4faa4be0b04a40a4145dacac0a501d9.fortune" 1:"f4faa4be0b04a40a4145dacac0a501d9">
47
- I, [2012-10-20T06:57:35.780877 #94776] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
48
- I, [2012-10-20T06:57:35.781043 #94776] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x007fcc1d852f50 @strings=["pediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspedidd", "el: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A ", "car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car wi", "th only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with onl", "y one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one ", "working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one workin", "g headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working head", "light. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight.", " -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"S", "niglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friends"]>
49
- D, [2012-10-20T06:57:35.781218 #94776] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x007fcc1d852f50 @strings=["pediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspedidd", "el: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A ", "car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car wi", "th only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with onl", "y one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one ", "working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one workin", "g headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working head", "light. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight.", " -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"S", "niglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friendspediddel: A car with only one working headlight. -- \"Sniglets\", Rich Hall & Friends"]> 16 1
50
- D, [2012-10-20T06:57:35.781362 #94776] DEBUG -- : Rule returned successfully
51
- W, [2012-10-20T06:57:35.781441 #94776] WARN -- : Calling next link...
52
- D, [2012-10-20T06:57:35.781563 #94776] DEBUG -- : Writing response to client (2570 bytes) via TCP...
53
- === Daemon Stopping @ 2012-10-20 06:57:35 +1300 ===
54
- === Log Marked @ 2012-10-20 07:00:43 +1300 ===
55
- I, [2012-10-20T07:00:43.779828 #95120] INFO -- : Starting RubyDNS server (v0.5.0)...
56
- I, [2012-10-20T07:00:43.780366 #95120] INFO -- : Listening on udp:0.0.0.0:5300
57
- I, [2012-10-20T07:00:43.780901 #95120] INFO -- : Listening on tcp:0.0.0.0:5300
58
- D, [2012-10-20T07:00:43.879459 #95120] DEBUG -- : Receiving incoming query (25 bytes)...
59
- D, [2012-10-20T07:00:43.881605 #95120] DEBUG -- : Processing question fortune Resolv::DNS::Resource::IN::CNAME...
60
- D, [2012-10-20T07:00:43.881794 #95120] DEBUG -- : Searching for fortune Resolv::DNS::Resource::IN::CNAME
61
- D, [2012-10-20T07:00:43.882021 #95120] DEBUG -- : Checking rule [/stats\.fortune/, Resolv::DNS::Resource::IN::TXT]...
62
- D, [2012-10-20T07:00:43.882115 #95120] DEBUG -- : Checking rule [/(.+)\.fortune/, Resolv::DNS::Resource::IN::TXT]...
63
- D, [2012-10-20T07:00:43.882212 #95120] DEBUG -- : Checking rule [/fortune/, [Resolv::DNS::Resource::IN::CNAME, Resolv::DNS::Resource::IN::TXT]]...
64
- D, [2012-10-20T07:00:43.882647 #95120] DEBUG -- : Resource class Resolv::DNS::Resource::IN::CNAME matched [Resolv::DNS::Resource::IN::CNAME, Resolv::DNS::Resource::IN::TXT]
65
- D, [2012-10-20T07:00:43.882848 #95120] DEBUG -- : Query fortune matched (?-mix:fortune) with result #<MatchData "fortune">
66
- I, [2012-10-20T07:00:43.891880 #95120] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
67
- I, [2012-10-20T07:00:43.892083 #95120] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x007febad2987b8 @strings=["Text Size: 1650 Byte Size: 1650"]>
68
- D, [2012-10-20T07:00:43.892220 #95120] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x007febad2987b8 @strings=["Text Size: 1650 Byte Size: 1650"]> 16 1
69
- I, [2012-10-20T07:00:43.892509 #95120] INFO -- : Resource class: Resolv::DNS::Resource::IN::CNAME
70
- I, [2012-10-20T07:00:43.892602 #95120] INFO -- : Resource: #<Resolv::DNS::Resource::IN::CNAME:0x007febad2b01b0 @name=#<Resolv::DNS::Name: be6dac5065d8a3a9ed8602724c9684aa.fortune>>
71
- D, [2012-10-20T07:00:43.892685 #95120] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::CNAME:0x007febad2b01b0 @name=#<Resolv::DNS::Name: be6dac5065d8a3a9ed8602724c9684aa.fortune>> 5 1
72
- D, [2012-10-20T07:00:43.892824 #95120] DEBUG -- : Rule returned successfully
73
- W, [2012-10-20T07:00:43.892943 #95120] WARN -- : Calling next link...
74
- D, [2012-10-20T07:00:43.893082 #95120] DEBUG -- : Writing response to client (116 bytes) via UDP...
75
- D, [2012-10-20T07:00:43.893887 #95120] DEBUG -- : Receiving incoming query (58 bytes)...
76
- D, [2012-10-20T07:00:43.894074 #95120] DEBUG -- : Processing question be6dac5065d8a3a9ed8602724c9684aa.fortune Resolv::DNS::Resource::IN::TXT...
77
- D, [2012-10-20T07:00:43.894179 #95120] DEBUG -- : Searching for be6dac5065d8a3a9ed8602724c9684aa.fortune Resolv::DNS::Resource::IN::TXT
78
- D, [2012-10-20T07:00:43.894265 #95120] DEBUG -- : Checking rule [/stats\.fortune/, Resolv::DNS::Resource::IN::TXT]...
79
- D, [2012-10-20T07:00:43.894336 #95120] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
80
- D, [2012-10-20T07:00:43.894431 #95120] DEBUG -- : Query be6dac5065d8a3a9ed8602724c9684aa.fortune failed to match against (?-mix:stats\.fortune)
81
- D, [2012-10-20T07:00:43.894501 #95120] DEBUG -- : Checking rule [/(.+)\.fortune/, Resolv::DNS::Resource::IN::TXT]...
82
- D, [2012-10-20T07:00:43.894583 #95120] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
83
- D, [2012-10-20T07:00:43.894679 #95120] DEBUG -- : Query be6dac5065d8a3a9ed8602724c9684aa.fortune matched (?-mix:(.+)\.fortune) with result #<MatchData "be6dac5065d8a3a9ed8602724c9684aa.fortune" 1:"be6dac5065d8a3a9ed8602724c9684aa">
84
- I, [2012-10-20T07:00:43.894778 #95120] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
85
- I, [2012-10-20T07:00:43.894907 #95120] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x007febad2c9a20 @strings=["Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to p", "ay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a", " terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independ", "ence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price", " to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness", " is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for ind", "ependence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence."]>
86
- D, [2012-10-20T07:00:43.895063 #95120] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x007febad2c9a20 @strings=["Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to p", "ay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a", " terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independ", "ence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price", " to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness", " is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for ind", "ependence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence."]> 16 1
87
- D, [2012-10-20T07:00:43.895202 #95120] DEBUG -- : Rule returned successfully
88
- W, [2012-10-20T07:00:43.895280 #95120] WARN -- : Calling next link...
89
- D, [2012-10-20T07:00:43.895393 #95120] DEBUG -- : Writing response to client (1727 bytes) via UDP...
90
- W, [2012-10-20T07:00:43.895462 #95120] WARN -- : Response via UDP was larger than 512!
91
- D, [2012-10-20T07:00:43.896158 #95120] DEBUG -- : Receiving incoming query (58 bytes)...
92
- D, [2012-10-20T07:00:43.896311 #95120] DEBUG -- : Processing question be6dac5065d8a3a9ed8602724c9684aa.fortune Resolv::DNS::Resource::IN::TXT...
93
- D, [2012-10-20T07:00:43.896401 #95120] DEBUG -- : Searching for be6dac5065d8a3a9ed8602724c9684aa.fortune Resolv::DNS::Resource::IN::TXT
94
- D, [2012-10-20T07:00:43.896485 #95120] DEBUG -- : Checking rule [/stats\.fortune/, Resolv::DNS::Resource::IN::TXT]...
95
- D, [2012-10-20T07:00:43.896571 #95120] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
96
- D, [2012-10-20T07:00:43.896640 #95120] DEBUG -- : Query be6dac5065d8a3a9ed8602724c9684aa.fortune failed to match against (?-mix:stats\.fortune)
97
- D, [2012-10-20T07:00:43.896714 #95120] DEBUG -- : Checking rule [/(.+)\.fortune/, Resolv::DNS::Resource::IN::TXT]...
98
- D, [2012-10-20T07:00:43.896780 #95120] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
99
- D, [2012-10-20T07:00:43.896857 #95120] DEBUG -- : Query be6dac5065d8a3a9ed8602724c9684aa.fortune matched (?-mix:(.+)\.fortune) with result #<MatchData "be6dac5065d8a3a9ed8602724c9684aa.fortune" 1:"be6dac5065d8a3a9ed8602724c9684aa">
100
- I, [2012-10-20T07:00:43.896940 #95120] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
101
- I, [2012-10-20T07:00:43.897073 #95120] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x007febad2d96a0 @strings=["Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to p", "ay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a", " terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independ", "ence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price", " to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness", " is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for ind", "ependence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence."]>
102
- D, [2012-10-20T07:00:43.897221 #95120] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x007febad2d96a0 @strings=["Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to p", "ay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a", " terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independ", "ence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price", " to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness", " is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for ind", "ependence.Loneliness is a terrible price to pay for independence.Loneliness is a terrible price to pay for independence."]> 16 1
103
- D, [2012-10-20T07:00:43.897423 #95120] DEBUG -- : Rule returned successfully
104
- W, [2012-10-20T07:00:43.897497 #95120] WARN -- : Calling next link...
105
- D, [2012-10-20T07:00:43.897670 #95120] DEBUG -- : Writing response to client (1727 bytes) via TCP...
106
- === Daemon Stopping @ 2012-10-20 07:00:43 +1300 ===
107
- === Log Marked @ Sat Oct 20 07:00:53 +1300 2012 ===
108
- I, [2012-10-20T07:00:53.271927 #95265] INFO -- : Starting RubyDNS server (v0.5.0)...
109
- I, [2012-10-20T07:00:53.272542 #95265] INFO -- : Listening on udp:0.0.0.0:5300
110
- I, [2012-10-20T07:00:53.272983 #95265] INFO -- : Listening on tcp:0.0.0.0:5300
111
- D, [2012-10-20T07:00:53.372084 #95265] DEBUG -- : Receiving incoming query (25 bytes)...
112
- D, [2012-10-20T07:00:53.373414 #95265] DEBUG -- : Processing question fortune Resolv::DNS::Resource::IN::CNAME...
113
- D, [2012-10-20T07:00:53.373553 #95265] DEBUG -- : Searching for fortune Resolv::DNS::Resource::IN::CNAME
114
- D, [2012-10-20T07:00:53.373728 #95265] DEBUG -- : Checking rule [/stats\.fortune/, Resolv::DNS::Resource::IN::TXT]...
115
- D, [2012-10-20T07:00:53.373815 #95265] DEBUG -- : Checking rule [/(.+)\.fortune/, Resolv::DNS::Resource::IN::TXT]...
116
- D, [2012-10-20T07:00:53.373895 #95265] DEBUG -- : Checking rule [/fortune/, [Resolv::DNS::Resource::IN::CNAME, Resolv::DNS::Resource::IN::TXT]]...
117
- D, [2012-10-20T07:00:53.373983 #95265] DEBUG -- : Resource class Resolv::DNS::Resource::IN::CNAME matched [Resolv::DNS::Resource::IN::CNAME, Resolv::DNS::Resource::IN::TXT]
118
- D, [2012-10-20T07:00:53.374098 #95265] DEBUG -- : Query fortune matched (?-mix:fortune) with result #<MatchData "fortune">
119
- I, [2012-10-20T07:00:53.404862 #95265] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
120
- I, [2012-10-20T07:00:53.405042 #95265] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x1073b57d8 @strings=["Text Size: 2940 Byte Size: 2940"]>
121
- D, [2012-10-20T07:00:53.405168 #95265] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x1073b57d8 @strings=["Text Size: 2940 Byte Size: 2940"]> 16 1
122
- I, [2012-10-20T07:00:53.405398 #95265] INFO -- : Resource class: Resolv::DNS::Resource::IN::CNAME
123
- I, [2012-10-20T07:00:53.405497 #95265] INFO -- : Resource: #<Resolv::DNS::Resource::IN::CNAME:0x1073b46d0 @name=#<Resolv::DNS::Name: df8e1f1dba80ce569c723783cd1fb95c.fortune>>
124
- D, [2012-10-20T07:00:53.405591 #95265] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::CNAME:0x1073b46d0 @name=#<Resolv::DNS::Name: df8e1f1dba80ce569c723783cd1fb95c.fortune>> 5 1
125
- D, [2012-10-20T07:00:53.405752 #95265] DEBUG -- : Rule returned successfully
126
- W, [2012-10-20T07:00:53.405846 #95265] WARN -- : Calling next link...
127
- D, [2012-10-20T07:00:53.405990 #95265] DEBUG -- : Writing response to client (116 bytes) via UDP...
128
- D, [2012-10-20T07:00:53.406784 #95265] DEBUG -- : Receiving incoming query (58 bytes)...
129
- D, [2012-10-20T07:00:53.406976 #95265] DEBUG -- : Processing question df8e1f1dba80ce569c723783cd1fb95c.fortune Resolv::DNS::Resource::IN::TXT...
130
- D, [2012-10-20T07:00:53.407087 #95265] DEBUG -- : Searching for df8e1f1dba80ce569c723783cd1fb95c.fortune Resolv::DNS::Resource::IN::TXT
131
- D, [2012-10-20T07:00:53.407177 #95265] DEBUG -- : Checking rule [/stats\.fortune/, Resolv::DNS::Resource::IN::TXT]...
132
- D, [2012-10-20T07:00:53.407251 #95265] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
133
- D, [2012-10-20T07:00:53.407342 #95265] DEBUG -- : Query df8e1f1dba80ce569c723783cd1fb95c.fortune failed to match against (?-mix:stats\.fortune)
134
- D, [2012-10-20T07:00:53.407414 #95265] DEBUG -- : Checking rule [/(.+)\.fortune/, Resolv::DNS::Resource::IN::TXT]...
135
- D, [2012-10-20T07:00:53.407485 #95265] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
136
- D, [2012-10-20T07:00:53.407568 #95265] DEBUG -- : Query df8e1f1dba80ce569c723783cd1fb95c.fortune matched (?-mix:(.+)\.fortune) with result #<MatchData "df8e1f1dba80ce569c723783cd1fb95c.fortune" 1:"df8e1f1dba80ce569c723783cd1fb95c">
137
- I, [2012-10-20T07:00:53.407678 #95265] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
138
- I, [2012-10-20T07:00:53.407828 #95265] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x1073b05d0 @strings=["For flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you ", "have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant ", "sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and coo", "k. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never super", "sede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispF", "or flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you h", "ave to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant s", "ex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook", ". -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supers", "ede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFo", "r flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you ha", "ve to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin Crisp"]>
139
- D, [2012-10-20T07:00:53.408019 #95265] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x1073b05d0 @strings=["For flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you ", "have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant ", "sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and coo", "k. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never super", "sede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispF", "or flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you h", "ave to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant s", "ex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook", ". -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supers", "ede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFo", "r flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you ha", "ve to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin Crisp"]> 16 1
140
- D, [2012-10-20T07:00:53.408207 #95265] DEBUG -- : Rule returned successfully
141
- W, [2012-10-20T07:00:53.408282 #95265] WARN -- : Calling next link...
142
- D, [2012-10-20T07:00:53.408423 #95265] DEBUG -- : Writing response to client (3022 bytes) via UDP...
143
- W, [2012-10-20T07:00:53.408493 #95265] WARN -- : Response via UDP was larger than 512!
144
- D, [2012-10-20T07:00:53.409151 #95265] DEBUG -- : Receiving incoming query (58 bytes)...
145
- D, [2012-10-20T07:00:53.409334 #95265] DEBUG -- : Processing question df8e1f1dba80ce569c723783cd1fb95c.fortune Resolv::DNS::Resource::IN::TXT...
146
- D, [2012-10-20T07:00:53.409450 #95265] DEBUG -- : Searching for df8e1f1dba80ce569c723783cd1fb95c.fortune Resolv::DNS::Resource::IN::TXT
147
- D, [2012-10-20T07:00:53.409527 #95265] DEBUG -- : Checking rule [/stats\.fortune/, Resolv::DNS::Resource::IN::TXT]...
148
- D, [2012-10-20T07:00:53.409599 #95265] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
149
- D, [2012-10-20T07:00:53.409674 #95265] DEBUG -- : Query df8e1f1dba80ce569c723783cd1fb95c.fortune failed to match against (?-mix:stats\.fortune)
150
- D, [2012-10-20T07:00:53.409747 #95265] DEBUG -- : Checking rule [/(.+)\.fortune/, Resolv::DNS::Resource::IN::TXT]...
151
- D, [2012-10-20T07:00:53.409818 #95265] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
152
- D, [2012-10-20T07:00:53.409909 #95265] DEBUG -- : Query df8e1f1dba80ce569c723783cd1fb95c.fortune matched (?-mix:(.+)\.fortune) with result #<MatchData "df8e1f1dba80ce569c723783cd1fb95c.fortune" 1:"df8e1f1dba80ce569c723783cd1fb95c">
153
- I, [2012-10-20T07:00:53.410010 #95265] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
154
- I, [2012-10-20T07:00:53.410167 #95265] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x1073ab670 @strings=["For flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you ", "have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant ", "sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and coo", "k. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never super", "sede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispF", "or flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you h", "ave to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant s", "ex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook", ". -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supers", "ede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFo", "r flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you ha", "ve to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin Crisp"]>
155
- D, [2012-10-20T07:00:53.410356 #95265] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x1073ab670 @strings=["For flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you ", "have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant ", "sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and coo", "k. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never super", "sede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispF", "or flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you h", "ave to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant s", "ex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook", ". -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supers", "ede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFo", "r flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you ha", "ve to peel and cook. -- Quentin CrispFor flavor, instant sex will never supersede the stuff you have to peel and cook. -- Quentin Crisp"]> 16 1
156
- D, [2012-10-20T07:00:53.410547 #95265] DEBUG -- : Rule returned successfully
157
- W, [2012-10-20T07:00:53.410627 #95265] WARN -- : Calling next link...
158
- D, [2012-10-20T07:00:53.410781 #95265] DEBUG -- : Writing response to client (3022 bytes) via TCP...
159
- === Daemon Stopping @ Sat Oct 20 07:00:53 +1300 2012 ===
160
- === Log Marked @ Sat Oct 20 07:03:28 +1300 2012 ===
161
- I, [2012-10-20T07:03:28.725895 #95700] INFO -- : Starting RubyDNS server (v0.5.0)...
162
- I, [2012-10-20T07:03:28.726656 #95700] INFO -- : Listening on udp:0.0.0.0:5300
163
- I, [2012-10-20T07:03:28.727297 #95700] INFO -- : Listening on tcp:0.0.0.0:5300
164
- D, [2012-10-20T07:03:28.824810 #95700] DEBUG -- : Receiving incoming query (25 bytes)...
165
- D, [2012-10-20T07:03:28.826136 #95700] DEBUG -- : Processing question fortune Resolv::DNS::Resource::IN::CNAME...
166
- D, [2012-10-20T07:03:28.826277 #95700] DEBUG -- : Searching for fortune Resolv::DNS::Resource::IN::CNAME
167
- D, [2012-10-20T07:03:28.826454 #95700] DEBUG -- : Checking rule [/stats\.fortune/, Resolv::DNS::Resource::IN::TXT]...
168
- D, [2012-10-20T07:03:28.826546 #95700] DEBUG -- : Checking rule [/(.+)\.fortune/, Resolv::DNS::Resource::IN::TXT]...
169
- D, [2012-10-20T07:03:28.826633 #95700] DEBUG -- : Checking rule [/fortune/, [Resolv::DNS::Resource::IN::CNAME, Resolv::DNS::Resource::IN::TXT]]...
170
- D, [2012-10-20T07:03:28.826723 #95700] DEBUG -- : Resource class Resolv::DNS::Resource::IN::CNAME matched [Resolv::DNS::Resource::IN::CNAME, Resolv::DNS::Resource::IN::TXT]
171
- D, [2012-10-20T07:03:28.826840 #95700] DEBUG -- : Query fortune matched (?-mix:fortune) with result #<MatchData "fortune">
172
- I, [2012-10-20T07:03:28.833737 #95700] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
173
- I, [2012-10-20T07:03:28.833930 #95700] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x10dc4d688 @strings=["Text Size: 3240 Byte Size: 3240"]>
174
- D, [2012-10-20T07:03:28.834075 #95700] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x10dc4d688 @strings=["Text Size: 3240 Byte Size: 3240"]> 16 1
175
- I, [2012-10-20T07:03:28.834322 #95700] INFO -- : Resource class: Resolv::DNS::Resource::IN::CNAME
176
- I, [2012-10-20T07:03:28.834429 #95700] INFO -- : Resource: #<Resolv::DNS::Resource::IN::CNAME:0x10dc4c580 @name=#<Resolv::DNS::Name: a6a132c7791d30b5500b371ef76d9e32.fortune>>
177
- D, [2012-10-20T07:03:28.834578 #95700] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::CNAME:0x10dc4c580 @name=#<Resolv::DNS::Name: a6a132c7791d30b5500b371ef76d9e32.fortune>> 5 1
178
- D, [2012-10-20T07:03:28.834768 #95700] DEBUG -- : Rule returned successfully
179
- W, [2012-10-20T07:03:28.834891 #95700] WARN -- : Calling next link...
180
- D, [2012-10-20T07:03:28.835051 #95700] DEBUG -- : Writing response to client (116 bytes) via UDP...
181
- D, [2012-10-20T07:03:28.835797 #95700] DEBUG -- : Receiving incoming query (58 bytes)...
182
- D, [2012-10-20T07:03:28.835980 #95700] DEBUG -- : Processing question a6a132c7791d30b5500b371ef76d9e32.fortune Resolv::DNS::Resource::IN::TXT...
183
- D, [2012-10-20T07:03:28.836112 #95700] DEBUG -- : Searching for a6a132c7791d30b5500b371ef76d9e32.fortune Resolv::DNS::Resource::IN::TXT
184
- D, [2012-10-20T07:03:28.836196 #95700] DEBUG -- : Checking rule [/stats\.fortune/, Resolv::DNS::Resource::IN::TXT]...
185
- D, [2012-10-20T07:03:28.836274 #95700] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
186
- D, [2012-10-20T07:03:28.836358 #95700] DEBUG -- : Query a6a132c7791d30b5500b371ef76d9e32.fortune failed to match against (?-mix:stats\.fortune)
187
- D, [2012-10-20T07:03:28.836434 #95700] DEBUG -- : Checking rule [/(.+)\.fortune/, Resolv::DNS::Resource::IN::TXT]...
188
- D, [2012-10-20T07:03:28.836516 #95700] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
189
- D, [2012-10-20T07:03:28.836617 #95700] DEBUG -- : Query a6a132c7791d30b5500b371ef76d9e32.fortune matched (?-mix:(.+)\.fortune) with result #<MatchData "a6a132c7791d30b5500b371ef76d9e32.fortune" 1:"a6a132c7791d30b5500b371ef76d9e32">
190
- I, [2012-10-20T07:03:28.836725 #95700] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
191
- I, [2012-10-20T07:03:28.836895 #95700] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x10dc48430 @strings=["A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department ", "resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. --", " New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general", " leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles", " a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York", " Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading ", "the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon", " commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, J", "an. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State", " Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commandi", "ng ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1", "981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Departme", "nt resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981"]>
192
- D, [2012-10-20T07:03:28.837081 #95700] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x10dc48430 @strings=["A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department ", "resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. --", " New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general", " leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles", " a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York", " Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading ", "the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon", " commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, J", "an. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State", " Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commandi", "ng ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1", "981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Departme", "nt resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981"]> 16 1
193
- D, [2012-10-20T07:03:28.837277 #95700] DEBUG -- : Rule returned successfully
194
- W, [2012-10-20T07:03:28.837359 #95700] WARN -- : Calling next link...
195
- D, [2012-10-20T07:03:28.837510 #95700] DEBUG -- : Writing response to client (3323 bytes) via UDP...
196
- W, [2012-10-20T07:03:28.837590 #95700] WARN -- : Response via UDP was larger than 512!
197
- D, [2012-10-20T07:03:28.838283 #95700] DEBUG -- : Receiving incoming query (58 bytes)...
198
- D, [2012-10-20T07:03:28.838469 #95700] DEBUG -- : Processing question a6a132c7791d30b5500b371ef76d9e32.fortune Resolv::DNS::Resource::IN::TXT...
199
- D, [2012-10-20T07:03:28.838583 #95700] DEBUG -- : Searching for a6a132c7791d30b5500b371ef76d9e32.fortune Resolv::DNS::Resource::IN::TXT
200
- D, [2012-10-20T07:03:28.838675 #95700] DEBUG -- : Checking rule [/stats\.fortune/, Resolv::DNS::Resource::IN::TXT]...
201
- D, [2012-10-20T07:03:28.838791 #95700] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
202
- D, [2012-10-20T07:03:28.838895 #95700] DEBUG -- : Query a6a132c7791d30b5500b371ef76d9e32.fortune failed to match against (?-mix:stats\.fortune)
203
- D, [2012-10-20T07:03:28.838982 #95700] DEBUG -- : Checking rule [/(.+)\.fortune/, Resolv::DNS::Resource::IN::TXT]...
204
- D, [2012-10-20T07:03:28.839059 #95700] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
205
- D, [2012-10-20T07:03:28.839158 #95700] DEBUG -- : Query a6a132c7791d30b5500b371ef76d9e32.fortune matched (?-mix:(.+)\.fortune) with result #<MatchData "a6a132c7791d30b5500b371ef76d9e32.fortune" 1:"a6a132c7791d30b5500b371ef76d9e32">
206
- I, [2012-10-20T07:03:28.839288 #95700] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
207
- I, [2012-10-20T07:03:28.839462 #95700] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x10dc43340 @strings=["A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department ", "resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. --", " New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general", " leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles", " a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York", " Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading ", "the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon", " commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, J", "an. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State", " Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commandi", "ng ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1", "981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Departme", "nt resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981"]>
208
- D, [2012-10-20T07:03:28.839659 #95700] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x10dc43340 @strings=["A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department ", "resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. --", " New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general", " leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles", " a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York", " Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading ", "the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon", " commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, J", "an. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State", " Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commandi", "ng ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1", "981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Departme", "nt resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981A general leading the State Department resembles a dragon commanding ducks. -- New York Times, Jan. 20, 1981"]> 16 1
209
- D, [2012-10-20T07:03:28.839860 #95700] DEBUG -- : Rule returned successfully
210
- W, [2012-10-20T07:03:28.839940 #95700] WARN -- : Calling next link...
211
- D, [2012-10-20T07:03:28.840129 #95700] DEBUG -- : Writing response to client (3323 bytes) via TCP...
212
- === Daemon Stopping @ Sat Oct 20 07:03:28 +1300 2012 ===
213
- === Log Marked @ 2012-10-20 07:03:34 +1300 ===
214
- I, [2012-10-20T07:03:34.428887 #95838] INFO -- : Starting RubyDNS server (v0.5.0)...
215
- I, [2012-10-20T07:03:34.429500 #95838] INFO -- : Listening on udp:0.0.0.0:5300
216
- I, [2012-10-20T07:03:34.430084 #95838] INFO -- : Listening on tcp:0.0.0.0:5300
217
- D, [2012-10-20T07:03:34.528565 #95838] DEBUG -- : Receiving incoming query (25 bytes)...
218
- D, [2012-10-20T07:03:34.530435 #95838] DEBUG -- : Processing question fortune Resolv::DNS::Resource::IN::CNAME...
219
- D, [2012-10-20T07:03:34.530584 #95838] DEBUG -- : Searching for fortune Resolv::DNS::Resource::IN::CNAME
220
- D, [2012-10-20T07:03:34.530774 #95838] DEBUG -- : Checking rule [/stats\.fortune/, Resolv::DNS::Resource::IN::TXT]...
221
- D, [2012-10-20T07:03:34.530858 #95838] DEBUG -- : Checking rule [/(.+)\.fortune/, Resolv::DNS::Resource::IN::TXT]...
222
- D, [2012-10-20T07:03:34.530937 #95838] DEBUG -- : Checking rule [/fortune/, [Resolv::DNS::Resource::IN::CNAME, Resolv::DNS::Resource::IN::TXT]]...
223
- D, [2012-10-20T07:03:34.531024 #95838] DEBUG -- : Resource class Resolv::DNS::Resource::IN::CNAME matched [Resolv::DNS::Resource::IN::CNAME, Resolv::DNS::Resource::IN::TXT]
224
- D, [2012-10-20T07:03:34.531198 #95838] DEBUG -- : Query fortune matched (?-mix:fortune) with result #<MatchData "fortune">
225
- I, [2012-10-20T07:03:34.566934 #95838] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
226
- I, [2012-10-20T07:03:34.567145 #95838] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x007f8c048e8fe0 @strings=["Text Size: 8040 Byte Size: 8040"]>
227
- D, [2012-10-20T07:03:34.567286 #95838] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x007f8c048e8fe0 @strings=["Text Size: 8040 Byte Size: 8040"]> 16 1
228
- I, [2012-10-20T07:03:34.567588 #95838] INFO -- : Resource class: Resolv::DNS::Resource::IN::CNAME
229
- I, [2012-10-20T07:03:34.567690 #95838] INFO -- : Resource: #<Resolv::DNS::Resource::IN::CNAME:0x007f8c04900aa0 @name=#<Resolv::DNS::Name: 6baf96220f6929e8d19c660776fb1c11.fortune>>
230
- D, [2012-10-20T07:03:34.567774 #95838] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::CNAME:0x007f8c04900aa0 @name=#<Resolv::DNS::Name: 6baf96220f6929e8d19c660776fb1c11.fortune>> 5 1
231
- D, [2012-10-20T07:03:34.567929 #95838] DEBUG -- : Rule returned successfully
232
- W, [2012-10-20T07:03:34.568043 #95838] WARN -- : Calling next link...
233
- D, [2012-10-20T07:03:34.568175 #95838] DEBUG -- : Writing response to client (116 bytes) via UDP...
234
- D, [2012-10-20T07:03:34.568894 #95838] DEBUG -- : Receiving incoming query (58 bytes)...
235
- D, [2012-10-20T07:03:34.569071 #95838] DEBUG -- : Processing question 6baf96220f6929e8d19c660776fb1c11.fortune Resolv::DNS::Resource::IN::TXT...
236
- D, [2012-10-20T07:03:34.569169 #95838] DEBUG -- : Searching for 6baf96220f6929e8d19c660776fb1c11.fortune Resolv::DNS::Resource::IN::TXT
237
- D, [2012-10-20T07:03:34.569250 #95838] DEBUG -- : Checking rule [/stats\.fortune/, Resolv::DNS::Resource::IN::TXT]...
238
- D, [2012-10-20T07:03:34.569316 #95838] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
239
- D, [2012-10-20T07:03:34.569422 #95838] DEBUG -- : Query 6baf96220f6929e8d19c660776fb1c11.fortune failed to match against (?-mix:stats\.fortune)
240
- D, [2012-10-20T07:03:34.569509 #95838] DEBUG -- : Checking rule [/(.+)\.fortune/, Resolv::DNS::Resource::IN::TXT]...
241
- D, [2012-10-20T07:03:34.569574 #95838] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
242
- D, [2012-10-20T07:03:34.569691 #95838] DEBUG -- : Query 6baf96220f6929e8d19c660776fb1c11.fortune matched (?-mix:(.+)\.fortune) with result #<MatchData "6baf96220f6929e8d19c660776fb1c11.fortune" 1:"6baf96220f6929e8d19c660776fb1c11">
243
- I, [2012-10-20T07:03:34.569831 #95838] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
244
- I, [2012-10-20T07:03:34.570139 #95838] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x007f8c0491a018 @strings=["Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary", " Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colb", "y, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. ", "-- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so ", "wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would", " not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the ", "horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human ", "tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the deli", "ghtful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shape", "s of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the i", "nfinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and ", "absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unre", "asonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incompl", "ete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, quee", "r and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the f", "ormless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-ed", "ucated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed an", "d the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of th", "e unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the p", "resence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it ", "not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligat", "ions\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imag", "inary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M.", " Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a g", "rin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wea", "r so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon ", "would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole,", " the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful h", "uman tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the", " delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite ", "shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, ", "the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\""]>
245
- D, [2012-10-20T07:03:34.570495 #95838] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x007f8c0491a018 @strings=["Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary", " Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colb", "y, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. ", "-- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so ", "wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would", " not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the ", "horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human ", "tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the deli", "ghtful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shape", "s of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the i", "nfinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and ", "absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unre", "asonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incompl", "ete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, quee", "r and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the f", "ormless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-ed", "ucated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed an", "d the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of th", "e unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the p", "resence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it ", "not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligat", "ions\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imag", "inary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M.", " Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a g", "rin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wea", "r so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon ", "would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole,", " the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful h", "uman tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the", " delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite ", "shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, ", "the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\""]> 16 1
246
- D, [2012-10-20T07:03:34.570677 #95838] DEBUG -- : Rule returned successfully
247
- W, [2012-10-20T07:03:34.570752 #95838] WARN -- : Calling next link...
248
- D, [2012-10-20T07:03:34.570902 #95838] DEBUG -- : Writing response to client (8142 bytes) via UDP...
249
- W, [2012-10-20T07:03:34.570980 #95838] WARN -- : Response via UDP was larger than 512!
250
- D, [2012-10-20T07:03:34.571691 #95838] DEBUG -- : Receiving incoming query (58 bytes)...
251
- D, [2012-10-20T07:03:34.571874 #95838] DEBUG -- : Processing question 6baf96220f6929e8d19c660776fb1c11.fortune Resolv::DNS::Resource::IN::TXT...
252
- D, [2012-10-20T07:03:34.571972 #95838] DEBUG -- : Searching for 6baf96220f6929e8d19c660776fb1c11.fortune Resolv::DNS::Resource::IN::TXT
253
- D, [2012-10-20T07:03:34.572062 #95838] DEBUG -- : Checking rule [/stats\.fortune/, Resolv::DNS::Resource::IN::TXT]...
254
- D, [2012-10-20T07:03:34.572144 #95838] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
255
- D, [2012-10-20T07:03:34.572239 #95838] DEBUG -- : Query 6baf96220f6929e8d19c660776fb1c11.fortune failed to match against (?-mix:stats\.fortune)
256
- D, [2012-10-20T07:03:34.572324 #95838] DEBUG -- : Checking rule [/(.+)\.fortune/, Resolv::DNS::Resource::IN::TXT]...
257
- D, [2012-10-20T07:03:34.572393 #95838] DEBUG -- : Resource class Resolv::DNS::Resource::IN::TXT matched
258
- D, [2012-10-20T07:03:34.572489 #95838] DEBUG -- : Query 6baf96220f6929e8d19c660776fb1c11.fortune matched (?-mix:(.+)\.fortune) with result #<MatchData "6baf96220f6929e8d19c660776fb1c11.fortune" 1:"6baf96220f6929e8d19c660776fb1c11">
259
- I, [2012-10-20T07:03:34.572616 #95838] INFO -- : Resource class: Resolv::DNS::Resource::IN::TXT
260
- I, [2012-10-20T07:03:34.573021 #95838] INFO -- : Resource: #<Resolv::DNS::Resource::IN::TXT:0x007f8c0492eba8 @strings=["Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary", " Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colb", "y, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. ", "-- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so ", "wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would", " not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the ", "horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human ", "tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the deli", "ghtful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shape", "s of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the i", "nfinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and ", "absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unre", "asonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incompl", "ete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, quee", "r and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the f", "ormless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-ed", "ucated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed an", "d the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of th", "e unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the p", "resence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it ", "not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligat", "ions\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imag", "inary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M.", " Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a g", "rin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wea", "r so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon ", "would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole,", " the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful h", "uman tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the", " delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite ", "shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, ", "the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\""]>
261
- D, [2012-10-20T07:03:34.573767 #95838] DEBUG -- : add_answer: #<Resolv::DNS::Resource::IN::TXT:0x007f8c0492eba8 @strings=["Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary", " Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colb", "y, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. ", "-- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so ", "wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would", " not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the ", "horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human ", "tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the deli", "ghtful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shape", "s of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the i", "nfinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and ", "absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unre", "asonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incompl", "ete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, quee", "r and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the f", "ormless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-ed", "ucated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed an", "d the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of th", "e unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the p", "resence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it ", "not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligat", "ions\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imag", "inary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M.", " Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a g", "rin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon would not wea", "r so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole, the horizon ", "would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful human tadpole,", " the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the delightful h", "uman tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite shapes of the", " delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, the infinite ", "shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\"Were it not for the presence of the unwashed and the half-educated, the formless, queer and incomplete, the unreasonable and absurd, ", "the infinite shapes of the delightful human tadpole, the horizon would not wear so wide a grin. -- F. M. Colby, \"Imaginary Obligations\""]> 16 1
262
- D, [2012-10-20T07:03:34.574128 #95838] DEBUG -- : Rule returned successfully
263
- W, [2012-10-20T07:03:34.574238 #95838] WARN -- : Calling next link...
264
- D, [2012-10-20T07:03:34.574510 #95838] DEBUG -- : Writing response to client (8142 bytes) via TCP...
265
- === Daemon Stopping @ 2012-10-20 07:03:34 +1300 ===