Re: [Zeitgeist] [Merge] lp:~rainct/zeitgeist/ignore-ubuntuone-actor into lp:zeitgeist

2012-03-30 Thread Michal Hruby
Review: Needs Fixing Can we add an envvar which would control the ignoring (ignore by default)? Plus can we change the primary template when doing reindex, so we don't grab the U1 events in the first place? -- https://code.launchpad.net/~rainct/zeitgeist/ignore-ubuntuone-actor/+merge/99986

[Zeitgeist] [Bug 969002] [NEW] Zeitgeist-daemon seqfaults when mounting or umounting occurs on the system (error in libpython2.7.so)

2012-03-30 Thread Justin
Public bug reported: Every time something gets mounted or umounted on the system the zeitgeist-daemon segfaults. Please find attached the bt. Installed components: Gentoo Linux linux-3.3.0 libzeitgeist-0.3.16 zeitgeist-0.8.2 zeitgeist-datahub-0.8.2 zeitgeist-datasources-0.8.0.1

[Zeitgeist] [Bug 969002] Re: Zeitgeist-daemon seqfaults when mounting or umounting occurs on the system (error in libpython2.7.so)

2012-03-30 Thread Justin
** Attachment added: Backtrace https://bugs.launchpad.net/bugs/969002/+attachment/2966058/+files/zg-daemon-bt.txt -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. https://bugs.launchpad.net/bugs/969002

Re: [Zeitgeist] [Merge] lp:~rainct/zeitgeist/ignore-ubuntuone-actor into lp:zeitgeist

2012-03-30 Thread Mikkel Kamstrup Erlandsen
8 + // Blacklist Ubuntu One events... 9 + const gchar *actor; 10 + actor = zeitgeist_event_get_actor (event); 11 + if (strcmp(actor, dbus://com.ubuntuone.SyncDaemon.service) == 0) 12 + return; 13 + if (strcmp(actor, dbus://org.desktopcouch.CouchDB.service) == 0) 14

Re: [Zeitgeist] [Merge] lp:~rainct/zeitgeist/ignore-ubuntuone-actor into lp:zeitgeist

2012-03-30 Thread Mikkel Kamstrup Erlandsen
Another benefit of a separate function is also that we can unit test the function directly as well. -- https://code.launchpad.net/~rainct/zeitgeist/ignore-ubuntuone-actor/+merge/99986 Your team Zeitgeist Framework Team is subscribed to branch lp:zeitgeist.

Re: [Zeitgeist] [Bug 961974] Re: Recover from Zeitgeist database corruption (detected at query time)

2012-03-30 Thread Siegfried Gevatter
2012/3/30 Michal Hruby michal.hr...@canonical.com: perhaps mark the DB tainted and retire it on next startup? The question then is if the tainted flag will survive in the corrupted DB. Thought about doing it this way, but really what does it get us? We can just rename the file

Re: [Zeitgeist] [Merge] lp:~tdfischer/zeitgeist/event-caching into lp:zeitgeist

2012-03-30 Thread Trever Fischer
Updated. I'll start working on providing some analysis. -- https://code.launchpad.net/~tdfischer/zeitgeist/event-caching/+merge/97450 Your team Zeitgeist Framework Team is subscribed to branch lp:zeitgeist. ___ Mailing list:

[Zeitgeist] [Bug 961974] Re: Recover from Zeitgeist database corruption (detected at query time)

2012-03-30 Thread Michal Hruby
Basically yea, it's a question of way the DB is corrupted, if there's some misbehaving dataprovider that corrupts it (yes there'd had to be some vulnerability in our code and sqlite) we could end up just retiring the DB all the time. That said my concern was more because some requests might be