delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2005/07/09/12:45:49

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
To: cygwin AT cygwin DOT com
From: Eric Blake <ebb9 AT byu DOT net>
Subject: Re: Unwanted .exe appended to symlinks
Date: Sat, 9 Jul 2005 16:45:08 +0000 (UTC)
Lines: 32
Message-ID: <loom.20050709T183654-749@post.gmane.org>
References: <1120880636 DOT 6400 DOT 7 DOT camel AT localhost DOT localdomain> <42CFD190 DOT 2060109 AT byu DOT net> <Pine DOT GSO DOT 4 DOT 61 DOT 0507091049360 DOT 9496 AT slinky DOT cs DOT nyu DOT edu>
Mime-Version: 1.0
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes

Igor Pechtchanski <pechtcha <at> cs.nyu.edu> writes:

> I appreciate the effort you spend to get this right, and hate to ask for
> extras (especially if those are non-standard), but would it be possible to
> add a Cygwin-specific option[*] to ln that disables this?  The reason is
> that I frequently create symlinks to files/directories on network shares,
> and those shares aren't always available.

I can probably do that; all it would do is skip the cygwin-specific syscalls I
make up front to see what spelling to use, and just default to the supplied
spelling.

>  When they aren't, any access to
> them locks up the shell until the SMB request times out (which can take a
> while and isn't interruptible).  Having ln always check the target of the
> symlink will make "ln -s" nigh unusable.

Doing this would only speed up the symlink creation.  Anything that does a stat
on the sometimes-dangling link will still cause a SMB request, with the
corresponding potential pause (even something like 'ls -l' stats a link).

> 	Igor
> [*] I'd suggest --disable-exe-magic (no need to expend a short option)

Sounds like a reasonable name, although it may be a bit misleading ('ln -sf
//net/drive existing' where it is really spelled existing.exe will probably do
the wrong thing, since cygwin's .exe magic will cause ln's stat to see if
existing is there to succeed, but the unlink("existing") to fail).

--
Eric Blake



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


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