Thank you Regis for the feedback. Really appreciate it. Will work on those issues and generate new packages as soon as I can, most likely sometime in the next couple of days.
On Mon, Nov 9, 2015 at 3:24 AM, Régis Houssin <[email protected]> wrote: > another recurring problem that has not been corrected, it's about the file: > > /var/ossec/active-response/bin/host-deny.sh > > you must remove the spaces of the equal sign (problem with debian): > > replace : > > TMP_FILE = `mktemp /var/ossec/ossec-hosts.XXXXXXXXXX` > > by > > TMP_FILE=`mktemp /var/ossec/ossec-hosts.XXXXXXXXXX` > > > > and replace : > > TMP_FILE = "/var/ossec/ossec-hosts.`cat /dev/urandom | tr -dc 'a-zA-Z0-9' > | fold -w 32 | head -1 `" > > by > > TMP_FILE="/var/ossec/ossec-hosts.`cat /dev/urandom | tr -dc 'a-zA-Z0-9' | > fold -w 32 | head -1 `" > > > Best > > Le 08/11/2015 18:33, Santiago Bassett a écrit : > > Compiling packages, should be up in the repo in about an hour. Those will > be version 2.8.3-2. > > Please don't hesitate to let me know if you still find issues. > > Best > > On Sun, Nov 8, 2015 at 7:50 AM, Santiago Bassett < > <[email protected]>[email protected]> wrote: > >> Hi Regis, >> >> yes, this version of the deb packages has not been compiled with mysql >> support. >> >> I am actually working on a new one right now, to include systemd support. >> Will look to include mysql support too. Hopefully I can publish it today. >> >> Best >> >> On Sun, Nov 8, 2015 at 5:57 AM, Régis Houssin < <[email protected]> >> [email protected]> wrote: >> >>> Hello >>> >>> I installed the 2.8.3 package on Debian Jessie and I have this error >>> message when I want to activate Mysql: >>> >>> ossec-dbd(5207): ERROR: OSSEC not compiled with support for 'mysql' >>> >>> > Cordialement, > -- > Régis Houssin > --------------------------------------------------------- > iNodbox (Cap-Networks) > 5, rue Corneille > 01000 BOURG EN BRESSE > FRANCE > VoIP: +33 1 83 62 40 03 > GSM: +33 6 33 02 07 97 > Email: [email protected] > > Web: https://www.inodbox.com/ > Development: https://git.framasoft.org/u/inodbox/ > Translation: https://www.transifex.com/inodbox/ > --------------------------------------------------------- > > -- > > --- > You received this message because you are subscribed to the Google Groups > "ossec-list" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "ossec-list" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
