Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Fri, 17 Mar 2000 20:34:31 -0500 To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: File permision errors on win98 with net release candidate Message-ID: <20000317203431.A28032@cygnus.com> Reply-To: cygwin-developers AT sourceware DOT cygnus DOT com Mail-Followup-To: cgf AT cygnus DOT com, cygwin-developers AT sourceware DOT cygnus DOT com References: <20000317155549 DOT 19900 DOT qmail AT web122 DOT yahoomail DOT com> <20000317110225 DOT A15494 AT cygnus DOT com> <38D2DAF7 DOT 9977A3C1 AT attglobal DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.8i In-Reply-To: <38D2DAF7.9977A3C1@attglobal.net>; from fortinj@attglobal.net on Fri, Mar 17, 2000 at 08:25:11PM -0500 On Fri, Mar 17, 2000 at 08:25:11PM -0500, John Fortin wrote: >Attached is an strace for the failure: I'm sorry, John. I should have mentioned that you should use "strace -f" to generate the output. It looks like the failure is happening in a subprocess and strace output won't be trapped unless you use -f. Also, could you capture the output of a "bash -x config.jef >& whatever"? That should pinpoint where the problem is occurring. Please don't do an strace on the "bash -x", though. You'll fill up your hard disk with strace data if you do that. :-) cgf