Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: ishak on September 14, 2016, 06:39:20 PM

Title: problem download:failed
Post by: ishak on September 14, 2016, 06:39:20 PM
Hi tcl members "i am new in linux "
My problem is when i try to download some apps like firefoxe browser…It show me "failed"
Can anny one tel me the causes and the sulotions
I use vmware and i have a slow LAN connection
But when i use it on windows i can download a big sizes without problems
Title: Re: problem download:failed
Post by: Juanito on September 14, 2016, 10:14:53 PM
This is probably caused by the download timing out - you can delete the partially downloaded file(s) and try again.
Title: Re: problem download:failed
Post by: curaga on September 15, 2016, 01:30:41 AM
This is the second VMWare user with timeouts. I wonder if there's some bug in VMWare.
Title: Re: problem download:failed
Post by: ishak on September 15, 2016, 02:55:36 AM
Thanks for the rep
Is the time out in vmware only and how to delet downloaded files?…if restart without backup can fix it
Title: Re: problem download:failed
Post by: Juanito on September 15, 2016, 03:05:04 AM
The timeout happens to me occasionally outside of vmware.

Re-starting without a backup will not fix things as extensions are downloaded to permanent storage unless you are booting from an iso in the vm every time.

Assuming your extensions folder is at /mnt/sda1/tce/optional and your download timed out whilst downloading an extension named extension_name, you would delete it like this:
Code: [Select]
$ rm /mnt/sda1/tce/optional/extension_name.tcz*
Title: Re: problem download:failed
Post by: ishak on September 15, 2016, 03:10:58 AM
Thankyou, i will try it