On Sat, 23 Aug 2014 02:57:54 +0200, lhmwzy <[email protected]> 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