Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: polikuo on April 17, 2018, 07:16:52 PM

Title: provides.db.zsync
Post by: polikuo on April 17, 2018, 07:16:52 PM
The file provides.db.zsync is missing on the repo.
It greatly drags the performance of /usr/bin/provides.sh

I'm using TC 9 x86_64
Not sure about other ports.
Title: Re: provides.db.zsync
Post by: curaga on April 17, 2018, 11:50:26 PM
I see it?
Title: Re: provides.db.zsync
Post by: polikuo on April 18, 2018, 02:49:19 AM
Perhaps it's "mirror-only"  ???

Code: [Select]
tc@box:/tmp$ provides.sh zsync
failed on url ftp://distro.ibiblio.org/tinycorelinux/9.x/x86_64/tcz/provides.db.zsync
could not read control file from URL ftp://distro.ibiblio.org/tinycorelinux/9.x/x86_64/tcz/provides.db.zsync
Connecting to distro.ibiblio.org (152.19.134.43:21)
provides.db           13% |****                           |  1889k  0:02:25 ETA
Title: Re: provides.db.zsync
Post by: curaga on April 18, 2018, 09:52:50 AM
It's the protocol - zsync is only supported over http, not ftp.
Title: Re: provides.db.zsync
Post by: polikuo on April 18, 2018, 06:41:24 PM
Oh, OK!
Thanks for the pro tips.
 :)