Hi, For now I can live without WLAN access. Now that I have Dillo up, I click on a button on a page and have this form handler issue. Is this a configuration issue or a feature not supported by Dillo? Thanks, Vic [root@nxp /]# Nav_open_url: new url='http://192.168.1.5:88/LoginForm?Ctr_No=1' Dns_server [0]: 192.168.1.5 is 192.168.1.5 Connecting to 192.168.1.5 Unable to convert from character encoding: 'ISO-8859-1'
a_Nav_repush <<<< Nav_open_url: new url='http://192.168.1.5:88/LoginForm?Ctr_No=1' a_Nav_expect_done: repush! Html_tag_open_link(): addCssUrl http://192.168.1.5:88/styles/all.css Html_tag_open_link(): addCssUrl http://192.168.1.5:88/styles/Accounts.Css NumPendingStyleSheets=1 NumPendingStyleSheets=2 HTTP warning: unhandled MIME type: "image/png" a_Nav_repush <<<< Nav_open_url: new url='http://192.168.1.5:88/LoginForm?Ctr_No=1' a_Nav_expect_done: repush! Html_tag_open_link(): addCssUrl http://192.168.1.5:88/styles/all.css Html_tag_open_link(): addCssUrl http://192.168.1.5:88/styles/Accounts.Css
bad font: variable HTTP warning: unhandled MIME type: "image/png" DilloHtmlForm::eventHandler DilloHtmlForm::eventHandler ----- Original Message ----- From: "Vic" <vic@smartqsys.com> To: <dillo-dev@dillo.org> Sent: Wednesday, October 13, 2010 5:00 PM Subject: Re: [Dillo-dev] Dillo config in LTIB
Hi Jorge,
The EA lpc3250 is connected to a gateway router with IP 192.168.1.4. pinging local LAN hosts is fine but WLAN host are unreachable. I tried editing etc/resolv.conf with nameserver 192.168.1.4 , but this time after dillo is up instead and not before launching dillo. It is able to resolve but this is what I get...
[root@nxp /]# ping www.dillo.org -c 4 PING www.dillo.org (134.102.206.165): 56 data bytes ping: sendto: Network is unreachable [root@nxp /]#
Nav_open_url: new url='http://www.dillo.org' Dns_server [0]: www.dillo.org is 134.102.206.165 Connecting to 134.102.206.165 Http_connect_socket ERROR: Network is unreachable
Thanks, Vic
Message: 1 Date: Tue, 12 Oct 2010 09:20:50 -0300 From: Jorge Arellano Cid <jcid@dillo.org> Subject: Re: [Dillo-dev] Dillo config in LTIB To: dillo-dev@dillo.org Message-ID: <20101012122050.GB2862@dillo.org> Content-Type: text/plain; charset=us-ascii
Hi,
On Mon, Oct 11, 2010 at 08:12:09PM -0700, Vic wrote:
Hi,
I installed Dillo in LTIB and while the splash page went up, clicking links reported a dns error. I checked out dillorc and saw no setting related to dns.
Dillo uses getaddrinfo(). It depends on the OS.
Trying a link to localhost also gave I/O errors.
This is strange...
My trace as follows:
Nav_open_url: new url='http://www.dillo.org/' DNS error: TRY_AGAIN Dns_server [0]: www.dillo.org is (nil)
Does "ping www.dillo.org" resolve?
Using localhost:
Nav_open_url: new url='http://localhost:88' Dns_server [0]: localhost is 127.0.0.1 Connecting to 127.0.0.1 ** WARNING **: IO_write, closing with pending data not sent ** WARNING **: "GET / HTTP/1.1\x0D Connection: close\x0D Accept-Charset: utf-8,*;q=0.8\x0D Accept-Encoding: gzip\x0D Host: localhost:88\x0D Referer: http://localhost:88/\x0D User-Agent: Dillo/2.1\x0D \x0D "
Thanks for any help.
It looks like something external closed the connection. Firewall?
-- Cheers Jorge.-
participants (1)
-
vic@smartqsys.com