[ ] Feature request (request for change which adds functionality)
Expected Behavior
Should not throw a name error.
Current Behavior
Throws a name error:
CTP7 > connect eagle64
eagle64 > help update_lmdb
Updates LMDB address table at the CTP7. USAGE: update_lmdb <absolute path name to the AMC xml address table at the CTP7>
eagle64 > update_lmdb /mnt/persistent/gemdaq/xml/gem_amc_top.xml
Traceback (most recent call last):
File "/opt/xhal/bin//gem_reg.py", line 31, in <module>
prompt.cmdloop_with_keyboard_interrupt()
File "/usr/lib/python2.7/site-packages/reg_utils/reg_interface/common/ri_prompt.py", line 42, in cmdloop_with_keyboard_interrupt
self.cmdloop()
File "/usr/lib64/python2.7/cmd.py", line 142, in cmdloop
stop = self.onecmd(line)
File "/usr/lib64/python2.7/cmd.py", line 221, in onecmd
return func(arg)
File "/usr/lib/python2.7/site-packages/xhal/reg_interface_gem/core/ri_prompt_extended.py", line 260, in do_update_lmdb
update_atdb(args)
NameError: global name 'update_atdb' is not defined
Brief summary of issue
Attempting to update the LMDB fails.
Types of issue
Expected Behavior
Should not throw a name error.
Current Behavior
Throws a name error:
Steps to Reproduce (for bugs)
export LD_LIBRARY_PATH=/opt/xdaq/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/opt/wiscrpcsvc/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/opt/rwreg/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/opt/xhal/lib:$LD_LIBRARY_PATH
export PATH=/opt/xhal/bin/:$PATH
export PATH=/opt/reg_utils/bin:$PATH
gem_reg.py
connect eagle64
update_lmdb /mnt/persistent/gemdaq/xml/gem_amc_top.xml
Possible Solution (for bugs)
Perhaps I am missing some setup command for
LD_LIBRARY_PATH
?Context (for feature requests)
Unable to update lmdb or debug rpc connection issues.
Your Environment
/bin/zsh