From owner-freebsd-stable Mon Dec 3 18:59: 0 2001 Delivered-To: freebsd-stable@freebsd.org Received: from femail4.sdc1.sfba.home.com (femail4.sdc1.sfba.home.com [24.0.95.84]) by hub.freebsd.org (Postfix) with ESMTP id 73C3E37B419 for ; Mon, 3 Dec 2001 18:58:58 -0800 (PST) Received: from veager.jwweeks.com ([65.14.122.116]) by femail4.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011204025852.DUGW27609.femail4.sdc1.sfba.home.com@veager.jwweeks.com>; Mon, 3 Dec 2001 18:58:52 -0800 Date: Mon, 3 Dec 2001 21:58:43 -0500 (EST) From: Jim Weeks X-Sender: jim@veager.jwweeks.com To: Vladimir Savichev Cc: freebsd-stable@FreeBSD.ORG, Bob K Subject: Re: invisible Netscape? In-Reply-To: <20011203184545.P88002-100000@ariel.phys.wesleyan.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I gave up trying to fix this and placed this script I call "nsk" in my personal bin. #!/usr/bin/perl ($x,$y,$pid) = split (/:/,`ls -l /usr/home/jim/.netscape/lock`); exec ("kill -9 $pid"); exit; Does wonders for those porn pop-up windows too ;-) -- Jim Weeks On Mon, 3 Dec 2001, Vladimir Savichev wrote: > > > > > > Has anyone ever started NS, only to have it not appear? I see it > > running in 'top' but yet the browser window doesn't open. This has been > > happening a lot lately. I've seen it before, but 4.79 seem to be worse. > > I saw the same with opera-linux eating 95% of my CPU, after I close it > quitely I hear amazed my crazy spinning fan. > I thought it is something about linux-wrappers. > > --Vlad > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message