Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Jul 2015 13:13:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 196929] ar: fatal: Numeric user ID too large
Message-ID:  <bug-196929-8-hHyBpyllvQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196929-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196929-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196929

Glen Barber <gjb@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@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@nucleus:~ # cat tst.txt 
123
root@nucleus:~ # chown 123456789:123456789 tst.txt 
root@nucleus:~ # ll
total 5
-rw-r--r--  1 123456789  123456789  4 Jul  8 09:07 tst.txt
root@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196929-8-hHyBpyllvQ>