From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12728 invoked by alias); 25 Jul 2017 16:10:20 -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 12710 invoked by uid 89); 25 Jul 2017 16:10:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,FORGED_MUA_MOZILLA,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLYTO_END_DIGIT,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=rwr, H*x:5.0, H*R:D*yahoo.com, H*x:Windows X-HELO: sonic310-49.consmr.mail.ne1.yahoo.com Received: from sonic310-49.consmr.mail.ne1.yahoo.com (HELO sonic310-49.consmr.mail.ne1.yahoo.com) (66.163.186.230) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 25 Jul 2017 16:10:18 +0000 Received: from sonic.gate.mail.ne1.yahoo.com by sonic310.consmr.mail.ne1.yahoo.com with HTTP; Tue, 25 Jul 2017 16:09:34 +0000 Date: Tue, 25 Jul 2017 18:21:00 -0000 From: "Ian Lambert via cygwin" Reply-To: Ian Lambert Reply-To: Ian Lambert To: , Ken Brown Message-ID: <799230527.525007.1500998733401@mail.yahoo.com> Subject: Re: how to access and display apps that I've launched MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable References: <799230527.525007.1500998733401.ref@mail.yahoo.com> X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00358.txt.bz2 -------------------------------------------- On Tue, 7/25/17, Ken Brown <> wrote: Normally you don't ever need to think about rebasing on x86_64.=C2=A0 The=20 perpetual postinstall script /etc/postinstall/0p_000_autorebase.dash=20 should handle everything without any manual intervention.=C2=A0 You might try=20 running that script (and the rebaselst script that it calls) line by=20 line (preferably in a dash shell started directly from Windows, with no=20 other Cygwin processes running) to see if you can figure out what's going wrong. =20 =3D =3D =3D Looks about the same to me, and all the /var/cache/rebase/... files are basically empty, FWIW, but I could be following the rebaselst script incorrectly. $ cat 0p_000_autorebase.dash #!/bin/dash export PATH=3D/bin b=3D/var/cache/rebase if [ -e ${b}/peflags ] ; then noaslr=3D--noaslr peflags=3Dpeflags rm -f ${b}/peflags else noaslr=3D'' peflags=3D'' fi if [ ! -e ${b}/fullrebase.done ] ; then rebase-trigger fullrebase rebaselst --rebuild update --cleardb $noaslr rebase $peflags mv ${b}/fullrebase ${b}/fullrebase.done else rebaselst update $noaslr rebase $peflags fi $ b=3D/var/cache/rebase $ ls ${b}/pe* ls: cannot access '/var/cache/rebase/pe*': No such file or directory $ ls ${b}/fullrebase.done /var/cache/rebase/fullrebase.done $ rebase-trigger fullrebase Note: _autorebase will do a full rebase the next time setup is run. $ rebaselst --rebuild update --cleardb rebase removing /var/cache/rebase/rebase_pkg creating empty /var/cache/rebase/rebase_pkg touch: setting times of '/var/cache/rebase/rebase_pkg': Invalid argument Updating package information in /var/cache/rebase/rebase_pkg. removing /var/cache/rebase/rebase_lst creating empty /var/cache/rebase/rebase_lst touch: setting times of '/var/cache/rebase/rebase_lst': Invalid argument Updating rebase information for installed executables in /var/cache/rebase/= rebas e_exe. removing /var/cache/rebase/rebase_dyn creating empty /var/cache/rebase/rebase_dyn touch: setting times of '/var/cache/rebase/rebase_dyn': Invalid argument Looking for dynamic language modules/libraries in: /usr/lib/R/site-library /usr/lib/php/20151012 /usr/lib/python2.7/site-packages /usr/lib/python3.6/site-packages Updating rebase information for dynamic language modules/libraries /var/cac= he/re base/rebase_dyn. removing /var/cache/rebase/rebase_user creating empty /var/cache/rebase/rebase_user touch: setting times of '/var/cache/rebase/rebase_user': Invalid argument Updating rebase information for user-defined dynamic objects /var/cache/reb= ase/r ebase_user. removing /var/cache/rebase/rebase_user_exe creating empty /var/cache/rebase/rebase_user_exe touch: setting times of '/var/cache/rebase/rebase_user_exe': Invalid argume= nt Updating rebase information for user-defined executables /var/cache/rebase/= rebas e_user_exe. Rebasing with list /var/cache/rebase/rebase_all, built from /var/cache/reba= se/re base_lst /var/cache/rebase/rebase_dyn /var/cache/rebase/rebase_user. $ $ ls -ls /var/cache/rebase total 224 32 -rw-r--r-- 1 myuser Domain Users 115 Jul 25 10:50 fullrebase 0 -rw-r--r-- 1 myuser Domain Users 0 Jul 25 11:34 rebase_all 32 -r--r--r-- 1 myuser Domain Users 31 Jul 25 11:34 rebase_dyn 0 -rw-r--r-- 1 myuser Domain Users 0 Jul 25 11:33 rebase_dyn.old 32 -r--r--r-- 1 myuser Domain Users 31 Jul 25 11:33 rebase_exe 0 -rw-r--r-- 1 myuser Domain Users 0 Jul 25 11:33 rebase_exe.old 32 -r--r--r-- 1 myuser Domain Users 31 Jul 25 11:33 rebase_lst 0 -rw-r--r-- 1 myuser Domain Users 0 Jul 25 11:33 rebase_lst.old 32 -r--r--r-- 1 myuser Domain Users 31 Jul 25 11:33 rebase_pkg 0 -rw-r--r-- 1 myuser Domain Users 0 Jul 25 11:33 rebase_pkg.old 32 -r--r--r-- 1 myuser Domain Users 31 Jul 25 11:34 rebase_user 0 -rw-r--r-- 1 myuser Domain Users 0 Jul 25 11:34 rebase_user.old 32 -r--r--r-- 1 myuser Domain Users 31 Jul 25 11:34 rebase_user_exe 0 -rw-r--r-- 1 myuser Domain Users 0 Jul 25 11:34 rebase_user_exe.old =20 -- 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