Results 1 to 4 of 4

Thread: Tar: 'Error exit delayed from previous errors'

  1. #1
    Join Date
    Mar 2009
    Posts
    92

    Tar: 'Error exit delayed from previous errors'

    I am getting this error message Tar: 'Error exit delayed from previous errors' when I try to tar a directly or backup my web directory. Is there a way to find out what this error means?

  2. #2
    Join Date
    Apr 2008
    Posts
    3,522

    Re: Tar: 'Error exit delayed from previous errors'

    Tar is both a file format and the name of a program used to handle such files. Uncompressed tar archive files have names ending in ".tar". Unlike more recent archive formats. When you issue a tar command you can easily roll up a group of files. This eases the delivery of a group of files in per-session intensive applications such as the File Transfer Protocol and peer-to-peer applications.

  3. #3
    Join Date
    Apr 2008
    Posts
    3,295

    Re: Tar: 'Error exit delayed from previous errors'

    tar: error exit delayed from previous errors indicated that disk problem. To check for disk problems, use the dmesg command and look at file /var/log/messages. The dmesg command is used to write the kernel messages in Linux and other Unix-like operating systems to standard output (which by default is the display screen). This error occur when file having changed while it was being read.

  4. #4
    Join Date
    Jan 2009
    Posts
    318

    Re: Tar: 'Error exit delayed from previous errors'

    To create an archive using tar, use a command
    Code:
    tar cvf alldocs.tar *.doc
    which bundles all the files in the current directory that end with .doc into the alldocs.tar file. The tar backup program is an archiving program designed to store and extract files from an archive file known as a tarfile.

Similar Threads

  1. Error in my_thread_global_end(): 1 threads didn't exit
    By technika in forum Software Development
    Replies: 5
    Last Post: 21-12-2009, 09:33 AM
  2. Replies: 3
    Last Post: 22-09-2009, 09:38 AM
  3. Error : command 'gcc' failed with exit status 1
    By _Gentoo_Nile_ in forum Operating Systems
    Replies: 3
    Last Post: 07-08-2009, 06:57 PM
  4. Error - Driver components mis-match. Exit is the only option
    By m3pilot in forum Windows XP Support
    Replies: 2
    Last Post: 31-10-2004, 02:24 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,947,866.13922 seconds with 17 queries