Your message dated Sun, 22 Oct 2017 13:19:11 +0200
with message-id 
<1508671151.815349.1146906880.773a8...@webmail.messagingengine.com>
and subject line Closing bugs in old-old-stable bind9 versions
has caused the Debian Bug report #248403,
regarding dnsutils: nsupdate's zone command broken?
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
248403: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=248403
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dnsutils
Severity: important
Version: 1:9.2.3+9.2.4-rc2-1

It seems like the "zone" command to nsupdate doesn't work any more:

: root@vojei ~ # PPP_IFACE=ppp0 PPP_LOCAL=80.202.210.40 sh -x /etc/ppp/ip-up.d/fix-dns
+ KEY=/etc/cert/Ktfheen.+157+40511.private
+ SERVER=gamma.hardware.no
+ ZONE=dyn.raw.no
+ HOSTNAME=tfheen
+ LOGFILE=/var/log/nsupdate.log
+ IF=ppp0
+ IPADDR=80.202.210.40
+ echo 'IP address: 80.202.210.40'
IP address: 80.202.210.40
+ echo --------------
--------------
+ cat
+ nsupdate -d -k /etc/cert/Ktfheen.+157+40511.private
Creating key...
before getaddrinfo()
Outgoing update query:
;; ->>HEADER<<- opcode: UPDATE, status: NOERROR, id:      0
;; flags: ; ZONE: 0, PREREQ: 0, UPDATE: 0, ADDITIONAL: 0
;; UPDATE SECTION:
tfheen.                 0       ANY     ANY
tfheen.                 60      IN      A       80.202.210.40
tfheen.                 60      IN      MX      5 vawad.


Reply from update query:
;; ->>HEADER<<- opcode: UPDATE, status: NOTZONE, id:   1752
;; flags: qr ra ; ZONE: 0, PREREQ: 0, UPDATE: 0, ADDITIONAL: 1
;; TSIG PSEUDOSECTION:
tfheen. 0 ANY TSIG hmac-md5.sig-alg.reg.int. 1084230281 300 16 2uj+AUYp92cG/qmXZUIe3w== 1752 NOERROR 0


+ RC=2
+ echo

+ '[' 2 '!=' 0 ']'
+ echo --------------
--------------
++ date
+ echo 'Tue May 11 01:04:41 CEST 2004 Updating tfheen.dyn.raw.no failed. (RC=2)'
Tue May 11 01:04:41 CEST 2004 Updating tfheen.dyn.raw.no failed. (RC=2)
+ echo ==============
==============
+ exit 2
: root@vojei ~ # cat /etc/ppp/ip-up.d/fix-dns
#! /bin/sh

KEY="/etc/cert/Ktfheen.+157+40511.private"
SERVER="gamma.hardware.no"
ZONE="dyn.raw.no"
### Default settings, may be changed
HOSTNAME=tfheen
LOGFILE="/var/log/nsupdate.log"
IF=$PPP_IFACE
IPADDR=$PPP_LOCAL

echo "IP address: $IPADDR"
echo "--------------"
cat <<EOF | nsupdate -d -k "$KEY"
server $SERVER
zone $ZONE
update delete $HOSTNAME
update add $HOSTNAME 60 A $IPADDR
update add $HOSTNAME 60 MX 5 vawad
show
send
EOF
RC=$?
echo
if [ $RC != 0 ]; then
    echo  "--------------"
    echo "$(date) Updating $HOSTNAME.$ZONE failed. (RC=$RC)"
fi
echo "=============="
exit $RC

: root@vojei ~ #


Note that if I change the script to something like:

update delete $HOSTNAME.$ZONE
update add $HOSTNAME.$ZONE 60 A $IPADDR
update add $HOSTNAME.$ZONE 60 MX 5 vawad

it works.

This used to work, but broke with 1:9.2.3+9.2.4-rc2-1.

- tfheen


--- End Message ---
--- Begin Message ---
Version: 1:9.10.3.dfsg.P4-12.3

Hi,

the bind9 bug list grew too much and the Debian BIND team cannot
simply test all the reported bugs against versions not in stable, so
this is mass bug close, as either the version is no longer relevant
(because of old-old-stable 9.8.x or old-stable 9.9.5 or even older
version of bind9) or the bug was already fixed.

However, if you can reproduce the bug with a current version in stable,
please use Debian BTS 'found <bug> <version_you_reproduced_the_issue>'
command to retag the bug and reopen it.

Cheers,
Ondrej

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to