WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Appbrowser help!  (Read 2929 times)

Offline tuldok89

  • Newbie
  • *
  • Posts: 4
Appbrowser help!
« on: September 15, 2010, 02:32:33 AM »
Hello there guys and gals of tinycore linux forums. I'm a new Tiny Core user, and I must say, I'm impressed with it's "lightness" and responsiveness in PCs with low RAM.

I've got a problem with appbrowser...it seems that I have messed up it's config options. I don't know how it happened. When I try to launch appbrowser and press the "connect" button, a dialog box pops up telling me that there's a connection error. So, the next thing I did was to launch appbrowser in the terminal. Now it tells me the detailed error:

Code: [Select]
wget: not an http or ftp url: wireless-2.6.33.3-tinycore.tcz/3.x/tcz/mirrors.lst
So, my question is...where could I find the config file for appbrowser, so that I could manually change the mirror url.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14740
Re: Appbrowser help!
« Reply #1 on: September 15, 2010, 02:46:38 AM »
You could try:
Code: [Select]
sudo ping -c2 www.google.com..to check your connection is working

There's a "mirrors" button in the panel you could use to change the mirror url

Offline tuldok89

  • Newbie
  • *
  • Posts: 4
Re: Appbrowser help!
« Reply #2 on: September 15, 2010, 03:02:42 AM »
Hello there! My connection is working perfectly. I get the same result when clicking the "mirrors" button.

Code: [Select]
wget: not an http or ftp url: wireless-2.6.33.3-tinycore.tcz/3.x/tcz/mirrors.lst
The problem here is... the URL is set to "wireless-2.6.33.3-tinycore.tcz"

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14740
Re: Appbrowser help!
« Reply #3 on: September 15, 2010, 03:16:45 AM »
Are you using a wired connection?

If so, you could boot with the "norestore" code to check if there's something in your backup messing things up.

Offline tuldok89

  • Newbie
  • *
  • Posts: 4
Re: Appbrowser help!
« Reply #4 on: September 15, 2010, 04:01:28 AM »
Yeah, I'm using a wired ethernet connection. I've tried booting with the norestore option and it works. The problem is, I'm downloading a fedora ISO in qbittorrent. I'm worrying if I do save the backup with the norestore option, It might overwrite my download progress in qbittorrent.

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: Appbrowser help!
« Reply #5 on: September 15, 2010, 07:45:11 AM »
tuldok89: I suspect that the content of your '/opt/tcemirror' file has been corrupted. The original value is IIRC:
    http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/

Offline tuldok89

  • Newbie
  • *
  • Posts: 4
Re: Appbrowser help!
« Reply #6 on: September 15, 2010, 08:19:27 AM »
@maro

Thanks! I edited `/opt/tcemirror` with the value you gave--problem fixed!