From owner-freebsd-questions@FreeBSD.ORG Tue Jan 2 05:00:01 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D14B416A407 for ; Tue, 2 Jan 2007 05:00:01 +0000 (UTC) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.freebsd.org (Postfix) with ESMTP id 8C9C113C442 for ; Tue, 2 Jan 2007 05:00:01 +0000 (UTC) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (localhost.natserv.net [127.0.0.1]) by zoraida.natserv.net (Postfix) with ESMTP id E27DEC2F7 for ; Mon, 1 Jan 2007 23:40:15 -0500 (EST) Received: by zoraida.natserv.net (Postfix, from userid 58) id 8E6A3C2F6; Mon, 1 Jan 2007 23:40:15 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on zoraida.natserv.net X-Spam-Level: X-Spam-Status: No, score=-0.9 required=4.0 tests=AWL,SPF_PASS autolearn=disabled version=3.1.7 Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id 2F583C2EE for ; Mon, 1 Jan 2007 23:40:13 -0500 (EST) Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: Free BSD Questions list Date: Mon, 01 Jan 2007 23:40:12 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Making world doesn't change all ownerships? 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: Tue, 02 Jan 2007 05:00:01 -0000 I have a test machine where some users changed a number of directories to be owned by "www:www" by mistake. The machine was unusable. After rebuilding from sources the machine was usable, but I noticed that a number of files still were owned by "www". In particular I saw files in /usr/sbin, /usr/bin.. and likely other places. Shouldn't rebuilding from source fix the ownership? I followed the steps in "Common items" from /usr/src/UPDATING, like have done many times before... make buildworld make kernel KERNCONF=YOUR_KERNEL_HERE [1] [3] mergemaster -p [5] make installworld make delete-old mergemaster [4] Since it is a test machine, if there are still odd issues I may just re-do the whole machine.. and newfs.. but was puzzled that rebulding world would leave binarines with the wrong ownership.