PDA

View Full Version : Beagle Problems


bored2k
May 20th, 2005, 02:18 AM
~$ best

** (/usr/lib/beagle/Best.exe:20407): WARNING **: The following assembly referenc ed from /usr/lib/beagle/Tiles.dll could not be loaded:
Assembly: gecko-sharp (assemblyref_index=7)
Version: 1.0.0.0
Public Key: ccf7d78a55e9f021
The assembly was not found in the Global Assembly Cache, a path listed in the MO NO_PATH environment variable, or in the location of the executing assembly (/usr /lib/beagle).


** (/usr/lib/beagle/Best.exe:20407): WARNING **: The class Gecko.WebControl coul d not be loaded, used in /usr/lib/beagle/Tiles.dll (token 0x01000034)

** ERROR **: file class.c: line 2119 (mono_class_setup_parent): should not be re ached
aborting...
Aborted and :~$ beagled
rafael@noir:~$
Unhandled Exception: System.DllNotFoundException: libMonoPosixHelper.so
in (wrapper managed-to-native) Mono.Posix.Syscall:map_Mono_Posix_FileMode (Mono. Posix.FileMode)
in [0x00002] (at /home/jdong/dev/mono-1.1.7/mcs/class/Mono.Posix/Mono.Posix/Sysc all.cs:257) Mono.Posix.Syscall:chmod (System.String path, FileMode mode)
in <0x000e9> Beagle.Daemon.PathFinder:get_StorageDir ()
in <0x0000d> Beagle.Daemon.PathFinder:get_LogDir ()
in <0x00286> Beagle.Daemon.BeagleDaemon:Main (System.String[] args)

Since I found now way around this, here's all I could do
sudo apt-get remove --purge beagle -y
Is there any way to fix this so I can give Beagle another shot ? ](*,)

Majlo
May 20th, 2005, 05:18 AM
Did you put these lines in ~/.bashrc ?

...
...
export GOOGLE_WEB_API_KEY=<Your own google api key>
export LD_LIBRARY_PATH=/usr/lib/ #This is where the libcamel package should installed its .so file.
export BEAGLE_DEBUG=lucene #This will start beagle with debugging
...
...

GOOGLE_WEB_API_KEY you find at http://api.google.com/createkey (http://api.google.com/createkey) Google Api Key .
Try this

bored2k
May 20th, 2005, 12:11 PM
Did you put these lines in ~/.bashrc ?

...
...
export GOOGLE_WEB_API_KEY=<Your own google api key>
export LD_LIBRARY_PATH=/usr/lib/ #This is where the libcamel package should installed its .so file.
export BEAGLE_DEBUG=lucene #This will start beagle with debugging
...
...

GOOGLE_WEB_API_KEY you find at http://api.google.com/createkey (http://api.google.com/createkey) Google Api Key .
Try this
Well no one told me I had to.. I'll try that in a bit

jdong
May 20th, 2005, 01:20 PM
Read the backport announcement, I provided a list of packages that YOU MUST INSTALL MANUALLY, because the package SUCKS at defining its own dependencies.

jdong
May 20th, 2005, 01:21 PM
Also, make sure your root/home filesystems are mounted with Extended Attributes (mount option xattr)

bored2k
May 20th, 2005, 01:24 PM
Read the backport announcement, I provided a list of packages that YOU MUST INSTALL MANUALLY, because the package SUCKS at defining its own dependencies.
And just where is this announcement :? ?

jdong
May 20th, 2005, 02:51 PM
http://ubuntuforums.org/showthread.php?t=35360

bonifacio
May 20th, 2005, 02:59 PM
I followed jdong's post on that link but somehow I still do have some missing dependencies so right after that I followed the one on beaglewiki's site for hoary and everything seems to be in order now.

Please refer to that thread that jdong's pointed out.

bored2k
May 20th, 2005, 03:28 PM
I followed jdong's post on that link but somehow I still do have some missing dependencies so right after that I followed the one on beaglewiki's site for hoary and everything seems to be in order now.

Please refer to that thread that jdong's pointed out.
Ok now it's working through http://beaglewiki.org/index.php/UbuntuInstall


DEBUG: Starting task Crawling ~/.gaim/logs to find new logfiles
DEBUG: Finished task Crawling ~/.gaim/logs to find new logfiles in .01sBut it's just indexing gaim files? I did set fstab attributes. What is wrong?

Nevermind. After http://www.ubuntulinux.org/wiki/HoaryBeagleInstallHowto , it worked :D.

panickedthumb
June 3rd, 2005, 08:16 PM
Also, make sure your root/home filesystems are mounted with Extended Attributes (mount option xattr)
sure about that? I get a load of errors on bootup, no to mention a totally unusable system if I try that.

infinito
June 3rd, 2005, 08:55 PM
Everyone trying to get Beagle to work on Ubuntu Hoary should read this Howto I wrote:
http://infinito.f2o.org/blog/?p=28

Lot of people from this forum (and others) tried it succesfully.

jdong
June 3rd, 2005, 09:11 PM
sure about that? I get a load of errors on bootup, no to mention a totally unusable system if I try that.

The actual option is user_xattr, and I'm SURE it works with reiserfs and ext3, and I'm SURE it doesn't work with ext2 (default Kernel).

XFS's extended attribute support is weird, and I haven't tried it. (They used to have lots of SELinux issues)

Reiser4 -- I'm SURE it does not work

panickedthumb
June 4th, 2005, 12:44 AM
Well, now, when I search for "something" I get:
The query for something failed with error:
System.Net.Sockets.SocketException: System call failed in [0x00063] System.Net.Sockets.Socket:Connect (System.Net.EndPoint remote_end) in <0x00021> Beagle.Util.UnixClient:Connect (Mono.Posix.UnixEndPoint remoteEndPoint) in <0x00036> Beagle.Util.UnixClient:Connect (System.String path) in <0x00020> Beagle.Util.UnixClient:.ctor (System.String path) in <0x00028> Beagle.Client:SendRequest (Beagle.RequestMessage request) in <0x00010> Beagle.Client:SendAsync (Beagle.RequestMessage request) in <0x000c7> Beagle.RequestMessage:SendAsync () in <0x00142> Best.BestWindow:Search (System.String searchString)

I'll be glad when this gets easier ;)

jdong
June 4th, 2005, 03:22 PM
Open up a terminal and run beagled

panickedthumb
June 4th, 2005, 05:03 PM
I knew that much. It didn't help ;)

skabber
June 4th, 2005, 10:00 PM
after the update to beagle 0.0.10 running beagled gives this

Unhandled Exception: System.ArgumentOutOfRangeException: < 0
Parameter name: length
in [0x00088] (at /home/jdong/dev/mono-1.1.7/mcs/class/corlib/System/String.cs:229) System.String:Substring (Int32 startIndex, Int32 length)
in <0x00167> Beagle.Util.Logger:PruneOldLogs (System.String path, System.String instance)
in <0x00123> Beagle.Util.Logger:LogToFile (System.String path, System.String name, Boolean foreground_mode)
in <0x002f9> Beagle.Daemon.BeagleDaemon:Main (System.String[] args)
Beagle Daemon exited with errors. See ~/.beagle/Log/current-Beagle for more details.

bk452
June 4th, 2005, 10:13 PM
Also, make sure your root/home filesystems are mounted with Extended Attributes (mount option xattr)
Also, make sure your root/home filesystems are mounted with Extended Attributes (mount option xattr)***

How do you do this?

skabber
June 5th, 2005, 02:40 AM
Also, make sure your root/home filesystems are mounted with Extended Attributes (mount option xattr)***

How do you do this?

add it to the options in your /etc/fstab like so
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/hdb1 / ext3 defaults,errors=remount-ro,user_xattr 0 1

bugmenot
June 18th, 2005, 11:50 AM
Well, now, when I search for "something" I get:
The query for something failed with error:
I have the exact same problem..

bugmenot
June 18th, 2005, 12:24 PM
Everyone trying to get Beagle to work on Ubuntu Hoary should read this Howto I wrote:
http://infinito.f2o.org/blog/?p=28

Lot of people from this forum (and others) tried it succesfully.

I followed it exactly, but still have this error when searching for something:

De zoekopdracht naar something is mislukt met fout:
System.Net.Sockets.SocketException: System call failed in [0x00063] System.Net.Sockets.Socket:Connect (System.Net.EndPoint remote_end) in <0x00021> Beagle.Util.UnixClient:Connect (Mono.Posix.UnixEndPoint remoteEndPoint) in <0x00036> Beagle.Util.UnixClient:Connect (System.String path) in <0x00020> Beagle.Util.UnixClient:.ctor (System.String path) in <0x00028> Beagle.Client:SendRequest (Beagle.RequestMessage request) in <0x00010> Beagle.Client:SendAsync (Beagle.RequestMessage request) in <0x000c7> Beagle.RequestMessage:SendAsync () in <0x00142> Best.BestWindow:Search (System.String searchString)

hellraiser_rob
July 4th, 2005, 02:43 PM
yup i have this issue aswell

hellraiser_rob
July 4th, 2005, 03:17 PM
whoops hold on, it maybe because its not done indexing...?

try beagle-index-info

and beagle-status

from a standard user terminal, and see what results you get