From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29182 invoked by alias); 26 Jul 2017 17:08:01 -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 29089 invoked by uid 89); 26 Jul 2017 17:07:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy= X-HELO: smtp-out-so.shaw.ca Received: from smtp-out-so.shaw.ca (HELO smtp-out-so.shaw.ca) (64.59.136.138) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 26 Jul 2017 17:07:57 +0000 Received: from [192.168.1.100] ([24.64.240.204]) by shaw.ca with SMTP id aPmsdFgUkMaqMaPmtd5xx7; Wed, 26 Jul 2017 11:07:55 -0600 X-Authority-Analysis: v=2.2 cv=Qc8WhoTv c=1 sm=1 tr=0 a=MVEHjbUiAHxQW0jfcDq5EA==:117 a=MVEHjbUiAHxQW0jfcDq5EA==:17 a=IkcTkHD0fZMA:10 a=w5aJ8kaLLAry8Qfnm_kA:9 a=QEXdDO2ut3YA:10 Reply-To: Brian.Inglis@SystematicSw.ab.ca Subject: Re: how to access and display apps that I've launched To: cygwin@cygwin.com References: <685307372.1339085.1501078785472.ref@mail.yahoo.com> <685307372.1339085.1501078785472@mail.yahoo.com> <8ee0e445-5959-275c-0c55-d0c06bcca6e3@cornell.edu> From: Brian Inglis Message-ID: <286d55a3-d37c-ab3d-aabe-5ae9f925eefa@SystematicSw.ab.ca> Date: Wed, 26 Jul 2017 18:27:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <8ee0e445-5959-275c-0c55-d0c06bcca6e3@cornell.edu> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfN+VySrIzXqLMvLyMQGpTa8rzIneAPlcIOUINqboCS0Bp+oent8FRfPtPBX5xN8RRylgIr4b3JH79kY2sCXQNSFjZ+wSRUj2Nz8dFV+JqA2UdrijaXUl Cay2Eyx5UOTRsqGQ4P+0fxKv2Tv+CiVgkhIxB8nC0atoaXDl72AdEL0pp3d9kQbZZ0kNAN0fdryNpg== X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00380.txt.bz2 On 2017-07-26 08:59, Ken Brown wrote: > On 7/26/2017 10:19 AM, Ian Lambert via cygwin wrote: >> Indeed, Cygwin is installed on a FAT32 formatted >> external drive, which is limited to 1980-01-01 on >> the early end. >> >> So apparently rebase has not been working for me >> "forever," > > More generally, it seems that the autorebase postinstall script will always fail > to do a full rebase when Cygwin is installed on a FAT file system. It's > surprising that this has never been reported before. > > Anyway, Achim can easily fix this. You can fix this locally quickly using: $ fgrep 7001 /usr/bin/rebase* /usr/bin/rebaselst: touch -t 7001010000 "$1" $ sed -i /7001/s//198001/ /usr/bin/rebaselst $ fgrep 1980 /usr/bin/rebaselst touch -t 198001010000 "$1" and test this fix by running "rebase-trigger full", shutting down everything Cygwin, downloading and running setup. -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada -- 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