Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Jan 2007 23:40:12 -0500
From:      Francisco Reyes <lists@stringsutils.com>
To:        Free BSD Questions list <freebsd-questions@freebsd.org>
Subject:   Making world doesn't change all ownerships? 
Message-ID:  <cone.1167712812.861646.60116.1000@zoraida.natserv.net>

next in thread | raw e-mail | index | archive | help
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]
        <reboot in single user>                         [3]
        mergemaster -p                                  [5]
        make installworld
        make delete-old
        mergemaster                                     [4]
        <reboot>

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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cone.1167712812.861646.60116.1000>