[Bug 346912] Re: Tracker does not stop indexing

2009-04-10 Thread Jamie McCracken
There is a 2gb file size limit on qdbm so you might be experiencing that

Sqlite FTS has no such limit so will cure this problem in tracker 0.7.x

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-04-09 Thread Ciprian Enache
This bug is also rendering my system (almost) unusable.  I have a Core
Duo CPU, so one of my core is still free for user tasks, but the usage
on the other core is 100%.

I've tried deleting the database / cache / logs but nothing works, the
tracker will run into the problem again, and again, and again. This is
most definitely related to the amount of documents/words  being indexed
since I have ~15Gb worth of indexable docs.

This started to happen once I upgraded to Jaunty, latest devel version.
Hopefully a fix will be forthcoming before Jaunty is going final.

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-04-08 Thread Chris Coulson
** Changed in: tracker (Ubuntu)
   Status: Confirmed = Triaged

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-04-07 Thread Chris Coulson
tracker-processes has now been added to tracker-utils in Ubuntu

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-04-07 Thread Martyn Russell
Michael, Chris, yes, it should be added to tracker-utils. It also allows
the user to kill/terminate all tracker processes and which is most
useful, reset all tracker databases after killing processes. The
tracker-processes -r command is now what we suggest to use when people
have corruption in their databases and they need to reindex everything
(if they don't do it from the applet or some graphical interface).

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-04-07 Thread Andres Mujica
** Changed in: tracker (Ubuntu)
   Importance: Undecided = Medium

** Changed in: tracker (Ubuntu)
   Status: New = Confirmed

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-04-07 Thread Andres Mujica
** Tags added: metabug

** Bug watch added: GNOME Bug Tracker #577193
   http://bugzilla.gnome.org/show_bug.cgi?id=577193

** Also affects: tracker via
   http://bugzilla.gnome.org/show_bug.cgi?id=577193
   Importance: Unknown
   Status: Unknown

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-04-07 Thread Bug Watch Updater
** Changed in: tracker
   Status: Unknown = New

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-04-06 Thread Martyn Russell
Not having tracker-processes is a packaging bug, it is available from
0.6.92 onwards, but it wasn't included. There is a bug about it here
somewhere :)

Those two warnings above are fine to ignore.

The logs you show above is with QDBM failing to index a word. We are not
entirely sure why this happens and a reindex is the only way to fix it.
If it keeps happening, we would like to know if it is ONE file which
causes this or something else? This should be resolved once we move to
SQLite FTS (i.e. remove QDBM). That won't be until 0.7.x though.

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-04-06 Thread Jamie McCracken
QDBM failure is likely to be a result of not using fsync in conjunction
with one of the following

1) use of Ext4.  Not a problem on ext3 as an sqlite fsync would automatically 
fsync QDBM
2) Use of suspend/resume while tracker is indexing. This has caused tracker to 
corrupt QDBM index in the past. Not sure why this is so but does not affect 
sqlite 

I agree that sqlite FTS should solve above two cases as Ive seen no
reports of the sqlite db getting corrupted

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-04-06 Thread Martyn Russell
Actually, we should probably detect such a case and pause indexing for
the shutdown as soon as we know the process has started.

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 346912] Re: Tracker does not stop indexing

2009-04-06 Thread Michael Biebl
2009/4/6 Martyn Russell mar...@lanedo.com:
 Not having tracker-processes is a packaging bug, it is available from
 0.6.92 onwards, but it wasn't included. There is a bug about it here
 somewhere :)

 Those two warnings above are fine to ignore.

 The logs you show above is with QDBM failing to index a word. We are not
 entirely sure why this happens and a reindex is the only way to fix it.
 If it keeps happening, we would like to know if it is ONE file which
 causes this or something else? This should be resolved once we move to
 SQLite FTS (i.e. remove QDBM). That won't be until 0.7.x though.


I indeed forgot to include tracker-processes in the Debian package.

I've split the command line utilities into a separate, optional
tracker-utils package. It currently contains
/usr/bin/tracker-stats
/usr/bin/tracker-search
/usr/bin/tracker-tag
/usr/bin/tracker-meta-folder
/usr/bin/tracker-services
/usr/bin/tracker-info
/usr/bin/tracker-status
/usr/bin/tracker-files
/usr/bin/tracker-unique
/usr/bin/tracker-query

ie, binaries that are not strictly required if you are using graphical
frontends.

Martyn, I guess this new binary should be added to the binary package
tracker though, as trackerd relies on it, right?

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-04-06 Thread Chris Coulson
Michael, it looks like this new utility is just for managing tracker
processes, and isn't required for the daemon. I think for consistency
that it should go in tracker-utils.

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-04-04 Thread Bernhard Gehl
I just updated to 0.6.92-1ubuntu1 and the problem persists.

- indexing progress stops after 702 files (in my case)
- tracker-indexer.log gets spammed with entries as described above
- trackerd.log shows the following:

bernh...@magnesium:~/.local/share/tracker$ tailf trackerd.log 
04 Apr 2009, 17:00:51: Tracker-Warning **: Error loading 
query:'sqlite-fulltext.sql' #0, Cannot use virtual tables in shared-cache mode
04 Apr 2009, 17:00:59: Tracker-Warning **: Error loading 
query:'sqlite-fulltext.sql' #0, Cannot use virtual tables in shared-cache mode

By the way, I don't have a tracker-processes command in my path
(current jaunty beta) - should there be one? I'll gladly use a newer
version if it just gets this regression fixed...

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-04-02 Thread Martyn Russell
Also, if trackerd -r didn't work, it is because you still had tracker
processes running which were using the database or writing to it.

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-04-02 Thread Martyn Russell
This should be fixed in TRUNK. A reindex is needed when it happens, you
can use tracker-processes -r to do that, note it will kill all processes
and databases. If you don't have that command, you need a newer version
:)

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-03-23 Thread Martyn Russell
This is a QDBM problem. We are replacing this database in the coming
months. For now, we are not sure why it does this but it usually happens
when your index is corrupt.

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-03-23 Thread Atanas Atanasov
Is there a temporary solution? Which files should I delete?

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-03-23 Thread Martyn Russell
if you use the applet to reindex, that should fix it. The equivalent
command is $prefix/libexec/trackerd -r

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-03-23 Thread Bernhard Gehl
Reindexing does not work. Indeed immediately after the reindex command
he tracker-indexer.log file shows only transaction ok-type messages,
but after 30 min or something, the buggy behaviour (trackerd ~ 100% CPU,
could not store word, and the non-counting-count (403 of 45000
forever)) is back. The logfiles are full of error messages but the
moment, the error startet has obviously been overwritten... Should I do
something specific to help?

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-03-23 Thread Atanas Atanasov
Same here. It takes only a 1-2 minutes for the error logs to get flooded
by those messages. Tracker-extract even crashed after I started
reindexing (bug report submitted, see
https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/347609). Is there
a way to purge this corruption before the new database comes in use?

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-03-22 Thread Bernhard Gehl
Even though it's a me too-post:
I'm having the same problem, also the trackerd.log file contained some remark 
that the sqlite db had some problem with virtual tables. As soon as I solve 
some other problems, I'll post some logs...

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-03-22 Thread Atanas Atanasov
Here is my config file.

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346912] Re: Tracker does not stop indexing

2009-03-22 Thread Atanas Atanasov
Sorry for the previous post. I forgot to attach the file. Note that I
turned off smart pausing in order to test this issue.

** Attachment added: tracker.cfg
   http://launchpadlibrarian.net/24222703/tracker.cfg

-- 
Tracker does not stop indexing
https://bugs.launchpad.net/bugs/346912
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs