|
Bugzilla – Full Text Bug Listing |
| Summary: | Beagle doesn't search | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Bryan Perry <bperry> |
| Component: | Other | Assignee: | E-mail List <gnome-bugs> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | Beta 4 | ||
| Target Milestone: | --- | ||
| Hardware: | x86 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | System Test | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Beagle Log folder | ||
|
Description
Bryan Perry
2005-09-02 14:24:27 UTC
This is somewhat reminiscent of bug 115186. I had problems in beta4 as well, but the update for RC1 seemed to clear them up. Comments beagle guys? We'd need to see the files in ~/.beagle/Log to know why the beagle daemon didn't start. ~/.beagle/Log does not exist. I only have ~/.beagle/config but it is empty. If you run "beagled --fg --debug" from the command-line, what do you get? Created attachment 49081 [details]
Beagle Log folder
Beagle Log folder
Looks like the missing Log folder was because I was logged in as root. Switching to a non-privileged user I have a Log folder and have attached the contents. When I search as a non-privileged user, I still get no results. bryan@linux00c04f2293fa:~> beagled --fg --debug INFO: Starting Beagle Daemon (version 0.0.13.2) DEBUG: Command Line: /usr/lib/beagle/BeagleDaemon.exe --fg --debug DEBUG: Starting main loop DEBUG: Starting messaging server FATAL: Could not set up the listener for beagle requests. There is probably another beagled instance running. Use --replace to replace the running service bryan@linux00c04f2293fa:~> ps -eaf|grep beagled bryan 4707 1 1 15:37 ? 00:00:06 mono-beagled --debug /usr/lib/beagle/BeagleDaemon.exe --bg --autostarted bryan 5229 4707 0 15:44 ? 00:00:01 mono-beagled-helper --debug /usr/lib/beagle/IndexHelper.exe bryan 5355 5090 0 15:47 pts/1 00:00:00 grep beagled bryan@linux00c04f2293fa:~> Ok, closing. Beagle refuses to run as root, and it started up correctly as a regular user. The lack of results is because it just started and hasn't crawled your data yet. |