UbuntuIRC / 2014 /05 /06 /#ubuntu-arm.txt
niansa
Initial commit
4aa5fce
=== chihchun_afk is now known as chihchun
=== doko_ is now known as doko
[14:27] <gaussblurinc1> what kind of features I should implement to optimize code for two arm processors?
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
[18:04] <joedu12> Hi everyone :) I'm trying to run evey minute a python script but it's not working, when I run the script alone, it works, but not with crontab, /var/log/syslog proves that the script is executed by crontab but it's not working
[18:04] <joedu12> My crontab -e file : http://pastebin.com/JYwBL6pu My python script : http://pastebin.com/pzNJWz6B Syslog file : http://pastebin.com/epSuR5hX
=== chihchun is now known as chihchun_afk
[18:32] <ogra_> one is .py the other is .sh ?
[18:36] <joedu12> sorry, i was testing, now that's May 6 20:36:01 ballonSonde /USR/SBIN/CRON[3109]: (pi) CMD (/home/pi/PythonSQL/write.py >/dev/null)
[18:37] <ogra_> so redirect to a file instead of /dev/null, add some debug prints into your python script and see what it logs
[18:51] <joedu12> okay
[18:54] <joedu12> The logfile returns the output of my python script, that's strage