nsupdate problem after DNSSEC upgrade

Michelle Konzack linux4michelle at tamay-dogan.net
Wed Jan 5 08:31:10 UTC 2011


Note:   My nsupdate script us an autogenerated file like:

        if ($_GET['nsupdate'] == 'on') {
          $tmp_file = tempnam('/tmp', 'tdphp-vserver.');
          chmod($tmp_file, 0700);
          $fh = fopen($tmp_file, 'a');
          fwrite($fh, "server dns1.tamay-dogan.net\n");
          fwrite($fh, "update delete ". $_GET['vhost'] . " A\n");
          fwrite($fh, "prereq nxdomain ". $_GET['vhost'] . "\n");
          fwrite($fh, "update add ". $_GET['vhost'] . " 86400 CNAME ". $_SERVER['SERVER_NAME'] . "\n");
          fwrite($fh, "send\n");
          fseek($fh, 0);
          exec("nsupdate " . $tmp_file, $array, $ret);

but this give me as I sayed already an "ExitStatus 2"

Thanks, Greetings and nice Day/Evening
    Michelle Konzack

-- 
##################### Debian GNU/Linux Consultant ######################
   Development of Intranet and Embedded Systems with Debian GNU/Linux

itsystems at tdnet France EURL       itsystems at tdnet UG (limited liability)
Owner Michelle Konzack            Owner Michelle Konzack

Apt. 917 (homeoffice)
50, rue de Soultz                 Kinzigstraße 17
67100 Strasbourg/France           77694 Kehl/Germany
Tel: +33-6-61925193 mobil         Tel: +49-177-9351947 mobil
Tel: +33-9-52705884 fix

<http://www.itsystems.tamay-dogan.net/>  <http://www.flexray4linux.org/>
<http://www.debian.tamay-dogan.net/>         <http://www.can4linux.org/>

Jabber linux4michelle at jabber.ccc.de
ICQ    #328449886

Linux-User #280138 with the Linux Counter, http://counter.li.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.pgp
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20110105/146d96df/attachment.bin>


More information about the bind-users mailing list