I''m seeing these in my logs on my puppetmaster: puppetmasterd[4111]: Could not store configs: SQLite3::SQLException: SQL logic error or missing database: DELETE FROM fact_values WHERE "id" = 8 currently this is 0.24.0 relect from some previously collected resource that wasn''t cleaned up? upgrade issue? nothing to worry about? that''s the only message I''m getting and storeconfigs seem to be working otherwise. -- stickm@gmail.com -==< Stick >==- _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
On Dec 18, 2007, at 4:29 PM, Chris MacLeod wrote:> I''m seeing these in my logs on my puppetmaster: > > puppetmasterd[4111]: Could not store configs: > SQLite3::SQLException: SQL logic error or missing > database: DELETE FROM fact_values WHERE > "id" = 8 > > currently this is 0.24.0 > > relect from some previously collected resource that wasn''t cleaned up? > upgrade issue? > nothing to worry about? > > that''s the only message I''m getting and storeconfigs seem to be > working otherwise.You get this on every configuration run? For all clients? I need more context... -- Calamities are of two kinds: misfortunes to ourselves, and good fortune to others. -- Ambrose Bierce --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com
On 12/19/07, Luke Kanies <luke@madstop.com> wrote:> > On Dec 18, 2007, at 4:29 PM, Chris MacLeod wrote: > > > I''m seeing these in my logs on my puppetmaster: > > > > puppetmasterd[4111]: Could not store configs: > > SQLite3::SQLException: SQL logic error or missing > > database: DELETE FROM fact_values WHERE > > "id" = 8 > > > > currently this is 0.24.0 > > > > relect from some previously collected resource that wasn''t cleaned up? > > upgrade issue? > > nothing to worry about? > > > > that''s the only message I''m getting and storeconfigs seem to be > > working otherwise. > > You get this on every configuration run? For all clients? I need > more context...yes every run. as for clients this is my test setup which consists of 1 master and 1 client (the master) so that''s a yes as well. --> Calamities are of two kinds: misfortunes to ourselves, and good > fortune > to others. -- Ambrose Bierce > --------------------------------------------------------------------- > Luke Kanies | http://reductivelabs.com | http://madstop.com > > > _______________________________________________ > Puppet-users mailing list > Puppet-users@madstop.com > https://mail.madstop.com/mailman/listinfo/puppet-users >-- stickm@gmail.com -==< Stick >==- _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
On Dec 19, 2007, at 4:30 PM, Chris MacLeod wrote:> > > On 12/19/07, Luke Kanies <luke@madstop.com> wrote: On Dec 18, 2007, > at 4:29 PM, Chris MacLeod wrote: > > > I''m seeing these in my logs on my puppetmaster: > > > > puppetmasterd[4111]: Could not store configs: > > SQLite3::SQLException: SQL logic error or missing > > database: DELETE FROM fact_values WHERE > > "id" = 8 > > > > currently this is 0.24.0 > > > > relect from some previously collected resource that wasn''t > cleaned up? > > upgrade issue? > > nothing to worry about? > > > > that''s the only message I''m getting and storeconfigs seem to be > > working otherwise. > > You get this on every configuration run? For all clients? I need > more context... > > > yes every run. > as for clients this is my test setup which consists of 1 master and > 1 client (the master) so that''s a yes as well.I''m still missing something. You''re getting a failure, but it''s working? You''re saying you get this exception, but the behaviour seems to be right? Are you sure it''s actually right? That is, you''ve removed the managed resources on the collecting host and they got recreated or whatever? -- Is life worth living? That is a question for an embryo, not a man. --Samuel Butler --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com
On 12/21/07, Luke Kanies <luke@madstop.com> wrote:> > On Dec 19, 2007, at 4:30 PM, Chris MacLeod wrote: > > > > > > > On 12/19/07, Luke Kanies <luke@madstop.com> wrote: On Dec 18, 2007, > > at 4:29 PM, Chris MacLeod wrote: > > > > > I''m seeing these in my logs on my puppetmaster: > > > > > > puppetmasterd[4111]: Could not store configs: > > > SQLite3::SQLException: SQL logic error or missing > > > database: DELETE FROM fact_values WHERE > > > "id" = 8 > > > > > > currently this is 0.24.0 > > > > > > relect from some previously collected resource that wasn''t > > cleaned up? > > > upgrade issue? > > > nothing to worry about? > > > > > > that''s the only message I''m getting and storeconfigs seem to be > > > working otherwise. > > > > You get this on every configuration run? For all clients? I need > > more context... > > > > > > yes every run. > > as for clients this is my test setup which consists of 1 master and > > 1 client (the master) so that''s a yes as well. > > I''m still missing something. You''re getting a failure, but it''s > working? You''re saying you get this exception, but the behaviour > seems to be right? Are you sure it''s actually right? That is, > you''ve removed the managed resources on the collecting host and they > got recreated or whatever?I''m trying to track down an error message in my logs mainly. The two things I currently have that use exported/collected resources are a munin module and a nagios module. This machine isn''t currently configured as a nagios server so while it should be exporting it''s configs (as a nagios client) there''s not any collection of that particular resource going on here. (there isn''t a nagios server in this current configuration at this time) As for munin this machine is both a client and the server so collection is occuring there, it appears to be working fine since I get the expected results for my munin configuration. --> Is life worth living? That is a question for an embryo, not a man. > --Samuel Butler > --------------------------------------------------------------------- > Luke Kanies | http://reductivelabs.com | http://madstop.com > > > _______________________________________________ > Puppet-users mailing list > Puppet-users@madstop.com > https://mail.madstop.com/mailman/listinfo/puppet-users >-- stickm@gmail.com -==< Stick >==- _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
On Dec 21, 2007, at 6:59 PM, Chris MacLeod wrote:> I''m trying to track down an error message in my logs mainly. > > The two things I currently have that use exported/collected > resources are a munin module and a nagios module. This machine > isn''t currently configured as a nagios server so while it should be > exporting it''s configs (as a nagios client) there''s not any > collection of that particular resource going on here. (there isn''t > a nagios server in this current configuration at this time) > > As for munin this machine is both a client and the server so > collection is occuring there, it appears to be working fine since I > get the expected results for my munin configuration.I can''t think of what this problem is, so the only thing I can think to do is either track it down yourself or ping me when I''m on irc one day and I''ll help you figure it out. -- Those who speak most of progress measure it by quantity and not by quality. --George Santayana --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com