tar: Error exit delayed from previous errors.
Sascha Wildner
saw at online.de
Mon Aug 25 00:17:34 PDT 2014
On Sat, 23 Aug 2014 02:57:54 +0200, lhmwzy <lhmwzy at gmail.com> wrote:
> OK,run cat xx.tar.gz|gzip -cd|tar -xvf - and get the same error in the
> end:
> tar: Error exit delayed from previous errors.
The problem seems to be that our tar cannot handle certain pathnames
present in this files and it does error about them earlier in the output:
advancer# grep -w tar: tar.out
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Error exit delayed from previous errors.
I haven't yet found the actual issue, though.
Sascha
More information about the Users
mailing list