[nycbug-talk] Yup, I did it: chown -R ....

Matt Juszczak matt at atopia.net
Fri Nov 7 13:45:07 EST 2008


OK, I ran:

     # mtree -U -p / -f /etc/mtree/BSD.root.dist
     # mtree -U -p /usr -f /etc/mtree/BSD.usr.dist
     # mtree -U -p /usr/local -f /etc/mtree/BSD.local.dist
     # mtree -U -p /usr/include -f /etc/mtree/BSD.include.dist
     # mtree -U -p /var -f /etc/mtree/BSD.var.dist

And I've also run:

find / -group users | grep -v "/usr/home" | grep -v "/usr/backup" | grep 
-v "/var/mail" > /tmp/output

And it has found nothing (meaning nothing that should be owned by group 
"user" is still owned by group "user" on the server).

But I'm still experiencing some issues:

IE:

pluto# man ls
No manual entry for ls

At this point, I'm thinking more and more it may be best to make 
buildworld && make installworld and also rebuild all my ports.

-Matt



More information about the talk mailing list