Advertisement
Guest User

Untitled

a guest
Aug 27th, 2011
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. john@zotac:~$ cd emc2-dev
  2. john@zotac:~/emc2-dev$ git branch
  3. master
  4. v2.4_branch
  5. * v2.5_branch
  6. john@zotac:~/emc2-dev$ git gui
  7. john@zotac:~/emc2-dev$ git branch
  8. * master
  9. v2.4_branch
  10. v2.5_branch
  11. john@zotac:~/emc2-dev$ . ./scripts/emc-environment
  12. john@zotac:~/emc2-dev$ pncconf
  13. /home/john/emc2-dev/bin/pncconf:3177: Warning: g_path_get_dirname: assertion `file_name != NULL' failed
  14. self.xml = gtk.glade.xml_new_from_buffer(doc, len(doc), domain="axis")
  15. /home/john/emc2-dev/bin/pncconf:3177: GtkWarning: gdk_pixbuf_new_from_file: assertion `filename != NULL' failed
  16. self.xml = gtk.glade.xml_new_from_buffer(doc, len(doc), domain="axis")
  17. /home/john/emc2-dev/bin/pncconf:3177: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed
  18. self.xml = gtk.glade.xml_new_from_buffer(doc, len(doc), domain="axis")
  19. Realtime already running. Use 'halrun -U' to stop existing realtime session.
  20. At this point I just selected Test/Tune Axis and the Hal Scope did not pop up just the X Axis Tune pop up
  21. Having pressed Enable I get
  22. PNCconf encountered an error. The following information may be useful in troubleshooting:
  23.  
  24. Traceback (most recent call last):
  25. File "/home/john/emc2-dev/bin/pncconf", line 7360, in update_tune_axis_params
  26. halrun.flush()
  27. IOError: [Errno 32] Broken pipe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement