You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**xcp-ng.org xen vm**
**CentOS Linux release 7.9.2009 (Core)**
**meza version hash: (run cd /opt/meza && git rev-parse --short HEAD and report output) **
https://github.com/enterprisemediawiki/meza/commit/3838ace53f9a61da7dcd83f6b6ec61d83e1d9326
Note, one has to open a new case in order to find out how to get their current version of the git hash :(
Issue details
meza help or meza version both crash and meza does not mention a version number nor the command to find the version. Otherwise, no error message because there is no webpage to look at or command to run that i could find. So experimented.
meza version
[mezawiki meza]$ meza version
Traceback (most recent call last):
File "/usr/bin/meza", line 1193, in <module>
main(sys.argv[1:])
File "/usr/bin/meza", line 63, in main
display_docs(argv[0])
File "/usr/bin/meza", line 1084, in display_docs
f = open('/opt/meza/manual/meza-cmd/{}.txt'.format(name),'r')
IOError: [Errno 2] No such file or directory: '/opt/meza/manual/meza-cmd/version.txt'
meza help
[user@intrawiki ~]$ meza help
Traceback (most recent call last):
File "/usr/bin/meza", line 1193, in <module>
main(sys.argv[1:])
File "/usr/bin/meza", line 63, in main
display_docs(argv[0])
File "/usr/bin/meza", line 1084, in display_docs
f = open('/opt/meza/manual/meza-cmd/{}.txt'.format(name),'r')
IOError: [Errno 2] No such file or directory: '/opt/meza/manual/meza-cmd/help.txt'
many more commands and file snooping. For some reason, did not think meza may actually be a script that i could read with a text editor.
The text was updated successfully, but these errors were encountered:
Initially, created issue 1312 on the gh enterprisemediawiki meza because this wiki pointer to a broken nasa/meza/ issue for github issues as talked about in enterprisemediawiki/meza#1312 (comment).
Have spent three+ hours trying to find the exact version of our current meza wiki on wiki webpages themselves, but it is not there.
Could not find on webpage, so ssh'ed into the host expecting meza cli would document the way to find the existing version.
Happened across Jamesmontalvo3's issue
Jamesmontalvo3's issue "meza --version fails in python 3.x #1311", but that does NOT show in the webpage.
Environment
Issue details
meza help
ormeza version
both crash andmeza
does not mention a version number nor the command to find the version. Otherwise, no error message because there is no webpage to look at or command to run that i could find. So experimented.meza version
meza help
many more commands and file snooping. For some reason, did not think
meza
may actually be a script that i could read with a text editor.The text was updated successfully, but these errors were encountered: