mustbei
mustbei
Hi Daryl, This looks indeed like a race condition. Your scour.conf has overlapping directory entries (lines 3 and 4 in this case). The scour program launches a thread for each...
The new scour program spawns as many threads as there are directory entries (in scour.conf.) Therefore, to make it mono-threaded (without code change) it suffices to provide one directory entry...
In ldmadmin.pl, line 918: $cmd_line = $cmd_line . " $ip_addr" if $ip_addr ne "0.0.0.0"; where a different ip_addr than "0.0.0.0" could be set in the registry and used here. What...
It's currently implemented in ldmadmin.py.
There is currently no mention of ip_addr setting in the registry.xml within the ldmadmin man page. Probably because ip_addr is NOT an argument to any ldmadmin commands that the user...
Will do. Thank you! It looks like it's already documented correctly there: IP_ADDR:/server/ip-addr:The IP address of the interface on which the LDM server should listen for incoming connections. An address...
As to the registry.xml the new ldmadmin (Python) already parses it seamlessly. Should it be included in the conversion?
Indeed, I had once a syntactic error in the ldmd.conf file that the current yy parser could not point me to. Will do for the all .conf files, acknowledging however...
Oh, and on the user... (the mandatory learning curve and the subsequent ease of use and robustness thereafter)
Makes sense. Should it be closed then?