WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: appbrowser not working  (Read 4256 times)

Offline JohnJS

  • Jr. Member
  • **
  • Posts: 62
appbrowser not working
« on: September 12, 2009, 10:55:41 AM »
Using 2.3 final, unable to get appbrowser to connect.
Error= "connection error, check network or mirror".

Cpanel indicates DHCP active.

Had no problem with 1.2RC1. (on older computer PIII)

 Edit: Tried from Term. result:
"wget: bad address 'distro.ibiblio.org'
Xlib: extension "Generic Event Extension" missing on display "0.0".

Note: This is the first version that seems to work with my video card. (Intel 82845G/GL Brookdale -G") on P4 computer without 915resolution which I failed to get to work.



« Last Edit: September 12, 2009, 11:09:57 AM by JohnJS »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: appbrowser not working
« Reply #1 on: September 12, 2009, 11:10:05 AM »
Does your connection otherwise work? Ping google, browsing?

edit: Seems your DNS is not working properly. What's in /etc/resolv.conf? Does nslookup work?
The only barriers that can stop you are the ones you create yourself.

Offline JohnJS

  • Jr. Member
  • **
  • Posts: 62
Re: appbrowser not working
« Reply #2 on: September 12, 2009, 11:16:44 AM »
Hi Curaga,
Cannot test with base 2.3. Needed appbrowser to obtain browser apps.

My eth0 works with Puppy which I am using until I can get TC to work with this P4 computer with the Intel  82845g video board.
Had to switch from DSL and TC as I could not get 915resolution or Xorg to work. (Relative newbie to Linux).

This 2.3 ver seems to work with the Intel card.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14819
Re: appbrowser not working
« Reply #3 on: September 12, 2009, 11:25:43 AM »
Cannot test with base 2.3. Needed appbrowser to obtain browser apps.

How about this from a terminal window:
Code: [Select]
$ wget -c http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x/tce/opera.tce

Offline JohnJS

  • Jr. Member
  • **
  • Posts: 62
Re: appbrowser not working
« Reply #4 on: September 12, 2009, 11:52:55 AM »
Hi Juanito,
From TC  Term I get "bad address".
However downloaded opera from Puppy and am using it from Tc now.. Colors are off again though resolution seems okay.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: appbrowser not working
« Reply #5 on: September 12, 2009, 11:54:18 AM »
Ping, nslookup and wget are available in the base. Open a terminal, and try for example:
ping www.google.com
nslookup google.com
cat /etc/resolv.conf
The only barriers that can stop you are the ones you create yourself.

Offline JohnJS

  • Jr. Member
  • **
  • Posts: 62
Re: appbrowser not working
« Reply #6 on: September 12, 2009, 12:08:03 PM »
Hi Curaga,
ping www.google.com = bad address

nslookup google.com = server 192.168.1.254 address 1: 192.168.1.254
nslookup can't resolve google.com

cat /etc/resolv.conf = nameserver 192.168.1.254.


Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: appbrowser not working
« Reply #7 on: September 12, 2009, 12:32:16 PM »
Indeed your DNS is not working. What is in /etc/resolv.conf in puppy?
The only barriers that can stop you are the ones you create yourself.

Offline jpeters

  • Restricted
  • Hero Member
  • *****
  • Posts: 1017
Re: appbrowser not working
« Reply #8 on: September 12, 2009, 12:39:55 PM »
It's using the local nameserver instead of the router's DNS. I think someone else noted  that problem in a former thread

http://forum.tinycorelinux.net/index.php?topic=753.0

« Last Edit: September 12, 2009, 12:59:35 PM by jpeters »

Offline JohnJS

  • Jr. Member
  • **
  • Posts: 62
Re: appbrowser not working
« Reply #9 on: September 12, 2009, 12:49:42 PM »
Hi Curaga,
/etc/resolv.conf is the address for my provider ATT/Yahoo

Edit
FYI Appbrowser works on my P3 with DSL4.4.10 TC1.2RC1 and Puppy.

Only have problem with TC 2.3. Won't work on either P3 or P4.
« Last Edit: September 12, 2009, 02:11:00 PM by JohnJS »

Offline jpeters

  • Restricted
  • Hero Member
  • *****
  • Posts: 1017
Re: appbrowser not working
« Reply #10 on: September 12, 2009, 03:36:16 PM »
Did you edit /etc/resolv.conf with the router's DNS as suggested in the linked thread?

Offline JohnJS

  • Jr. Member
  • **
  • Posts: 62
Re: appbrowser not working
« Reply #11 on: September 12, 2009, 05:39:25 PM »
Hi jpeters,
Did not change anything in /etc/resolv.conf.
Did not have to change when using 1.2rc1 or DSL 4.4.10.
Is this something new with 2.3?

Offline jpeters

  • Restricted
  • Hero Member
  • *****
  • Posts: 1017
Re: appbrowser not working
« Reply #12 on: September 12, 2009, 09:50:20 PM »
Hi jpeters,
Did not change anything in /etc/resolv.conf.
Did not have to change when using 1.2rc1 or DSL 4.4.10.
Is this something new with 2.3?

Maybe you could post more about your connection setup. TC's use of  udhcpc is different than DSL.  TC 2 updated glibc.  Note the reference below.

MikeLockmoore had a similar problem, and found:
Quote
Ulrich also seemed to ignore the a particularly cognizant observation that the poor DNS behavior started when glibc was changed to send essentially simultaneous IPv6 and IPv4 type DNS lookup requests out of the same originating   IP port

His solution:
Quote

nameserver 192.168.{... the rest of my WAP/router's local IP addr ...}          
.......

thought it may not be forwarding DNS requests and/or replies very well, so I logged into my WAP/router's admin page, found the DNS number provided by my ISP, then edited my /etc/resolv.conf file to now point to the ISP's DNS server address:
                                                                                    ...
    nameserver {my ISP-issued DNS IP address}

After this, AppBrowser and wget started working lightning quick again!  Cheesy
« Last Edit: September 12, 2009, 09:53:37 PM by jpeters »

Offline JohnJS

  • Jr. Member
  • **
  • Posts: 62
Re: appbrowser not working
« Reply #13 on: September 12, 2009, 10:57:33 PM »
Hi jpeters,
Success.
I edited /etc/resolve.conf to dns supplied by provider and appbrowser now working correctly.

Many thanks to all who replied.