BIND 10 #1715: bindctl crash on config unset Boss/components/b10-auth-2
BIND 10 Development
do-not-reply at isc.org
Fri Feb 24 14:29:03 UTC 2012
#1715: bindctl crash on config unset Boss/components/b10-auth-2
---------------------------------+-----------------------------------------
Reporter: jreed | Owner:
Type: defect | Status: new
Priority: major | Milestone: New Tasks
Component: bind-ctl | Keywords:
Sensitive: 0 | Defect Severity: N/A
Sub-Project: Core | Feature Depending on Ticket:
Estimated Difficulty: 0 | Add Hours to Ticket: 0
Total Hours: 0 | Internal?: 0
---------------------------------+-----------------------------------------
{{{
> config unset Boss/components/b10-auth-2
Traceback (most recent call last):
File "/usr/pkg/lib/python3.1/cmd.py", line 213, in onecmd
func = getattr(self, 'do_' + cmd)
AttributeError: 'BindCmdInterpreter' object has no attribute 'do_config'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/reed/opt/bind10/bin/bindctl", line 149, in <module>
result = tool.run()
File "/home/reed/opt/bind10/lib/python3.1/site-
packages/bindctl/bindcmd.py", line 138, in run
self.cmdloop()
File "/usr/pkg/lib/python3.1/cmd.py", line 139, in cmdloop
stop = self.onecmd(line)
File "/home/reed/opt/bind10/lib/python3.1/site-
packages/bindctl/bindcmd.py", line 466, in onecmd
Cmd.onecmd(self, line)
File "/usr/pkg/lib/python3.1/cmd.py", line 215, in onecmd
return self.default(line)
File "/home/reed/opt/bind10/lib/python3.1/site-
packages/bindctl/bindcmd.py", line 432, in default
self._parse_cmd(line)
File "/home/reed/opt/bind10/lib/python3.1/site-
packages/bindctl/bindcmd.py", line 569, in _parse_cmd
self._handle_cmd(cmd)
File "/home/reed/opt/bind10/lib/python3.1/site-
packages/bindctl/bindcmd.py", line 410, in _handle_cmd
self.apply_config_cmd(cmd)
File "/home/reed/opt/bind10/lib/python3.1/site-
packages/bindctl/bindcmd.py", line 695, in apply_config_cmd
self.config_data.unset(identifier)
AttributeError: 'UIModuleCCSession' object has no attribute 'unset'
}}}
--
Ticket URL: <http://bind10.isc.org/ticket/1715>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list