Hacker News new | ask | show | jobs
by gilaniali 5710 days ago
On Mac OS X, it gives an error saying: Run --fix-permissions first.

Run with which command? and how?

1 comments

I found the binary "firesheep-backend" in:

    ~/Library/Application Support/Firefox/Profiles/<profile>.default/extensions/firesheep@codebutler.com/platform/Darwin_x86-gcc3
I ran both:

    ./firesheep-backend --fix-permissions
and

    sudo ./firesheep-backend --fix-permissions
and it still asks me to run it with "--fix-permissions". I guess it's time to go digging around in the source to try and find out what it wants me to do.

EDIT:

After a bit of digging, I found out that running it with --fix-permissions really just chowns the binary to root then setuid's it. I don't see anything wrong with it on the surface, but I'll keep digging.

FYI if you're still looking into this, this comment helped me http://codebutler.com/firesheep#comment_5843350

I have filevault turned on. Moving the binary out of my home folder (and adding a symbolic link) solved the problem.

There is an another firesheep-backend at /firesheep-backend.dSYM/Contents/Resources/DWARF inside the Darwin folder. However this one wont run using ./

Any ideas?

I believe that it is a file containing debug info, not an actual program, so you can't run it.
I have the same problem, nothing I do works, it just tells me to fix the permissions...