BIND 10 #2465: Statistics module crashes on startup on Debian6 due to KeyError: 'owner'
BIND 10 Development
do-not-reply at isc.org
Tue Nov 6 09:03:07 UTC 2012
#2465: Statistics module crashes on startup on Debian6 due to KeyError: 'owner'
-------------------------------------+-------------------------------------
Reporter: marcin | Owner:
Type: defect | Status: new
Priority: medium | Milestone: New
Component: statistics | Tasks
Sensitive: 0 | Keywords:
Sub-Project: DNS | Defect Severity:
Estimated Difficulty: 0 | Medium
Total Hours: 0 | Feature Depending on Ticket:
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
I am running the following Debian6 system on VirtualBox VM:
{{{
# uname -a
Linux marcin-debian 2.6.32-5-amd64 #1 SMP Sun Sep 23 10:07:46 UTC 2012
x86_64 GNU/Linux
# g++ --version
g++ (Debian 4.4.5-8) 4.4.5
# python3 --version
Python 3.2.2
}}}
During bind10 startup I get the following error message:
{{{
012-11-06 09:52:35.580 INFO [b10-stats.stats] STATS_STARTING starting
Traceback (most recent call last):
File "/usr/libexec/bind10-devel/b10-stats", line 503, in <module>
stats.start()
File "/usr/libexec/bind10-devel/b10-stats", line 166, in start
args["owner"], **args["data"])
KeyError: 'owner'
2012-11-06 09:52:35.585 INFO [b10-boss.boss] BIND10_PROCESS_ENDED process
7470 of b10-stats ended with status 256
Traceback (most recent call last):
File "./bind10", line 1227, in <module>
main()
File "./bind10", line 1213, in main
boss_of_bind.run(wakeup_pipe[0])
File "./bind10", line 968, in run
self.reap_children()
File "./bind10", line 750, in reap_children
if component.is_running() and self.runnable:
AttributeError: 'Component' object has no attribute 'is_running'
}}}
This error showed up some time ago in the review of
http://bind10.isc.org/ticket/2137.
--
Ticket URL: <http://bind10.isc.org/ticket/2465>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list