Re: [Samba] Locking between GNU/Linux and Microsoft Windows

2003-02-17 Thread Freddy Spierenburg
Hi Jeremy, On Wed, Feb 12, 2003 at 06:31:06PM +, [EMAIL PROTECTED] wrote: > How does Clipper on Linux do locking ? access("/home/freddy/tmp/clipper.locking/freddy.dbf", F_OK) = 0 open("/home/freddy/tmp/clipper.locking/freddy.dbf", O_RDWR) = 3 fcntl64(0x3, 0x6, 0xbfffeab0, 0x3) = 0 ioctl(3

Re: [Samba] Locking between GNU/Linux and Microsoft Windows

2003-02-12 Thread jra
On Wed, Feb 12, 2003 at 05:05:21PM +0100, Freddy Spierenburg wrote: > Hi, > > I'm having some trouble with locking between GNU/Linux and > Microsoft Windows. I wrote some Clipper code that run's on > GNU/Linux and Microsoft Windows (compiled to different binaries > ofcourse) that tries to lock a f

[Samba] Locking between GNU/Linux and Microsoft Windows

2003-02-12 Thread Freddy Spierenburg
Hi, I'm having some trouble with locking between GNU/Linux and Microsoft Windows. I wrote some Clipper code that run's on GNU/Linux and Microsoft Windows (compiled to different binaries ofcourse) that tries to lock a file on a Samba share. Between Microsoft Windows clients there is no problem. Th