Advertisement
Guest User

Untitled

a guest
May 16th, 2010
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. Print file information:
  2. RUN_IN_PLACE=no
  3. EMC2_DIR=
  4. EMC2_BIN_DIR=/usr/bin
  5. EMC2_TCL_DIR=/usr/share/emc/tcl
  6. EMC2_SCRIPT_DIR=
  7. EMC2_RTLIB_DIR=/usr/realtime-2.6.24-16-rtai/modules/emc2
  8. EMC2_CONFIG_DIR=
  9. EMC2_LANG_DIR=/usr/share/emc/tcl/msgs
  10. INIVAR=inivar
  11. HALCMD=halcmd
  12. EMC2_EMCSH=/usr/bin/wish8.4
  13. EMC2 - 2.4.0
  14. Machine configuration directory is '/usr/share/doc/emc2/examples/sample-configs/sim'
  15. Machine configuration file is 'axis.ini'
  16. INIFILE=/usr/share/doc/emc2/examples/sample-configs/sim/axis.ini
  17. PARAMETER_FILE=sim.var
  18. EMCMOT=motmod
  19. EMCIO=io
  20. TASK=milltask
  21. HALUI=halui
  22. DISPLAY=axis
  23. NML_FILE=
  24. Starting EMC2...
  25. Starting EMC2 server program: emcsvr
  26. Loading Real Time OS, RTAPI, and HAL_LIB modules
  27. Starting EMC2 IO program: io
  28. Starting HAL User Interface program: halui
  29. Starting EMC2 TASK program: milltask
  30. Starting EMC2 DISPLAY program: axis
  31. Shutting down and cleaning up EMC2...
  32. Killing task emcsvr, PID=10902
  33. Killing task milltask, PID=11032
  34. Removing HAL_LIB, RTAPI, and Real Time OS modules
  35. Removing NML shared memory segments
  36. Cleanup done
  37.  
  38. Debug file information:
  39. Can not find -sec EMC -var NML_FILE -num 1
  40. Traceback (most recent call last):
  41. File "/usr/bin/axis", line 3921, in <module>
  42. open_file_guts(initialfile, False, addrecent)
  43. File "/usr/bin/axis", line 1951, in open_file_guts
  44. shutil.copy(parameter, temp_parameter)
  45. File "/usr/lib/python2.5/shutil.py", line 80, in copy
  46. copyfile(src, dst)
  47. File "/usr/lib/python2.5/shutil.py", line 46, in copyfile
  48. fsrc = open(src, 'rb')
  49. IOError: [Errno 2] No such file or directory: 'sim.var'
  50. 10902
  51. PID TTY STAT TIME COMMAND
  52. 11032
  53. PID TTY STAT TIME COMMAND
  54. Stopping realtime threads
  55. Unloading hal components
  56.  
  57. Kernel message information:
  58. [14675.377829] I-pipe: Domain RTAI registered.
  59. [14675.377850] RTAI[hal]: <3.6.1> mounted over IPIPE-NOTHREADS 2.0-04.
  60. [14675.377856] RTAI[hal]: compiled with gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3).
  61. [14675.377866] RTAI[hal]: mounted (IPIPE-NOTHREADS, IMMEDIATE (INTERNAL IRQs DISPATCHED), ISOL_CPUS_MASK: 0).
  62. [14675.377872] PIPELINE layers:
  63. [14675.377876] f8a9c000 9ac15d93 RTAI 200
  64. [14675.377881] c0383180 0 Linux 100
  65. [14675.444813] RTAI[malloc]: global heap size = 2097152 bytes, <BSD>.
  66. [14675.445717] RTAI[sched]: loaded (IMMEDIATE, UP, USER/KERNEL SPACE: <with RTAI OWN KTASKs>, kstacks pool size = 524288 bytes.
  67. [14675.445734] RTAI[sched]: hard timer type/freq = 8254-PIT/1193180(Hz); default timing: periodic; linear timed lists.
  68. [14675.445742] RTAI[sched]: Linux timer freq = 250 (Hz), CPU freq = 994916000 hz.
  69. [14675.445748] RTAI[sched]: timer setup = 2010 ns, resched latency = 2689 ns.
  70. [14675.589254] RTAI[math]: loaded.
  71. [14675.646574] RTAPI: Init
  72. [14675.646667] RTAPI: Init complete
  73. [14675.698075] HAL_LIB: loading kernel lib
  74. [14675.698086] RTAPI: initing module HAL_LIB
  75. [14675.698093] RTAPI: module 'HAL_LIB' loaded, ID: 1
  76. [14675.698807] RTAPI: shmem 01 created by module 01, key: 1212238898, size: 262000
  77. [14675.698829] HAL_LIB: kernel lib installed successfully
  78. [14684.022136] RTAI[math]: unloaded.
  79. [14684.181523] SCHED releases registered named ALIEN RTGLBH
  80. [14684.196408] RTAI[malloc]: unloaded.
  81. [14684.295805] RTAI[sched]: unloaded (forced hard/soft/hard transitions: traps 0, syscalls 0).
  82. [14684.301764] I-pipe: Domain RTAI unregistered.
  83. [14684.301781] RTAI[hal]: unmounted.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement