Le samedi 1 juin 2019, 13:42:06 CEST Florian Blanc a écrit :

Tous les jours à 11h14 il exécute ceci : usr/bin/arecord -f cd -d 10 
/mnt/dd1/Musique/
test.wav


est-ce correct ?


Que te répond le terminal quand tu exécutes ceci manuellement ?


Oui, voilà la sortie sur le terminal : 
/usr/bin/arecord -f cd -d 10 /mnt/dd1/Musique/test.wav 

Il cré bien un fichier audio test.wav de 10 secondes.



Cordialement 


On Sat, Jun 1, 2019, 13:33 Anouk LE CLOEREC <tu...@laposte.net[1]> wrote:


Bonjour,
J’essaie de programmer un registrement de l’entrée ligne de ma carte son.Pour 
l’enregistrement j’utilise arecord. La commande fonctionne bien en direct :
arecord -f cd -d 10 /mnt/dd1/Musique/test.wav


Par contre je voudrais pouvoir la programmer via crontab et là ça coince. J’ai 
essayer 
plusieurs configuration mais rien :
>14 11 * * * /usr/bin/arecord -f cd -d 10 /mnt/dd1/Musique/test.wav


ne se passe. Idem si je met un user (moi ou root)
J’ai essayer en créant un script *.sh avec la commande et de lancer le script 
via crontab, 
rien non plus. Même en copiant le script dans /usr/local/bin

Ci-dessous le fichier crontab :
 
># Edit this file to introduce tasks to be run by cron. #  # Each task to run 
>has to be defined 
through a single line # indicating with different fields when the task will be 
run # and what 
command to run for the task #  # To define the time you can provide concrete 
values for # 
minute (m), hour (h), day of month (dom), month (mon), # and day of week (dow) 
or use '*' 
in these fields (for 'any'). #  # Notice that tasks will be started based on 
the cron's system # 
daemon's notion of time and timezones. #  # Output of the crontab jobs 
(including errors) 
is sent through # email to the user the crontab file belongs to (unless 
redirected). #  # For 
example, you can run a backup of all your user accounts # at 5 a.m every week 
with: # 0 5 
* * 1 tar -zcf /var/backups/home.tgz /home/ #  # For more information see the 
manual 
pages of crontab(5) and cron(8) #  # m h  dom mon dow   command 14 11 * * * 
/usr/bin/
arecord -f cd -d 10 /mnt/dd1/Musique/test.wav


Merci



--------
[1] mailto:tu...@laposte.net
BEGIN:VCARD
VERSION:3.0
EMAIL:tu...@free.fr
N:;;;;
NICKNAME:Tulum
UID:9cbfd6d5-d2b5-409f-b21b-2ac22f954429
X-KADDRESSBOOK-MailAllowToRemoteContent:TRUE
END:VCARD

Répondre à