7 ms·
On Mac OS X, it gives an error saying: Run --fix-permissions first. Run with which command? and how?
by gilaniali 16y ago
On Mac OS X, it gives an error saying: Run --fix-permissions first.
Run with which command? and how?
- xorglorb 16y agoI 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.
- gilaniali 16y agoThere is an another firesheep-backend at /firesheep-backend.dSYM/Contents/Resources/DWARF inside the Darwin folder. However this one wont run using ./ Any ideas?
- xorglorb 16y agoI believe that it is a file containing debug info, not an actual program, so you can't run it.
- StavrosK 16y agoI have the same problem, nothing I do works, it just tells me to fix the permissions...
- zemaj 16y agoFYI if you're still looking into this, this comment helped me http://codebutler.com/firesheep#comment_5843350 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.