From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50231 invoked by alias); 20 Jan 2016 12:19:16 -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 50170 invoked by uid 89); 20 Jan 2016 12:19:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_40,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=sk:Basefi, sk:Base-fi, H*f:sk:CALiPeu, Stromeko X-HELO: plane.gmane.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 20 Jan 2016 12:19:14 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aLrjC-0003zV-Gg for cygwin@cygwin.com; Wed, 20 Jan 2016 13:19:10 +0100 Received: from a83-162-234-136.adsl.xs4all.nl ([83.162.234.136]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Jan 2016 13:19:10 +0100 Received: from houder by a83-162-234-136.adsl.xs4all.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Jan 2016 13:19:10 +0100 To: cygwin@cygwin.com From: Henri Subject: Re: Base-files-mketc.sh error for non-existing C:\Windows\SysWOW64\drivers\etc Date: Wed, 20 Jan 2016 13:08:00 -0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00238.txt.bz2 Achim Gratz NexGo.DE> writes: > > David Lee gmail.com> writes: > > >> WINETC="$(/usr/bin/cygpath -S -u)/drivers/etc" > > It's been looking for that for quite some time IIRC. That indeed should > likely be > > WINETC="$(/usr/bin/cygpath -W -u)/System32/drivers/etc" > > although I've yet to find an official MS document that says so. I'd > appreciate if someone could point that out to me, I'll update the base-files > package in the next few days. Looking for the 'etc' directory ? @@ uname -a CYGWIN_NT-6.1-WOW Seven 2.3.1(0.291/5/3) 2015-11-14 12:42 i686 Cygwin @@ ls -l /drv/c/windows/SysWOW64/drivers | grep etc # no etc in drivers below SysWOW64 @@ ls -l /drv/c/windows/System32/drivers | grep etc # System32 is redirected to SysWOW64 @@ ls -l /drv/c/windows/SysNative/drivers | grep etc # basically, etc exists in drivers below System32 drwxrwx---+ 1 TrustedInstaller TrustedInstaller 0 Sep 7 2014 etc 64-@@ uname -a CYGWIN_NT-6.1 Seven 2.3.1(0.291/5/3) 2015-11-14 12:44 x86_64 Cygwin 64-@@ ls -l /drv/c/windows/System32/drivers | grep etc drwxrwx---+ 1 TrustedInstaller TrustedInstaller 0 Sep 7 2014 etc 64-@@ ls -l /drv/c/windows/SysWOW64/drivers | grep etc # again, no etc in drivers below SysWOW64 ----- Summary: 32-bits: /drv/c/windows/SysNative/drivers/etc exists 64-bits: /drv/c/windows/System32/drivers/etc exists Regards, Henri -- 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