Hi,
I am just testing UAC module (development version). Using the parameter "from_restore_mode" is not possible because it is not found in module uac.
Debug log: set_mod_param_regex: parameter <from_restore_mode> not found in module <uac>
This is strange, because it is defined in the list of exported parameters of uac.c module v 1.4.
Any ideas? Franz
Hi Franz,
the UAC module is in stage of improvement - the from mangling part was just finished last week ; unfortunately the docs are not updated yet :(.
the "from_restore_mode" is still there. Are you getting any error when loading the module? - failing to load the module can be the only reason of your problem........
regards, bogdan
Franz Edler wrote:
Hi,
I am just testing UAC module (development version). Using the parameter "from_restore_mode" is not possible because it is not found in module uac.
Debug log: set_mod_param_regex: parameter <from_restore_mode> not found in module <uac>
This is strange, because it is defined in the list of exported parameters of uac.c module v 1.4.
Any ideas? Franz
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Bogdan-Andrei Iancu wrote:
Hi Franz,
the UAC module is in stage of improvement - the from mangling part was just finished last week ; unfortunately the docs are not updated yet :(.
the "from_restore_mode" is still there. Are you getting any error when loading the module? - failing to load the module can be the only reason of your problem........
regards, bogdan
Franz Edler wrote:
Hi,
I am just testing UAC module (development version). Using the parameter "from_restore_mode" is not possible because it is not found in module uac.
Debug log: set_mod_param_regex: parameter <from_restore_mode> not found in module
<uac>
looks like the module is loaded, but the parameter is not found. Are you sure you are using the binaries of v. 1.4? Delete the modules (usr/local/lib/openser/modules) and "make install" again.
regards klaus
This is strange, because it is defined in the list of exported parameters of uac.c module v 1.4.
Any ideas? Franz
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi Klaus,
looks like the module is loaded, but the parameter is not found. Are you sure you are using the binaries of v. 1.4? Delete the modules (usr/local/lib/openser/modules) and "make install" again.
I am sure to use the right module version, because the new parameter "rr_store_param" is in there.
I have done "make install" again, but the result is the same.
Regards Franz
Hello,
the problem is in the documentation. Actually the parameter value must be string and not int, with the following possible values: "none", "manual", "auto".
E.g.:
modparam("uac","from_restore_mode", "auto")
Daniel
On 08/22/05 23:00, Franz Edler wrote:
Hi Klaus,
looks like the module is loaded, but the parameter is not found. Are you sure you are using the binaries of v. 1.4? Delete the modules (usr/local/lib/openser/modules) and "make install" again.
I am sure to use the right module version, because the new parameter "rr_store_param" is in there.
I have done "make install" again, but the result is the same.
Regards Franz
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi Daniel,
the problem is in the documentation. Actually the parameter value must be string and not int, with the following possible values: "none", "manual", "auto".
E.g.:
modparam("uac","from_restore_mode", "auto")
It's o.k. now with this modification of the config-file.
I better should have read a few lines of code further the parameter declaration to detect the modification.
Thanks a lot. Franz
the "from_restore_mode" is still there. Are you getting any error when loading the module? - failing to load the module can be the only reason of your problem........
No. The module is correctly loaded. The new (changed) parameter " rr_store_param" is found, as you can see in the debug listing:
set_mod_param_regex: uac matches module uac set_mod_param_regex: found <rr_store_param> in module uac [/usr/local/openser/lib/openser/modules/uac.so]
set_mod_param_regex: uac matches module uac set_mod_param_regex: parameter <from_restore_mode> not found in module <uac>
... still mysterious
Franz