delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2000/09/11/16:00:27

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
From: Chris Faylor <cgf AT cygnus DOT com>
Date: Mon, 11 Sep 2000 15:58:48 -0400
To: Harold Hunt <Harold AT compasstechnologies DOT com>
Cc: cygwin AT sources DOT redhat DOT com, DJ Delorie <dj AT cygnus DOT com>
Subject: Re: Samba install problems
Message-ID: <20000911155848.A10042@cygnus.com>
Reply-To: cygwin AT sources DOT redhat DOT com
Mail-Followup-To: Harold Hunt <Harold AT compasstechnologies DOT com>,
cygwin AT sources DOT redhat DOT com, DJ Delorie <dj AT cygnus DOT com>
References: <896908DA55C4D311B9C000C04F01A05406F90B AT ENTERPRISE>
Mime-Version: 1.0
User-Agent: Mutt/1.3.6i
In-Reply-To: <896908DA55C4D311B9C000C04F01A05406F90B@ENTERPRISE>; from Harold@compasstechnologies.com on Mon, Sep 11, 2000 at 03:24:14PM -0400

On Mon, Sep 11, 2000 at 03:24:14PM -0400, Harold Hunt wrote:
>DJ,
>
>When running setup.exe from my Samba share, U:, I get the following log
>results:
>mbox fatal: Can't open latest/ash/ash-20000823.tar.gz.tmp for writing: No
>such file or directory
>
>/var/log/samba/log.bones contains the following error message:
>[2000/09/11 13:57:51, 0] smbd/open.c:open_directory(1188)
>  open_directory: unable to create disks/cygdown/latest/ash. Error was No
>such
>  file or directory
>
>When running the same setup.exe on C: I get no such errors.
>
>The following program fails as well, giving the same message in the Samba
>log file:
>int main(int argc, char* argv[])
>{
>	int						iResult = 0 ;
>	DWORD					dwError = 0 ;
>
>	iResult = CreateDirectory( "U:\\disks\\cygdown\\latest\\ash\\", NULL
>) ;
>	
>	if (!iResult) {
>		dwError = GetLastError() ;
>		cout << "CreateDirectory failed: " << dwError << endl ;
>	} else {
>		cout << "CreateDirectory succeeded" << endl ;
>	}
>
>	return 0;
>}
>
>However, CreateDirectory("U:\\disks\\cygdown\\latest\\", NULL ) works, note,
>u:\disks\cygdown exists at time of call, but u:\disks\cygdown\latest does
>not exist; it seems to me that Samba fails on CreateDirectory calls that
>attempt to create nested non-existent directories.  I'm guessing that this
>has to have showed up as a bug report for Samba, as CreateDirectory is
>primarily used for creating several directories at once, so this has
>probably been fixed after Samba 2.0.6, but I have yet to check for such a
>bug report.

I believe that this may just be a problem with the trailing backslash.  I
think we go out of our way to get rid of this in cygwin.

(Note that I've redirected this discussion to the cygwin mailing list)

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019