Unsure of what that's about. Axis loads up fine with sample CRAMPS configuration.
Followed this guide as usual:
https://github.com/the-snowwhite/CRAMPS2/wiki/BBB-CRAMPS-Machineface-3D-Printer-Out-Of-The-Box-Experience
Except with:
https://github.com/strahlex/MendelMax-CRAMPS
Am 11.07.2016 um 07:11 schrieb 'IonicBasher' via Machinekit <machi...@googlegroups.com>: My apologies. I uploaded the picture on my phone earlier. Here is the text: machinekit@beaglebone:~$ ~/MendelMax-CRAMPS/run.py loading cramps2_cape.bbio... cape-universal already loaded cape-bone-iio already loaded done starting configserver... Traceback (most recent call last): File "/usr/bin/configserver", line 16, in <module> from message_pb2 import Container ImportError: No module named message_pb2 machinekit@beaglebone:~$there was an error of this sort recently which I hope should be fixed
Has anyone successfully built machinekit on BBB? Can I manually add the configserver file?
Okay. I tried installing by packages on a stock debian image but failed to open even the sample configuration for cramps. Another problem for another time.
I reflashed the latest wheezy image of machinekit to climate possible sources of errors.
I tried running strahlex/MendelMax-CRAMPS/run.py incrementally.
First I got Machineface, Cetus, Mendelmax-CRAMPS then tried the run.py. It showed the correct start text but failed to show up on multiple machine kit client devices.
After apt-get upgrade and update yielded the same result.
After "apt-get install machinekit-dev" the above error occurs.
I verified all files (configserver[line:16], message_pb2) were still there. They were.
The attached picture should show all files and error. I'm confused now.
Like I said I tried the run.py file incrementally on a BRAND NEW image before any updates. Only grabbed the configuration files, machineface and cetus from github into home folder.
The response of the run.py was typically what you should see when running however the instance did not show up on multiple machinekit client devices.
THEN I updated and upgraded with the same typical run.py results with no instances in machine client.
So FINALLY I installed machinekit-dev which is what produces the configserver error. But I suspected it also has necessary files to run Machineface.
The purpose of the screen shot was to show that, after I produced the configserver error(in the terminal on the screenshot), I verified that both the configserver.py(including line:16) and message_pb2.py existed.
Despite the error saying it did not.
Merely trying to help narrow down where it might be coming from.
--
website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit
--- You received this message because you are subscribed to a topic in the Google Groups "Machinekit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/machinekit/jdpypzDCsg4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to machinekit+...@googlegroups.com.
machinekit@beaglebone:~$ apt-cache policy machinekit
machinekit:
Installed: 0.1.1468432619-1mk.travis.master.git0766e79c~1jessie
Candidate: 0.1.1468432619-1mk.travis.master.git0766e79c~1jessie
Version table:
*** 0.1.1468432619-1mk.travis.master.git0766e79c~1jessie 0
500 http://deb.machinekit.io/debian/ jessie/main armhf Packages
100 /var/lib/dpkg/status
machinekit@beaglebone:~$
Thanks for all of the help by the way to all involved.