Merci,
Je suis allé voir dans /var/log/syslog
59 8 * * * root /root/rootcommand.sh >> /root/rootcommand.log
Fonctionne bien :
Nov 13 08:59:01 machine CRON[5888]: (root) CMD (/root/rootcommand.sh >> /root/rootcommand.log)
0 9 * * * user /home/user/usercommand.sh >> /home/user/usercommand.log
Ne fonctionne pas :
Nov 13 09:00:01 machine cron[959]: Signature not found in user keyring
Nov 13 09:00:01 machine cron[959]: Perhaps try the interactive 'ecryptfs-mount-private'
Nov 13 09:00:01 machine CRON[5893]: (user) CMD (/home/user/usercommand.sh >> /home/user/usercommand.log)
Nov 13 09:00:01 machine CRON[5891]: (CRON) info (No MTA installed, discarding output)
J'avoue que je ne comprends pas ce qui coince avec Signature not found in user keyring
Philippe
Partager