cculianu / Fulcrum

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

Output Unknown logs --> tar: Ignoring unknown extended header keyword.... #198

Closed twofaktor closed 11 months ago

twofaktor commented 11 months ago

After extracting the pre-compiled binaries for Linux x86_64 ( Fulcrum-1.9.2-x86_64-linux.tar.gz ) the decompressor showed me the next output unknown logs:

tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.system.posix_acl_access
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.docker.grpcfuse.ownership

imagen

Is this a known bug? or can we ignore it?

thanks

twofaktor commented 11 months ago

Ok, I found a before issue with the same output: https://github.com/cculianu/Fulcrum/issues/167

cculianu commented 11 months ago

This is just some stuff that comes in because I use macOS with an xattr-capable filesystem. macOS loves loves LOVES to add additional xattrs and I guess they end up in the tarball.

Can be safely ignored. Those attrs are mostly meaningless.