> [EMAIL PROTECTED]:~% ls -l /usr/bin/fusermount > -rwsr-sr-x 1 root root 18376 2006-02-22 20:03 /usr/bin/fusermount > [EMAIL PROTECTED]:~% ls -l `which fusermount` > -rwsr-sr-x 1 root root 18376 2006-02-22 20:03 /usr/bin/fusermount > [EMAIL PROTECTED]:~% sudo chmod a+s /usr/bin/fusermount > [EMAIL PROTECTED]:~% ls -l /usr/bin/fusermount > -rwsr-sr-x 1 root root 18376 2006-02-22 20:03 /usr/bin/fusermount > [EMAIL PROTECTED]:~% > > Mmmm, that's weird. > /me guesses he is missing something totally obvious.
OK, you don't need 'a+s' only 'u+s'. Anyway if you still get the same error, there's something else going on. Perhaps some security module enabled in the kernel? Miklos -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]