From owner-freebsd-questions@FreeBSD.ORG Sun Oct 8 14:04:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 B499016A416 for ; Sun, 8 Oct 2006 14:04:06 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 326E743D45 for ; Sun, 8 Oct 2006 14:04:06 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 08 Oct 2006 10:04:05 -0400 X-IronPort-AV: i="4.09,276,1157342400"; d="scan'208"; a="316926663:sNHT25208194" Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.7.5a-GA) with ESMTP id HFE41554; Sun, 8 Oct 2006 10:03:53 -0400 (EDT) Received: from 209-6-203-219.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.203.219]) by smtp01.lnh.mail.rcn.net with ESMTP; 08 Oct 2006 10:03:52 -0400 X-IronPort-AV: i="4.09,276,1157342400"; d="scan'208"; a="289769410:sNHT24424624" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17705.1326.217962.789993@jerusalem.litteratus.org> Date: Sun, 8 Oct 2006 10:03:26 -0400 To: freebsd-questions@freebsd.org In-Reply-To: <200610070801.41923.gerard@seibercom.net> References: <200610070801.41923.gerard@seibercom.net> X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" XEmacs Lucid X-Junkmail-Status: score=10/50, host=mr08.lnh.mail.rcn.net X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090202.452904FA.0041,ss=1,fgs=0, ip=207.172.4.11, so=2006-05-09 23:27:51, dmn=5.2.113/2006-07-26 Subject: Periodic 'security' output errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Oct 2006 14:04:06 -0000 Ever since updating (build(kernel+world), install(kernel+world), mergemaster) a -CURRENT machine a while back I get this in my daily security log: Checking setuid files and devices: find: /usr/obj/usr/src/sbin/mount_msdosfs/mount_msdosfs.o: No such file or directory find: /usr/obj/usr/src/sbin/mount_msdosfs/getmntopts.o: No such file or directory find: /usr/obj/usr/src/sbin/mount_msdosfs/mount_msdosfs: No such file or directory find: /usr/obj/usr/src/sbin/mount_msdosfs/mount_msdosfs.8.gz: No such file or directory etc.. Checking things out: huff@>> dir /usr/obj/usr/src/sbin/mount_msdosfs/mount_msdosfs.o -rw-r--r-- 1 root wheel 15704 Oct 8 04:19 /usr/obj/usr/src/sbin/mount_msdosf s/mount_msdosfs.o It seems harmless, but I'd like to figure out why and fix it. My first guess is there's a file somewhere I need to delete or empty. Robert Huff