Difference between revisions of "Regigate appliance tech"

From regify WIKI
Jump to navigation Jump to search
(Created page with "== Hints for regigate == === set rfmilter debug level in HA mode === vim /d1/etc/rfmilter/route-1/conf.json Change "logLevel" : "info" to be "logLevel" : "verb" and save....")
 
Line 28: Line 28:
  
 
Please, don't forget to reset log level to "info" after you fixed your issues.
 
Please, don't forget to reset log level to "info" after you fixed your issues.
 +
 +
=== I can't paste the signed certificate / the rules / user lists? ===
 +
Please note the following hints in order to paste:
 +
* If you paste the cert/rules/list and ctrl+d does not work, try pressing the enter key first and then ctrl.d.
 +
* Be sure to copy directly from PuTTY to the browser window and back.
 +
* Every intermediate software is not allowed to add other line-breaks. If you need to use an external editor in between, please make sure he is not adding or changing the line-breaks.

Revision as of 17:54, 6 February 2017

Hints for regigate

set rfmilter debug level in HA mode

vim /d1/etc/rfmilter/route-1/conf.json

Change "logLevel" : "info" to be "logLevel" : "verb" and save. Now restart rfmilter using

svc -t /service/rfmilter1-1/

You can inspect the log now using:

tail -f /d1/log/rfmilter/debug-1.log

Please, don't forget to reset log level to "info" after you fixed your issues.

set rfmilter debug level in normal mode

vim /etc/rfmilter/route-1/conf.json

Change "logLevel" : "info" to be "logLevel" : "verb" and save. Now restart rfmilter using

svc -t /service/rfmilter1-1/

You can inspect the log now using:

tail -f /var/log/rfmilter/debug-1.log

Please, don't forget to reset log level to "info" after you fixed your issues.

I can't paste the signed certificate / the rules / user lists?

Please note the following hints in order to paste:

  • If you paste the cert/rules/list and ctrl+d does not work, try pressing the enter key first and then ctrl.d.
  • Be sure to copy directly from PuTTY to the browser window and back.
  • Every intermediate software is not allowed to add other line-breaks. If you need to use an external editor in between, please make sure he is not adding or changing the line-breaks.