having some problems with beagle



Hi all,

I'm having some problems running beagle on Debian unstable.

A couple hours ago, I still had Debian's beagle package installed,
version 0.2.6.
I had it indexing a dir called 'projects', in which I had (among many
others) a file called 'tldp/PHP-HOWTO.pdf' ('tldp' being a subdir, of
course). I ran beagle-search to and typed in 'php'. It found
conversations, IM discussions,... but no documents. I typed in
"php-howto.pdf", and it didn't find anything at all. I grepped
~/.beagled/Log for it, which reported this (beagled was running in
debugging mode, apparently):

<ludo dax ~/.beagle/Log> $ grep -RHi php-howto.pdf *
2006-06-22-08-05-31-Beagle:060622 0906210351 06048 Beagle DEBUG:
Parsed query 'PHP-HOWTO.pdf' as text_query
2006-06-22-08-05-31-Beagle:060622 0937592761 06048 Beagle DEBUG:
Parsed query 'PHP-HOWTO.pdf' as text_query
2006-06-22-08-05-31-Beagle:060622 0940080921 06048 Beagle DEBUG:
Parsed query 'php-howto.pdf' as text_query
2006-06-22-08-05-31-Beagle:060622 0940082423 06048 Beagle DEBUG:
Parsed query 'php-howto.pdf' as text_query
grep: current-IndexHelper: No such file or directory
grep: current-IndexHelperExceptions: No such file or directory

So it should've reported it, no?

Another problem I had with it: to shut it down, I had to do a "killall
beagled beagled-helper" three times. Running beagle-shutdown would
just hang and do nothing.

Now I downloaded 0.2.7 and compiled it from source (there's no Debian
package available yet). First, I tried it with
"--enable-googledriver", which resulted in this:

make[2]: Entering directory `/usr/src/beagle-0.2.7/Util'
sed     -e "s|\ prefix\@|/usr/local|g"                  \
              -e "s|\ sysconfdir\@|/usr/local/etc|g"          \
              -e "s|\ pkglibdir\@|/usr/local/lib/beagle|g"            \
              -e "s|\ pkgdatadir\@|/usr/local/share/beagle|g"         \
              -e "s|\ localstatedir\@|/usr/local/var|g"       \
              -e "s|\ VERSION\@|0.2.7|g"                      \
              -e "s|\ GNOME_PREFIX\@|/usr|g"  \
              -e "s|\ KDE_PREFIX\@|/usr|g"            \
              -e "s|\ SQLITE_MAJ_VER\@|3|g"   \
              < ./ExternalStringsHack.cs.in > ExternalStringsHack.cs
make[2]: *** No rule to make target `GoogleSearch.wsdl', needed by
`GoogleSearch.cs'.  Stop.
make[2]: Leaving directory `/usr/src/beagle-0.2.7/Util'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/beagle-0.2.7'
make: *** [all] Error 2


So I dropped the googledriver, and compiled it. It worked fine. After
a make install, I tried running it:

<ludo dax /usr/src/beagle-0.2.7> $ beagled --fg --debug
Debug: Starting Beagle Daemon (version 0.2.7)
Debug: Running on Mono 1.1.13.6
Debug: Command Line: /usr/local/lib/beagle/BeagleDaemon.exe --fg --debug
Debug: Established a connection to the X server
Debug: Starting main loop
Debug: Starting messaging server

And that's where it stays. Running beagle-search works, but when I
type in a keywords, it doesn't do anything, it just hangs. If I
minimize the window and show it again, it's completely white.

Here's the output from the log files:

<ludo dax ~/.beagle/Log> $ cat 2006-06-22-12-1*
060622 1216170962 22571 Beagle DEBUG: Starting Beagle Daemon (version 0.2.7)
060622 1216171254 22571 Beagle DEBUG: Running on Mono 1.1.13.6
060622 1216171262 22571 Beagle DEBUG: Command Line:
/usr/local/lib/beagle/BeagleDaemon.exe --bg
060622 1216171590 22571 Beagle DEBUG: Established a connection to the X server
060622 1216171612 22571 Beagle DEBUG: Starting main loop
060622 1216171843 22571 Beagle DEBUG: Starting messaging server
060622 1216224286 22571 Beagle DEBUG: Handling signal 15 (SIGTERM)
060622 1216225021 22571 Beagle DEBUG: Initiating shutdown in response to signal.
060622 1216225096 22571 Beagle DEBUG: Exiting
060622 1217316889 22571 Beagle DEBUG: Handling signal 15 (SIGTERM)
060622 1217316896 22571 Beagle DEBUG: Forcing immediate shutdown.
060622 1216331951 22586 Beagle DEBUG: Starting Beagle Daemon (version 0.2.7)
060622 1216332229 22586 Beagle DEBUG: Running on Mono 1.1.13.6
060622 1216332236 22586 Beagle DEBUG: Command Line:
/usr/local/lib/beagle/BeagleDaemon.exe --bg
060622 1216332576 22586 Beagle DEBUG: Established a connection to the X server
060622 1216332597 22586 Beagle DEBUG: Starting main loop
060622 1216332676 22586 Beagle DEBUG: Starting messaging server
060622 1217316901 22586 Beagle DEBUG: Handling signal 15 (SIGTERM)
060622 1217317007 22586 Beagle DEBUG: Initiating shutdown in response to signal.
060622 1217317565 22586 Beagle DEBUG: Exiting
060622 1217323764 22586 Beagle DEBUG: Handling signal 15 (SIGTERM)
060622 1217323771 22586 Beagle DEBUG: Signals can force an immediate
shutdown in 4.32s
060622 1217330815 22586 Beagle DEBUG: Handling signal 15 (SIGTERM)
060622 1217330818 22586 Beagle DEBUG: Signals can force an immediate
shutdown in 3.62s
060622 1217336124 22586 Beagle DEBUG: Handling signal 15 (SIGTERM)
060622 1217336127 22586 Beagle DEBUG: Signals can force an immediate
shutdown in 3.09s
060622 1217340618 22586 Beagle DEBUG: Handling signal 15 (SIGTERM)
060622 1217340621 22586 Beagle DEBUG: Signals can force an immediate
shutdown in 2.64s
060622 1217405452 22586 Beagle DEBUG: Handling signal 15 (SIGTERM)
060622 1217405455 22586 Beagle DEBUG: Forcing immediate shutdown.
060622 1218163243 22632 Beagle DEBUG: Starting Beagle Daemon (version 0.2.7)
060622 1218164356 22632 Beagle DEBUG: Running on Mono 1.1.13.6
060622 1218164373 22632 Beagle DEBUG: Command Line:
/usr/local/lib/beagle/BeagleDaemon.exe --fg --debug
060622 1218165798 22632 Beagle DEBUG: Established a connection to the X server
060622 1218165821 22632 Beagle DEBUG: Starting main loop
060622 1218165923 22632 Beagle DEBUG: Starting messaging server

This isn't just the last startup. I ran it first without '--fg
--debug', but since it didn't work, I killed it (which, as you can
see, I had to do a few times).

I really hope someone can help me out here! I love what I've seen from Beagle
until now, and it seems like something *really* useful.

Thanks,
Ludo



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]