From owner-freebsd-questions Wed Nov 15 16: 7:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ghost.blacktrap.net (20-230.CampusNet.ucl.ac.be [130.104.20.230]) by hub.freebsd.org (Postfix) with ESMTP id 5307437B4CF for ; Wed, 15 Nov 2000 16:07:52 -0800 (PST) Received: from anoat.blacktrap.net (anoat [192.168.1.11]) by ghost.blacktrap.net (8.11.1/8.11.0) with ESMTP id eAG07pg26822; Thu, 16 Nov 2000 01:07:51 +0100 (CET) (envelope-from lex@blacktrap.net) Received: (from lex@localhost) by anoat.blacktrap.net (8.11.1/8.11.0) id eAG07pg19265; Thu, 16 Nov 2000 01:07:51 +0100 (CET) (envelope-from lex) Date: Thu, 16 Nov 2000 01:07:51 +0100 From: Chive To: Zero Sum Cc: "FreeBSD Questions (E-mail)" Subject: Re: Is My System Hung? Message-ID: <20001116010750.A19114@blacktrap.net> References: <20001116003032.A1299@blacktrap.net> <00111610474108.43667@shalimar.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <00111610474108.43667@shalimar.net.au>; from count@shalimar.net.au on Thu, Nov 16, 2000 at 10:47:41AM +1100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Nov 16, 2000 at 10:47:41AM +1100, Zero Sum wrote: > On Thursday 16 November 2000 10:30, Chive wrote: > > On Wed, Nov 15, 2000 at 10:27:50AM -0800, Drew Tomlinson wrote: > > > I am attempting to install XFree86 4 from the packages via > > > /stand/sysinstall. It downloaded the tarball and then the message > changed > > > to "Package XFree86-4.0.1 read successfully - waiting for pkg_add(1)". > It > > > has been like this for about an hour. > > > > > > > > > 6687 root 60 0 1280K 836K RUN 55:16 99.02% 99.02% > dialog > > > > Obviously it is waiting for some input from you. Probably a dialog box was > > supposed to pop up and you can't see it because you're doing it from > > sysinstall, which is occupying the screen? > > I'd say kill it and install with pkg_add. > > I've had the same problems with some ports (eg php) when making in > background. > > > Waiting for input? In the RUN state? If it were waiting for input would > it not be in iowait? > Waiting for input was a bad choice, expecting some input might have been better phrased, or, expecting to get some way to attract your attention. I guess it is running a loop trying to get a hold on the terminal. Anyway, 'dialog' is supposed to pop up a box. Since it can't (it's not running on a terminal), instead of failing (like you would expect a well-behaved application to do) it goes berserk. Yuk. May I say, netscapish? ;-) > 99.02% is tha maximum slice of CPU time that any process can grab. It is > in some loop or race condition, surely? > Not doing anything productive, in any case (well, unless you rely on your cpu for heating the room). sysinstall is nice but it does have its shortcomings. Or is there an option for such cases? -- Chive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message