Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-18 Thread Corinna Vinschen
On Jun 17 11:54, Rick Rankin wrote: > Corinna, > > Thanks for making the change so quickly! The 0617 snapshot definitely fixed the > tar problem. I don't know if it makes a difference for the internal change you > make, but I am able to delete files on that share, both with Cygwin and native > Win

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-17 Thread Rick Rankin
--- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Jun 16 21:47, Pierre A. Humblet wrote: > > On Wed, Jun 16, 2004 at 06:10:03PM -0700, Rick Rankin wrote: > > > It seems to be the O_TRUNC flag that's causing the problem. If I remove > it, the > > > open succeeds when the file doesn't exist. > > >

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-17 Thread Corinna Vinschen
On Jun 16 21:47, Pierre A. Humblet wrote: > On Wed, Jun 16, 2004 at 06:10:03PM -0700, Rick Rankin wrote: > > It seems to be the O_TRUNC flag that's causing the problem. If I remove it, the > > open succeeds when the file doesn't exist. > > > > Here's the output of 'strace opentest /cygdrive/m/foo

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-16 Thread Pierre A. Humblet
On Wed, Jun 16, 2004 at 06:10:03PM -0700, Rick Rankin wrote: > --- "Pierre A. Humblet" <[EMAIL PROTECTED]> wrote: > > > > Due to the way the debug_printf are located in fhandler_base::open (PTC), > > more information is displayed in case of success than in case of failure. > > So it would be inter

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-16 Thread Rick Rankin
--- "Pierre A. Humblet" <[EMAIL PROTECTED]> wrote: > On Wed, Jun 16, 2004 at 12:14:49PM -0700, Rick Rankin wrote: > > --- "Pierre A. Humblet" <[EMAIL PROTECTED]> wrote: > > > On Wed, Jun 16, 2004 at 10:10:09AM -0700, Rick Rankin wrote: > > > > > > > > OK, it *must* be something specific to the par

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-16 Thread Pierre A. Humblet
On Wed, Jun 16, 2004 at 12:14:49PM -0700, Rick Rankin wrote: > --- "Pierre A. Humblet" <[EMAIL PROTECTED]> wrote: > > On Wed, Jun 16, 2004 at 10:10:09AM -0700, Rick Rankin wrote: > > > > > > OK, it *must* be something specific to the particular share I've been > > working > > > with. I just mapped

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-16 Thread Rick Rankin
--- "Pierre A. Humblet" <[EMAIL PROTECTED]> wrote: > On Wed, Jun 16, 2004 at 10:10:09AM -0700, Rick Rankin wrote: > > > > OK, it *must* be something specific to the particular share I've been > working > > with. I just mapped some other drives from other servers, tried the same > tar > > command,

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-16 Thread Pierre A. Humblet
On Wed, Jun 16, 2004 at 10:10:09AM -0700, Rick Rankin wrote: > > OK, it *must* be something specific to the particular share I've been working > with. I just mapped some other drives from other servers, tried the same tar > command, and it worked just fine. The puzzling part is that on the problem

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-16 Thread Rick Rankin
--- Rick Rankin <[EMAIL PROTECTED]> wrote: > --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > > On Jun 15 14:48, Rick Rankin wrote: > > > --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > > > > On Jun 11 14:02, Rick Rankin wrote: > > > > > After upgrading to 1.5.10, I'm seem to be having a problem

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-16 Thread Rick Rankin
--- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Jun 15 14:48, Rick Rankin wrote: > > --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > > > On Jun 11 14:02, Rick Rankin wrote: > > > > After upgrading to 1.5.10, I'm seem to be having a problem creating > files > > > on > > > > network drives usi

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-16 Thread Corinna Vinschen
On Jun 15 14:48, Rick Rankin wrote: > --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > > On Jun 11 14:02, Rick Rankin wrote: > > > After upgrading to 1.5.10, I'm seem to be having a problem creating files > > on > > > network drives using tar. For quite a while now (a couple of years, at > > least

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-15 Thread Rick Rankin
--- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Jun 11 14:02, Rick Rankin wrote: > > After upgrading to 1.5.10, I'm seem to be having a problem creating files > on > > network drives using tar. For quite a while now (a couple of years, at > least), > > I've been using tar to back up several di

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-15 Thread Corinna Vinschen
On Jun 11 14:02, Rick Rankin wrote: > After upgrading to 1.5.10, I'm seem to be having a problem creating files on > network drives using tar. For quite a while now (a couple of years, at least), > I've been using tar to back up several directories to a network share, and had > no problems up throu

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-11 Thread Rick Rankin
--- Rick Rankin <[EMAIL PROTECTED]> wrote: > --- Larry Hall <[EMAIL PROTECTED]> wrote: > > At 05:02 PM 6/11/2004, you wrote: > > >After upgrading to 1.5.10, I'm seem to be having a problem creating files > on > > >network drives using tar. For quite a while now (a couple of years, at > > least), >

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-11 Thread Rick Rankin
--- Larry Hall <[EMAIL PROTECTED]> wrote: > At 05:02 PM 6/11/2004, you wrote: > >After upgrading to 1.5.10, I'm seem to be having a problem creating files on > >network drives using tar. For quite a while now (a couple of years, at > least), > >I've been using tar to back up several directories to

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-11 Thread Larry Hall
At 05:02 PM 6/11/2004, you wrote: >After upgrading to 1.5.10, I'm seem to be having a problem creating files on >network drives using tar. For quite a while now (a couple of years, at least), >I've been using tar to back up several directories to a network share, and had >no problems up through ver