question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

tar: Malformed extended header: missing newline

See original GitHub issue

Hi,

Failed to deploy from windows to ubuntu server I suspect that this is because of the Windows line endings

Started TaskList: Pushing Meteor App
 - Pushing Meteor App Bundle to The Server
 - Pushing Meteor App Bundle to The Server: SUCCESS
 - Prepare Bundle
 x Prepare Bundle: FAILED

        -----------------------------------STDERR-----------------------------------
        tar: Malformed extended header: missing newline
        tar: Exiting with failure status due to previous errors
        -----------------------------------STDOUT-----------------------------------
        node-8.4.0-base: Pulling from abernix/meteord

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
zoderncommented, Nov 3, 2017

I published mup@1.3.5-beta1 on npm. It uses a different package to archive the bundle (node-tar, which is used by npm and meteor).

Please install it with npm i -g mup@next and see if you still encounter the error.

0reactions
zoderncommented, Nov 3, 2017

Thanks for testing it. Mup 1.3.5 is no available with the fix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Malformed extended header: missing newline #21 - GitHub
Hi, when trying to open (with another tar utility, such as gnu tar or docker) very large (1 GB+) tar files generated with...
Read more >
Re: [Bug-tar] GNU tar generates malformed Pax attributes
An extended header shall consist of one or more records, each constructed as follows: "%d %s=%s\n", <length>, <keyword>, ...
Read more >
Recovering Data From A Corrupt tar Archive - stosb
My backup tar archive got corrupted. This is how I saved my data… ... tar: Malformed extended header: missing equal sign.
Read more >
Redshift COPY failing to read tar.gz from S3. Error code 1216 ...
bash - Redshift COPY failing to read tar. gz from S3. Error code 1216. Missing newline: Unexpected character 0x2f found at location 1...
Read more >
Tar: po/tar.pot - Fossies
As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found