Date: Mon, 3 Dec 2001 21:58:43 -0500 (EST) From: Jim Weeks <jim@siteplus.net> To: Vladimir Savichev <vlad@ariel.phys.wesleyan.edu> Cc: freebsd-stable@FreeBSD.ORG, Bob K <melange@yip.org> Subject: Re: invisible Netscape? Message-ID: <Pine.BSF.4.21.0112032153380.326-100000@veager.jwweeks.com> In-Reply-To: <20011203184545.P88002-100000@ariel.phys.wesleyan.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0112032153380.326-100000>
