On Thu, 2017-03-02 at 17:43 +0100, Carlos Garnacho wrote:
> Hi Chris,
> 
> On Thu, Mar 2, 2017 at 3:24 PM, Chris <cpoll...@embarqmail.com>
> wrote:
> > 
> > Could someone be kind enough to tell me what this warning means?
> > The
> > complete line reads:
> > 
> > Mar  2 08:20:18 localhost org.freedesktop.Tracker1[3934]: (tracker-
> > store:4352): Tracker-WARNING **: Could not create FTS delete
> > statement:
> > table fts5 has no column named nco:hobby
> > Mar  2 08:20:18 localhost org.freedesktop.Tracker1[3934]: (tracker-
> > store:4352): Tracker-WARNING **: Could not create FTS delete
> > statement:
> > table fts5 has no column named nco:hobby
> 
> This started appearing in some systems due to a glitch in the change
> from fts4 to fts5, tracker had to trigger a change in full-text
> indexed fields, and nco:hobby was the innocent victim.
> 
> But it does seem like the file ~/.cache/tracker/ontologies.gvdb
> (containing a cache of the current ontology) didn't get updated
> properly in some cases, which means that tracker still deals with
> that
> property as if it were fts-indexed, while it's no longer the case.
> 
> > 
> > 
> > I'm very sure it's harmless but as one who looks at his syslog
> > closely
> > its one of those petty annoyances that bites into my OCD that I
> > know
> > shouldn't be there.
> 
> You can get rid of it by doing:
> tracker daemon -t
> rm ~/.cache/tracker/ontologies.gvdb
> tracker daemon -s
> 
> That should get that file rebuilt from scratch, containing the
> up-to-date ontology. I would have liked to do something from the
> Tracker side, but that requires yet another change in FTS fields, and
> those happen rarely...
> 
> Cheers,
>   Carlos
> 
I ran your command(s) above right after you sent them Carlos however
this is still appearing

Mar  6 10:54:20 localhost org.freedesktop.Tracker1[12808]: (tracker-
store:13115): Tracker-WARNING **: Could not create FTS delete
statement: table fts5 has no column named nco:hobby
Mar  6 10:54:20 localhost org.freedesktop.Tracker1[12808]: (tracker-
store:13115): Tracker-WARNING **: Could not create FTS delete
statement: table fts5 has no column named nco:hobby


-- 
Chris
KeyID 0xE372A7DA98E6705C
31.11972; -97.90167 (Elev. 1092 ft)
10:58:27 up 3 days, 19:26, 2 users, load average: 0.16, 0.17, 0.18
Description:    Ubuntu 16.04.2 LTS, kernel 4.4.0-65-generic

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
tracker-list mailing list
tracker-list@gnome.org
https://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to