[Samba] Re: locks cooperating with a server side process

2004-07-20 Thread Chris Green
"Gerald (Jerry) Carter" <[EMAIL PROTECTED]> writes: > This kind og question is probably better suited for > the samba-technical mailing list. I would repost there. Ah thanks a bunch, Chris -- Chris Green <[EMAIL PROTECTED]> Chicken's thinkin' -- To unsubscribe from this list go to the followi

[Samba] Re: locks cooperating with a server side process

2004-07-20 Thread Chris Green
Adam Tauno WIlliams <[EMAIL PROTECTED]> writes: > If your building a 'drop box' so to speak, where a process picks up > files after they are copied in, perhaps you want to look into hooking > for application into 'fam' > > http://oss.sgi.com/projects/fam/ > Thanks for the pointer. My problem isn

Re: [Samba] Re: locks cooperating with a server side process

2004-07-20 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Green wrote: ... | Does anyone else use samba as a drop box for a unix process? | | Is there anyway to make a file be locked upon creation with the copy | command? I have a hard time figuring out all the paramters for | open_file_shared1 Chris, T

Re: [Samba] Re: locks cooperating with a server side process

2004-07-20 Thread Adam Tauno WIlliams
> > I'm having a problem where I can gain the lock but the process is > > still writing to the file. If your building a 'drop box' so to speak, where a process picks up files after they are copied in, perhaps you want to look into hooking for application into 'fam' http://oss.sgi.com/projects/fam

[Samba] Re: locks cooperating with a server side process

2004-07-20 Thread Chris Green
Chris Green <[EMAIL PROTECTED]> writes: > I'm having a problem where I can gain the lock but the process is > still writing to the file. OK, I realized that putting python in might have scared away anyone that knew C enough to help me out on my problem so I wrote a tiny util to look at the fcntl