From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88433 invoked by alias); 30 Apr 2015 15:02:23 -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 88351 invoked by uid 89); 30 Apr 2015 15:02:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f171.google.com Received: from mail-wi0-f171.google.com (HELO mail-wi0-f171.google.com) (209.85.212.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 30 Apr 2015 15:02:12 +0000 Received: by wief7 with SMTP id f7so15297619wie.0 for ; Thu, 30 Apr 2015 08:02:10 -0700 (PDT) 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:date :message-id:subject:from:to:content-type; bh=q5YSnKuY1PUfJYRScS2MLyPYguaQmUFG/FzYfo7fz2M=; b=FOf8U0FPDCVvD8+PTnYPHGh475v1bHKbBxcyPi5+xHv7iWQ+SG670SGN4Mumrsgv5b uMlWf5qHfujXwsqb5V4kVjbi2QmGB5s+55zTTFUr+OuqXD/dcCS7w7AlgDuPldS8JQqO fgNu4O3axNeIkN8j7AObsr/GKgUjOZZFjOlcPnAaKxy36wznSmdqINnWvl+H+dvVifC6 w6WOgkUgdqBCb7+sdwtXLjWE2Qy0V5kmVB38OoXqQ+VyRZAknkSnV/oY3DyUVceNcEVT /uYp41cXfWWSBcpTL4kxRSJBdd6KNsXJzSJ17fi8FA8U+lF91cNMCrsfzsAvim6Pnvl5 jSPw== X-Gm-Message-State: ALoCoQkYxG47C1DlhGqH0OI1gqYdatQwASOqTQfWBC7C/mLGUT+9xydq+dcYnl5ZpzfBPPjnGmxu MIME-Version: 1.0 X-Received: by 10.180.230.226 with SMTP id tb2mr6326223wic.64.1430406128257; Thu, 30 Apr 2015 08:02:08 -0700 (PDT) Received: by 10.194.119.195 with HTTP; Thu, 30 Apr 2015 08:02:08 -0700 (PDT) In-Reply-To: <20150430111752.GN3657@calimero.vinschen.de> References: <397346277.275101.1430383452664.JavaMail.zimbra@ceos.com.au> <20150430105644.GM3657@calimero.vinschen.de> <20150430111752.GN3657@calimero.vinschen.de> Date: Thu, 30 Apr 2015 15:02:00 -0000 Message-ID: Subject: Re: Trouble with Git 2.1.x pushing to repos over Samba From: Michael Enright To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00659.txt.bz2 I can report that it worked for me. $ uname -a CYGWIN_NT-6.1-WOW Manticore 2.0.0(0.287/5/3) 2015-04-30 10:13 i686 Cygwin I believe the above confirms that the DLL got installed. Then I did the git push origin command and it worked. On Thu, Apr 30, 2015 at 4:17 AM, Corinna Vinschen wrote: > On Apr 30 04:11, Michael Enright wrote: >> Corinna, >> >> Do you think the snapshot would change the outcome in my case? > > I think so. > >> I haven't used a snapshot before. Is there a tutorial on how to get >> onto and off of a snapshot? Or should I test by using a VM? > > Just download the cygwin DLL matching your architecture (x86/x86_64), > that is > > http://cygwin.com/snapshots/x86/cygwin1-20150430.dll.xz or > http://cygwin.com/snapshots/x86_64/cygwin1-20150430.dll.xz > > Unxz it, chmod +x it. Exit all Cygwin processes (even services), move > the original cygwin1.dll to a safe place. Copy the snapshot DLL into > its place, renaming it to cygwin1.dll. Start a shell. Test. Exit the > shell. Remove the new DLL and move the original DLL back into its > place. That's it. > > > Corinna > > -- > Corinna Vinschen Please, send mails regarding Cygwin to > Cygwin Maintainer cygwin AT cygwin DOT com > Red Hat -- 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