X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:content-type :mime-version; q=dns; s=default; b=saTSs7OMA5ng/ebBTUd6B7ImHQMp8 lKkwtGehh5V0KzmCoJ7IGVWWQKmmrdwqWIPf17Xjmw6XCFZ6slc9JaKzjx29jmLL JNuLnj90POwP8flI3FQ04R6+6YVWIFghR4aH9gcv1zeGF014NUPIB1x7f3krS/N6 q4WYaPu3djyHuk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:content-type :mime-version; s=default; bh=+M2r/L1HTOXoQxLD//0yUWXvaAI=; b=DT0 XRh0TDJxDZr3SbtHlmnQ9VENgFU3F5F55d89qDUO4eJjCrqcC/tFO1h7iYjWur6C J1Kac1fjDg+LkjJJ73YhS836Q9glcohyvse2xqQHHc6yJKkZ0xPSg826wTenvCQ3 RbY5AG32akuAx4EBktR6KiWRUEWwDheQ52oEnyp8= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: usevmg21.ericsson.net From: Jeffery Ketner To: "cygwin AT cygwin DOT com" Subject: 000-cygwin-post-install.sh script hangs + mkdir and other commands uses 50% cpu ettal Date: Tue, 22 Apr 2014 17:55:39 +0000 Message-ID: <06CA597577E4AF448F7260AB1DE9986302EAA764@eusaamb101.ericsson.se> Content-Type: multipart/mixed; boundary="_002_06CA597577E4AF448F7260AB1DE9986302EAA764eusaamb101erics_" MIME-Version: 1.0 --_002_06CA597577E4AF448F7260AB1DE9986302EAA764eusaamb101erics_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, During an update I ran on 4/21/2014 to update some editors, the 000-cygwin-= post-install.sh that runs near the end of the installation process seemed t= o hang. Investigating I saw that the commands like mkdir.exe, ln.exe, chmod= .exe that are un In that file were using 50% of my cpu upwards to 100%. The= process never finished even after an hour of waiting. Most recent install (full install + updates) was about a month ago. No prob= lems then. Tried the following: 1) fresh install (same results) 2) running file manually through cmd line (same results) using -c option on= ly shows the file being run with no other output 3) changed all permissions of the files and directories to be full control = (windows) same results 4) Tried different download sites ,same results Checked the file manually and looked for where it got stuck and it looks as= if it never makes it past the following the file it created is size of 0. # Create fstab file if it doesn't exist. if [ -e "${FSTAB}" -a ! -f "${FSTAB}" ] then # Try to move mv -f "${FSTAB}" "${FSTAB}.orig" if [ -e "${FSTAB}" -a ! -f "${FSTAB}" ] then echo echo "${FSTAB} is existant but not a file." echo "Since this file is specifying the mount points, this might" echo "result in unexpected trouble. Please fix that manually." echo fi fi if [ ! -e "${FSTAB}" ] then # Create fstab default header cat > ${FSTAB} << EOF # For a description of the file format, see the Users Guide # http://cygwin= .com/cygwin-ug-net/using.html#mount-table # This is default anyway: none /cygdrive cygdrive binary,posix=3D0,user 0 0 EOF Fi Files attached Post install file and cygcheck.out (note had to run manually and it never = completed. Just showed what is in the attached file) Regards, JEFF KETNER jeffery DOT ketner AT ericsson DOT com www.ericsson.com=20 --_002_06CA597577E4AF448F7260AB1DE9986302EAA764eusaamb101erics_ Content-Type: text/plain; name="cygcheck.out.txt" Content-Description: cygcheck.out.txt Content-Disposition: attachment; filename="cygcheck.out.txt"; size=367; creation-date="Tue, 22 Apr 2014 17:18:50 GMT"; modification-date="Tue, 22 Apr 2014 17:18:50 GMT" Content-Transfer-Encoding: base64 QzpcY3lnd2luNjRcYmluPmN5Z2NoZWNrLmV4ZSAtcyAtdiAtcg0KDQpDeWd3 aW4gQ29uZmlndXJhdGlvbiBEaWFnbm9zdGljcw0KQ3VycmVudCBTeXN0ZW0g VGltZTogVHVlIEFwciAyMiAxMTo1Mzo0MiAyMDE0DQoNCldpbmRvd3MgNyBF bnRlcnByaXNlIFZlciA2LjEgQnVpbGQgNzYwMSBTZXJ2aWNlIFBhY2sgMQ0K DQpQYXRoOiAgIEM6XFdpbmRvd3Ncc3lzdGVtMzINCiAgICAgICAgQzpcV2lu ZG93cw0KICAgICAgICBDOlxXaW5kb3dzXFN5c3RlbTMyXFdiZW0NCiAgICAg ICAgQzpcV2luZG93c1xTeXN0ZW0zMlxXaW5kb3dzUG93ZXJTaGVsbFx2MS4w XA0KICAgICAgICBDOlxQcm9ncmFtIEZpbGVzICh4ODYpXENpdHJpeFxzeXN0 ZW0zMlwNCg== --_002_06CA597577E4AF448F7260AB1DE9986302EAA764eusaamb101erics_ Content-Type: text/plain; charset=us-ascii -- 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 --_002_06CA597577E4AF448F7260AB1DE9986302EAA764eusaamb101erics_--