From owner-freebsd-questions@FreeBSD.ORG Fri Apr 4 09:38:05 2003 Return-Path: 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 4931B37B405 for ; Fri, 4 Apr 2003 09:38:05 -0800 (PST) Received: from pencil.math.missouri.edu (pencil.math.missouri.edu [128.206.49.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 352A243F75 for ; Fri, 4 Apr 2003 09:38:04 -0800 (PST) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (smmsp@localhost [127.0.0.1]) h34HbtxH064264; Fri, 4 Apr 2003 11:37:55 -0600 (CST) (envelope-from rich@pencil.math.missouri.edu) Received: (from rich@localhost)h34Hbtu5064263; Fri, 4 Apr 2003 11:37:55 -0600 (CST) From: Rich Winkel Message-Id: <200304041737.h34Hbtu5064263@pencil.math.missouri.edu> In-Reply-To: <20030404163225.M26722@enabled.com> "from admin2 at Apr 4, 2003 08:36:49 am" To: admin2 Date: Fri, 4 Apr 2003 11:37:55 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: freebsd-questions Subject: Re: possible bogus kernel error messages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2003 17:38:05 -0000 Take a look at the /tmp partition. I suspect rsync is using it for scratch files ... According to admin2: > These error messages just started appearing in my /var/log/messages file the > other day. Running FreeBSD 4.7 Stable. Can somebody explain why this is > happening - that appear bogus to me? > > Apr 4 03:14:35 typhoon /kernel: pid 48518 (rsync), uid 0 on > /mnt/da1-root/var:file system full > Apr 4 04:14:35 typhoon /kernel: pid 48783 (rsync), uid 0 on > /mnt/da1-root/var:file system full > > but the df -k shows there is 41MB on the /mnt/da1-root/var partition. I even > umounted and fsck'ed this partition with no errors. > > rsync version 2.5.5 protocol version 26 is being used. > > here is the df -k : > > typhoon# df -k > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/da0s1a 128990 60934 57738 51% / > /dev/da0s1f 257998 70 237290 0% /tmp > /dev/da0s1g 68904938 13717912 49674632 22% /usr > /dev/da0s1e 257998 195774 41586 82% /var > procfs 4 4 0 100% /proc > /dev/da1s1a 128990 61654 57018 52% /mnt/da1-root > /dev/da1s1g 68893152 13795968 49585732 22% /mnt/da1-root/usr > /dev/da1s1f 257998 70 237290 0% /mnt/da1-root/tmp > /dev/da1s1e 257998 189434 47926 80% /mnt/da1-root/var > > > -- > Net Enabled (http://www.enabled.com) > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >