Displaying 2 results from an estimated 2 matches for "thereofr".
Did you mean:
thereof
2005 Sep 06
3
[Bug 1529] 32bit rollover problem rsyncing files greater than 4GB in size
..._T is it possible that sum->count (which is size_t) in
sum_sizes_sqroot() will rollover too at line:
sum->count = (len + (blength - 1)) / blength; ?
When we assume all variables have all bits set:
2^64 + (2^32 - 1) / 2^32 = 2^32 + 1
But sum->count can only represent 2^32 and thereofre sum->count will be 0.
Did I made a mistake here?
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
2008 Oct 16
3
How does the "guest account" param work?
smb.conf states "This user must exist in the passwd file, but does not
require a valid login"
What exactly does this mean? As I understand it, adding a user with
'smbpasswd -a nobody' automatically gives it a valid login.
My reasons for asking are;
I added myself to passdb.tdb with my passwd.
I added the 'nobody' user to passdb.tdb with no passwd.
I then logged in to