bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] extraneous %s in error message


From: Tim Kientzle
Subject: Re: [Bug-tar] extraneous %s in error message
Date: Tue, 15 Sep 2009 22:55:35 -0700
User-agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.21) Gecko/20090601 SeaMonkey/1.1.16

Denis Excoffier wrote:

jupiter% tar tvf /dev/null --owner=no-such-owner /etc/passwd
tar: no-such-owner: Invalid owner
tar: Error is not recoverable: exiting now
...
By the way, it seems to me that it should be possible to have
these commands (above) succeed. After all, the tar file is not
dedicated to local consumption: the local existence or
nonexistence of any group or owner is not sufficient to forbid
the creation of such a tar file.

Tar format needs to store both the numeric UID/GID
and the user/group name.  If the name cannot be
looked up in the local system database, it has
no way to generate a suitable ID.

Cheers,

Tim




reply via email to

[Prev in Thread] Current Thread [Next in Thread]