https://bugzilla.novell.com/show_bug.cgi?id=856806 https://bugzilla.novell.com/show_bug.cgi?id=856806#c0 Summary: bind 9.4.x : /lib/YaST/SuSEconfig.functions not exist - patch attached Classification: openSUSE Product: openSUSE Factory Version: 13.2 Milestone 0 Platform: All OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: info@remsnet.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0 syslog at my i386 as well on arm6( rasberry ): 2013-12-26T12:51:41.284140+00:00 ad1 named[2776]: + script=/usr/share/bind/createNamedConfInclude 2013-12-26T12:51:41.293620+00:00 ad1 named[2776]: + /usr/share/bind/createNamedConfInclude 2013-12-26T12:51:41.304312+00:00 ad1 named[2776]: tput: No value for $TERM and no -T specified 2013-12-26T12:51:41.314205+00:00 ad1 named[2776]: Error: tput: No value for $TERM and no -T specified 2013-12-26T12:51:41.333740+00:00 ad1 named[2776]: Can not find /lib/YaST/SuSEconfig.functions! 2013-12-26T12:51:41.339555+00:00 ad1 named[2776]: This should not happen. Exiting. # # check for named settings MAYBE .. more changes required that depend on yast ... Reproducible: Always Steps to Reproduce: 1. install bind9.3+ on OpenSUSE 12.3+ 2. rcnamwed start / restart 3. tail -f /var/log/syslog Actual Results: /usr/share/bind/createNamedConfInclude still try use SuSEconfig.functions Expected Results: NO old SuSEconfig.functions usage. Patch : ad1:/etc/init.d # diff -ur /usr/share/bind/createNamedConfInclude.orig /usr/share/bind/createNamedConfInclude --- /usr/share/bind/createNamedConfInclude.orig 2013-12-21 13:43:00.000000000 +0000 +++ /usr/share/bind/createNamedConfInclude 2013-12-26 13:10:07.939496779 +0000 @@ -36,14 +36,7 @@ } # -# load special SuSEconfig functions -# -if [ ! -f "/lib/YaST/SuSEconfig.functions" ]; then - errorMessage 'Can not find /lib/YaST/SuSEconfig.functions!\nThis should not happen. Exiting.' - exit 1 -fi MD5DIR="/var/adm/SuSEconfig/md5" -. /lib/YaST/SuSEconfig.functions -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.