beagle-crawl-system hangs at bash login

2006-04-20 Thread Pat Double
The latest beagle-crawl-system from CVS hangs at a bash login prompt. I don't believe the following line is correct: eval nice -n 19 $IONICE su $CRAWL_USER -s /bin/bash -c \" MONO_SHARED_DIR=$MONO_SHARED_DIR @sbindir@/beagle-build-index --target @localstatedir@/cache/beagle/indexes/$CRAWL_INDEX

Re: beagle-crawl-system hangs at bash login

2006-04-20 Thread D Bera
> eval nice -n 19 $IONICE su $CRAWL_USER -s /bin/bash -c \" > MONO_SHARED_DIR=$MONO_SHARED_DIR @sbindir@/beagle-build-index --target > @localstatedir@/cache/beagle/indexes/$CRAWL_INDEX_NAME $OPTIONS > $CRAWL_PATHS\" > /dev/null 2>&1 > > According to the su manpage, the options are supposed to come

Re: beagle-crawl-system hangs at bash login

2006-04-20 Thread Pat Double
On Thursday 20 April 2006 07:56, D Bera wrote: > > eval nice -n 19 $IONICE su $CRAWL_USER -s /bin/bash -c \" > > MONO_SHARED_DIR=$MONO_SHARED_DIR @sbindir@/beagle-build-index --target > > @localstatedir@/cache/beagle/indexes/$CRAWL_INDEX_NAME $OPTIONS > > $CRAWL_PATHS\" > /dev/null 2>&1 > > > > Acc

ANNOUNCE: Beagle 0.2.5

2006-04-20 Thread Joe Shaw
Hi, I'm pleased to announce the release of Beagle 0.2.5. Version 0.2.4 shipped with a broken HTML filter, which meant that web pages that were indexed because of the Firefox extension couldn't be searched. This release fixes that. Also fixed is a compilation error triggered by the more strict M

Re: beagle-crawl-system hangs at bash login

2006-04-20 Thread Joe Shaw
Hi, On Thu, 2006-04-20 at 09:23 -0500, Pat Double wrote: > That would be tricky, the whole command would have to appear as one argument > for the "-s" option. I moved "-s /bin/bash" only to before the user name. I > also removed the export to make sure it works. I didn't see this before I did t

external-filters not working

2006-04-20 Thread Norbert Preining
Dear all! I don't get the external filters working (debian/sid, beagle 0.2.4) my /etc/beagle/external-filters.xml text/x-tex .tex untex -gascii %s application/x-dvi .dvi dvi2tty -q %s But the index helper gives me: 060420 1944346835 08457 IndexH DEBUG: No filter for /home/

Re: external-filters not working

2006-04-20 Thread D Bera
> I don't get the external filters working (debian/sid, beagle 0.2.4) > > my /etc/beagle/external-filters.xml What is your sysconfdir set to ? It is possible that beagle is looking for the file in $PREFIX/etc/beagle/external-filters.xml (where PREFIX is either /usr or /usr/local) Give it a try. -

Re: external-filters not working

2006-04-20 Thread Norbert Preining
Hi! On Don, 20 Apr 2006, D Bera wrote: > > my /etc/beagle/external-filters.xml > > What is your sysconfdir set to ? It is possible that beagle is looking > for the file in > $PREFIX/etc/beagle/external-filters.xml > (where PREFIX is either /usr or /usr/local) I took a look into the Debian build

Re: external-filters not working

2006-04-20 Thread Pat Double
On Thursday 20 April 2006 14:53, Norbert Preining wrote: > BTW, Is here an easy way to check whether beagle would index a file? > Something like > beagle-file-info foo.tex beagle-extract-content foo.tex -- Pat Double, [EMAIL PROTECTED] "In the beginning God created the heaven and the earth

Re: external-filters not working

2006-04-20 Thread Norbert Preining
On Don, 20 Apr 2006, Pat Double wrote: > > beagle-file-info foo.tex > > beagle-extract-content foo.tex Great. Thanks. Bug report for Debian beagle packaging is already written. Best wishes Norbert --- Dr. Norbert

Re: external-filters not working

2006-04-20 Thread D Bera
> So, yes, sysconfdir is set to /usr/etc, which is bad, at least on a oh ... so thats a bug ? I never understood the millions of path_prefix configure supports (prefix, exec_prefix, sysconfdir and more) and my sysconfdir defaults to $prefix/etc, so I always use $ ./configure --prefix=/usr --syscon

Re: external-filters not working

2006-04-20 Thread Norbert Preining
On Don, 20 Apr 2006, D Bera wrote: > > So, yes, sysconfdir is set to /usr/etc, which is bad, at least on a > > oh ... so thats a bug ? Yes, I have already written a bug report to the Debian BTS. > configure supports (prefix, exec_prefix, sysconfdir and more) and my > sysconfdir defaults to $pref

Re: [Bug 323065] Thunderbird Backend

2006-04-20 Thread Dan Nicholson
Hi, I'm new to the list and coming in late, but I wanted to make a comment about invoking Thunderbird in reference to this conversation from http://mail.gnome.org/archives/dashboard-hackers/2006-April/msg00077.html: > When I wrote the search-ui patch I used "thunderbird" as command when sta