Hi Philip and Robert, So I have tested the BeagleBone removing any scripts that may clash and cause the OS env. to restart and I have my BBBlack running all the night till present its still on while I'm writing this email, I checked this with "uptime" command ,so Now it seems to be a problem with upstarting of these py scripts, So here the following I give you my upstart code to respawn the py script in the even of any crash!
# Start LINUX UART # description "Start LINUX UART" start on runlevel [2345] stop on runlevel [016] respawn exec python /etc/init.d/xlockController_UART.py what you think? is this problem because of runlevel definitions above? On Mon, Nov 11, 2013 at 8:02 PM, Nishant Sood <[email protected]> wrote: > Thanks philip > > > On Mon, Nov 11, 2013 at 7:38 PM, Nishant Sood <[email protected]> wrote: > >> Hello Mr.Robert >> >> Glad to see the image maker here>> >> I'm not using any capes! >> also wgetting that branch will make drastic changes? You see my concern >> is that I already spent a lot of time installing individual needy items >> from the very big pool so I don't want to install them again, will this >> change things drastically? >> >> >> On Mon, Nov 11, 2013 at 7:34 PM, Robert Nelson >> <[email protected]>wrote: >> >>> >>> >>> >>> On Mon, Nov 11, 2013 at 8:01 AM, Nishant Sood <[email protected]>wrote: >>> >>>> Or atleast detailed way that how you are doing it? >>>> >>> >>> >>> If your not using any capes, give the v3.12.x branch a try. .(specially >>> for usb related lockups..) >>> >>> wget http://rcn-ee.net/deb/raring-armhf/v3.12.0-bone8/install-me.sh >>> sudo /bin/bash install-me.sh >>> >>> Regards, >>> >>> -- >>> Robert Nelson >>> http://www.rcn-ee.com/ >>> >>> -- >>> 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/PiNkUTjnV3M/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> >> >> -- >> *Thanks & Regards,* >> >> *Nishant Sood* >> *--* >> *CEO and Founder* >> >> *Winacro Innovation's Inc.* >> *----------------------------------------* >> *www.winacro.com <http://www.winacro.com>* >> *----------------------------------------* >> *Contact's:* >> *Mobile: +91-8447476798* >> *Phone: 0129-4176798* >> *Email: [email protected] <[email protected]>* >> >> > > > -- > *Thanks & Regards,* > > *Nishant Sood* > *--* > *CEO and Founder* > > *Winacro Innovation's Inc.* > *----------------------------------------* > *www.winacro.com <http://www.winacro.com>* > *----------------------------------------* > *Contact's:* > *Mobile: +91-8447476798* > *Phone: 0129-4176798* > *Email: [email protected] <[email protected]>* > > -- *Thanks & Regards,* *Nishant Sood* *--* *CEO and Founder* *Winacro Innovation's Inc.* *----------------------------------------* *www.winacro.com <http://www.winacro.com>* *----------------------------------------* *Contact's:* *Mobile: +91-8447476798* *Phone: 0129-4176798* *Email: [email protected] <[email protected]>* -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
