Displaying 2 results from an estimated 2 matches for "same_uid".
2002 Oct 09
1
ERROR: buffer overflow in receive_file_entry
has anyone seen this error:
ns1: /acct/peter> rsync ns1.pad.com::acct
overflow: flags=0xe8 l1=3 l2=20709376 lastname=.
ERROR: buffer overflow in receive_file_entry
rsync error: error allocating core memory buffers (code 22) at util.c(238)
ns1: /acct/peter>
--
Peter Dominguez
72 Belvedere Dr
Yonkers, NY 10705-2814
USA
Tel: 914-423-4000
Fax: 914-423-8640
Email: peter@pad.com
2001 Sep 01
3
Patch to make rsync preserve access times
...mproved upon it, in which case I'd be very interested to see
something newer and cleaner.)
> *** ./flist.c Wed Jan 26 23:53:39 2000
> --- ./flist.c Mon Feb 7 00:52:17 2000
...
> ***************
> *** 201,206 ****
> --- 203,209 ----
> if (file->uid == last_uid) flags |= SAME_UID;
> if (file->gid == last_gid) flags |= SAME_GID;
> if (file->modtime == last_time) flags |= SAME_TIME;
> + if (file->accesstime == last_access_time) flags |= SAME_ACCESS_TIME;
>
> for (l1=0;lastname[l1] && (fname[l1] == lastname[l1]) && (l1 <...