-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The zone fetcher only reports an error if system() returns an error (value -1). However, in this case the program could not be found (wrong path) and system returns 127.
Perhaps it is better to report an error if the return value != 0. Matthijs Pierre Lebrech wrote: > Here is what I found : > > ######################################## snip > ... > zone fetcher transferred zone %s serial %u successfully > /usr/local/ods/bin/ods-signer sign > zone fetcher could not kick the signer engine to sign zone %s > ... > ######################################## snip > > and : > > ######################################## snip > 10:09 r...@rdb ~# ll /usr/local/ods/bin/ods-signer > ls: cannot access /usr/local/ods/bin/ods-signer: No such file or > directory > zsh: exit 2 ls --color=auto -l /usr/local/ods/bin/ods-signer > ######################################## snip > > YES! > > I have just made a symlink on the good path and now it works great! > > Thanks jakob. > > It's just a pity that there were no error message in the logfile. > > > On Fri, Mar 12, 2010 at 09:55:28AM +0100, Jakob Schlyter wrote: >> On 12 mar 2010, at 09.53, Pierre Lebrech wrote: >> >>> Thanks Jakob for your reply. >>> >>> I tried to symlink but unfortunatly it didn't work. >> try 'strings' on the zonefetcher binary and see what it has in mind as a >> paht. >> >> jakob >> >> > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQEcBAEBAgAGBQJLmgljAAoJEA8yVCPsQCW5KRoIAI2ace40dorw/1EDJ8V/xCyS TSzzDzD1xNDvFw8/9hNMAsr6w1TtnAef+NRLBi9OD1Ag+/eENwlMWCN+2m6HO4hS rs25JDbAx8LvNeCWFhDzQT1SF9iT99rHyqPce5XusysWgUDRN5WQS+pAzHYo6NUs HD/NHIgg4xhblOv+NN/KrZe7AFckJBq1MS/FAF6WZUWKWPxtWnyKpF7txlbVTjAz c2IdQWysh66nMk3TZbL6mVI+XEtBzL8em3wVgAz7LKTp9lAgIgC4PJHxKtBAajHM uEJSXH9/x7Iu20duuDRWSHQKu+9w//3se1fGlNMHWKILhvLbAaKLoa6jNZZ36Io= =FEwB -----END PGP SIGNATURE----- _______________________________________________ Opendnssec-user mailing list [email protected] https://lists.opendnssec.org/mailman/listinfo/opendnssec-user
