Re: [CentOS] samba file locking

2009-09-25 Thread Les Mikesell
John R Pierce wrote: > Les Mikesell wrote: >> Rsync normally creates the updated file under a tmp name and renames only >> when >> the transfer is complete. It has the advantage that if you repeat the >> tranfer >> with unchanged files it doesn't actually do it so you don't have to track >> w

Re: [CentOS] samba file locking

2009-09-25 Thread John R Pierce
Les Mikesell wrote: > Rsync normally creates the updated file under a tmp name and renames only > when > the transfer is complete. It has the advantage that if you repeat the > tranfer > with unchanged files it doesn't actually do it so you don't have to track > which > files in a directory

Re: [CentOS] samba file locking

2009-09-25 Thread Les Mikesell
Filipe Brandenburger wrote: > > On Fri, Sep 25, 2009 at 08:07, janezkosmr wrote: >> I encountered an interesting problem. We have a Java application on a samba >> server. The folder is then shared to the clients via a samba share. So far >> it works OK. Until now we had windows clients and everyth

Re: [CentOS] samba file locking

2009-09-25 Thread m . roth
> Hi, > > On Fri, Sep 25, 2009 at 08:07, janezkosmr wrote: >> I encountered an interesting problem. We have a Java application on a >> samba server. The folder is then shared to the clients via a samba >> When a developer copies a new jar to the folder which is shared via >> samba. And if this co

Re: [CentOS] samba file locking

2009-09-25 Thread Kemp, Larry
...@centos.org] On Behalf Of JohnS Sent: Friday, September 25, 2009 10:19 AM To: CentOS mailing list Subject: Re: [CentOS] samba file locking On Fri, 2009-09-25 at 08:53 -0400, Filipe Brandenburger wrote: > Hi, > > On Fri, Sep 25, 2009 at 08:07, janezkosmr wrote: > > I

Re: [CentOS] samba file locking

2009-09-25 Thread JohnS
On Fri, 2009-09-25 at 08:53 -0400, Filipe Brandenburger wrote: > Hi, > > On Fri, Sep 25, 2009 at 08:07, janezkosmr wrote: > > I encountered an interesting problem. We have a Java application on a samba > > server. The folder is then shared to the clients via a samba share. So far > > it works OK

Re: [CentOS] samba file locking

2009-09-25 Thread Filipe Brandenburger
Hi, On Fri, Sep 25, 2009 at 08:07, janezkosmr wrote: > I encountered an interesting problem. We have a Java application on a samba > server. The folder is then shared to the clients via a samba share. So far > it works OK. Until now we had windows clients and everything worked OK. But > now we ar

[CentOS] samba file locking

2009-09-25 Thread janezkosmr
Hi, I encountered an interesting problem. We have a Java application on a samba server. The folder is then shared to the clients via a samba share. So far it works OK. Until now we had windows clients and everything worked OK. But now we are trying to Linux clients and this is where the fun starts