This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

IPS problem upgrading ASG 5.206 to V. 6.001

In ASG120 v. 5.206 I upgraded to V. 6.001.
Since that I can not enable anymore Intrusion Protection system. Every time I click on the red traffic-light it seems to became green but reloading tha page is still red!


This thread was automatically locked due to age.
Parents
  • Ok, I found myself the solution...

    After ASG upgrade in /etc/wfe/conf/ the file ips_settings has bad permission: root root.
    Change it to wwwrun nogroup and the problem disappear:
    chgrp nogroup ips_settings
    chown wwwrun ips_settings 

    Hope this will help. Bye,
    Anty
Reply
  • Ok, I found myself the solution...

    After ASG upgrade in /etc/wfe/conf/ the file ips_settings has bad permission: root root.
    Change it to wwwrun nogroup and the problem disappear:
    chgrp nogroup ips_settings
    chown wwwrun ips_settings 

    Hope this will help. Bye,
    Anty
Children