From: Jordi F. <jfi...@se...> - 2004-04-06 16:35:44
|
I'm running 0.9.3! but on my console: "Control Panel" -> "Anomalies" -> "Mac Changes [get = list]" there is a link to this script: /var/www/ossim/control_panel/mac.php something i'm doing wrong :-( I've 3 machines with agent only, but one machine with agent, server and = framework, I execute this on it: /usr/bin/ossim /usr/bin/agent /usr/share/ossim/scripts/control_panel.pl and on crontab: 0-59/5 * * * * /usr/share/ossim/mrtg/launch-mrtg Is it not fine? > -----Mensaje original----- > De: David Gil [mailto:dg...@ip...]=20 > Enviado el: martes, 06 de abril de 2004 18:11 > Para: Jordi Figueras > CC: os-...@li... > Asunto: Re: [Os-sim-support] MySQL OFFSET changes >=20 >=20 > Hello, >=20 > Those scripts are deprecated, please ignore them. What=20 > version of ossim do you have? If your ossim install still=20 > uses those scripts please upgrade to the latest version 0.9.3. >=20 > Os and Mac changes are now managed directly from agent, there=20 > is no need of these external scripts. >=20 > Greatings >=20 > David. >=20 >=20 > El mar, 06-04-2004 a las 17:43, Jordi Figueras escribi=F3: > > With my Mysql version (3.23) I've needed to do this changes on > > =20 > > /var/www/ossim/control_panel/os.php > > /var/www/ossim/control_panel/mac.php > > =20 > > at line 21 > > =20 > > =20 > > $args =3D "ORDER by $order LIMIT $count OFFSET $offset "; > >=20 > > change to > > =20 > > $args =3D "ORDER by $order LIMIT $offset,$count "; > > =20 > > Is it correct? > > =20 > > =20 > > =20 >=20 >=20 |