Re: [Tracker] tracker-search-tool does not print any result

2010-02-13 Thread Laurent Aguerreche
Le mercredi 10 février 2010 à 23:52 -0500, Jamie McCracken a écrit : On Tue, 2010-02-09 at 23:44 +0100, Laurent Aguerreche wrote: Hi! Tracker-search-tool does not print any result since some weeks (I use the Git master branch). According to the git logs, some work happened on URI/URL

[Tracker] tracker-search-tool does not print any result

2010-02-09 Thread Laurent Aguerreche
Hi! Tracker-search-tool does not print any result since some weeks (I use the Git master branch). According to the git logs, some work happened on URI/URL. For TST, I turned the line #84 in tracker-query.gs into: query = SELECT ?s nie:url(?s) WHERE { ?s fts:match \%s\. ?s a %s } limit 100

Re: [Tracker] [PATCH 1/1] tracker-parser: skip empty strings in parser_next

2009-11-23 Thread Laurent Aguerreche
Le lundi 23 novembre 2009 à 14:10 +0100, Philip Van Hoof a écrit : Pushed to master, Thanks! Just to say that this fixes crashes that were supposed to be related with Unac :-) Really great! Laurent. On Mon, 2009-11-23 at 13:41 +0100, Juan A. Suarez Romero wrote: This fixes a crash

Re: [Tracker] Crashes with tracker-store and Unac

2009-11-16 Thread Laurent Aguerreche
Le lundi 16 novembre 2009 à 11:17 +0100, Philip Van Hoof a écrit : On Sun, 2009-11-15 at 17:18 +0100, Laurent Aguerreche wrote: Hi! tracker-store crashes if I use Unac. First, I provide you a patch to set the path for Unac include files: --- a/src/libtracker-fts/Makefile.am

Re: [Tracker] Crashes in tracker-store

2009-11-09 Thread Laurent Aguerreche
Le jeudi 29 octobre 2009 à 10:37 +0100, Philip Van Hoof a écrit : On Wed, 2009-10-28 at 22:19 +0100, Laurent Aguerreche wrote: tracker-store crashes due to a null pointer. I started tracker-store, then tracker-miner. This is fixed Thanks for the bug report http://git.gnome.org

Re: [Tracker] tracker-store crash

2009-11-09 Thread Laurent Aguerreche
Hello, with an up-to-date tracker, I get: (tracker-store:5449): Tracker-DEBUG: --- [14252] D-Bus request for SPARQL Query, query:'SELECT ?file { ?file nfo:fileLastModified 2009-09-13T18:54:28Z . FILTER (?file = file:///local/laguerre/Administratif/blah) }' (tracker-store:5449): Tracker-DEBUG:

Re: [Tracker] Crashes in tracker-store

2009-10-31 Thread Laurent Aguerreche
Le jeudi 29 octobre 2009 à 10:37 +0100, Philip Van Hoof a écrit : On Wed, 2009-10-28 at 22:19 +0100, Laurent Aguerreche wrote: tracker-store crashes due to a null pointer. I started tracker-store, then tracker-miner. This is fixed Thanks for the bug report http://git.gnome.org

[Tracker] Crashes in tracker-store

2009-10-28 Thread Laurent Aguerreche
Hi! tracker-store crashes due to a null pointer. I started tracker-store, then tracker-miner. Last lines of tracker-miners are: Tracker-Message: Crawling recursively directory '/usr/share/desktop-directories' (tracker-miner-fs:14157): Tracker-DEBUG: Added monitor for

[Tracker] tracker-search-tool is slow!

2009-10-18 Thread Laurent Aguerreche
Hi! I am trying tracker-search-tool and I feel it very slow while tracker-search returns results almost immediately. Is the problem related with bad SPARQL requests or bad filtering algorithms in tracker-search-tool? Rgds, Laurent. signature.asc Description: Ceci est une partie de message

Re: [Tracker] ANNOUNCE: tracker 0.7.0 released

2009-09-29 Thread Laurent Aguerreche
git Am having that problem with that version of vala. I upgraded vala to 0.7.6 and it works. I cannot upgrade above 0.7.5 because Fedora 11 only ships this version... So the required version is 0.7.6? Laurent. On Sat, 2009-09-26 at 14:18 +0200, Laurent Aguerreche wrote: Le vendredi

Re: [Tracker] too many files opened critical messages

2009-07-27 Thread Laurent Aguerreche
Le lundi 27 juillet 2009 à 10:22 +0100, Martyn Russell a écrit : On 24/07/09 18:51, Laurent Aguerreche wrote: Hi! Hi :) tracker-miner-fs prints many critical messages like this one: (tracker-miner-fs:19358): Tracker-CRITICAL **: Could not open directory 'file:///local/laguerre

[Tracker] tracker-extract unable to read media files + aborts

2009-07-26 Thread Laurent Aguerreche
Hi! I found the tracker-extract's logs fully populated by errors such as file not found but only for media files. I took a look at the tracker-extract-gstreamer.c file and found that it tries to pass a URI to the filesrc plugin instead of a path to a file. So filesrc needs to be replaced by

Re: [Tracker] Random crashes in tracker-miner-fs from trunk

2009-07-24 Thread Laurent Aguerreche
Le vendredi 24 juillet 2009 à 15:25 +0200, Jürg Billeter a écrit : On Thu, 2009-07-23 at 14:36 -0700, John Millikin wrote: 2009/7/23 Laurent Aguerreche laurent.aguerre...@free.fr: Hi! I am trying Tracker from the trunk (always with the latest version) and I am experiencing random

[Tracker] too many files opened critical messages

2009-07-24 Thread Laurent Aguerreche
Hi! tracker-miner-fs prints many critical messages like this one: (tracker-miner-fs:19358): Tracker-CRITICAL **: Could not open directory 'file:///local/laguerre/Bullet/src/BulletCollision/NarrowPhaseCollision': Trop de fichiers ouverts where Trop de fichiers ouverts means Too many files

Re: [Tracker] vstore to master

2009-04-17 Thread laurent . aguerreche
Hi! file src/libtracker-data/tracker-sparql-query.h seems very empty: #ifndef __TRACKER_SPARQL_QUERY_H__ #define __TRACKER_SPARQL_QUERY_H__ G_BEGIN_DECLS G_END_DECLS #endif So I cannot build Tracker: make[4]: Entering directory `/local/laguerre/Tracker/trunk/src/libtracker-data' /bin/sh

[Tracker] Can't build : cannot find -lstemmer

2009-04-16 Thread Laurent Aguerreche
Hi! since commit ccffdba7d071c262b42b8c9c3475793e1b5be906 (no revisions with Git?!) at Tue Mar 24 17:39:18 2009 +0100, I cannot do make install anymore: $ make install ... libtool: install: warning: relinking `libtracker-common.la' (cd /local/laguerre/Tracker/trunk/src/libtracker-common;

Re: [Tracker] Can't build : cannot find -lstemmer

2009-04-16 Thread laurent . aguerreche
This has been fixed! Laurent. - Mail Original - De: Laurent Aguerreche laurent.aguerre...@irisa.fr À: Tracker-List tracker-list@gnome.org Envoyé: Mercredi 15 Avril 2009 12h01:37 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: [Tracker] Can't build : cannot find

Re: [Tracker] Could not store word = blocking indexing

2009-03-27 Thread Laurent Aguerreche
the file that tracker-indexer is parsing. Laurent. I am not sure that the culprit is always the same file, I really do not know. I always get these errors when I run tracker. I will remove databases in order to do a full reindex... Laurent. Selon Laurent Aguerreche

Re: [Tracker] Could not store word = blocking indexing

2009-03-26 Thread laurent . aguerreche
Selon Jamie McCracken jamie.mccr...@googlemail.com: On Wed, 2009-03-25 at 13:30 +0100, Carlos Garnacho wrote: On mié, 2009-03-25 at 12:27 +0100, laurent.aguerre...@free.fr wrote: Hi! I still see tracker-indexer getting stuck with words it cannot index. My computer has around 300

Re: [Tracker] Could not store word = blocking indexing

2009-03-25 Thread laurent . aguerreche
. Laurent. Selon Laurent Aguerreche laurent.aguerre...@free.fr: Hi (again)! I looked at the tracker-applet and I saw that the number of indexed files was not updated. So I ran tracker with a high verbose level and I saw many times the following line: Could not store word 'a_word': with fatal

[Tracker] Could not store word = blocking indexing

2009-03-18 Thread Laurent Aguerreche
Hi (again)! I looked at the tracker-applet and I saw that the number of indexed files was not updated. So I ran tracker with a high verbose level and I saw many times the following line: Could not store word 'a_word': with fatal error. If I interrupt tracker-indexer in gdb, I obtain the

[Tracker] Too much pain with Evolution 2.24 and Tracker 0.6.9x

2009-03-14 Thread Laurent Aguerreche
Hi, first congratulations for Tracker 0.6.91! But I experience many troubles with Evolution 2.24.5 for a long time (before Tracker 0.6.90): after a moment, Evolution loops forever when it tries to download mails, or when I delete old mails, or even when I want to read some. If I kill Evolution,

Re: [Tracker] Crashes in trackerd (G_IS_FILE failure)

2009-01-28 Thread Laurent Aguerreche
Le mercredi 28 janvier 2009 à 09:04 +, Martyn Russell a écrit : Laurent Aguerreche wrote: Hi! I see many crashes of trackerd when I am building a software. I think this can also happen when I create/remove many times a set of files in a directory. Hi Laurent, Hi Martyn, I

[Tracker] Crashes in trackerd (G_IS_FILE failure)

2009-01-18 Thread Laurent Aguerreche
Hi! I see many crashes of trackerd when I am building a software. I think this can also happen when I create/remove many times a set of files in a directory. I always see those assertions: (trackerd:7564): GLib-GIO-CRITICAL **: g_file_get_path: assertion `G_IS_FILE (file)' failed sometimes I

[Tracker] Crashes with tracker-indexer

2009-01-15 Thread Laurent Aguerreche
Hi! I see tracker-indexer crashing at the same point but not always with the same files: ... Tracker-Message: --- [33] DBus request to check 1000 files Tracker-Message: --- [33] Success, no error given (tracker-indexer:10627): Tracker-DEBUG: Parent path:'/local/laguerre/FretsOnFire' exists in

Re: [Tracker] index evolution mail is broken

2008-11-30 Thread Laurent Aguerreche
Le vendredi 28 novembre 2008 à 18:19 +0100, Philip Van Hoof a écrit : On Fri, 2008-11-28 at 22:12 +0800, Jerry Tan wrote: Evolution 2.24 has migrate to use sqlite to store mail's summary. So the parser which is based on parsing Summary file is broken. What I do not understand here is why

Re: [Tracker] index evolution mail is broken

2008-11-30 Thread Laurent Aguerreche
Le dimanche 30 novembre 2008 à 22:47 +0100, Philip Van Hoof a écrit : On Sun, 2008-11-30 at 19:13 +0100, Laurent Aguerreche wrote: Le vendredi 28 novembre 2008 à 18:19 +0100, Philip Van Hoof a écrit : On Fri, 2008-11-28 at 22:12 +0800, Jerry Tan wrote: Evolution 2.24 has migrate to use

[Tracker] g_file_make_directory_with_parents is undefined

2008-11-09 Thread Laurent Aguerreche
Hi! tracker-indexer fails to index MP3 files because it relies on a call of g_file_make_directory_with_parents, unfortunately this function was only added recently and I think it is missing in almost all the glib libraries shipped by current linux distributions. In fact, it seems that this

Re: [Tracker] Random SIGPIPEs with tracker-indexer

2008-10-24 Thread laurent . aguerreche
Selon Carlos Garnacho [EMAIL PROTECTED]: Hi Laurent!, Hi Carlos! On mié, 2008-10-22 at 23:33 +0200, Laurent Aguerreche wrote: hello, my daily bug report is today about random SIGPIPEs with tracker-indexer. Until now, I didn't see a crash with a text file, only with binaries. Hrm

[Tracker] Random SIGPIPEs with tracker-indexer

2008-10-22 Thread Laurent Aguerreche
hello, my daily bug report is today about random SIGPIPEs with tracker-indexer. Until now, I didn't see a crash with a text file, only with binaries. This is what I get: Program received signal SIGPIPE, Broken pipe. 0x0038fc80db0b in write () from /lib64/libpthread.so.0 Missing separate

Re: [Tracker] *** Maybe Spam *** Re: Documentation

2008-10-03 Thread Laurent Aguerreche
Hello, Le jeudi 02 octobre 2008 à 18:22 +0100, Martyn Russell a écrit : Luca Ferretti wrote: Il giorno gio, 02/10/2008 alle 12.04 +0100, Martyn Russell ha scritto: Luca Ferretti wrote: Il giorno lun, 29/09/2008 alle 16.40 +0100, Martyn Russell ha scritto: Jamie McCracken wrote: snip

Re: [Tracker] *** Maybe Spam *** Re: Documentation

2008-10-03 Thread laurent . aguerreche
Hello, Selon Martyn Russell [EMAIL PROTECTED]: Laurent Aguerreche wrote: Hello, Hi :) But it can't currently be built :-/ Some Makefile.in files are missing. (I don't know if you were aware about that.) Hmm, I did make distcheck and it was successful, so it should work. Did

Re: [Tracker] Memory leak in tracker-indexer

2008-09-30 Thread Laurent Aguerreche
Hello, Le jeudi 25 septembre 2008 à 13:48 +0200, [EMAIL PROTECTED] a écrit : Selon Carlos Garnacho [EMAIL PROTECTED]: On mié, 2008-09-24 at 23:56 +0200, Laurent Aguerreche wrote: Le mercredi 17 septembre 2008 à 11:02 +0100, Martyn Russell a écrit : Laurent Aguerreche wrote

Re: [Tracker] Multi-part emails are not correctly parsed

2008-09-26 Thread Laurent Aguerreche
Hello, to continue with problems of the Evolution indexer, I'm now reporting a problem with parsing of emails with multi-parts. Those emails contain in their body the text of the email and the attachments. Each part is separated with such a line : Content-Type: multipart/alternative;

Re: [Tracker] Memory leak in tracker-indexer

2008-09-24 Thread Laurent Aguerreche
Le mercredi 17 septembre 2008 à 11:02 +0100, Martyn Russell a écrit : Laurent Aguerreche wrote: Hello, Hello, there is a big memory leak with tracker-indexer. The processus uses more and more memory but free almost all memory when it exists so I assume that a list of extracted info

Re: [Tracker] [tracker-indexer] Wrong UID with MAP mails

2008-09-21 Thread Laurent Aguerreche
Hello, Le jeudi 18 septembre 2008 à 09:34 +0100, Martyn Russell a écrit : Laurent Aguerreche wrote: Hello, in tracker-indexer.log, I only see (null) as UID for each IMAP email. So I ran tracker-indexer under GDB and I found that UIDs were never correctly set in get_metadata_for_imap

[Tracker] [tracker-indexer] Wrong UID with MAP mails

2008-09-17 Thread Laurent Aguerreche
Hello, in tracker-indexer.log, I only see (null) as UID for each IMAP email. So I ran tracker-indexer under GDB and I found that UIDs were never correctly set in get_metadata_for_imap() (in evolution.c) even after the call to read_summary(). For instance, this is a UDI I obtain in

[Tracker] Bugs with tracker-applet [indexer-split]

2008-09-16 Thread laurent . aguerreche
Hello, I found a small bug with tracker-applet: it creates a wrong config file into $HOME/.config instead of $HOME/.config/tracker because around line 2142 in tracker-applet.c a comma is missing : priv-filename = g_build_filename (g_get_user_config_dir (), -

[Tracker] Memory leak in tracker-indexer

2008-09-16 Thread Laurent Aguerreche
Hello, there is a big memory leak with tracker-indexer. The processus uses more and more memory but free almost all memory when it exists so I assume that a list of extracted info is not freed while tracker-indexer is running. Laurent. signature.asc Description: Ceci est une partie de message

Re: [Tracker] tracker-indexer does not index all files

2008-08-31 Thread Laurent Aguerreche
:46: Tracker: --- [7] Success, no error given etc. Laurent. Thanks! Carlos On jue, 2008-08-28 at 12:31 +0200, [EMAIL PROTECTED] wrote: Selon Philip Van Hoof [EMAIL PROTECTED]: On Wed, 2008-08-27 at 23:20 +0200, Laurent Aguerreche wrote: I don't know if I'm the only one

Re: [Tracker] tracker-indexer does not index all files

2008-08-31 Thread Laurent Aguerreche
Le dimanche 31 août 2008 à 15:35 -0400, Jamie McCracken a écrit : did you reindex? Yes, and I also removed files in ~/.local, ~/.cache and /tmp Laurent. jamie On Sun, 2008-08-31 at 19:42 +0200, Laurent Aguerreche wrote: Le vendredi 29 août 2008 à 15:49 +0200, Carlos Garnacho a écrit

Re: [Tracker] tracker-indexer does not index all files

2008-08-28 Thread laurent . aguerreche
Selon Philip Van Hoof [EMAIL PROTECTED]: On Wed, 2008-08-27 at 23:20 +0200, Laurent Aguerreche wrote: I don't know if I'm the only one person in this case but tracker-indexer loses some files proposed by trackerd for indexing. In trackerd.log, I see : 27 aoû 2008, 23:05:59: Tracker

Re: [Tracker] tracker-indexer does not index all files

2008-08-28 Thread Laurent Aguerreche
Le jeudi 28 août 2008 à 14:03 +0200, Carlos Garnacho a écrit : Hi Laurent!, Hi, On jue, 2008-08-28 at 12:31 +0200, [EMAIL PROTECTED] wrote: Selon Philip Van Hoof [EMAIL PROTECTED]: On Wed, 2008-08-27 at 23:20 +0200, Laurent Aguerreche wrote: I don't know if I'm the only one

[Tracker] tracker-indexer does not index all files

2008-08-27 Thread Laurent Aguerreche
Hello, I don't know if I'm the only one person in this case but tracker-indexer loses some files proposed by trackerd for indexing. In trackerd.log, I see : 27 aoû 2008, 23:05:59: Tracker: Indexed 1976/89459, module:'files', 02h 18m left, 03m 07s elapsed and then nothing! and tracker-indexer

Re: [Tracker] Ready for merge

2008-08-08 Thread Laurent Aguerreche
Le vendredi 08 août 2008 à 12:56 +0100, Martyn Russell a écrit : Martyn Russell wrote: Laurent Aguerreche wrote: Hello, Hi :) Hi! Le jeudi 07 août 2008 à 16:38 +0100, Martyn Russell a écrit : Jamie, I think we are ready for merge if you are happy with the current state

Re: [Tracker] Ready for merge

2008-08-07 Thread Laurent Aguerreche
Hello, Le jeudi 07 août 2008 à 16:38 +0100, Martyn Russell a écrit : Jamie, I think we are ready for merge if you are happy with the current state of the indexer-split branch. If you find anything you think needs fixing before the merge. Let us know. I'm experiencing two issues with the

Re: [Tracker] Ready for merge

2008-08-07 Thread Laurent Aguerreche
Le jeudi 07 août 2008 à 22:06 +0200, Philip Van Hoof a écrit : On Thu, 2008-08-07 at 19:40 +0100, Martyn Russell wrote: Martyn Russell wrote: Laurent Aguerreche wrote: Phillip has a patch we can try for this. There are other means we use in the indexer too which I will play

Re: [Tracker] Ready for merge

2008-08-07 Thread Laurent Aguerreche
Le vendredi 08 août 2008 à 02:11 +0200, Philip Van Hoof a écrit : On Fri, 2008-08-08 at 01:10 +0200, Laurent Aguerreche wrote: Le jeudi 07 août 2008 à 22:06 +0200, Philip Van Hoof a écrit : On Thu, 2008-08-07 at 19:40 +0100, Martyn Russell wrote: Martyn Russell wrote: Laurent

Re: [Tracker] some patches

2008-02-16 Thread Laurent Aguerreche
Le vendredi 15 février 2008 à 01:21 +0100, Carlos Garnacho a écrit : Hi!, Hi! On Thu, 2008-02-14 at 17:31 +0100, Laurent Aguerreche wrote: Le mercredi 13 février 2008 à 18:09 +0100, Carlos Garnacho a écrit : Hi!, This was just a heads up to these three bugs: #513692

Re: [Tracker] some patches

2008-02-14 Thread Laurent Aguerreche
Le mercredi 13 février 2008 à 18:09 +0100, Carlos Garnacho a écrit : Hi!, This was just a heads up to these three bugs: #513692 : This one just packs booleans in guints, so it should improve size in most used structs. Is it so interesting to save some bytes this way? In tracker-utils,

Re: [Tracker] Time for a new release 0.6.5?

2008-01-26 Thread Laurent Aguerreche
Hello, Le vendredi 25 janvier 2008 à 08:39 -0500, Jamie McCracken a écrit : On Fri, 2008-01-25 at 13:41 +0800, Jerry Tan wrote: Hi, jamie. Is there any schedule for 0.70? I want to know that if there is any todo list for 0.70? so we can help some task . as soon as 0.6.5 is

Re: [Tracker] Time for a new release 0.6.5?

2008-01-26 Thread Laurent Aguerreche
Le vendredi 25 janvier 2008 à 08:39 -0500, Jamie McCracken a écrit : On Fri, 2008-01-25 at 13:41 +0800, Jerry Tan wrote: Hi, jamie. Is there any schedule for 0.70? I want to know that if there is any todo list for 0.70? so we can help some task . as soon as 0.6.5 is out with

Re: [Tracker] Not correctly indexing Evolution emails (patch included)

2008-01-11 Thread Laurent Aguerreche
Hello, Le mercredi 09 janvier 2008 à 16:50 -0500, Dan Bryant a écrit : Tracker was not correctly indexing Evolution emails for me (tested on release 0.6.4, trunk SVN revision 1095). Symptoms: * I am using IMAP mailbox with an auth description in the URI. example: imap://dan;[EMAIL

[Tracker] tracker-search(-tool) do not search into email metadata?

2007-11-18 Thread Laurent Aguerreche
Hello, when I run a search with tracker-search-tool or with tracker-search (ever with -s Mails parameter), emails with the string I'm looking for in their sender are not found. It seems to be the same thing with email subjects. Is it possible to add search into email metadata in the next

Re: [Tracker] tracker-search(-tool) do not search into email metadata?

2007-11-18 Thread Laurent Aguerreche
Le dimanche 18 novembre 2007 à 16:00 +, jamie a écrit : On Sun, 2007-11-18 at 16:49 +0100, Laurent Aguerreche wrote: Hello, when I run a search with tracker-search-tool or with tracker-search (ever with -s Mails parameter), emails with the string I'm looking for in their sender

Re: [Tracker] 0.6.4 now in svn - awaiting testing before release

2007-10-09 Thread Laurent Aguerreche
Le mardi 09 octobre 2007 à 20:54 +0100, jamie a écrit : On Tue, 2007-10-09 at 21:42 +0200, Laurent Aguerreche wrote: Le mardi 09 octobre 2007 à 20:21 +0100, jamie a écrit : Hi Guys, Hello, We need to get svn version tested asap although the indexing process has not changed

Re: [Tracker] Tracker -.0.6.3 version needs testing prior to release

2007-09-23 Thread Laurent Aguerreche
Le dimanche 23 septembre 2007 à 18:44 +0100, jamie a écrit : On Sun, 2007-09-23 at 19:18 +0200, Laurent Aguerreche wrote: 2) keep an eye on memory usage - there may be a few leaks but it should plateau around 30mb I did not do a reindex but let trackerd do it automatically and now

Re: [Tracker] Tracker -.0.6.3 version needs testing prior to release

2007-09-23 Thread Laurent Aguerreche
Le dimanche 23 septembre 2007 à 14:12 +0100, jamie a écrit : Hi All, the next version of tracker is sitting in svn (there are still a few bug fixes to apply but should be stable for the most part) this version implements index merging which dramatically improves speed and scalability of

[Tracker] Trackerd do not find data from previous indexing

2007-09-06 Thread Laurent Aguerreche
hello, since Tracker 0.6.2, trackerd do not find the data it stored while indexing after it restart. So, I run trackerd and it indexes my files correctly but if I close it (with C-c or when closing my session it is not important) and then I restart it, it do not find the indexed content: it

Re: [Tracker] Trackerd do not find data from previous indexing

2007-09-06 Thread Laurent Aguerreche
Le jeudi 06 septembre 2007 à 21:05 +0100, jamie a écrit : On Thu, 2007-09-06 at 20:13 +0200, Laurent Aguerreche wrote: hello, since Tracker 0.6.2, trackerd do not find the data it stored while indexing after it restart. So, I run trackerd and it indexes my files correctly

Re: [Tracker] What happened to the stored procedure GetFileContents?

2007-08-13 Thread Laurent Aguerreche
Le lundi 13 août 2007 à 13:48 +0100, jamie a écrit : On Mon, 2007-08-13 at 14:31 +0200, Anders Rune Jensen wrote: Hi I got an error today. Seems there's some code still using the old sql procedure GetFileContents (tracker-dbus-files.c:405). This procedure seems to have been removed

Re: [Tracker] What happened to the stored procedure GetFileContents?

2007-08-13 Thread Laurent Aguerreche
Le lundi 13 août 2007 à 18:28 +0200, Laurent Aguerreche a écrit : Le lundi 13 août 2007 à 14:33 +0100, jamie a écrit : On Mon, 2007-08-13 at 15:08 +0200, Laurent Aguerreche wrote: Le lundi 13 août 2007 à 13:48 +0100, jamie a écrit : On Mon, 2007-08-13 at 14:31 +0200, Anders Rune Jensen

Re: [Tracker] What happened to the stored procedure GetFileContents?

2007-08-13 Thread Laurent Aguerreche
Le lundi 13 août 2007 à 14:33 +0100, jamie a écrit : On Mon, 2007-08-13 at 15:08 +0200, Laurent Aguerreche wrote: Le lundi 13 août 2007 à 13:48 +0100, jamie a écrit : On Mon, 2007-08-13 at 14:31 +0200, Anders Rune Jensen wrote: Hi I got an error today. Seems there's some code

Re: [Tracker] What happened to the stored procedure GetFileContents?

2007-08-13 Thread Laurent Aguerreche
Le lundi 13 août 2007 à 17:58 +0100, jamie a écrit : On Mon, 2007-08-13 at 18:46 +0200, Laurent Aguerreche wrote: Le lundi 13 août 2007 à 18:28 +0200, Laurent Aguerreche a écrit : Le lundi 13 août 2007 à 14:33 +0100, jamie a écrit : On Mon, 2007-08-13 at 15:08 +0200, Laurent Aguerreche

Re: [Tracker] Dbus message on file indexed

2007-08-06 Thread Laurent Aguerreche
Le lundi 06 août 2007 à 16:50 +0200, Anders Rune Jensen a écrit : Hi I needed to know when a specific file had been indexed by tracker, as to not have a sucky poll interface, so I added this by letting tracker announce each time it indexes a file. I hope it's useful to other people as well

Re: [Tracker] compiler warnings

2007-07-30 Thread Laurent Aguerreche
Le mardi 31 juillet 2007 à 08:14 +1000, [EMAIL PROTECTED] a écrit : I just built tracker svn (734, from yesterday) and, among the many compiler-warnings generated, I see a few that really should be investigated and dealt with one way or another: trackerd.c:2349: warning: ignoring return

Re: [Tracker] tracker daemon is not properly user-aware ?

2007-07-30 Thread Laurent Aguerreche
Le mardi 31 juillet 2007 à 08:20 +1000, [EMAIL PROTECTED] a écrit : I find that after su to any user other than the one logged-in, tracker-status reports a problem: $ tracker-status tracker daemon's status is Idle. $ su Password: # tracker-status tracker-status: no connection to

[Tracker] Fixes for year/dates in TST

2007-07-26 Thread Laurent Aguerreche
: ChangeLog === --- ChangeLog (révision 730) +++ ChangeLog (copie de travail) @@ -1,9 +1,14 @@ +2007-07-26 Laurent Aguerreche [EMAIL PROTECTED] + * Fixed printing of date for audio files in TST + + 2007-07-25 Patch from Jerry Tan [EMAIL

Re: [Tracker] [PATCH] fixing some bad misbehavior

2007-07-24 Thread laurent . aguerreche
Selon Tshepang Lekhonkhobe [EMAIL PROTECTED]: On 7/24/07, Marcus Fritzsch [EMAIL PROTECTED] wrote: Hi there, as the new crawling is there I wanted to try it for my NFS exports over the net, the problem: it did not worked, the crawled directories were on the crawled directories list,

Re: [Tracker] Many fixes

2007-07-22 Thread Laurent Aguerreche
Le dimanche 22 juillet 2007 à 10:15 +0100, jamie a écrit : On Sun, 2007-07-22 at 04:15 +0200, Michael Biebl wrote: 2007/7/22, Laurent Aguerreche [EMAIL PROTECTED]: Hello, I propose a patch to fix a bunch of things: Hi Laurent, after your latest commit (r693), trackerd

Re: [Tracker] Many fixes

2007-07-22 Thread Laurent Aguerreche
Le dimanche 22 juillet 2007 à 14:51 +0100, jamie a écrit : On Sun, 2007-07-22 at 15:32 +0200, Michael Biebl wrote: 2007/7/22, jamie [EMAIL PROTECTED]: can you pls do a valgrind -v trackerd memory corruption is obviously happening somewhere and only valgrind can tell us where

Re: [Tracker] [PATCH] Potential crasher in set_language()

2007-07-22 Thread Laurent Aguerreche
Le dimanche 22 juillet 2007 à 22:33 +0100, jamie a écrit : On Sun, 2007-07-22 at 23:21 +0200, Laurent Aguerreche wrote: Hello, a patch to fix a potential crasher in tracker_set_language() function : - g_free() was called whether pointer to free could be NULL; - we were mixing

Re: [Tracker] [PATCH] Potential crasher in set_language()

2007-07-22 Thread Laurent Aguerreche
Le dimanche 22 juillet 2007 à 23:26 +0100, jamie a écrit : On Mon, 2007-07-23 at 00:16 +0200, Laurent Aguerreche wrote: Le lundi 23 juillet 2007 à 00:13 +0200, Laurent Aguerreche a écrit : Le dimanche 22 juillet 2007 à 22:33 +0100, jamie a écrit : On Sun, 2007-07-22 at 23:21 +0200

Re: [Tracker] [PATCH] Potential crasher in set_language()

2007-07-22 Thread Laurent Aguerreche
Le lundi 23 juillet 2007 à 00:38 +0200, Laurent Aguerreche a écrit : Le dimanche 22 juillet 2007 à 23:26 +0100, jamie a écrit : On Mon, 2007-07-23 at 00:16 +0200, Laurent Aguerreche wrote: Le lundi 23 juillet 2007 à 00:13 +0200, Laurent Aguerreche a écrit : Le dimanche 22 juillet 2007 à

[Tracker] Many fixes

2007-07-21 Thread Laurent Aguerreche
Hello, I propose a patch to fix a bunch of things: * Not-named email attachments are not ignored anymore Some inlined email attachment do not have a name so I propose to use name of their corresponding mail-part. * Fixed removing of saved email attachments from spam emails in

Re: [Tracker] Many fixes

2007-07-21 Thread Laurent Aguerreche
Le dimanche 22 juillet 2007 à 01:39 +0100, jamie a écrit : On Sun, 2007-07-22 at 02:12 +0200, Laurent Aguerreche wrote: Hello, I propose a patch to fix a bunch of things: * Not-named email attachments are not ignored anymore Some inlined email attachment do not have a name so

[Tracker] TST: dates + sorted results

2007-07-18 Thread laurent . aguerreche
Hi, TST still has problems with dates: they are not displayed. Other thing: the fact that TST displays results in an unsorted way makes any navigation in results difficult. For instance, where would I find my result if I know what the beginning of my result is? Currently a user have to go throw

Re: [Tracker] No metadata in search results

2007-07-11 Thread Laurent Aguerreche
Le mercredi 11 juillet 2007 à 01:16 +0200, Laurent Aguerreche a écrit : Le mercredi 11 juillet 2007 à 01:14 +0200, Laurent Aguerreche a écrit : Le mardi 10 juillet 2007 à 17:12 +0100, jamie a écrit : On Tue, 2007-07-10 at 18:38 +0200, [EMAIL PROTECTED] wrote: Selon jamie [EMAIL PROTECTED

Re: [Tracker] No metadata in search results

2007-07-10 Thread laurent . aguerreche
Selon jamie [EMAIL PROTECTED]: On Wed, 2007-07-04 at 02:13 -0700, Brian Davis wrote: Jamie, it's great to have you back. Things picked up in my life as well and Hum development stagnated a bit. I was cleaning up some bugs when I realized that the metadata issue I was whining about never

Re: [Tracker] No metadata in search results

2007-07-10 Thread Laurent Aguerreche
Le mardi 10 juillet 2007 à 17:12 +0100, jamie a écrit : On Tue, 2007-07-10 at 18:38 +0200, [EMAIL PROTECTED] wrote: Selon jamie [EMAIL PROTECTED]: On Tue, 2007-07-10 at 15:29 +0200, [EMAIL PROTECTED] wrote: Selon jamie [EMAIL PROTECTED]: On Wed, 2007-07-04 at 02:13 -0700,

Re: [Tracker] No metadata in search results

2007-07-10 Thread Laurent Aguerreche
Le mercredi 11 juillet 2007 à 01:14 +0200, Laurent Aguerreche a écrit : Le mardi 10 juillet 2007 à 17:12 +0100, jamie a écrit : On Tue, 2007-07-10 at 18:38 +0200, [EMAIL PROTECTED] wrote: Selon jamie [EMAIL PROTECTED]: On Tue, 2007-07-10 at 15:29 +0200, [EMAIL PROTECTED] wrote

Re: [Tracker] No metadata in search results

2007-07-08 Thread Laurent Aguerreche
Le mercredi 04 juillet 2007 à 02:24 -0700, Brian Davis a écrit : On Wed, 4 Jul 2007 02:13:44 -0700 Brian Davis [EMAIL PROTECTED] wrote: Jamie, it's great to have you back. Things picked up in my life as well and Hum development stagnated a bit. I was cleaning up some bugs when I realized

Re: [Tracker] No metadata in search results

2007-07-08 Thread Laurent Aguerreche
Le dimanche 08 juillet 2007 à 22:32 +0200, Laurent Aguerreche a écrit : Le mercredi 04 juillet 2007 à 02:24 -0700, Brian Davis a écrit : On Wed, 4 Jul 2007 02:13:44 -0700 Brian Davis [EMAIL PROTECTED] wrote: Jamie, it's great to have you back. Things picked up in my life as well

Re: [Tracker] Patch for Evolution

2007-07-01 Thread Laurent Aguerreche
Le dimanche 01 juillet 2007 à 03:02 +0200, Laurent Aguerreche a écrit : Le dimanche 01 juillet 2007 à 00:11 +0100, jamie a écrit : On Sun, 2007-05-13 at 19:48 +0200, Laurent Aguerreche wrote: Hello, I send a patch for Evolution. * indexing of more emails with imap. Some emails

Re: [Tracker] Segfault in email parsing

2007-07-01 Thread Laurent Aguerreche
Le dimanche 01 juillet 2007 à 06:23 -0700, Eric Lesh a écrit : Laurent Aguerreche [EMAIL PROTECTED] writes: I just sent a patch to add KMail service so please apply it but I think it won't fix the crash. (And I don't have any problems with JPEG attachments...) Didn't apply this yet

Re: [Tracker] Segfault in email parsing

2007-07-01 Thread Laurent Aguerreche
Le dimanche 01 juillet 2007 à 15:39 +0100, jamie a écrit : On Sun, 2007-07-01 at 16:01 +0200, Laurent Aguerreche wrote: Le dimanche 01 juillet 2007 à 06:23 -0700, Eric Lesh a écrit : Laurent Aguerreche [EMAIL PROTECTED] writes: I just sent a patch to add KMail service so please

Re: [Tracker] Patch for Evolution

2007-06-30 Thread Laurent Aguerreche
Le dimanche 01 juillet 2007 à 00:11 +0100, jamie a écrit : On Sun, 2007-05-13 at 19:48 +0200, Laurent Aguerreche wrote: Hello, I send a patch for Evolution. * indexing of more emails with imap. Some emails are named/stocked that way: - id_mail.HEADER - id_mail.1.MIME

Re: [Tracker] Evolution + local maildirs indexing?

2007-04-16 Thread laurent . aguerreche
Selon Todd Slater [EMAIL PROTECTED]: Hi, I just installed tracker from svn to try to get it to index my emails contained in local maildir folders. These folders are populated from gmail via fetchmail - procmail to the appropriate place. I do this to archive mail, I never actually use

Re: [Tracker] Tracker indexing mailboxes. When?

2006-12-20 Thread Laurent Aguerreche
Le mercredi 20 décembre 2006 à 12:35 +, Jamie McCracken a écrit : Javier Arantegui wrote: Hello, Any news about tracker indexing mailboxes? Especially maildir ones. Today I've found that Beagle has stopped indexing my emails (I don't know why) and it doesn't find many of the

Re: [Tracker] Tracker indexing mailboxes. When?

2006-12-20 Thread Laurent Aguerreche
Le mercredi 20 décembre 2006 à 15:32 +, Jamie McCracken a écrit : Laurent Aguerreche wrote: Le mercredi 20 décembre 2006 à 12:35 +, Jamie McCracken a écrit : Javier Arantegui wrote: Hello, Any news about tracker indexing mailboxes? Especially maildir ones. Today I've found

Re: [Tracker] A couple of issues in tracker-search-tool

2006-12-16 Thread Laurent Aguerreche
Le samedi 16 décembre 2006 à 20:15 +0200, Tshepang Lekhonkhobe a écrit : On 12/16/06, Luca Ferretti [EMAIL PROTECTED] wrote: 1. Search button should be grayed out when search entry is empty. To reproduce: open Tracker Search Tool, the search entry is empty, but you can

Re: [Tracker] MH email files

2006-11-29 Thread Laurent Aguerreche
Le mercredi 29 novembre 2006 à 16:58 +, Eyal Oren a écrit : On 11/29/06/11/06 13:44 -0300, A. C. Censi wrote: I use Syplheed-Claws as email client. Sylpheed stores files in MH mail format - text files with text email content, in folder structure, with numbers as filenames, without any

Re: [Tracker] [PATCH] Debian packaging and some general remarks

2006-11-28 Thread Laurent Aguerreche
Le mardi 28 novembre 2006 à 19:55 +0100, Michael Biebl a écrit : issues. The most important one is, that the debian/ directory should not be shipped in the Debian tarball. I prepared a couple of patches, s/Debian tarball/upstream tarball/ Yes but it was useful until Debian (or Ubuntu...)

Re: [Tracker] Question about the Roadmap

2006-11-26 Thread Laurent Aguerreche
Le mardi 21 novembre 2006 à 17:22 +, Jamie McCracken a écrit : Laurent Aguerreche wrote: Le mardi 21 novembre 2006 à 17:26 +0100, Javier Arantegui a écrit : Hello, It seems that Tracker is getting better very rapidly. I've read its roadmap (*), and I wonder if its development

Re: [Tracker] Text extraction on text formats

2006-11-17 Thread Laurent Aguerreche
Le vendredi 17 novembre 2006 à 15:00 +0100, Luca Ferretti a écrit : Il giorno gio, 16/11/2006 alle 22.53 +0100, Laurent Aguerreche ha scritto: - Questo ?? un semplice esempio delle potenzialit?? di OO.o ^^ it was è ^^ it was à

Re: [Tracker] Text extraction on text formats

2006-11-16 Thread Laurent Aguerreche
Le jeudi 16 novembre 2006 à 18:55 +, Jamie McCracken a écrit : Luca Ferretti wrote: I'm trying to check and eventually expand info in http://live.gnome.org/Tracker/SupportedFormats. So I'm planning to create files of various formats, then search for text inside them.

Re: [Tracker] Text extraction on text formats

2006-11-16 Thread Laurent Aguerreche
Le jeudi 16 novembre 2006 à 18:55 +, Jamie McCracken a écrit : Luca Ferretti wrote: I'm trying to check and eventually expand info in http://live.gnome.org/Tracker/SupportedFormats. So I'm planning to create files of various formats, then search for text inside them.

Re: [Tracker] Text extraction on text formats

2006-11-16 Thread Laurent Aguerreche
Le jeudi 16 novembre 2006 à 22:46 +0100, Luca Ferretti a écrit : Il giorno gio, 16/11/2006 alle 21.36 +0100, Laurent Aguerreche ha scritto: Le jeudi 16 novembre 2006 à 18:55 +, Jamie McCracken a écrit : Luca Ferretti wrote: I suspect that the RTF format is currently not managed

Re: [Tracker] Text extraction on text formats

2006-11-16 Thread Laurent Aguerreche
Le jeudi 16 novembre 2006 à 22:53 +0100, Laurent Aguerreche a écrit : Le jeudi 16 novembre 2006 à 22:46 +0100, Luca Ferretti a écrit : Il giorno gio, 16/11/2006 alle 21.36 +0100, Laurent Aguerreche ha scritto: Le jeudi 16 novembre 2006 à 18:55 +, Jamie McCracken a écrit : Luca

Re: [Tracker] TrackerFs First Version

2006-11-16 Thread Laurent Aguerreche
Le jeudi 16 novembre 2006 à 17:36 +0100, Eugenio Cutolo a écrit : Hi, Hi, I have see again and corrected the trackerfs if you want to put it on cvs I am agreement and when I have free time I can write a simple README files :-) The latest revision is attached.. Please, can you add: *

  1   2   >