From owner-freebsd-bugs Thu Oct 10 02:30:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA03892 for bugs-outgoing; Thu, 10 Oct 1996 02:30:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA03883; Thu, 10 Oct 1996 02:30:02 -0700 (PDT) Date: Thu, 10 Oct 1996 02:30:02 -0700 (PDT) Message-Id: <199610100930.CAA03883@freefall.freebsd.org> To: freebsd-bugs Cc: From: "Jordan K. Hubbard" Subject: Re: misc/1745: Installing packages hangs after 1st package Reply-To: "Jordan K. Hubbard" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/1745; it has been noted by GNATS. From: "Jordan K. Hubbard" To: luigi@iet.unipi.it Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: misc/1745: Installing packages hangs after 1st package Date: Thu, 10 Oct 1996 02:26:54 -0700 > using the "packages" menu of /stand/sysinstall, trying to > install packages. The first package gets installed, but then > the procedure hangs on the Information Dialog saying that > "Package XXX was added successfully.". You can use CTRL-C at > this point and abort the installation. Hmmmm. I will try to reproduce this - I think it may be the new wait() code I added to reap the zombies when running as init. Jordan