Hmmmm... mine isn't setgid:
I'll add it to the pet just in case, though.Code:$ ls -l `which make` -rwxr-xr-x 1 root root 155k Apr 20 18:53 /usr/bin/make
mmm yea ftrace (and prolly installwatch) might have some issues with lfs due to make being setgid, if it is it wont work
ls -l `which make`
if it shows something like:
then its setgid and you gotta undo that for it to work:Code:rwxrwsr-x
chmod -s `which make`
might wanna add that to the pets.
Hmmmm... mine isn't setgid:
I'll add it to the pet just in case, though.Code:$ ls -l `which make` -rwxr-xr-x 1 root root 155k Apr 20 18:53 /usr/bin/make
Bookmarks