>From: Joe Shaw <[EMAIL PROTECTED]> >Stringer Leon (West Midlands Ambulance Service NHS Trust) wrote: >> Thanks for your reply. I'm using 2.13, there don't seem to be Fedora > > packages for 2.14 yet but the Troubleshooting page indicates this >> fixes a known problem with looping. I assume this is likely to be the >> problem. > >Possibly, but if this were the case it would likely be indexing the same >thing over and over. And since your home directory is the first thing >indexed, you should at least be able to find files in there. > >> The files in .beagle/Log are all empty... > >Ok, this is probably due to the log level that the Fedora packages run >at by default. First shut down any currently running daemon with: > > beagle-shutdown > >and then start a new one in the foreground with more debug info: > > beagled --fg --debug > >and see if there is any info there. (It will also be logged to >~/.beagle/Log.)
When I started it I got: Debug: Starting Beagle Daemon (version 0.2.13) Debug: Running on Mono 1.1.17.1 Debug: Command Line: /usr/lib/beagle/BeagleDaemon.exe --fg --debug Warn: Extended attributes are not supported on this filesystem. Performance will suffer as a result. Debug: Established a connection to the X server Debug: Starting main loop Debug: Beginning main loop Debug: Starting messaging server Debug: Initializing index synchronization Debug: Remote index storage dir /home/DOMAIN/lrs/.beagle/Indexes will be synchronized to temp local storage dir /tmp/beagle-lrs-586b497f-f3e3-48ab-a55b-f429b1395160/Indexes Debug: Synchronizing... (target=Local) Debug: Synchronized successfully in .07s Debug: Starting QueryDriver Warn: Likely sqlite database version mismatch trying to read from /home/DOMAIN/lrs/.beagle/TextCache/TextCache.db. Purging. When I tried a search I got: Debug: Parsed query 'logbook' as text_query Error: Caught exception while instantiating EvolutionMail backend System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Mono.Data.SqliteClient.SqliteExecutionException: SQL logic error or missing database at Mono.Data.SqliteClient.SqliteCommand.ExecuteStatement (IntPtr pStmt, System.Int32 cols, System.IntPtr pazValue, System.IntPtr pazColName) [0x00000] at Mono.Data.SqliteClient.SqliteCommand.ExecuteStatement (IntPtr pStmt) [0x00000] at Mono.Data.SqliteClient.SqliteCommand.ExecuteReader (CommandBehavior behavior, Boolean want_results, System.Int32 rows_affected) [0x00000] at Mono.Data.SqliteClient.SqliteCommand.ExecuteNonQuery () [0x00000] at Beagle.Util.SqliteUtils.DoNonQuery (Mono.Data.SqliteClient.SqliteConnection connection, System.String command_text) [0x00000] at Beagle.Daemon.TextCache..ctor (System.String storage_dir, Boolean read_only) [0x00000] at Beagle.Daemon.TextCache..ctor (System.String storage_dir) [0x00000] at Beagle.Daemon.TextCache.get_UserCache () [0x00000] at Beagle.Daemon.LuceneQueryingDriver..ctor (System.String index_name, Int32 minor_version, Boolean read_only) [0x00000] at Beagle.Daemon.LuceneQueryable.BuildLuceneQueryingDriver (System.String index_name, Int32 minor_version, Boolean read_only_mode) [0x00000] at Beagle.Daemon.LuceneQueryable..ctor (System.String index_name, Int32 minor_version, Boolean read_only_mode) [0x00000] at Beagle.Daemon.LuceneQueryable..ctor (System.String index_name, Int32 minor_version) [0x00000] at Beagle.Daemon.EvolutionMailDriver.EvolutionMailQueryable..ctor () [0x00000] at <0x00000> <unknown method> at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (object,object[]) at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] --- End of inner exception stack trace --- at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x00000] at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000] at System.Activator.CreateInstance (System.Type type) [0x00000] at Beagle.Daemon.QueryDriver.ScanAssemblyForQueryables (System.Reflection.Assembly assembly) [0x00000] Warn: Likely sqlite database version mismatch trying to read from /home/DOMAIN/lrs/.beagle/TextCache/TextCache.db. Purging. So maybe the problem is nothing to do with Samba? ********************************************************************** Information in this message may contain confidential and privileged information. If you are not the intended recipient please accept our apologies; please do not disclose, copy or distribute information in this e-mail or take any action in reliance on its contents: to do so is strictly prohibited and may be unlawful. Please inform us that this message has gone astray before deleting it. Thank you for your co-operation. NHSmail is used daily by over 100,000 staff in the NHS. Over a million messages are sent every day by the system. To find out why more and more NHS personnel are switching to this NHS Connecting for Health system please visit www.connectingforhealth.nhs.uk/nhsmail ********************************************************************** _______________________________________________ Dashboard-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dashboard-hackers
