Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.0.4 has the wrong format or file ending #341

Closed
Paso opened this issue Nov 20, 2023 · 2 comments
Closed

Release v1.0.4 has the wrong format or file ending #341

Paso opened this issue Nov 20, 2023 · 2 comments
Labels
bug Something isn't working Webserver This represents the otel-webserver-module in the instrumentation directory

Comments

@Paso
Copy link

Paso commented Nov 20, 2023

The newest release binary v1.0.4 is called .tgz like the previous ones but the file format is not tar+gz. I could extract it by first using "unzip" and then "tar -xz" so it's probably a tar+gz+zip which doesn't make much sense.

@mmmvvvppp
Copy link

mmmvvvppp commented Dec 13, 2023

I'd agree with your assessment of the zip around a tar+gz. unzip -Z identifies the downloaded archive as a zip:

unzip -Z opentelemetry-webserver-sdk-x64-linux.tgz 
Archive:  opentelemetry-webserver-sdk-x64-linux.tgz
Zip file size: 14423713 bytes, number of entries: 1
?rw-r--r--  2.0 unx 14560293 bl defN 23-Nov-20 06:50 opentelemetry-webserver-sdk-x64-linux.tgz
1 file, 14560293 bytes uncompressed, 14423517 bytes compressed:  0.9%

unzip -p opentelemetry-webserver-sdk-x64-linux.tgz | tar -zx does work for me. Thank you.

@DebajitDas DebajitDas added the Webserver This represents the otel-webserver-module in the instrumentation directory label Mar 14, 2024
@DebajitDas
Copy link
Member

Updated the file. It should be tar + gz as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Webserver This represents the otel-webserver-module in the instrumentation directory
Projects
None yet
Development

No branches or pull requests

3 participants