From owner-freebsd-stable Sat Mar 6 9: 7:53 1999 Delivered-To: freebsd-stable@freebsd.org Received: from holly.dyndns.org (ip222.houston3.tx.pub-ip.psi.net [38.12.169.222]) by hub.freebsd.org (Postfix) with ESMTP id B1BE41525F for ; Sat, 6 Mar 1999 09:07:45 -0800 (PST) (envelope-from chris@holly.dyndns.org) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id LAA29158; Sat, 6 Mar 1999 11:07:07 -0600 (CST) (envelope-from chris) Date: Sat, 6 Mar 1999 11:07:06 -0600 From: Chris Costello To: Yury Yaroshevsky Cc: freebsd-stable@freebsd.org Subject: Re: 3.1-STABLE - also freeze :((( [see crashe 3.1-RELEASE ...] Message-ID: <19990306110706.A29044@holly.dyndns.org> Reply-To: chris@calldei.com References: <199903061514.RAA11280@info.dgtu.donetsk.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3us In-Reply-To: <199903061514.RAA11280@info.dgtu.donetsk.ua>; from Yury Yaroshevsky on Sat, Mar 06, 1999 at 05:14:12PM +0200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Mar 6, 1999, Yury Yaroshevsky put this into my mailbox: > Hi All! > > 03.03.99 I'm wrote about freeze 3.1-RELEASE after starting this script : > > -------- cut here ------- > #! /bin/sh > > for j in 1 2 3 4 5 6 7 8 9 10 > do > echo -n $j > nohup sh -c 'while :; do find / -type f |xargs fgrep fticom; done' >/dev/null > 2>&1 & > echo > done > ------------------------ > > At next day I'm upgrade my 3.1-R box to 3.1-S, but without visible effects. > After 2-3 min perfoming this script, my box can't start any processes. Take a real good look at what you're doing. For each number out of 1 2 3 4 5 6 7 8 9 10: * You spawn one process. * It continually spawns more and more processes, sticking them into the background. This is shooting yourself in the foot. What do you plan on doing with that, anyway? (This will exceed the max process limit very quickly.) > I'm can't create any connections with my box, also from console. > > 2.2-STABLE is not freeze and fine work atfer starting crash script about 5-6 > hours, until I'm kill my script. > > -- > Yury V. Yaroshevsky | Donetsk State Technical University > YY18-RIPE | (380 622) 356455 yk@dgtu.donetsk.ua > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > -- Powered by FreeBSD 4.0-CURRENT. "The Power to Serve!" "OK, now let's look at four dimensions on the blackboard." -- Dr. Joy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message