Guest User

Untitled

a guest
Dec 10th, 2024
28
0
36 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. Print file information:
  2. RUN_IN_PLACE=no
  3. LINUXCNC_DIR=
  4. LINUXCNC_BIN_DIR=/usr/bin
  5. LINUXCNC_TCL_DIR=/usr/lib/tcltk/linuxcnc
  6. LINUXCNC_SCRIPT_DIR=
  7. LINUXCNC_RTLIB_DIR=/usr/lib/linuxcnc/modules
  8. LINUXCNC_CONFIG_DIR=
  9. LINUXCNC_LANG_DIR=/usr/lib/tcltk/linuxcnc/msgs
  10. INIVAR=inivar
  11. HALCMD=halcmd
  12. LINUXCNC_EMCSH=/usr/bin/wish8.6
  13. LINUXCNC - 2.9.3
  14. Machine configuration directory is '/home/lcnc/linuxcnc/configs/flexgui/simple-sim'
  15. Machine configuration file is 'simple-sim.ini'
  16. INIFILE=/home/lcnc/linuxcnc/configs/flexgui/simple-sim/simple-sim.ini
  17. VERSION=1.1
  18. PARAMETER_FILE=parameters.var
  19. TPMOD=
  20. HOMEMOD=
  21. TASK=milltask
  22. HALUI=
  23. DISPLAY=flexgui
  24. COORDINATES=X Y Z
  25. KINEMATICS=trivkins coordinates=XYZ
  26. Starting LinuxCNC...
  27. Starting LinuxCNC server program: linuxcncsvr
  28. Loading Real Time OS, RTAPI, and HAL_LIB modules
  29. Starting LinuxCNC IO program: io
  30. linuxcnc TPMOD=tpmod HOMEMOD=homemod EMCMOT=motmod
  31. Found file(REL): ./main.hal
  32. Starting TASK program: milltask
  33. Starting DISPLAY program: flexgui
  34. Shutting down and cleaning up LinuxCNC...
  35. task: 117 cycles, min=0.000003, max=0.010644, avg=0.008871, 0 latency excursions (> 10x expected cycle time of 0.010000s)
  36. Removing HAL_LIB, RTAPI, and Real Time OS modules
  37. Removing NML shared memory segments
  38.  
  39. Debug file information:
  40. Note: Using POSIX realtime
  41. Traceback (most recent call last):
  42. File "/usr/bin/flexgui", line 270, in <module>
  43. gui = flexgui()
  44. ^^^^^^^^^
  45. File "/usr/bin/flexgui", line 104, in __init__
  46. results = subprocess.run(['dpkg-query', '-W', 'flexgui'], text=True, capture_output=True)
  47. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  48. File "/usr/lib/python3.12/subprocess.py", line 548, in run
  49. with Popen(*popenargs, **kwargs) as process:
  50. ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  51. File "/usr/lib/python3.12/subprocess.py", line 1026, in __init__
  52. self._execute_child(args, executable, preexec_fn, close_fds,
  53. File "/usr/lib/python3.12/subprocess.py", line 1955, in _execute_child
  54. raise child_exception_type(errno_num, err_msg, err_filename)
  55. FileNotFoundError: [Errno 2] No such file or directory: 'dpkg-query'
  56. 7759
  57. 7784
  58. Stopping realtime threads
  59. Unloading hal components
  60. Note: Using POSIX realtime
Advertisement
Add Comment
Please, Sign In to add comment