delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2013/11/06/00:29:07

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:to:from:subject:date:message-id:references
:mime-version:content-type:content-transfer-encoding
:in-reply-to; q=dns; s=default; b=NXuZycxj9E4BUL23W0LosvTilHwkXJ
FZsjFZnWvRGoaxBBxbeSKgpgrKeLfoXr5yxYS4ZljhvVnvZY/1PweWilqTB3ZgAB
fdorS6Xp5JuwpthXLMV4OZiwpIIMRwAH0/vcugeKU7yYjUQkagUBLaa9nuoFmKQm
0PuDme/t9WFzs=
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:to:from:subject:date:message-id:references
:mime-version:content-type:content-transfer-encoding
:in-reply-to; s=default; bh=DWr+Y7msnhy6FFqxj6BwX2gzWso=; b=pBeB
o7NlRcl3hwe45hK5eVFwOef7x/6t9ztfnyXlqdeKhbEvC4DzbaDDInUo1uokJGNj
qXy5gUBxzpzj4HVagzZS76tK+NJImblOQYpraq56lDdPkHqpgfkXYnwzoNfUZp1M
LgUgHLstiW6/3vrP/Vj2cpcTJQdZ7JeC5scxtBo=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.4 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPF_HELO_PASS,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2
X-HELO: plane.gmane.org
To: cygwin AT cygwin DOT com
From: Andrew DeFaria <Andrew AT DeFaria DOT com>
Subject: Re: git clone failing with "fatal: index-pack failed"
Date: Tue, 05 Nov 2013 21:28:09 -0800
Lines: 50
Message-ID: <l5ck10$4hu$1@ger.gmane.org>
References: <52688C6A DOT 5070703 AT DeFaria DOT com> <l4gq9e$805$1 AT ger DOT gmane DOT org> <CALgEz7pmb-UXR53AXUGZEL2xjKi078e9t0eK2vby2PjhdpV0Xg AT mail DOT gmail DOT com> <l4trii$ees$1 AT ger DOT gmane DOT org> <l5b2rh$uo6$1 AT ger DOT gmane DOT org> <CALgEz7o0inhvyQYXORasyVV48TuVqpOG3y62sSGoOo8rnuqvJg AT mail DOT gmail DOT com>
Mime-Version: 1.0
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0
In-Reply-To: <CALgEz7o0inhvyQYXORasyVV48TuVqpOG3y62sSGoOo8rnuqvJg@mail.gmail.com>
X-IsSubscribed: yes

On 11/05/2013 03:35 PM, Balaji Venkataraman wrote:
> On Tue, Nov 5, 2013 at 7:28 AM, Andrew DeFaria <Andrew AT defaria DOT com> wrote:
>
>> On 10/31/2013 08:04 AM, Andrew DeFaria wrote:
>>> On 10/26/2013 03:12 PM, Balaji Venkataraman wrote:
>>>> On Sat, Oct 26, 2013 at 9:23 AM, Andrew DeFaria wrote:
>>>>> It's been very quite about this issue. Usually at least somebody
>>>>> responds. I
>>>>> fear that perhaps nobody's seeing this. Could somebody, anybody, simply
>>>>> respond if even just to say "Yeah, I see this. Don't have an answer
>>>>> though"
>>>>> I'd appreciate it.
>>>> I see something similar intermittently but only when I try to clone in
>>>> a non-Administrator shell and that too only on cygwin32. It doesn't
>>>> happen when I'm in an administrator shell. Haven't been able to figure
>>>> it out - although I'm having other problems where I can't run many
>>>> commands from a 32bit Cygwin shell - so I don't want to set you off on
>>>> a random thread. Are you able to do things like man, make etc. from
>>>> the same shell?
> Did you try these (man, make etc.) from a non-admin shell?
I think you're talking to the other guy however when I did man, make, 
etc. they worked fine.
>>> Interesting. Running an administrator shell works! The odd thing is that I
>>> logged in as the user Administrator, the local user Administrator. I assume
>>> it has administrator rights but I know that there are administrator rights
>>> and then there are administrator rights. So it seems the problem lies
>>> between the two. How to debug this further and fix it?
>> Another error that I'm getting is the following:
>>
>> $ git fetch
>> Warning: No xauth data; using fake authentication data for X11 forwarding.
>> X11 forwarding request failed on channel 0
>> fatal: Out of memory? mmap failed: Resource temporarily unavailable
>> $
>>
>> Note that this happens whether or not I start an administrator shell. Also
> Could you do the following and report back:
> - open windows explorer and navigate to C:\Cygwin\bin (or where ever
> the root of your 32 bit Cygwin installation).
Stop. AFAICT I don't have a 32 bit Cygwin installation. I have a 64 bit 
Cygwin installation. Again, I think you're talking to the other guy. 
However I did report this new problem with git fetch and the nmap failed.
> - scroll down to find sh.exe and check whether you see the windows
> 'Administrator' shield on it?
>
> If it has a shield on it, that is the source of all problems.
I'll look for this however.
-- 
Andrew DeFaria <http://defaria.com>
"Criminal Lawyer" is a redundancy.


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

- Raw text -


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