Re: [icinga-users] sql query error in 1.10.0

2013-11-02 Thread Michael Friedrich
On 02.11.2013 21:46, Joseph L. Casale wrote: > > yet the spec is as you defined, however I see this in my pull: > > %define extcmdfile %{_localstatedir}/spool/icinga/cmd/icinga.cmd > %define extcmdfiledir %{_localstatedir}/icinga/cmd > > Looks like extcmdfiledir is incomplete. Oh. You're right, th

Re: [icinga-users] sql query error in 1.10.0

2013-11-02 Thread Joseph L. Casale
> that was way out of context for my mind - which location is set where > (examples)? Yeah, I should have started a new thread, sorry Michael. > on rhel, the cmdpipe location is set to > %{_localstatedir}/spool/icinga/cmd/icinga.cmd in both packages. maybe > you've got a config leftover at your i

Re: [icinga-users] sql query error in 1.10.0

2013-11-02 Thread Michael Friedrich
On 02.11.2013 19:54, Joseph L. Casale wrote: >> that was fixed while debugging https://dev.icinga.org/issues/4953 - >> weird though as this wrong typecast has been there for ages now. >> https://git.icinga.org/?p=icinga- >> core.git;a=commit;h=32831fd4509193292ea6ffab094b6a0a6a1bf8cb >> >> please t

Re: [icinga-users] sql query error in 1.10.0

2013-11-02 Thread Joseph L. Casale
> that was fixed while debugging https://dev.icinga.org/issues/4953 - > weird though as this wrong typecast has been there for ages now. > https://git.icinga.org/?p=icinga- > core.git;a=commit;h=32831fd4509193292ea6ffab094b6a0a6a1bf8cb > > please test it, so that we may release 1.10.1 soon enough

Re: [icinga-users] sql query error in 1.10.0

2013-11-02 Thread Carl R. Friend
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_

Re: [icinga-users] sql query error in 1.10.0

2013-11-02 Thread Michael Friedrich
On 02.11.2013 18:10, 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, > in