From owner-freebsd-questions Thu Jan 30 9:13:25 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C1BD37B405 for ; Thu, 30 Jan 2003 09:13:23 -0800 (PST) Received: from samson.sentinelchicken.net (h-64-105-205-76.CMBRMAOR.covad.net [64.105.205.76]) by mx1.FreeBSD.org (Postfix) with SMTP id 9425643F85 for ; Thu, 30 Jan 2003 09:13:21 -0800 (PST) (envelope-from jwm@sentinelchicken.net) Received: (qmail 852 invoked by uid 1000); 30 Jan 2003 17:14:43 -0000 Date: Thu, 30 Jan 2003 12:14:43 -0500 From: Jason Morgan To: freebsd-questions@freebsd.org Subject: Couple more tidbits of info Message-ID: <20030130171443.GB726@sentinelchicken.net> References: <20030130170550.GA726@sentinelchicken.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030130170550.GA726@sentinelchicken.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From top: PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 68 root 50 0 9832K 9580K RUN 18.4H 37.26% 37.26% natd That's really high. From ipfw show: 00050 23364131 1766791991 divert 8668 ip from any to any via dc0 00100 16354 658880 allow ip from any to any via lo0 00200 0 0 deny ip from any to 127.0.0.0/8 00300 8 224 deny ip from 127.0.0.0/8 to any 00400 34 1480 deny tcp from any to any 3306 65000 25179749 2787509437 allow ip from any to any 65535 0 0 deny ip from any to any I had just implemented the firewall and I was going to finish the ruleset today. Is it possibly logging to the root partition and not /var? The amount of traffic also seems really high. Jason On Thu, Jan 30, 2003 at 12:05:50PM -0500, Jason Morgan wrote: > I got a strange error from my server this morning - root partition full. > I then looked at my email and had this in my inbox (of course I get > this every day): > > Disk status: > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad0s1a 516062 505036 -30258 106% / > /dev/ad2s1a 516062 117638 357140 25% /rootbackup > procfs 4 4 0 100% /proc > /dev/vinum/usr 19850256 1112316 17149920 6% /usr > /dev/vinum/var 23579203 9623 21683244 0% /var > /dev/vinum/public 29776085 116 27393883 0% /public > > This was yesterday: > > Disk status: > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad0s1a 516062 135492 339286 29% / > /dev/ad2s1a 516062 117638 357140 25% /rootbackup > procfs 4 4 0 100% /proc > /dev/vinum/usr 19850256 1108980 17153256 6% /usr > /dev/vinum/var 23579203 9323 21683544 0% /var > /dev/vinum/public 29776085 116 27393883 0% /public > > How do I determine what's going on? This is really strange. > > Thanks, > > Jason > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message