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

itsyst...@tdnet France EURL       itsyst...@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 linux4miche...@jabber.ccc.de
ICQ    #328449886

Linux-User #280138 with the Linux Counter, http://counter.li.org/

Attachment: signature.pgp
Description: Digital signature

_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to