X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=bTL+1dh muqeo8nSAoFioWcnsOCZCNLnJ8HgkjbFiWgkq0UnxL6isqeeA5nZ9WLlZHDgs5iW Q75573V+9datAxJeHcgjidH5DHSg1KIHv3hc1uTWFjaU0tuueB92rtNDTBQj3Q5j LrSe+1VzGosC2pC5a4lYqdONAGXkb5BiCWjA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=twm6kmqYinNnl f7TEM08RiN+eQg=; b=BBiZYxFr4fxolJkQIxWFMoRSaNB0SR7aJwDbPCaUtQdiS VEhH0aeE8hXBGCtthdPyPz2SVOQ+79hd+M9RdyiafCl01lSfDX1M+BDi+nTPdF0x ACq1GEQT3LbpOKJ0PDRU7C8dJ0O3flzfrgHOVnaoRJZX22DGVR/VprXlzzXd5Y= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL autolearn=ham version=3.3.2 X-HELO: mail-pd0-f170.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=OFF7hcE9FA2kBhpZCfS7AEQlOVxLJaoPSN9SUs09pJc=; b=kqr16Gf95h51VT3rN0JHTs2/xbGKwVftB1u4VE8T8Fxy6CM47MFpMUBxXuzaKF7g5T o75Nsno8GyPspE10kT8KrRWUkiqpoEiXjLB7u+U5KMOUwopT8wMkc/s/qY2i57dK3zIJ mXHWfkEvPdRYWosZXkftXxGP+hZd66d3wa5H33xRUH47zA46S9t+yx2xoby/gb6tWhbl c78uvEq2fM4QoXNUFmuqN6UrdCd2czphMXM/0qxq26UHEKLOhLEA/i/hqoijSRqqd/3t d2aZ79phgPzKX62Fd0SdOLI+tdTO0wsu1b0X163kzCRvZsAqPvkI943bXD04lr+iotCA 7bzA== X-Gm-Message-State: ALoCoQkegaoHhuZgieIOHmbfM/N+RYVZtyAcI3qEYkMm1S3tokpsRP2jELY79rUcPd1POjt9PZT1 X-Received: by 10.70.93.2 with SMTP id cq2mr29757265pdb.99.1417801179852; Fri, 05 Dec 2014 09:39:39 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20141205113528.GK3810@calimero.vinschen.de> References: <20141204224253 DOT GA25789 AT dinwoodie DOT org> <20141205113528 DOT GK3810 AT calimero DOT vinschen DOT de> From: Dave L Date: Fri, 5 Dec 2014 12:39:19 -0500 Message-ID: Subject: Re: [cygwin] Cygwin's git says "error: failed to read delta-pack base object" To: cygwin Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On Fri, Dec 5, 2014 at 6:35 AM, Corinna Vinschen wrote: > > ... > > This looks suspiciously like a bug in the remote filesystem. Link > succeeded, so there are two links to the same file in the directory. > Unlinking link 1 succeeds, so there's still one link to the file in the > directory, but link 2 is inaccessible as if the file has been deleted > completely. Thus, a full POSIX git on this drive is broken. > > Can you please run > > /usr/lib/csih/getVolInfo /cygdrive/z > > and paste the output here? Maybe I can workaround this in the next > Cygwin version. Here you go: $ /usr/lib/csih/getVolInfo /cygdrive/Z Device Type : 7 Characteristics : 10 Volume Name : <> Serial Number : 1646121781 Max Filenamelength : 255 Filesystemname : Flags : c700ff FILE_CASE_SENSITIVE_SEARCH : TRUE FILE_CASE_PRESERVED_NAMES : TRUE FILE_UNICODE_ON_DISK : TRUE FILE_PERSISTENT_ACLS : TRUE FILE_FILE_COMPRESSION : TRUE FILE_VOLUME_QUOTAS : TRUE FILE_SUPPORTS_SPARSE_FILES : TRUE FILE_SUPPORTS_REPARSE_POINTS: TRUE FILE_SUPPORTS_REMOTE_STORAGE: FALSE FILE_VOLUME_IS_COMPRESSED : FALSE FILE_SUPPORTS_OBJECT_IDS : TRUE FILE_SUPPORTS_ENCRYPTION : TRUE FILE_NAMED_STREAMS : TRUE FILE_READ_ONLY_VOLUME : FALSE FILE_SEQUENTIAL_WRITE_ONCE : FALSE FILE_SUPPORTS_TRANSACTIONS : FALSE Thanks for looking into this. FWIW, @Kai on StackExchange has been able to reproduce the problem. See last comment here: http://stackoverflow.com/questions/27156413/how-to-configure-cygwin-git-for-two-factor-authentication-at-github-com/27176547?noredirect=1#comment43088817_27176547 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple