- Forums
- Linux Hosting
- [SOLVED] Tar: Error Is Not Recoverable: Exiting Now in Linux Command
these are some possible solutions on how to fix Tar: Error Is Not Recoverable: Exiting Now [514], Last Updated: Sat May 18, 2024
tra
Sun Jul 13, 2008
12 Comments
25216 Visits
Please, can you help me find what's wrong with my tar file? I am using the tar Linux terminal command I get an error message:
Tar: Error Is Not Recoverable: Exiting Now When I try to untar this file I get these errors:?
Sample Command:
tar xzf nagios-3.0.2.tar.gz
Command Respose
tar: nagios-3.0.2.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
What can I do?
[UPDATE] THANK YOU!!! Thanks vaibhav. Your command was correct. It worked.
the correct is :
# gunzip -c nagios-3.0.2.tar.gz | tar xvf -