1
0
-1

The PHP error is showed when I navigate to Admin - Groups - Activate Group

I installed Open Audit 1.8.1 using CentOS 6.6 in virtual machine (VMware) using the ./installer option.

Thank you for your help.

 

 

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi Fernando,

      My apologies as it seem's the 1.8.1 Linux release accidently included a dot file for every existing file contained in the archive. This breaks the group activate and query activate functions.

      I have uploaded a new release of 1.8.1 but you can fix your existing install by running the following commands on your linux Open-AudIT server.

      cd /usr/local/open-audit
      find . -name ".DS_Store" -print0 | xargs -0 rm -rf
      find . -name "._*" -print0 | xargs -0 rm -rf
      cd /usr/local/omk
      find . -name ".DS_Store" -print0 | xargs -0 rm -rf
      find . -name "._*" -print0 | xargs -0 rm -rf

      Mark.

      1. Fernando Rivas

        Thank you Mark. After run the commands the problem was fix it. The Open Audit and NMIS are great products. Best regards.

      CommentAdd your comment...