Beagle problems on FC3



I have installed beagle via apt on FC3 kernel-2.6.11-1.14_FC3.
I have the following successes:
1. beagle is successfully installed via apt-get including the necessary dependencies.
2. beagled is running (after resolving some glitches)
3. beagle-settings (Not found! )
4. beagle-config (Only a limited command set is available)
5. beagle-query (Works)
6. beagle-status (Works)
7. beagle-info --index-info (Shows several 100's files indexed, uncrawled & dirty)

& failures:
8. best does NOT run (See errors below)
9. http://localhost:8888/ results in "Connection refused ..." message even if my firewall is disabled.

Questions:
1. How do I resolve issue 8?
2. Do I need to wait till all files have been crawled (zero dirty files) before http://localhost:8888/ will have a webserver running? Is the webserver enabled when the rpm was created or do I need to compile (Yuck!) from CVS to get an enabled version?


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

My install steps were:

wget -nd http://repo.nrpms.net/nrpms-mono-release/1/RPMS/nrpms-mono-release-1-3.1.fc3.nr.noarch.rpm
rpm -Uvh nrpms-mono-release-1-3.1.fc3.nr.noarch.rpm
wget -nd --passive-ftp ftp://fr.rpmfind.net/linux/PLD/current/dists/ac/ready/athlon/libsqlite-2.8.12-2.athlon.rpm
rpm -ihv libsqlite-2.8.12-2.athlon.rpm
ldconfig

perl -pi -e 's/# rpm /rpm /' /etc/apt/sources.list.d/nrpms-mono.list
apt-get update
apt-get install beagle

beagle-settings            # Not found!
beagle-config

beagled --fg --debug
# INFO: Starting Beagle Daemon (version 0.0.11.1)
# DEBUG: Command Line: /usr/lib/beagle/BeagleDaemon.exe --fg --debug
# FATAL: Could not set extended attributes on a file in your home directory. # See http://www.beaglewiki.org/Enabling_Extended_Attributes for more information.

# So I set extended attributes, in /etc/fstab file
# "/dev/VolGroup00/LogVol00 /   ext3    defaults,user_xattr     1 1"
# And Remount the affected partitions as follows:
mount -o remount /

export MONO_LOG_LEVEL="debug"
export MONO_LOG_MASK="dll"
export=BEAGLE_EXERCISE_THE_DOG=1

beagled                (Runs ! )

# Logs show that sqlite is not found. The fix is:
ln -s /usr/lib/libsqlite.so.0 /usr/lib/libsqlite.so

# The webserver is not running and
# Still unable to connect to http://localhost:8888/
# Mono-INFO: DllImport error loading library: 'libebook-1.2.so.3: cannot open shared object file: No such file or directory'. # Have "/usr/lib/libebook.so.8.0.7" but NOT "libebook-1.2.so.3"; (I need to install this!)

best                # Bleeding Edge Search Tool
# Unhandled Exception: System.DllNotFoundException: libgeckoglue.so
# in (wrapper managed-to-native) Beagle.Util.GeckoUtils:blam_gecko_utils_init_services ()
# in <0x00007> Beagle.Util.GeckoUtils:Init ()
# in <0x00082> Best.Best:Main (System.String[] args)
# /usr/lib/beagle/libgeckoglue.so    # Does exist !
# ln -s /usr/lib/beagle/libgeckoglue.so /usr/lib/libgeckoglue.so # Does NOT fix the problem!

beagle-query hello        # Works! Finds "hello" in various files
beagle-status                 # Works and shows indexing is progressing...
beagle-info --index-info   # Works

Any & all help would be vvery much appreciated!

JMB365



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