Hello Jason,

On 15.10.2013 22:02, Weir, Jason wrote:
Are the egrep errors normal?

Jason

[...]

The egrep errors were fixed in the OpenVAS-7 beta and it will also be corrected in the next Manager version of OpenVAS-6. In the meantime you can fix it yourself by adding the missing brackets in the openvas-scapdata-sync script:

This line:
&& [ -n `echo "$timestamp_raw" | egrep -x "[0-9]{4}\-(0[0-9]|1[012])\-([0-2][0-9]|3[01])[:alnum:]*"` ]

should be replaced with:
&& [ -n `echo "$timestamp_raw" | egrep -x "[0-9]{4}\-(0[0-9]|1[012])\-([0-2][0-9]|3[01])[[:alnum:]]*"` ]


Best regards,

Timo

--
Timo Pollmeier | Greenbone Networks GmbH | http://www.greenbone.net/
Neuer Graben 17, 49074 Osnabrück, Germany | AG Osnabrück, HR B 202460
Executive Directors: Lukas Grunwald, Dr. Jan-Oliver Wagner
_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to