Also If I add
    
    ods-signer sign me.ne.mm
    
    only in crontab it does not work either....

This smells to a crontab issue, not opendnssec.

The default PATH in crontab is limited  (/bin:/usr/bin normally)

Use an abslute path to where ods-signer lives or add
PATH=$PATH:/path-to-opendnssectools to crontab. Alternatively, set
the PATH in the script you call (with the absolute path of course)
from crontab.

        jaap
_______________________________________________
Opendnssec-user mailing list
Opendnssec-user@lists.opendnssec.org
https://lists.opendnssec.org/mailman/listinfo/opendnssec-user

Reply via email to