"invalid magic" on pi3-plugins.tar.gz

I downloaded the Pi3 plugin tarball directly from the link using wget. I got some sort of TLS warning but the file still downloaded. Then:

elk-pi:/udata/elk-examples$ ls -l
total 49512
-rw-r–r-- 1 mind xenomai 2789 Jun 19 00:00 README.md
drwxr-xr-x 2 mind xenomai 4096 Jun 19 00:00 benchmark-synth
drwxr-xr-x 6 mind xenomai 4096 Jun 19 00:00 blackboard
drwxr-xr-x 3 mind xenomai 4096 Jun 19 00:00 elk-juce-example-source
drwxr-xr-x 2 mind xenomai 4096 Jun 19 00:00 mda-jx10-lv2vst
drwxr-xr-x 2 mind xenomai 4096 Jun 19 00:00 mda-jx10-vst2
drwxr-xr-x 2 mind xenomai 4096 Jun 19 00:00 mda-jx10-vst3
drwxr-xr-x 2 mind xenomai 4096 Jun 19 00:00 multi-fx
-rw-r–r-- 1 mind xenomai 50667520 Jun 19 00:09 pi3-plugins.tar.gz
elk-pi:/udata/elk-examples$ tar xvzf pi3-plugins.tar.gz
tar: invalid magic
tar: short read
elk-pi:/udata/elk-examples$

elk-pi:/udata/elk-examples$ md5sum pi3-plugins.tar.gz
fd9ba41b42b2d328502ab62ad5c52fe7 pi3-plugins.tar.gz
elk-pi:/udata/elk-examples$

Hmmm. This is a pretty fundamental problem to overcome to get beyond the first example.

  • Is the MD5 checksum wrong?
  • Filesize wrong?
  • I shouldn’t use “tar” on this OS?

Problem solved, I downloaded the file to my Mac, expanded it then used scp to copy the 3 files to the Pi.

DL

1 Like