X-Spam-Check-By: sourceware.org From: "Dave Korn" To: Subject: RE: bash and CSRSS consuming 100% of CPU Date: Tue, 20 Jun 2006 12:57:54 +0100 Message-ID: <00c801c69460$c3fd0c70$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <003b01c69406$749c41f0$0a3b6080@joehome> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 On 20 June 2006 02:11, Science Guy wrote: > I got cygwin working once again on my problem machine. (Hooray!) > > The problem was that the snapshot tar file, cygwin-inst-20060614.tar.bz2, > had cygwin1.dll in /usr/bin but failed to replace the old cygwin1.dll in > /bin. I copied over the new cygwin1.dll into /bin, and things are working > nicely once again. Yes, tar can't replace the cygwin dll, because tar relies on having the cygwin dll loaded in order to run! You have to extract it separately and use a dos prompt to copy it across. You obviously read the FAQ entry, because you knew to use the "--exclude=usr/bin/cygwin1.dll" option; read the bit just after that again. I guess it's only implied rather than explicit, that you could have installed the dll first and the rest later; maybe we could make it clearer. > My antivirus and antispyware software programs are still running on the same > PC. I did not touch them. It will be a sad day when cygwin can no longer > run alongside these programs. Our corporate guidelines require us to have > antivirus and antispyware software running on our corporate PCs; otherwise, > we are denied connectivity to the corporate network. > > And anyway, shouldn't everyone run antivirus and antispyware programs on > their PCs, corporate or private? I love cygwin and think it's a great > package, but disabling antivirus and/or antispyware software to enable > cygwin to run seems like too high a price to pay. Am I missing something > here? Yes: we were only suggesting *temporarily* disabling them to identify if they were the source of the problem. A lot of anti-virus programs are actually buggy and modify the operation of the system by inserting hooks left right and center; if, as a result of that, something stops working, because the hooks inserted by the AV aren't actually transparent to the application that is being hooked, then it's the AV program's fault, not cygwin's. It should be reported as a bug to the AV software manufacturer. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/