WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: tce-load on RPI 6.1beta (wget issues....?)  (Read 1980 times)

Offline sixgunz

  • Newbie
  • *
  • Posts: 20
tce-load on RPI 6.1beta (wget issues....?)
« on: June 29, 2015, 06:50:29 PM »
Hi.

Getting tce-load wget issues on modules I have already downloaded....?

For example, I use:

tce-load -wi /mnt/mmcblk0p2/tce/optional/compile-essentils.tcz

Which loads a local module that I have been using since install with no issues

Was working fine up until today...

Now I get:

Code: [Select]
Downloading: compile-essentials.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 416 Requested Range Not Satisfiable
compile-essentials.tcz: OK

This used to load the dependencies (make, gcc, etc) but now does not....?

Same is happening on libusb-dev.tcz and other modules that have been working fine until today.

I believe this was reported as an issue with wget -c option which was reporting inconsistent file sizes, the local file being smaller than the remote server size and trying to download the remaining bytes.  I did a quick search, but yielded only the bug reported.

Anyone else have this, or know how to clear?

Thanks,

Glenn.

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: tce-load on RPI 6.1beta (wget issues....?)
« Reply #1 on: June 29, 2015, 10:13:23 PM »
Not sure this helps, but if you already downloaded the extension and it's located in your /optional folder then you should just have to run 'tce-load -i compile-essentilas.tcz' (not -w -i) to install/run a local extension, no wget required.

Online Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1223
Re: tce-load on RPI 6.1beta (wget issues....?)
« Reply #2 on: June 29, 2015, 10:59:14 PM »
you don't need to reference the entire path either.   That is why you are getting a http error, it is passing the path to the server.

Offline sixgunz

  • Newbie
  • *
  • Posts: 20
Re: tce-load on RPI 6.1beta (wget issues....?)
« Reply #3 on: June 30, 2015, 08:12:28 AM »
Ah, I see.

Thank you both for your kind responses.  I shall try this tonight when I get home.

Thanks again.

Glenn.

Sent from my SM-N9005 using Tapatalk