delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2003/10/14/11:16:22

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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
From: "Hannu E K Nevalainen" <garbage_collector AT telia DOT com>
To: <cygwin AT cygwin DOT com>
Subject: RE: cygpath hangings
Date: Tue, 14 Oct 2003 17:15:48 +0200
Message-ID: <NGBBLLIAMFLGJEOAJCCEGEELDFAA.garbage_collector@telia.com>
MIME-Version: 1.0
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
In-Reply-To: <Pine.GSO.4.56.0310140935310.20462@slinky.cs.nyu.edu>
Importance: Normal
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165

> From: Igor Pechtchanski
> Sent: Tuesday, October 14, 2003 3:38 PM

> FWIW, I've posted instructions on how to run a program from setup recently
> (but can't find the actual message at the moment).  To summarize, simply
> create a shell script named BLAH.sh that calls that program (you may need
> to call it through bash, too), put it in /etc/postinstall, and run setup
> in "Keep" mode.  The script will be run during the postinstall phase (even
> though you won't install anything).
> 	Igor

In addition to what is above...
I've been using these to generate the problem. HTH.

--
$ cat /etc/postinstall/t3.sh
#!/bin/bash -x

# CYGWIN_DEBUG=/bin/cygpath
# set CYGWIN_SLEEP=20000

echo -e "CYGWIN_DEBUG=${CYGWIN_DEBUG}\tCYGWIN_SLEEP=${CYGWIN_SLEEP}"

TOPFOLDER="$(cygpath -A -P)/Cygwin-XFree86"
echo $TOPFOLDER


$ cat ~/scripts/t3
#!/bin/bash

if [ -f /etc/postinstall/t3.sh.done ] ; then
  mv /etc/postinstall/t3.sh.done /etc/postinstall/t3.sh
fi

cygstart -- /install/setup.exe --no-md5



/Hannu E K Nevalainen, B.Sc. EE - 59?16.37'N, 17?12.60'E
-- UTC+01, DST -> UTC+02  --
--END OF MESSAGE--


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


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