Bug 211300 - nsupdate fails on trying to delete CNAME record
Summary: nsupdate fails on trying to delete CNAME record
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: bind
Version: 4.3
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
: ---
Assignee: Martin Stransky
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-10-18 15:35 UTC by udas
Modified: 2007-11-17 01:14 UTC (History)
1 user (show)

Fixed In Version: bind-9.2.4-16.EL4
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-11-02 08:04:22 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description udas 2006-10-18 15:35:09 UTC
Description of problem:
nsupdate fails while trying to delete CNAME record

Version-Release number of selected component (if applicable):
bind-utils-9.2.4-2

How reproducible:
We used this script:
[root@vcslinux169 ~]# cat /tmp/nsupdate.sh
/usr/bin/nsupdate -k /var/tsig/Kvrts.com.+157+54203.private << EOF
server <IP>
update delete www.vrts.com
send
EOF
[root@vcslinux169 ~]# /tmp/nsupdate.sh
tsig.c:293: REQUIRE(targetp != ((void *)0) && *targetp == ((void *)0)) failed.
/tmp/nsupdate.sh: line 5:  2573 Aborted                 /usr/bin/nsupdate -k
/var/tsig/Kvrts.com.+157+54203.private  <<EOF
server 10.212.102.66
update delete www.vrts.com
send
EOF

[root@vcslinux169 ~]#

Additional info:

Comment 1 Martin Stransky 2006-10-25 06:45:50 UTC
Could you check the latest package for RHEL-4? (bind-9.2.4-20.EL4)

Comment 2 udas 2006-10-27 02:59:30 UTC
Can you please point me to an URL? I cannot seem to locate the rpm.

Comment 3 Martin Stransky 2006-10-27 08:32:14 UTC
bind-9.2.4-16.EL4.src.rpm should be enough. You can download it via. RHN if you
have a subscription or download it from
ftp://ftp.redhat.com/pub/redhat/linux/updates/enterprise/4AS/en/os/SRPMS/ and
compile it.

Or check packages in some mirrors (ATrpms, CentOS...)

Comment 4 udas 2006-11-02 07:24:35 UTC
Thanks for the pointer. This does fix the issue. That would mean this is already
fixed, right?

Comment 5 Martin Stransky 2006-11-02 08:04:22 UTC
yes, you're right.


Note You need to log in before you can comment on or make changes to this bug.