WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: App browser no longer able to get extensions  (Read 5124 times)

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
App browser no longer able to get extensions
« on: August 01, 2012, 09:07:44 AM »
I suddenly started to get error "Error, check network, mirror or writable extension directory". I don't think I'm using any mirror.
Where are the links to the repositories stored( for example  http://distro.ibiblio.org/tinycorelinux/)?
Where can I verify that this is correct? I don't think it is a DNS thing. Nothing on my network has changed.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14745
Re: App browser no longer able to get extensions
« Reply #1 on: August 01, 2012, 09:09:42 AM »
If you load the mirrors extension you can choose which site you download from

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
Re: App browser no longer able to get extensions
« Reply #2 on: August 01, 2012, 09:21:38 AM »
I can't load mirrors extension cause I don't have them installed but I just realised that I can ping others in my network but not Google when other can. Resolv.conf as the same dns entries as others that can ping.
Any idea has where to look? I'm not very familliar with Linux network settings. What config files to look at.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: App browser no longer able to get extensions
« Reply #3 on: August 01, 2012, 09:48:50 AM »
What happens if you "ping 8.8.8.8"?
« Last Edit: August 01, 2012, 09:55:26 AM by tinypoodle »
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
Re: App browser no longer able to get extensions
« Reply #4 on: August 01, 2012, 09:53:56 AM »
No reply. Where is the gateway setting stored?

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: App browser no longer able to get extensions
« Reply #5 on: August 01, 2012, 09:56:51 AM »
Static config or dhcp?

Post output of "route".
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline mbertrand

  • Full Member
  • ***
  • Posts: 225
Re: App browser no longer able to get extensions
« Reply #6 on: August 01, 2012, 09:59:30 AM »
I'm using a static IP.
Ok, I went back to the network in control panel and re entered my ip and realised that the gateway was incorrect so I changed it and everything is ok. But I would still like to know wich file is this stored in Tiny Core.
Thanks for your replies.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: App browser no longer able to get extensions
« Reply #7 on: August 01, 2012, 10:34:57 AM »
I don't use the control panel's network config tool, but I believe it stores the config in /opt/eth0.sh.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: App browser no longer able to get extensions
« Reply #8 on: August 01, 2012, 10:38:56 AM »
Besides from GUI tools possibly creating their own config files it is just a matter of editing the kernel's routing tables, e.g. "route add default gw xxx.xxx.x.x".
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline AbNoRMiS

  • Hero Member
  • *****
  • Posts: 550
  • nothing can be impeccable in this imperfect world
    • @ß№®M!$
Re: App browser no longer able to get extensions
« Reply #9 on: August 01, 2012, 10:42:58 AM »
I suddenly started to get error "Error, check network, mirror or writable extension directory".
are you tried to relogin or reboot and ran appbrowser after that?

p.s.
also check whither referenced
Code: [Select]
readlink /etc/sysconfig/tcedir
« Last Edit: August 01, 2012, 10:52:54 AM by AbNoRMiS »
Basic Design Concept © @ß№®M!$
please forgive my terrible english :)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11505
Re: App browser no longer able to get extensions
« Reply #10 on: August 01, 2012, 03:53:53 PM »
Hi mbertrand
Quote
.... gateway was incorrect so I changed it and everything is ok. But I would still like to know wich file is this stored in Tiny Core.
In your case, the gateway is stored in  /opt/eth0.sh  (or similiar name) and set using the route command. If you run:
Code: [Select]
route -nyou can see what the gateway is set to. I believe that information comes from  /proc/net/route  which is not a file
that you can simply edit.
« Last Edit: August 02, 2012, 11:54:24 AM by Rich »

Offline SS-396

  • Newbie
  • *
  • Posts: 7
Re: App browser no longer able to get extensions
« Reply #11 on: August 01, 2012, 09:01:17 PM »
I suddenly started to get error "Error, check network, mirror or writable extension directory". I don't think I'm using any mirror.
Where are the links to the repositories stored( for example  http://distro.ibiblio.org/tinycorelinux/)?
Where can I verify that this is correct? I don't think it is a DNS thing. Nothing on my network has changed.

To answer your original question, the address of the repository is stored in

/opt/tcemirror

I did find a bug once where the contents of the file would get rewritten with "filename.tcz" (where "filename" is some tcz app that you happened to click on) would be inserted in its place, causing the app browser to report connections errors.  (because gcc.tcz is not a valid web address to a dns server)  I believe that bug has been fixed, but again, simply displaying that files contents will show you the info you requested.

Jason.

Offline AbNoRMiS

  • Hero Member
  • *****
  • Posts: 550
  • nothing can be impeccable in this imperfect world
    • @ß№®M!$
Re: App browser no longer able to get extensions
« Reply #12 on: August 02, 2012, 06:34:17 AM »
i remember that if run clean tinycore iso image from cd, via grub4dos or in vm
in this case if start using appbrowser before specified partition for tce directory
and specify tce location in appbrowser then for some specific operations order
sometimes appears this hidden error which it seems still nobody localize
I suddenly started to get error "Error, check network, mirror or writable extension directory"
« Last Edit: August 02, 2012, 06:48:06 AM by AbNoRMiS »
Basic Design Concept © @ß№®M!$
please forgive my terrible english :)

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: App browser no longer able to get extensions
« Reply #13 on: August 02, 2012, 10:22:16 AM »
The extension could not be downloaded.   Check the following:
1. Your network is working.
2. You are using a valid mirror.
3. Your tce directory is a writeable location.