Comment 39 for bug 69752

Revision history for this message
dBera (dbera-web) wrote :

Panagiotis, just in case if beagled is still running or if you happen to find this again, could you send the output of

$ beagle-index-info
$ beagle-status
$ ls -l ~/.beagle/Log/

In two terminals, do
$ tail -f ~/.beagle/Log/current-Beagle
$ tail -f ~/.beagle/Log/current-IndexHelper
(it will keep printing the debug messages, press ctrl-c to stop)
Then from another terminal,
$ kill -USR2 `pidof beagled`
(if pidof program is not installed, find the pid of beagled and use it)
This command will print something in the current-Beagle and current-IndexHelper log files. Paste the outputs of both.

Thanks. Chris, this bug _is_ getting attention. Read the previous responses from Joe - there has been several different causes for the same problem; many are fixed and for the rest, we need some diagnostic feedback to trace where the problem is. You should realize that these problems are not easy to reproduce.