Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Reply-To: Cygwin List Message-Id: <6.2.1.2.0.20050925172606.0507fe00@pop.prospeed.net> Date: Sun, 25 Sep 2005 18:23:08 -0400 To: Pradip Jadav , Cygwin List From: Larry Hall Subject: Re: Installation problem In-Reply-To: References: <6 DOT 2 DOT 1 DOT 2 DOT 0 DOT 20050923132430 DOT 04faaf90 AT pop DOT prospeed DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 04:35 AM 9/24/2005, you wrote: >On 9/23/05, Larry Hall wrote: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >> At 05:58 AM 9/23/2005, you wrote: >> >Hi to all, >> > >> >---------------------------------------------------------------------- >> >> >> >> >------------------------------------------------------------------------------------------------------------------- >> > >> >I am getting same problem with my new installation with >> >current(latest) setup.exe. >> >But my setup hangs with message.... >> >Running... >> >No Package >> >/etc/postinstall/sysvinit.sh >> > >> >And I kept that stage upto almost 3 hours and at last I canceled it.. >> >I m trying this since last 3 days... But yet my setup is not completed.. >> >Help me as soon as possible... >> >> >> If you're just looking for the quickest way to get going, rerun 'setup.exe' >> and install the default set of packages. Then rerun it and install whatever >> else you want. > >oh sorry >It did not helped me.. >Actually I have tried fresh Installation as u told(means first time >default installation and then selected items installation). But this >time also it hangs at "sysvinit.sh". > >> >> If you want to help determine why this is happening so that it can be fixed, >> you could try grabbing 'strace' from another Cygwin installation and >> attaching to the 'bash' process that's running 'sysvinit.sh'. If you can >> get an idea of where it's going wrong from this output, it may give some >> insight into the solution. >> > >And ya I did not understand this point. can u plz tell me in detail. Well, if you could install the default installation, then you can read and follow the problem reporting guidelines at: You can also read the man page for 'strace'. But essentially you want to do a 'ps -ef' first, find the 'bash' process that's running 'sysvinit.sh' and use the PID of that process as the parameter below: strace -o sysvinit.txt --pid= Tracing statements will go to the 'sysvinit.txt' file. You can view this file and see if there's anything in there toward the end that looks "interesting" or like an error. If so, send that excerpt of the file to the list if it does not already give you some idea of the problem. The output of 'ps -ef' may be helpful as well. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- 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/