[Bug 196929] ar: fatal: Numeric user ID too large

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 8 13:13:53 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196929

Glen Barber <gjb at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|10.1-RELEASE                |11.0-CURRENT
           Severity|Affects Only Me             |Affects Many People

--- Comment #3 from Glen Barber <gjb at FreeBSD.org> ---
Ed, I've verified this is still an issue on 11-CURRENT.  Since you've been
touching ar(1) lately, would you mind taking a look?

root at nucleus:~ # cat tst.txt 
123
root at nucleus:~ # chown 123456789:123456789 tst.txt 
root at nucleus:~ # ll
total 5
-rw-r--r--  1 123456789  123456789  4 Jul  8 09:07 tst.txt
root at nucleus:~ # ar -rc tst.a tst.txt 
ar: fatal: Numeric user ID too large

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list