beagle-crawl-system failing

Bug #390063 reported by Mitchell Surface
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
beagle (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

I am getting the following message from anacron job 'cron.daily' on my computer.

run-parts: /etc/cron.daily/beagle-crawl-system exited with return code 1

This is on an up to date Jaunty system.

Tags: beagle
tags: added: beagle
Revision history for this message
Dennis Craven (dcraven) wrote :

Changing affected package to beagle. Thanks.

affects: ubuntu → beagle (Ubuntu)
Revision history for this message
Sebastian Dominguez (sebaminguez) wrote :

Hi,

Sorry, i don't speak english very well ;)

To temporaly fix this error run in a shell:

for arch in /etc/beagle/crawl-* ; do echo "In " $arch ; . $arch ; for path in $CRAWL_PATHS ; do sudo [ ! -d $path ] && echo "delete" $path "From CRAWL_PATHS" ; done ; done

And edit every file removing the paths.

greetings

Revision history for this message
Sebastian Dominguez (sebaminguez) wrote :

Better:

for arch in /etc/beagle/crawl-* ; do echo "In " $arch ; . $arch ; for path in $CRAWL_PATHS ; do sudo [ ! -d $path ] && sudo bash -c "cat $arch | sed -e s-$path-""- > $arch" ; done ; done

And then there is no need to edit the file.

Revision history for this message
Jeremy Bícha (jbicha) wrote :

Thank you for taking the time to report this bug. We are sorry that we do not always have the capacity to look at all reported bugs in a timely manner.

Beagle, the search software, is no longer included in Ubuntu. Unrelated genetic analysis software named beagle has now been uploaded to Ubuntu's archives for the next version of Ubuntu. Therefore, to avoid confusion, I am closing this bug.

Changed in beagle (Ubuntu):
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.