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
would it be possible to show the pmemtool version as part of the -h or as a parameter please?
Also since we updated to version 1.00 I get this error when running pmt:
xxxxxxxxxx:/usr/share/pmemtool-main # pmt
Traceback (most recent call last):
File "./pmt", line 239, in
main(sys.argv[1:])
File "./pmt", line 142, in main
i.dimms = i.parse_dimm()
File "/usr/share/pmemtool-main/ipmctl.py", line 233, in parse_dimm
if white_list[root[dimm][dimm_attr].tag] == 1:
KeyError: 'FWActiveAPIVersion'
The text was updated successfully, but these errors were encountered:
Hi Dave,
would it be possible to show the pmemtool version as part of the -h or as a parameter please?
Also since we updated to version 1.00 I get this error when running pmt:
xxxxxxxxxx:/usr/share/pmemtool-main # pmt
Traceback (most recent call last):
File "./pmt", line 239, in
main(sys.argv[1:])
File "./pmt", line 142, in main
i.dimms = i.parse_dimm()
File "/usr/share/pmemtool-main/ipmctl.py", line 233, in parse_dimm
if white_list[root[dimm][dimm_attr].tag] == 1:
KeyError: 'FWActiveAPIVersion'
The text was updated successfully, but these errors were encountered: