BIND 10 #3167: BIND10 fail to start
BIND 10 Development
do-not-reply at isc.org
Tue Sep 17 18:12:18 UTC 2013
#3167: BIND10 fail to start
-------------------------------------+-------------------------------------
Reporter: wlodekwencel | Owner:
Type: defect | Status: new
Priority: high | Milestone: New
Component: Boss of BIND | Tasks
Keywords: | Resolution:
Sensitive: 0 | CVSS Scoring:
Sub-Project: Core | Defect Severity: N/A
Estimated Difficulty: 0 | Feature Depending on Ticket:
Total Hours: 0 | Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
Comment (by jreed):
original problem is due to system not finding libraries. After running
ldconfig (as root) I had new error same as tomek posted to jabber:
{{{
(07:15:24 AM) tomek: After running ldconfig, I get a different error
message:
root at billabong:/home/thomson/devel/bind10# bind10
Traceback (most recent call last):
File "/usr/local/libexec/bind10/b10-init", line 81, in <module>
import isc.util.traceback_handler
File "/usr/local/lib/python3/dist-
packages/isc/util/traceback_handler.py", line 16, in <module>
from isc.log_messages.util_messages import *
ImportError: No module named 'isc.log_messages.util_messages'
}}}
My fix is:
{{{
--- a/src/lib/python/isc/util/Makefile.am
+++ b/src/lib/python/isc/util/Makefile.am
@@ -2,8 +2,10 @@ SUBDIRS = . cio tests
python_PYTHON = __init__.py process.py socketserver_mixin.py file.py \
traceback_handler.py
-BUILT_SOURCES = $(PYTHON_LOGMSGPKG_DIR)/work/util_messages.py
python_PYTHON += address_formatter.py
+BUILT_SOURCES = $(PYTHON_LOGMSGPKG_DIR)/work/util_messages.py
+nodist_pylogmessage_PYTHON =
$(PYTHON_LOGMSGPKG_DIR)/work/util_messages.py
+pylogmessagedir = $(pyexecdir)/isc/log_messages/
EXTRA_DIST = util_messages.mes
}}}
Probably not seen on the build systems running lettuce because PYTHONPATH
is set.
--
Ticket URL: <http://bind10.isc.org/ticket/3167#comment:1>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list