YEEES!!! Now it works Thank You very much. You’re great!!!
you better start learning python language. You are just copy pasting what i am giving you which is really bad.
Yes, I will learn. First I learning Raspberry Pi and making simple projects.
wow, it like learning to make word without learning alphabet
I know I start learning with SnowPI gpio snowman
[It’s possible to add him to cayenne?]
do you have any links to above?
I solder leds and download codes from github. Now I’m learning that codes and try to change them. SnowPI
Can You help me one more time? I cannot make my sds011 sensor work at start. I add to crontab -e
:
@reboot cd /home/pi/ && ./aqi.py
@reboot python /home/pi/example.py &
@reboot python /home/pi/czujnik.py &
I also try
@reboot cd /home/pi/ && ./aqi.py
@reboot python /home/pi/example.py &
@reboot cd /home/pi/ && ./czujnik.py
do I have to delete file aqi.py from /home folder?
yes, you have to.
I delete aqi.py and delete entry from crontab. Still don’t want to start on boot
make it:
@reboot python /home/pi/api.py &
Still don’t work. My crontab file looks that:
@reboot python /home/pi/czujnik.py &
@reboot python /home/pi/example.py &
try this if you are using python3 to execute your script:
@reboot /usr/bin/python3 /home/pi/czujnik.py
python3 don’t work with that code.
with this crontab, try this and see the error in the log file
what I have to try?
I copy last lines from log:
grep CRON /var/log/syslog
Jan 6 15:02:02 raspberrypi CRON[1617]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:03:01 raspberrypi CRON[1863]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:03:01 raspberrypi CRON[1859]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:04:02 raspberrypi CRON[2140]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:04:02 raspberrypi CRON[2136]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:05:16 raspberrypi cron[312]: (CRON) INFO (pidfile fd = 3)
Jan 6 15:05:16 raspberrypi cron[312]: (CRON) INFO (Running @reboot jobs)
Jan 6 15:05:18 raspberrypi CRON[343]: (pi) CMD (cd /home/pi/ && ./aqi.py)
Jan 6 15:05:18 raspberrypi CRON[345]: (pi) CMD (python /home/pi/example.py &)
Jan 6 15:05:18 raspberrypi CRON[344]: (pi) CMD (python /home/pi/czujnik.py &)
Jan 6 15:06:13 raspberrypi CRON[620]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:06:19 raspberrypi CRON[614]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:07:02 raspberrypi CRON[1030]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:07:03 raspberrypi CRON[1021]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:08:02 raspberrypi CRON[1591]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:08:03 raspberrypi CRON[1584]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:09:01 raspberrypi CRON[1833]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:09:01 raspberrypi CRON[1829]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:10:01 raspberrypi CRON[2129]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:10:02 raspberrypi CRON[2125]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:11:01 raspberrypi CRON[2370]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:11:02 raspberrypi CRON[2366]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:12:01 raspberrypi CRON[2621]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:12:02 raspberrypi CRON[2616]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:13:01 raspberrypi CRON[2920]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:13:02 raspberrypi CRON[2916]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:14:01 raspberrypi CRON[3161]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:14:01 raspberrypi CRON[3157]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:15:02 raspberrypi CRON[3402]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:15:02 raspberrypi CRON[3398]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:16:01 raspberrypi CRON[3645]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:16:02 raspberrypi CRON[3641]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:17:01 raspberrypi CRON[3892]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:17:01 raspberrypi CRON[3893]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 15:17:02 raspberrypi CRON[3885]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:18:01 raspberrypi CRON[4209]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:18:02 raspberrypi CRON[4205]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:19:01 raspberrypi CRON[4471]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:19:01 raspberrypi CRON[4467]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:19:56 raspberrypi cron[298]: (CRON) INFO (pidfile fd = 3)
Jan 6 15:19:56 raspberrypi cron[298]: (CRON) INFO (Running @reboot jobs)
Jan 6 15:19:57 raspberrypi CRON[339]: (pi) CMD (python /home/pi/czujnik.py &)
Jan 6 15:19:57 raspberrypi CRON[340]: (pi) CMD (python /home/pi/example.py &)
Jan 6 15:20:01 raspberrypi CRON[374]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:20:06 raspberrypi CRON[368]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:21:14 raspberrypi CRON[908]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:21:15 raspberrypi CRON[894]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:22:02 raspberrypi CRON[1503]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:22:02 raspberrypi CRON[1499]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:23:01 raspberrypi CRON[1747]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:23:01 raspberrypi CRON[1743]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:24:01 raspberrypi CRON[2024]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:24:02 raspberrypi CRON[2020]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:25:00 raspberrypi cron[259]: (CRON) INFO (pidfile fd = 3)
Jan 6 15:25:00 raspberrypi cron[259]: (CRON) INFO (Running @reboot jobs)
Jan 6 15:25:00 raspberrypi CRON[295]: (pi) CMD (python /home/pi/example.py &)
Jan 6 15:25:00 raspberrypi CRON[301]: (pi) CMD (cd /home/pi/ && ./czujnik.py)
Jan 6 15:25:00 raspberrypi CRON[264]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:25:02 raspberrypi CRON[354]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:25:11 raspberrypi CRON[338]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:26:13 raspberrypi CRON[757]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:26:14 raspberrypi CRON[749]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:27:01 raspberrypi CRON[1448]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:27:02 raspberrypi CRON[1444]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:28:02 raspberrypi CRON[1692]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:28:02 raspberrypi CRON[1688]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:29:01 raspberrypi CRON[1971]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:29:02 raspberrypi CRON[1967]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:30:01 raspberrypi CRON[2212]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:30:01 raspberrypi CRON[2208]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:31:01 raspberrypi CRON[2463]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:31:02 raspberrypi CRON[2459]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:32:01 raspberrypi CRON[2761]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:32:01 raspberrypi CRON[2757]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:33:01 raspberrypi CRON[3020]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:33:35 raspberrypi cron[309]: (CRON) INFO (pidfile fd = 3)
Jan 6 15:33:36 raspberrypi cron[309]: (CRON) INFO (Running @reboot jobs)
Jan 6 15:33:37 raspberrypi CRON[340]: (pi) CMD (python /home/pi/example.py &)
Jan 6 15:33:37 raspberrypi CRON[341]: (pi) CMD (python /home/pi/czujnik.py &)
Jan 6 15:34:02 raspberrypi CRON[516]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:34:21 raspberrypi CRON[511]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:35:01 raspberrypi CRON[1029]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:35:02 raspberrypi CRON[1023]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:36:01 raspberrypi CRON[1581]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:36:02 raspberrypi CRON[1577]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:37:01 raspberrypi CRON[1857]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:37:02 raspberrypi CRON[1853]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:38:16 raspberrypi cron[269]: (CRON) INFO (pidfile fd = 3)
Jan 6 15:38:16 raspberrypi cron[269]: (CRON) INFO (Running @reboot jobs)
Jan 6 15:38:15 raspberrypi CRON[311]: (pi) CMD (python /home/pi/example.py &)
Jan 6 15:38:16 raspberrypi CRON[317]: (pi) CMD (python /home/pi/czujnik.py &)
Jan 6 15:39:13 raspberrypi CRON[699]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:39:18 raspberrypi CRON[695]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:40:01 raspberrypi CRON[1214]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:40:03 raspberrypi CRON[1207]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:41:01 raspberrypi CRON[1683]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:41:02 raspberrypi CRON[1676]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:41:58 raspberrypi cron[295]: (CRON) INFO (pidfile fd = 3)
Jan 6 15:41:58 raspberrypi cron[295]: (CRON) INFO (Running @reboot jobs)
Jan 6 15:41:59 raspberrypi CRON[339]: (pi) CMD (python /home/pi/example.py &)
Jan 6 15:41:59 raspberrypi CRON[342]: (pi) CMD (cd /home/pi/ && ./czujnik.py)
Jan 6 15:41:59 raspberrypi CRON[303]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:42:01 raspberrypi CRON[370]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:42:07 raspberrypi CRON[360]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:43:13 raspberrypi CRON[869]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:43:14 raspberrypi CRON[861]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:44:01 raspberrypi CRON[1494]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:44:02 raspberrypi CRON[1489]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:45:01 raspberrypi CRON[1748]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:45:01 raspberrypi CRON[1744]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:46:01 raspberrypi CRON[1991]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:46:02 raspberrypi CRON[1987]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:47:01 raspberrypi CRON[2231]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:47:01 raspberrypi CRON[2227]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:48:01 raspberrypi CRON[2474]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:48:02 raspberrypi CRON[2470]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:49:01 raspberrypi CRON[2773]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:49:01 raspberrypi CRON[2769]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:50:02 raspberrypi CRON[3024]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:50:02 raspberrypi CRON[3020]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:51:01 raspberrypi CRON[3264]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:51:01 raspberrypi CRON[3260]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:52:02 raspberrypi CRON[3505]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:52:02 raspberrypi CRON[3501]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:53:01 raspberrypi CRON[3747]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:53:02 raspberrypi CRON[3743]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:54:01 raspberrypi CRON[4045]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:54:01 raspberrypi CRON[4041]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:55:01 raspberrypi CRON[4288]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:55:02 raspberrypi CRON[4284]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:56:01 raspberrypi CRON[4539]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:56:02 raspberrypi CRON[4535]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:57:01 raspberrypi CRON[4780]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:57:01 raspberrypi CRON[4776]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:58:02 raspberrypi CRON[5057]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 15:58:02 raspberrypi CRON[5053]: (CRON) info (No MTA installed, discarding output)
Jan 6 15:59:15 raspberrypi cron[260]: (CRON) INFO (pidfile fd = 3)
Jan 6 15:59:15 raspberrypi cron[260]: (CRON) INFO (Running @reboot jobs)
Jan 6 15:59:15 raspberrypi CRON[313]: (pi) CMD (python /home/pi/czujnik.py &)
Jan 6 15:59:15 raspberrypi CRON[320]: (pi) CMD (python /home/pi/example.py &)
Jan 6 16:00:14 raspberrypi CRON[680]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:00:19 raspberrypi CRON[676]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:01:02 raspberrypi CRON[1194]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:01:03 raspberrypi CRON[1187]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:02:02 raspberrypi CRON[1635]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:02:02 raspberrypi CRON[1628]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:03:02 raspberrypi CRON[1880]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:03:02 raspberrypi CRON[1876]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:04:01 raspberrypi CRON[2120]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:04:02 raspberrypi CRON[2113]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:05:01 raspberrypi CRON[2379]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:05:02 raspberrypi CRON[2373]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:06:01 raspberrypi CRON[2696]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:06:02 raspberrypi CRON[2692]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:07:01 raspberrypi CRON[2925]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:07:02 raspberrypi CRON[2919]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:08:01 raspberrypi CRON[3180]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:08:02 raspberrypi CRON[3176]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:09:01 raspberrypi CRON[3407]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:09:02 raspberrypi CRON[3399]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:10:01 raspberrypi CRON[3661]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:10:02 raspberrypi CRON[3657]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:11:01 raspberrypi CRON[3954]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:11:02 raspberrypi CRON[3948]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:12:01 raspberrypi CRON[4211]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:12:02 raspberrypi CRON[4207]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:13:01 raspberrypi CRON[4434]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:13:02 raspberrypi CRON[4426]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:14:01 raspberrypi CRON[4693]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:14:02 raspberrypi CRON[4689]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:15:01 raspberrypi CRON[4922]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:15:02 raspberrypi CRON[4915]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:16:01 raspberrypi CRON[5195]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:16:02 raspberrypi CRON[5187]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:17:02 raspberrypi CRON[5485]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:17:02 raspberrypi CRON[5486]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 16:17:03 raspberrypi CRON[5475]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:18:01 raspberrypi CRON[5730]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:18:02 raspberrypi CRON[5724]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:19:01 raspberrypi CRON[5973]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:19:02 raspberrypi CRON[5965]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:20:01 raspberrypi CRON[6200]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:20:02 raspberrypi CRON[6195]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:21:01 raspberrypi CRON[6474]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:21:02 raspberrypi CRON[6470]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:22:01 raspberrypi CRON[6749]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:22:02 raspberrypi CRON[6742]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:23:01 raspberrypi CRON[7011]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:23:02 raspberrypi CRON[7007]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:24:01 raspberrypi CRON[7231]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:24:02 raspberrypi CRON[7226]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:25:01 raspberrypi CRON[7491]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:25:02 raspberrypi CRON[7485]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:26:01 raspberrypi CRON[7745]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:26:02 raspberrypi CRON[7741]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:27:01 raspberrypi CRON[8048]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:27:02 raspberrypi CRON[8042]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:28:01 raspberrypi CRON[8294]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:28:02 raspberrypi CRON[8289]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:29:01 raspberrypi CRON[8522]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:29:02 raspberrypi CRON[8515]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:30:01 raspberrypi CRON[8788]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:30:02 raspberrypi CRON[8784]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:31:01 raspberrypi CRON[9018]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:31:02 raspberrypi CRON[9013]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:32:02 raspberrypi CRON[9338]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:32:02 raspberrypi CRON[9334]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:33:01 raspberrypi CRON[9558]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:33:02 raspberrypi CRON[9553]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:34:01 raspberrypi CRON[9821]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:34:02 raspberrypi CRON[9817]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:35:01 raspberrypi CRON[10041]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:35:02 raspberrypi CRON[10035]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:36:01 raspberrypi CRON[10311]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:36:02 raspberrypi CRON[10305]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:37:01 raspberrypi CRON[10599]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:37:02 raspberrypi CRON[10593]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:38:01 raspberrypi CRON[10848]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:38:02 raspberrypi CRON[10841]: (CRON) info (No MTA installed, discarding output)
Jan 6 16:39:01 raspberrypi CRON[11092]: (root) CMD (/etc/myDevices/crontab.sh)
Jan 6 16:39:02 raspberrypi CRON[11088]: (CRON) info (No MTA installed, discarding output)
can you keep only this file in the crontab
also don’t work
@adam any idea on this?