On Thursday, February 13, 2020 at 5:07:34 PM UTC-8, david glenn wrote: > > I have tried the various download strategies and come up short. The > Debian approach failed to load key files. So I've tried the tarball > approach with the following error: ( I created the 'weewx' file and > downloaded the tar file into it) > > pi@raspberry ~/weewx $ tar xvzf weewx-3.9.2.tar.gz > gzip: stdin: unexpected end of file > tar: child returned status 1 > tar: Error is not recoverable: exiting now > >> >> Your file was truncated in transfer.
Try this: pi@pi3:/tmp $ sha1sum weewx-3.9.2.tar.gz c4feacb728b97630ec6c97a008eecd0263a40cc4 weewx-3.9.2.tar.gz or: pi@pi3:/tmp $ md5sum weewx-3.9.2.tar.gz 320e3413f3af6c3484d3fda3b4431c0b weewx-3.9.2.tar.gz or: pi@pi3:/tmp $ sha256sum weewx-3.9.2.tar.gz fae74c4160a2141f3f1681b998a691318770516af46366f194c3e9e3d6273b3c weewx-3.9.2.tar.gz If you see a checksum match for whatever checksum program you used, you got it all. I downloaded it via: cd /tmp wget http://weewx.com/downloads/weewx-3.9.2.tar.gz If you want to see what is in a .tar.gz (or .tgz which is the same thing - a gzipped tarball), you would do: tar ztvf weewx-3.9.2.tar.gz -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/d6b1e1dc-9cb0-4841-8a42-f4e4c0cf4f14%40googlegroups.com.
