No Mta Installed Discarding Output Debian Linux
This question already has an answer here: • 5 answers I have a script that works when called: /usr/local/bin/myscript #this works fine Permissions for the file are: -rwxr-xr-x 1 root root 155 Jan 27 09:34 myscript I've added a line to /etc/crontab: * * * * * root /usr/local/bin/myscript But cron doesn't seem able to run this. The crontab has the PATH variable set: PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin The script is a mysqldump to the /var/tmp/ directory: #!/bin/bash DAY=`date +%y%m%d` TIME=`date +%k%M` mysqldump test -u john -pxxxxxxx >/var/tmp/$DAY.$TIME. Titanium Backup Pro Apk Xda. test.sql I can't think what is wrong with this, but the script isn't running. Edit: /var/log/syslog shows the following entries: Jan 27 10:20:01 hector CRON[8286]: (root) CMD (/bin/bash /usr/local/bin/myscript) Jan 27 10:20:01 hector CRON[8285]: (CRON) info (No MTA installed, discarding output) So I guess it's trying to run the script, but it must be failing somewhere because I don't get the same output as if I ran it with /usr/local/bin/myscript.
Where is the cron log in Ubuntu Linux 12.04/14. CRON[4038]: (CRON) info (No MTA installed, discarding output). Hdd Life Pro 4 Crack Chaser more. Of nixCraft and a seasoned sysadmin and a. Crontab error with (No MTA installed). Info (No MTA installed, discarding output). Browse other questions tagged linux ubuntu vagrant or ask your own question. Cron not running script. CRON[8285]: (CRON) info (No MTA installed, discarding output). Beacause you have 'no MTA installed' either install postfix.
I'm new on linux user I try to run crontab to backup my database with vagrant user * * * * * /usr/bin/mysqldump -h localhost -u root -p root mydb gzip >/var/backup/all/database_`date +%Y-%m-%d`.sql.gz >/dev/null 2>&1 when the crontab run there is no backup file in the folder (my backup/all is chmod 755). This is error from /var/log/syslog Aug 16 11:55:01 precise64 CRON[2213]: (vagrant) CMD (/usr/bin/mysqldump -h localhost -u root -p root mydb gzip >/var/backup/all/database_`date +%Y-%m-%d`.sql.gz >/dev/null 2>&1) Aug 16 11:55:01 precise64 CRON[2212]: (CRON) info (No MTA installed, discarding output) So I think • it's about crontab can't create backup file because of Permission denied. • it's about I'm didn't install MTA but I use >/dev/null 2>Fresco Logic Usb 3.0 Host Controller Driver Not Found. &1 to disable crontab to sent it to email why it error? Thanks for help me.