From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5199 invoked by alias); 24 Apr 2014 16:36:30 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 5182 invoked by uid 89); 24 Apr 2014 16:36:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.6 required=5.0 tests=AWL,BAYES_50 autolearn=ham version=3.3.2 X-HELO: calimero.vinschen.de Received: from aquarius.hirmke.de (HELO calimero.vinschen.de) (217.91.18.234) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 24 Apr 2014 16:36:27 +0000 Received: by calimero.vinschen.de (Postfix, from userid 500) id 60E118E142F; Thu, 24 Apr 2014 18:36:24 +0200 (CEST) Date: Thu, 24 Apr 2014 16:36:00 -0000 From: Corinna Vinschen To: cygwin@cygwin.com Subject: Re: rm -f behavior Message-ID: <20140424163624.GU2339@calimero.vinschen.de> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <5358260B.90807@obj-sys.com> <20140424142304.GT2339@calimero.vinschen.de> <53592F15.4040309@obj-sys.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qnK4RqISe3HuYx1/" Content-Disposition: inline In-Reply-To: <53592F15.4040309@obj-sys.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-04/txt/msg00543.txt.bz2 --qnK4RqISe3HuYx1/ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 1214 On Apr 24 11:34, Douglas Coup wrote: > If I do "which rm" and "which chmod", it shows that both commands > resolve to the Cygwin binaries. >=20 > The attached rm.notworking.trace file is from an "rm -f dac.txt" > command that gets the permission denied error; i.e., when the > permissions on the file are 444. Things seem to start going south > at entry 34276. Gosh, how many ways to fail does transactional NTFS know? > 20 34002 [main] rm 7580 unlink_nt: Trying to delete \??\C:\mydocs\te= mp\dac.txt, isdir =3D 0 > 274 34276 [main] rm 7580 unlink_nt: Opening \??\C:\mydocs\temp\dac.tx= t for removing R/O failed, status =3D 0xC0190052 So you're getting a transaction error which isn't covered by the Cygwin DLL yet. The error is STATUS_TRANSACTIONMANAGER_NOT_ONLINE. Whatever this means. How on earth can the TxF manager be "not online"?!? Unfortunately there's only very sparse information about this status code available. Before I make any changes to Cygwin, I'll try to get some info from the Microsoft side of things... Stay tuned, Corinna --=20 Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat --qnK4RqISe3HuYx1/ Content-Type: application/pgp-signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJTWT2IAAoJEPU2Bp2uRE+gdDUQAIDK9GK8krHFdFvQ4YdkeTsk XGPg2ezAuOZHZIwOaNs3WeLA1EKEX3mxTn9Vv32x4PKSpvCtUOrEU2EJ53Neca58 vlf1W8fAcSt52mvu3j2j24ozl8iywKQjwdUNUhUaBulGuSeIUuknF2JrAJS23HHj OMyaCL9AgRGgoNlHR0gwmeG4a85KC80KhCaaaEU/oM104FAPjaty6dgweXiqJAPA w6kX/OAotQeqlgXAwdOG6KjtdzowtfcTgYOoQDVc8YMMo0NdA0/LzwrpBsbCbVzr BFnHsYRLYaVHbhl2pZaqiGgMyl3cINSl8XeNTbf5AmzSQUs+JyRShMh8zjUxxs1r bO7fEIEBZdcOGxdvfu5c3LTv83JaHarLPP4DqyGra9y3nFkxXZWnqMfEH2yleiWG a/2bf6MjOrhH/LAcPhVzj90fbBBh2xlGI+rU+6uGE99ewFcgCsj00nt2y5hYAqWk Opbf423sCPumNdMdZv1wtQauyK8+8k9MZtkPSjhtVFsNCJE0uw1fbFJepHMZhBbq pbwDNcO13vyrVBrMTgwzBWMnLAOErdUAwDnOzxoR3wY1JCVBv5spmAlKJkfbtiXd NjLuU9JImvho1jKzVRSuigEQ5J19IDxoTbpPzcMetn4SBXg439STOE8cD1zriIiB m7iN7rTrHD/5tKoNSfDv =uxaL -----END PGP SIGNATURE----- --qnK4RqISe3HuYx1/--