On Wed, Oct 20, 2004 at 12:09:38AM +0100, Jeremy Henty wrote:
On Mon, Oct 18, 2004 at 04:15:01PM -0300, Jorge Arellano Cid wrote:
... please beware and remove:
/usr/local/lib/dillo/dpi/file/file.filter.dpi or /usr/lib/dillo/dpi/file/file.filter.dpi
Arrgh! This breaks for me. If I don't remove this file everything works wonderfully. If I rename it then accessing a file:... URL gives me "ERROR: can't start dipd daemon!".
This shouldn't happen...
I am running Linux From Scratch 4.1, kernel 2.4.27 , glibc-2.3.1 , gcc-3.2.1 , glib-1.2.10 , gtk+-1.2.10 . The file:... URL is my home as set in dillorc, so I get the above error simply by clicking the home button. No other changes have been made to dillorc.
How can I investigate this further?
ps aux | grep dpid Kill every old dpid that may be running. 'dpidc stop' or 'kill <pids>' ps aux | grep dpi remove any dpi server that may linger. chmod -x /usr/lib/dillo/dpi/file/file.filter.dpi Be sure the new file.dpi is in /usr/lib/dillo/dpi/file/, this happens after 'make install'. Test again. -- Cheers Jorge.-