cculianu / Fulcrum

A fast & nimble SPV Server for BCH, BTC, and LTC
Other
331 stars 76 forks source link

Unknown output after extract "Fulcrum-1.9.1-x86_64-linux.tar.gz" #167

Closed twofaktor closed 1 year ago

twofaktor commented 1 year ago

After extracting the latest compressed binaries I saw these output logs:

Fulcrum-1.9.1-x86_64-linux/
Fulcrum-1.9.1-x86_64-linux/man/
Fulcrum-1.9.1-x86_64-linux/FulcrumAdmin
Fulcrum-1.9.1-x86_64-linux/fulcrum-example-config.conf
Fulcrum-1.9.1-x86_64-linux/LICENSE.txt
Fulcrum-1.9.1-x86_64-linux/._Fulcrum
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.system.posix_acl_access'
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.docker.grpcfuse.ownership'
Fulcrum-1.9.1-x86_64-linux/Fulcrum
Fulcrum-1.9.1-x86_64-linux/unix-man-page.md
Fulcrum-1.9.1-x86_64-linux/fulcrum-quick-config.conf
Fulcrum-1.9.1-x86_64-linux/man/Fulcrum.1
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.system.posix_acl_access'
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.docker.grpcfuse.ownership'

Captura2333242

What is this about? I didn't see it in previous versions

Captura2352365

I can see a new "._Fulcrum" hidden binary, what about it? could be the issue?

Captura243756798

cculianu commented 1 year ago

Hmm sorry about that. These are artifacts that macOS "invisibly" inserts sometimes into directories. I tarred this up on macOS, not on Linux. I'll re-tar on linux and re-sign the release so we can avoid these problems.

cculianu commented 1 year ago

Ok, I replaced the tarballs (tarred them on Linux this time) -- so no hidden magical macOS files are present. I re-signed them and re-uploaded them.

Please try the download again.

twofaktor commented 1 year ago

Solved! Thanks!