Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
05-19-2009, 10:29 PM
|
#1
|
|
LQ Newbie
Registered: Nov 2007
Posts: 11
Rep:
|
"tar -xzf" error: "tar.child died with signal 13"
Dear All,
I have just installed my backup from Dell RD1000 on the platform of Red Hat enterprise version 4 with the command " tar -xzf /dev/sdc", but I got the following messages in the end of the restoring.
Quote:
gzip:stdin:decompression ok, trailing garbage ignored
tar: Child died with signal 13
tar: Error exit delayed from previous errors
|
I checked the files restored. It seems that all are there. I wonder if there is any problem with the data I have just installed. Can anyone confirm me this? Thanks a lot in advance.
vlsi
|
|
|
|
05-20-2009, 03:44 PM
|
#2
|
|
Senior Member
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873
|
I looked up linux signals on Google. It took about five seconds to find this page.
http://www.comptechdoc.org/os/linux/...pgsignals.html
That page says that signal 13 means
Quote:
|
SIGPIPE 13 Write on a pipe with no reader, Broken pipe (POSIX)
|
We know that when you specify -xz in the tar command you will actually start two processes. One will run tar, the other will run gzip to unzip the tar file. You were restoring from a file so the gzip would have been reading the tar archive and sending it to the tar utility. So evidently the tar utility exited before gzip was finished talking to it.
Last edited by stress_junkie; 05-20-2009 at 07:01 PM.
|
|
|
|
05-25-2009, 01:18 AM
|
#3
|
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE 12.3_64-KDE, Ubuntu 12.04, Fedora 17, Mint 14, Chakra
Posts: 3,522
Rep: 
|
Thanks for this explanation  .
|
|
|
|
05-26-2009, 12:13 AM
|
#4
|
|
LQ Newbie
Registered: Nov 2007
Posts: 11
Original Poster
Rep:
|
Thanks for the explanation! For your information, the data restored is working fine.
|
|
|
|
05-26-2009, 02:04 AM
|
#5
|
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE 12.3_64-KDE, Ubuntu 12.04, Fedora 17, Mint 14, Chakra
Posts: 3,522
Rep: 
|
Quote:
Originally Posted by vlsi
...the data restored is working fine.
|
In spite of the error message or did you succeed running it without error? What happened exactly  ?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:22 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|