W95 required a login, although
it was a blank password, as I recall).
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/ULeYE9kjqZ4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
John Minton,I gave crontab a try and of course it didn't work. It seems like this should be a piece of cake to do. I probably did something wrong. I checked the syslog and see an error: "No MTA installed."
My crontab file says:@reboot sudo python /home/debian/Desktop/myProg.py* * * * * sudo python /home/debian/Desktop/myProg.py
@reboot root /usr/bin/python /home/debian/Desktop/myProg.py* * * * * root /usr/bin/python /home/debian/Desktop/myProg.py
In the "old" days, you would create an entry in /etc/inittab and let
init start your program at the appropriate time. This also has the
benefit that init will restart your program if it crashes for some reason.
You can do something similar with systemd, but you need to make a
small service file. Here's a fairly simple walk-through:
http://n3mesisfixx.blogspot.com/2012/08/migrate-etcinittab-job-to-systemd-in.html
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
Apr 16 23:37:01 beaglebone /USR/SBIN/CRON[2293]: (root) CMD (sudo python /home/debian/Desktop/SimB.py)
Apr 16 23:37:01 beaglebone /USR/SBIN/CRON[2294]: (debian) CMD (sudo python /home/debian/Desktop/SimB.py)
Apr 16 23:37:01 beaglebone /USR/SBIN/CRON[2295]: (root) CMD (/usr/bin/python /home/debian/Desktop/SimB.py)
Apr 16 23:37:14 beaglebone /USR/SBIN/CRON[2292]: (CRON) info (No MTA installed, discarding output)
Apr 16 23:37:14 beaglebone /USR/SBIN/CRON[2290]: (CRON) info (No MTA installed, discarding output)
Apr 16 23:37:14 beaglebone /USR/SBIN/CRON[2291]: (CRON) info (No MTA installed, discarding output)
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/ad44be62-e803-43e8-b131-131d16fd92f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/116fae1e-3ad7-4949-87ee-63a907b32cda%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/5712E4F6.4030708%40gmail.com.
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/ULeYE9kjqZ4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/5712E4F6.4030708%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/57130490.2010808%40ieee.org.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/5713D4C9.8090005%40ieee.org.
>>> <mailto:beagleboard+unsub...@googlegroups.com>.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/beagleboard/116fae1e-3ad7-4949-87ee-63a907b32cda%40googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> <https://www.avast.com/en-us/lp-esg-fav?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=oa-2109-v2-b>
>> Virus-free. www.avast.com
>> <https://www.avast.com/en-us/lp-esg-fav?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=oa-2109-v2-b>
>>
>>
>> --
>> For more options, visit http://beagleboard.org/discuss
>> ---
>> You received this message because you are subscribed to a topic in the
>> Google Groups "BeagleBoard" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/beagleboard/ULeYE9kjqZ4/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> beagleboard...@googlegroups.com
>> <mailto:beagleboard+unsub...@googlegroups.com>.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/5717CB19.6060207%40ieee.org.
Thanks for your help and your patience with me.
Unfortunately, still no joy and no error message but then I'm illiterate with Linux.
I forgot to mention that I am using PyBBIO to drive PWM output and to read ADC channels and it requires me to start my GUI program with sudo python SimB.py on the Debian terminal and an attached keyboard to the BBB.
I tried the following, first without the "root" in the command and then with the "root" in the command as shown in this crontab -l output:
I will set this aside for now and try systemd, to see if I can get some kind of error message at least.
John
On 4/20/2016 5:12 AM, Dennis Lee Bieber wrote:
On Tue, 19 Apr 2016 21:52:27 -0700 (PDT), John Baker
<bakereng...@gmail.com> declaimed the following:
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/a8dea5d7-7e62-4ff0-9be3-51fe4cadcae2%40googlegroups.com.To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.