On Sat, 2 Nov 2013, Joseph L. Casale wrote:

> Seems after a clean install, when starting icinga the first query it runs is:
>
> INSERT INTO icinga_logentries
> (
> instance_id,
> logentry_time,
> entry_time,
> entry_time_usec,
> logentry_type,
> logentry_data,
> realtime_data,
> inferred_data_extracted
> )
> VALUES
> (
> 3,
> FROM_UNIXTIME(1383411344),
> FROM_UNIXTIME(1383411344),
> '0',
> 18446744069414584620,
> E'Event broker module \'IDOMOD\' version \'1.10.0\' from 
> \'/usr/lib64/icinga/idomod.so\' initialized successfully.',
> '1',
> '1'
> );
>
> which produces an 'integer out of range' error on the logentry_type column 
> for that value.
> This blocks the remainder of the queries. Something site specific or should I 
> file a bug on
> this one?

    Is this reliably reproducible?  If so, then it looks like a bug,
so an issue should get filed on the matter.  Things we'll need to
know are your platform, all the specific version numbers, and, if
you can get it, have detailed debug output handy if we need it.
Also which database you're using could be helpful.

    The logentry_type *should* be 262144 (1B18, little-endian) so we
may be looking at a data-type error, an alignment problem, or some
sort of oddball sign-extension.

    Cheers!

+------------------------------------------------+---------------------+
| Carl Richard Friend (UNIX Sysadmin)            | West Boylston       |
| Minicomputer Collector / Enthusiast            | Massachusetts, USA  |
| mailto:crfri...@rcn.com                        +---------------------+
| http://users.rcn.com/crfriend/museum           | ICBM: 42:22N 71:47W |
+------------------------------------------------+---------------------+

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to