X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <49AF2BA8.1060706@columbus.rr.com> Date: Wed, 04 Mar 2009 20:32:24 -0500 From: Paul McFerrin Reply-To: pmcferrin AT columbus DOT rr DOT com User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: pmcferrin AT columbus DOT rr DOT com, cygwin AT cygwin DOT com Subject: Re: Download first time in fresh root node hangs - twice References: <49AED77F DOT 6090001 AT columbus DOT rr DOT com> In-Reply-To: <49AED77F.6090001@columbus.rr.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com The original problem was resolved after a reboot. There were other funny (Ha-Ha) things going on too. New issue: consider the following command sequence: /c/cygwin.$ ls -l *log # copy log files from 1.5 to 1.7 node -rw-rw-rw- 1 paul None 783 Feb 3 17:00 clock_dong.log -rw-rw-rw- 1 paul None 594347 Mar 4 20:08 ping_log -rwxrwxrwx+ 1 Guest None 18519 Sep 3 2007 setup.log -rw-rw-rw- 1 paul None 2235 Jan 15 13:42 snapshot.log -rw-rw-rw- 1 paul None 420 Feb 13 00:13 wget-log /c/cygwin.$ cp -v *log ~-/ `clock_dong.log' -> `//clock_dong.log' <~-/ expanded to "//..." cp: cannot create regular file `//clock_dong.log': No such file or directory `ping_log' -> `//ping_log' cp: cannot create regular file `//ping_log': No such file or directory /c/cygwin.$ cd - / /.$ cd - /c/cygwin /c/cygwin.$ cp -v *log / # avoid "~-" expansion `clock_dong.log' -> `/clock_dong.log' `ping_log' -> `/ping_log' `setup.log' -> `/setup.log' `snapshot.log' -> `/snapshot.log' `wget-log' -> `/wget-log' /c/cygwin.$ Was there a change that make "//... " pathnames invalid?? I DID finally got 1.5 and 1.7 running on same machine. I was pleasantly surprised. Thanks Dave K. - Paul Paul McFerrin wrote: > I had the same thing (hang) yesterday while downloading cygwin into a > fresh node (cygwinIV). Well this time: [snip] -- 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/