Re: "Error exit delayed from previous errors"

2006-02-17 Thread Mike McCarty

Jan Johansson wrote:

However, the resultant home.tar file appears to be OK (I can extract it
without evident errors).

Google shows a number of references to this problem but none seems
particularly relevant.

I don't much like relying on files that have been generated with this
error. Any ideas? Can I ignore it?



Isnt that the error you get it you try to create a file which is bigger
then the filesystem will allow? I seem to recall getting that when
trying to create a >2GB archive on an ext2-partition?


I've seen this error when trying to tar up files which I didn't have
permissions for. If you really want to make sure the tar file is
ok, then untar it to another directory and do diffs.

Mike
--
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
This message made from 100% recycled bits.
You have found the bank of Larn.
I can explain it for you, but I can't understand it for you.
I speak only for myself, and I am unanimous in that!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: "Error exit delayed from previous errors"

2006-02-17 Thread Anthony Campbell
On 17 Feb 2006, Jan Johansson wrote:
> 
> >However, the resultant home.tar file appears to be OK (I can extract it
> >without evident errors).
> >
> >Google shows a number of references to this problem but none seems
> >particularly relevant.
> >
> >I don't much like relying on files that have been generated with this
> >error. Any ideas? Can I ignore it?
> 
> Isnt that the error you get it you try to create a file which is bigger
> then the filesystem will allow? I seem to recall getting that when
> trying to create a >2GB archive on an ext2-partition?

I think that can happen but in this case it was coming from some
directories with strange files in them. Stuff I didn't need anyway so I
just deleted them.

Anthony
-- 
Anthony Campbell - [EMAIL PROTECTED] 
Microsoft-free zone - Using Linux Gnu-Debian
http://www.acampbell.org.uk (blog, book reviews, 
on-line books and sceptical articles)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RE: "Error exit delayed from previous errors"

2006-02-17 Thread Jan Johansson

>However, the resultant home.tar file appears to be OK (I can extract it
>without evident errors).
>
>Google shows a number of references to this problem but none seems
>particularly relevant.
>
>I don't much like relying on files that have been generated with this
>error. Any ideas? Can I ignore it?

Isnt that the error you get it you try to create a file which is bigger
then the filesystem will allow? I seem to recall getting that when
trying to create a >2GB archive on an ext2-partition?