https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196929
Bug ID: 196929
Summary: ar: fatal: Numeric user ID too large
Product: Base System
Version: 10.1-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
ar failing on files with long UID.
[root@hostname ~]# echo 123 > tst.txt
[root@hostname ~]# chown napetrov tst.txt
[root@hostname ~]# ls -anl tst.txt
-rw-r--r-- 1 11299695 0 4 Dec 9 12:04 tst.txt
[root@hostname ~]# ar -rc test.a tst.txt
ar: fatal: Numeric user ID too large
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"