[prev in list] [next in list] [prev in thread] [next in thread] 

List:       cygwin
Subject:    Re: postinstall scripts don't run when installing onto samba share.
From:       Christopher Faylor <cgf-no-personal-reply-please () cygwin ! com>
Date:       2004-11-15 4:36:22
Message-ID: 20041115043622.GD1917 () trixie ! casa ! cgf ! cx
[Download RAW message or body]

On Mon, Nov 15, 2004 at 10:47:16AM +1100, Donovan Baarda wrote:
>I don't understand why the execute bits would not be set.

Remote shares are assumed to be non-executable by default for speed
considerations.

You can fix this by mounting the share with the -x option:

mount -x -f //foo/bar /bar

Mounting the share in that manner will cause cygwin (and setup
postinstall scripts) to consider everything in /bar to be consdired
executable.  It might be better to mount any specific directories that
you know will contain executable content with -x:

mount -x -f //foo/c/cygwin/bin /bin
mount -x -f //foo/c/cygwin/sbin /sbin
mount -x -f //foo/c/cygwin/usr/sbin /usr/sbin

etc.

cgf

--
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/

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic