Hi, On Tue, 2007-01-16 at 12:20 -0500, Brian J. Murrell wrote: > Yeah, there is this: > > 20070110 09:27:30.2502 25409 Beagle ERROR EX: Unable to start > EvolutionDataServer backend: Unable to find or open libraries: > 20070110 09:27:30.2502 25409 Beagle ERROR EX: System.DllNotFoundException: > libedataserver-1.2.so.7 > 20070110 09:27:30.2502 25409 Beagle ERROR EX: at (wrapper > managed-to-native) Evolution.Source:e_source_get_type () > 20070110 09:27:30.2502 25409 Beagle ERROR EX: at Evolution.Source.get_GType > () [0x00000] > 20070110 09:27:30.2502 25409 Beagle ERROR EX: at > GtkSharp.EvolutionSharp.ObjectManager.Initialize () [0x00000] > 20070110 09:27:30.2502 25409 Beagle ERROR EX: at > Evolution.SourceList..cctor () [0x00000] > > It seems to be working, but is understood that there could be > incompatible ABI implications. So this missing library seems to be what > has preceded the nasty "System.IO.IOException: Sharing violation" spew.
The Evolution mail and EDS backends are totally separate, so the above exception couldn't cause the sharing violation exceptions. Are there any others in your previous log file? > BTW: what is producing all of these: > > 20070116 12:15:13.8621 02288 Beagle DEBUG: Saw event in '/home/brian/Mail' > 20070116 12:15:13.8622 02288 Beagle DEBUG: *** Add '/home/brian/Mail' > 'backup' (file) > [...] These are inotify events that Beagle is seeing. > I know it's beagled debugging, but I don't see debug enabled for > beagled: The "Debug" log level is the default in the Beagle source. Some distros (Fedora and SUSE, I know) patch the default level down to "Warn". I don't believe Ubuntu does. Joe _______________________________________________ Dashboard-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dashboard-hackers
