Hi, On Thu, May 12, 2011 at 07:56:32PM -0800, Roger wrote:
On Wed, May 11, 2011 at 09:05:51AM -0400, Jorge Arellano Cid wrote: On Wed, May 11, 2011 at 12:54:07AM -0800, Roger wrote:
On Wed, May 11, 2011 at 12:50:20AM -0800, Roger wrote: Anybody else seeing this with dillo port 1.3?
Not that I know, but I remember it's common after messing the dpi installation (e.g. merging old and new binaries, or with the old dpid still runnning with multiple dpids running...)
I'm seeing this after I completely uninstalled dillo-1 & dillo-2 from my system, leaving only dillo_port1.3 installed.
(EMail seems to be being blocked. Resending.)
It arrived here with more than a hundred of whitespace trailing most text lines...
dpi_read_comm_keys file not found is likely the problem.
After dpid is started:
~/src/dillo $ install/bin/dillo dillo_dns_init: Here we go! (threaded) Enabling cookies as from cookiesrc... Nav_open_url: new url='dpi:/bm/' ** ERROR **: [Dpi_read_comm_keys] No such file or directory
This is not a show-stopper. If dillo can't read the file, most probably there's no dpid running, so dillo tries to start it...
Dpi_blocking_start_dpid: try 1
this is dillo's try to start dpid.
[dpid]: a_Misc_mksecret: 1423de10 dpid started
and it starts.
Dpi_get_server_port: can't read server port from dpid. ** ERROR **: dpi.c: can't start dpi daemon
This happens when dpid can't either start the requested dpi nor get an answer from it (bookmarks.dpi in this case). I was able to reproduce it by deleting the bookmarks.dpi binary. dpid checks both: 1) ~/.dillo/dpi/file/ 2) /usr/local/lib/dillo/dpi/<dpiname>/<dpiname>.dpi so you should check what's going on there. -- Cheers Jorge.-