Known Issues:

Some packet loss is recorded when preferences are updated.

RTT and OTT are off by 0.5ms on some servers.

The cblmd binary was moved from /usr/local/sbin /usr/local/bin/ between 2.9.1 and 2.9.2. Manually delete the hold binary if you are upgrading.

If you recieve the error 'MySQL Error(2027): Malformed packet', this can be caused by a corrupt query cache. To resolve the issue, either upgrade to MySQL 4.1.11 or better, or try clearning your cache with 'RESET QUERY CACHE'.

If your tables become corrupt (MySQL errors from cblmd or corrupt results), try using the following command to repair your CBLM database:

> mysqlcheck -u cblm -p'mypass' -e --auto-repair cblm

The graphing support does not work with PHP5 and requires GD to be compiled into PHP.

