Am 29.12.2013 um 14:57 schrieb Bas de Bruijn <[email protected]>:

.. good so far ..
>> make
>> sudo make setuid
>> . ../scripts/rip-environment
>> linuxcnc
> 
> linuxcnc will start,

no it does not, see line of the log:    BeBoPr-Bridge.hal:26: 
/home/linuxcnc/linuxcnc/libexec/rtapi_app_xenomai exited without becoming ready

this indicates some fundamental problem. 
Did the make complete without errors? if not, please run like so:

  $ make |& tee /tmp/log 

and pastebin /tmp/log

Are you sure you ran 'sudo make setuid' in the linuxcnc/src directory?


> /var/log/linuxcnc.log doesn’t seem to exist (at least at that location)

please look again. It should be there starting from Charles's image:

linuxcnc@arm:~$ ls -l /var/log/linuxcnc.log 
-rw-r----- 1 root adm 10251074 Dec 19 21:21 /var/log/linuxcnc.log

you might have to do 

    $ sudo tail -f /var/log/linuxcnc.log

due to file permissions; you can also 

    $ sudo chmod 644 /var/log/linuxcnc.log

to get around this problem

please start linuxcnc like so:

$ DEBUG=5 linuxcnc

and pastebin the results in /var/log/linuxcnc.log - there is no point in 
reporting back without this log, everything else is just guessing

-m


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to