On Jun 16, 2013, at 1:35 AM, Sebastian Kuzminsky <[email protected]> wrote: > On 06/15/2013 04:52 PM, Tom Easterday wrote: >> I have an Atom 2800 motherboard system running 10.04 and 2.5.2 freshly >> downloaded and installed from the LiveCD. I have a simple configuration >> generated by Stepconf Wizard and only minor tweaks to make estop work. This >> problem also happens when I try the sim/axis and sim/tklinuxcnc configs. >> >> Sometimes Linuxcnc comes up and runs fine, but about every second or third >> time I launch it, I get this error: http://pastebin.com/LSJGvCJX >> ([EMC]DEBUG = 0x7FFFFFFF). If I just dismiss the error and launch again it >> comes up fine. I tried this on identical hardware set up that I dd'd this >> build and configuration to and it happens there as well. > > Weird! > > The first thing that comes to mind is a startup race condition. > > Can you build linuxcnc from git on this machine? If so try the attached > patch (against the current head of v2.5_branch) and pastebin the output from > a successful and failed launch. If not, let me know and i'll build a deb for > you.
Seb, Thanks for responding. Are these the instructions for building from git for the current 2.5 branch? How do I apply the patch? git clone git://git.linuxcnc.org/git/emc2.git emc2-dev git branch --track v2.5_branch origin/v2.5_branch git checkout v2.5_branch $ cd src $ ./autogen.sh $ ./configure $ make $ make install-menus $ sudo make setuid ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
