qbit/snap

signify verification failed

rockworldmi opened this issue · 6 comments

Hi,

I am getting this error for files bsd bsd.rd bas.mp
"sha265: no properly formatted checksum lines found
sha265: bsd does not exist in "

Thanks,
Jay

You need to add "-V 5.8" manually, when above problem occurs.

Kamil Monticolo

Thanks. It worked.. Is there any changes i can make in script to resume packages download from where it stopped?

Thanks,
Jay

qbit commented

I have been wanting the same feature.. adding -C to $FTP_OPTS will cause resume.. but with the recent addition of httpd(8), it seems some mirrors don't support resume (at least in a fashion ftp(1) expects).

qbit@slip[0]:~λ ftp -C http://ftp3.usa.openbsd.org/pub/OpenBSD/snapshots/amd64/base58.tgz
Trying 192.43.244.161...
Requesting http://ftp3.usa.openbsd.org/pub/OpenBSD/snapshots/amd64/base58.tgz
 11% |***********                                                                                          |  6016 KB    00:32 ETA^C
http fetch aborted.
qbit@slip[1]:~λ ftp -C http://ftp3.usa.openbsd.org/pub/OpenBSD/snapshots/amd64/base58.tgz 
Trying 192.43.244.161...
Requesting http://ftp3.usa.openbsd.org/pub/OpenBSD/snapshots/amd64/base58.tgz
ftp: Server does not support resume.
  4% |****                                                                                                 |  2432 KB    00:43 ETA^C
http fetch aborted.
qbit@slip[1]:~λ 

I have a diff I will commit today that lets you specify FTP_OPTS in your .snaprc.

qbit commented

Committed - Can you guys test it out and see how it works for ya?

Okay.. Let me try..

qbit commented

Closing this as -C is now usable!