Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. [9] · csh · smcallis@desktop:/opt/xm-5_3_1/xm ╰─▸ source $XMDISK/xm/unix/xmstart
  2. X-Midas 5.3.1
  3.  
  4. Copyright Rincon Research Corp and Innovative Computing (Tucson, AZ)
  5.  
  6. Type "xm" to enter the X-Midas shell, "exit" to leave. At X-Midas> prompt type
  7. HELP ONLINE - to see the on-line help facilities
  8. HELP FEATURES - to show how to use X-Midas features to your advantage
  9. HELP COPYRIGHT - information on developers and copyright restrictions
  10.  
  11. >>> HELP MIDAS5 - Enhancements and changes introduced by Midas 5 <<<
  12.  
  13. -----------------------------------------------------------------------------
  14. HTML Documentation:
  15. firefox $XMAREA/html/hlp/index.html
  16.  
  17. Web Dashboard:
  18. X-Midas> webif start <PORT>
  19. Navigate to http://localhost:<PORT>
  20.  
  21. Demos:
  22. X-Midas> m5demos
  23. -----------------------------------------------------------------------------
  24. Establishing X-Midas environment from: /opt/xm-5_3_1//xm/cfg/build_flags.cfg
  25. Cleaning Shared Memory for smcallis
  26. Cleaning Semaphores for smcallis
  27. Cleaning POSIX Shared Memory for smcallis
  28. [1] 65910
  29. Loading X-Midas system Midas common
  30. WARNING: No Midas common table found
  31. Loading X-Midas system commands
  32. WARNING: No command table found
  33. Load Complete
  34. Traceback (most recent call last):
  35. File "/opt/xm-5_3_1//xm/pylib/xm_pythonlib.py", line 53, in <module>
  36. runpy.run_path(path, init_globals=dict(), run_name='__main__')
  37. File "/usr/lib/python2.7/runpy.py", line 252, in run_path
  38. return _run_module_code(code, init_globals, run_name, path_name)
  39. File "/usr/lib/python2.7/runpy.py", line 82, in _run_module_code
  40. mod_name, mod_fname, mod_loader, pkg_name)
  41. File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
  42. exec code in run_globals
  43. File "/opt/xm-5_3_1/xm/unix/xmgenenv.py", line 439, in <module>
  44. sys.exit(main(*sys.argv[1:]))
  45. File "/opt/xm-5_3_1/xm/unix/xmgenenv.py", line 405, in main
  46. xm, ret = genenv(options, ppid, errfd)
  47. File "/opt/xm-5_3_1/xm/unix/xmgenenv.py", line 256, in genenv
  48. /bin/echo: write error: Broken pipe
  49. xm.start(preboot='pre-boot' in options, owner=False, phase=phase)
  50. File "/opt/xm-5_3_1//xm/pylib/xmstart/starter.py", line 2130, in start
  51. self.wait_boot()
  52. File "/opt/xm-5_3_1//xm/pylib/xmstart/starter.py", line 1802, in wait_boot
  53. self.source_cshenv_safe(osfile) # 'XM_PRC', 'XM_SPID'
  54. File "/opt/xm-5_3_1//xm/pylib/xmstart/starter.py", line 842, in source_cshenv_safe
  55. self.source_cshenv(script, *args, **kwargs)
  56. File "/opt/xm-5_3_1//xm/pylib/xmstart/starter.py", line 831, in source_cshenv
  57. getenv_script(cmd, self, env=env)
  58. File "/opt/xm-5_3_1//xm/pylib/xmstart/environment.py", line 241, in getenv_script
  59. old_environ, new_environ, retval = _parse_fifo_environ(fifofd)
  60. File "/opt/xm-5_3_1//xm/pylib/xmstart/environment.py", line 113, in _parse_fifo_environ
  61. data, offset, olds = _next_token(fd, data, offset, dterm)
  62. File "/opt/xm-5_3_1//xm/pylib/xmstart/environment.py", line 98, in _next_token
  63. data += fd.read().decode()
  64. UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 928: ordinal not in range(128)
  65. [10] · csh · smcallis@desktop:/opt/xm-5_3_1/xm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement