[Dillo-dev]dillo-0.8.3-rc2 ready for download
Hi there, The new dillo-0.8.3-rc2 is ready for download and testing! It's basically the same as rc1, but with the race condition on the file dpi solved. It also uses a dpi server instead of a dpi filter so please beware and remove: /usr/local/lib/dillo/dpi/file/file.filter.dpi or /usr/lib/dillo/dpi/file/file.filter.dpi Actually it can work with both, but as we want to test the dpi server in the tarball (default) please be careful and be sure to remove the file filter dpi to be testing the file server dpi. (the other change is a minor improvement on the visited link color choosing algorithm). Feedback is very welcomed. After you say it's OK, it will be officially announced as dillo-0.8.3. Download URL: http://www.dillo.org/download/dillo-0.8.3-rc2.tar.bz2 -- Cheers Jorge.-
Hi, compiles and runs nicely on DragonFly BSD (including file DPI). Thanks, Johannes On Mon, Oct 18, 2004 at 04:15:01PM -0300, Jorge Arellano Cid wrote:
Hi there,
The new dillo-0.8.3-rc2 is ready for download and testing!
It's basically the same as rc1, but with the race condition on the file dpi solved. It also uses a dpi server instead of a dpi filter so please beware and remove:
/usr/local/lib/dillo/dpi/file/file.filter.dpi or /usr/lib/dillo/dpi/file/file.filter.dpi
Actually it can work with both, but as we want to test the dpi server in the tarball (default) please be careful and be sure to remove the file filter dpi to be testing the file server dpi.
(the other change is a minor improvement on the visited link color choosing algorithm).
Feedback is very welcomed. After you say it's OK, it will be officially announced as dillo-0.8.3.
Download URL:
http://www.dillo.org/download/dillo-0.8.3-rc2.tar.bz2
-- Cheers Jorge.-
_______________________________________________ Dillo-dev mailing list Dillo-dev@lists.auriga.wearlab.de http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
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!". 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? Cheers, Jeremy
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.-
On Wed, Oct 20, 2004 at 12:05:50AM -0300, Jorge Arellano Cid 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!". [...]
On Wed, Oct 20, 2004 at 12:09:38AM +0100, Jeremy Henty wrote: ps aux | grep dpid Kill every old dpid that may be running. 'dpidc stop' or 'kill <pids>'
Well, I couldn't find any running dpid processes, but I managed to run 'dpidc stop' (it threw an error until I ran it when dillo was also running, is that expected?), and now it all works. Thanks for your time and help! Cheers, Jeremy
Hey, Jorge Arellano Cid wrote:
Feedback is very welcomed. After you say it's OK, it will be officially announced as dillo-0.8.3.
Download URL:
I downloaded and compiled under OpenBSD/sparc, all went fine. I removed the files mentioned, since I couldn't find them I removed all the dpi dir (the structure seemed a bit different). I then run dillo and browsed a few pages and it seems to behave OK. I wasn't able to do further testing for now, but at least it seems to work. -R
participants (4)
-
Jeremy Henty
-
Johannes Hofmann
-
Jorge Arellano Cid
-
Riccardo Mottola