BIND 10 #2961: Updating the python version can break BIND 10
BIND 10 Development
do-not-reply at isc.org
Wed May 15 10:13:07 UTC 2013
#2961: Updating the python version can break BIND 10
-------------------------------------+-------------------------------------
Reporter: cas | Type:
Status: new | enhancement
Milestone: New Tasks | Priority:
Keywords: | medium
Sensitive: 0 | Component: Boss
Sub-Project: DNS | of BIND
Estimated Difficulty: 0 | CVSS Scoring:
Total Hours: 0 | Defect Severity: N/A
| Feature Depending on Ticket:
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
I had BIND 10 1.0.0 installed on Debian 6. I had then updated Debian to
Version 7.
After the update, BIND 10 was not working anymore. The error message was:
root at m3:~# bind10
/usr/local/sbin/bind10: 8: exec: /usr/local/libexec/bind10/b10-init: not
found
The problem was the shebang line:
#!/usr/bin/python3.1
while I could solve this issue by re-compiling BIND 10, it might be a
stubling block for DNS admins.
Proposal:
make the "bind10" start script intelligent to check the python3 version
and
a) if no suitable python version found, give a good error message
b) if an version is found that could lead to issues, log a warning
c) update the BIND 10 python modules (maybe via a wrapper or setting a
environment variable) and start BIND 10
--
Ticket URL: <http://bind10.isc.org/ticket/2961>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list