hermes - 💡(How to fix) Fix [Archive Corruption] starlight-slm.pi.tar.gz is truncated [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#14284Fetched 2026-04-23 07:45:48
View on GitHub
Comments
2
Participants
2
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
commented ×2labeled ×1

Error Message

tar: Error is recoverable: exiting now

Code Example

$ cd ~/archive/instances-pi-20260423
$ tar -tzf starlight-slm.pi.tar.gz
tar: Unexpected EOF in archive
tar: Error is recoverable: exiting now
gzip: stdin: unexpected end of file
RAW_BUFFERClick to expand / collapse

Issue: The starlight-slm archive tarball is corrupt (truncated).

Evidence:

$ cd ~/archive/instances-pi-20260423
$ tar -tzf starlight-slm.pi.tar.gz
tar: Unexpected EOF in archive
tar: Error is recoverable: exiting now
gzip: stdin: unexpected end of file

Archive sizes vs originals:

ProjectOriginalArchiveRatio
conjecture488M88MB5.5:1
dashboard1.2G222MB5.5:1
expert-horde1.2G223MB5.5:1
starlight-slm1.3G30MB44:1 (truncated!)
trading1.8G326MB5.6:1

The other 4 tarballs verify clean with tar -tzf.

Impact: CANNOT delete original .pi directories until starlight-slm archive is re-created.

Action needed: Re-create starlight-slm.pi.tar.gz from the original at ~/pi-admin/instances/starlight-slm/.pi/

Note: The original .pi directory on disk is intact (1.3G) — no data loss yet.

extent analysis

TL;DR

Re-create the starlight-slm.pi.tar.gz archive from the original directory at ~/pi-admin/instances/starlight-slm/.pi/ to resolve the corruption issue.

Guidance

  • Verify the integrity of the original directory ~/pi-admin/instances/starlight-slm/.pi/ to ensure it's complete and not corrupted.
  • Use the tar command with the -czf options to re-create the starlight-slm.pi.tar.gz archive, ensuring to specify the correct source directory and archive filename.
  • Check the size of the re-created archive to ensure it matches the expected size (approximately 1.3G) to confirm it's not truncated.
  • Once the new archive is created, re-run the tar -tzf command to verify its integrity.

Example

cd ~/pi-admin/instances/starlight-slm/
tar -czf ~/archive/instances-pi-20260423/starlight-slm.pi.tar.gz .pi/

Notes

The provided tar command options and archive sizes suggest a Linux-based system, so the guidance is tailored to that environment. If the system or tar version differs, the commands may need adjustments.

Recommendation

Apply workaround: Re-create the starlight-slm.pi.tar.gz archive as described, since the original directory is intact and no data loss has occurred. This approach ensures data preservation and allows for the deletion of the original .pi directories once the new archive is verified.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix [Archive Corruption] starlight-slm.pi.tar.gz is truncated [2 comments, 2 participants]