On 3/3/2013 4:54 AM, Viesturs Lācis wrote: > Hello! > > I would appreciate, if someone could advice me about the reasons of > the error message I am receiving. > I receive it with any sample config I tried (also generic stepper_mm > and also sim configs) and I have also reinstalled LinuxCNC several > times without any success. > > Hi, Viesturs.
We could use more information. Are you running everything on a single machine or are you accessing the LinuxCNC machine from another? In either case, details, please. As you can see in the early responses, most of us are assuming you are invoking LinuxCNC+Axis from a remote machine because the error you experience is typical of an X-server (your keyboard/mouse/display machine) being unable to communicate fully to an X-client (Axis, etc., on your LinuxCNC machine). A convenient command line invocation to gain access from a remote machine is "ssh -X <LinuxCNC machine name or IP>" which allows X-forwarding through the ssh port and does not require messing about with xhost permissions and environmental variables such as DISPLAY. In some cases, "ssh -Y ..." is better. See the relevant man pages. As an aside, I see Kirk Wallace posted on this problem a year ago. Google is your friend. If you're running everything on a single machine, I can't say more without some details to work with. Regards, Kent ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
