search for: old_shar

Displaying 2 results from an estimated 2 matches for "old_shar".

Did you mean: old_shares
2002 Feb 25
3
PATCH: Samba/Win2K renaming bug
...+ } dev = sbuf.st_dev; inode = sbuf.st_ino; + DEBUG(3, ("check_file_sharing: call lock_share_entry\n")); lock_share_entry(conn, dev, inode); + + DEBUG(3, ("check_file_sharing: call get_share_modes\n")); num_share_modes = get_share_modes(conn, dev, inode, &old_shares); + DEBUG(3, ("check_file_sharing: num_share_modes: %d\n", num_share_modes)); + + /* This code was shamelessly lifted from locking/locking.c. */ + for (i = 0; i < num_share_modes; i++) { + share_mode_entry *entry_p = &old_shares[i]; + + DEBUG(5, ("check_file_shari...
1998 Apr 15
1
Error messages in log.smb
Last friday we upgraded from 1.9.17p4 to version 1.9.18p3 on a HP-UX 9.04 machine. Now we get lots of entries in the log.smb file like: ERROR: del_share_mode: failed to ftruncate share mode file /programs/samba/var/locks/share.1073807365.8199 to size 42 (Permission denied) ERROR: set_share_mode: failed to ftruncate share mode file /programs/samba/var/locks/share.1073807365.8195 to size 42