search for: set_posix_lock

Displaying 5 results from an estimated 5 matches for "set_posix_lock".

2004 Feb 12
3
More Info: Mac permission problems after Debian update
...4741) reply_lockingX: lock start=0, len=4294967295 for pid 1, file mp3/bar/dilbert030923.gif timeout = 0 [2004/02/12 00:07:40, 10] locking/locking.c:do_lock(113) do_lock: lock type WRITE start=0 len=4294967295 requested for file mp3/bar/dilbert030923.gif [2004/02/12 00:07:40, 5] locking/posix.c:set_posix_lock(969) set_posix_lock: File mp3/bar/dilbert030923.gif, offset = 0, count = 4294967295, type = WRITE [2004/02/12 00:07:40, 10] locking/posix.c:posix_lock_in_range(632) posix_lock_in_range: offset_out = 0, count_out = 4294967295 [2004/02/12 00:07:40, 10] locking/posix.c:add_posix_lock_entry(392)...
2004 Apr 20
0
samba locking problem
...lock type WRITE start=2147483560 len=1 requested for file cfenton/Butzlaff/Wettbewerb Stifterverband/Marketing.doc [2004/03/02 15:03:56, 10] locking/posix.c:map_posix_lock_type(520) map_posix_lock_type: Downgrading write lock to read due to read-only file. [2004/03/02 15:03:56, 5] locking/posix.c:set_posix_lock(968) set_posix_lock: File cfenton/Butzlaff/Wettbewerb Stifterverband/Marketing.doc, offset = 2147483560, count = 1, type = WRITE [2004/03/02 15:03:56, 10] locking/posix.c:posix_lock_in_range(632) posix_lock_in_range: offset_out = 2147483560, count_out = 1 [2004/03/02 15:03:56, 10] locking/posix...
2002 Aug 20
2
Upgrade broke file locking
Prior to upgrading from RH7.0 to RH7.3 our Samba filserver worked perfectly. Now we are having locking problems. Initially Iused the same samba binaries built on RH70, I tried rebuilding Samba and reinstalling but it had no effect. If user bon opens an M$-Office file they frequently get a 'file is already in use by bob'. Sure enough smbstatus -L shows the file locked by bob, but bob
2003 Dec 01
0
No subject
...me the above, I will try to do the same > on a 64 bit hp-ux system and see if I get the same results. Currently the > build farm machines are all 32 bit machines... > > Thanks, > Don > Summary of the level 10 log: hpf01 # grep _posix_lock level10_debug_samba_cvs_locking set_posix_lock: File notes/pid.nbf, offset = 0, count = 4, type = READ add_posix_lock: File notes/pid.nbf: type = WRITE: start=0 size=4: dev=-16776679 inode=3377 set_posix_lock: Real lock: Type = WRITE: offset = 0, count = 4 release_posix_lock: File notes/pid.nbf, offset = 0, count = 4 delete_posix_lock_...
2003 Dec 01
0
No subject
...; ((errno == EFBIG) || ((errno == ENOLCK) && > is_nfsv2(fsp->fd) > ))) { > --- > > > if (!ret && (errno == EFBIG)) { > > 710d697 > < offset &= 0x7fffffff; > 1139,1140c1126,1127 > < DEBUG(5,("set_posix_lock: Lock fail !: Type = %s: > offset > = %.0f, count = %.0f\n", > < posix_lock_type_name(posix_lock_type), > (double)o > ffset, (double)count )); > --- > > > DEBUG(5,("set_posix_lock: Lock fail !: Type = %s: &...