Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: sixgunz 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:
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.
-
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.
-
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.
-
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