Difference between revisions of "Regigate appliance tech"

From regify WIKI
Jump to navigation Jump to search
Line 5: Line 5:
 
  vim /d1/etc/rfmilter/route-1/conf.json
 
  vim /d1/etc/rfmilter/route-1/conf.json
  
Change "logLevel" : "info" to be "logLevel" : "verb" and save. Now restart rfmilter using
+
Change '''"logLevel"''' to be '''"verb"''' instead of '''"info"''' and save. Now restart rfmilter using
  
 
  svc -t /service/rfmilter1-1/
 
  svc -t /service/rfmilter1-1/
Line 19: Line 19:
 
  vim /etc/rfmilter/route-1/conf.json
 
  vim /etc/rfmilter/route-1/conf.json
  
Change "logLevel" : "info" to be "logLevel" : "verb" and save. Now restart rfmilter using
+
Change '''"logLevel"''' to be '''"verb"''' instead of '''"info"''' and save. Now restart rfmilter using
  
 
  svc -t /service/rfmilter1-1/
 
  svc -t /service/rfmilter1-1/

Revision as of 17:59, 6 February 2017

Hints for regigate

set regigate debug level in HA mode

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

Change "logLevel" to be "verb" instead of "info" 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 regigate debug level in normal mode

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

Change "logLevel" to be "verb" instead of "info" 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.