https://bugzilla.mindrot.org/show_bug.cgi?id=3206
--- Comment #1 from Darren Tucker <[email protected]> --- Created attachment 3447 --> https://bugzilla.mindrot.org/attachment.cgi?id=3447&action=edit Use long long for chown uid This seems to fix it. On an i386 before: sftp> chown 2147483648 /tmp/t You must supply a numeric argument to the chown command. and after: sftp> chown 2147483648 /tmp/t Changing owner on /tmp/t sftp> exit -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
