• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

OSX Permissions

dinker99

Member
A rather technical problem here, I sent a guy on the other side of the planet an OSX Unix Executable which works fine on my machine. When he installs it on his machine it is seen as a text file by the OS.

Anyone any ideas what is happening here?
 
What OS are you using?
What OS is he using?
What is the extension on the file?
Have you ever sent a file like this to anyone before?
What did you use to create the file?
 
If it's a "unix executable", I'm guessing he sent him a CLI program. In which case the user needs to open up Terminal and execute it appropriately: ./<programname>
 
Don't forget to 'sudo' before the command. You may also need a 'chmod a+x' to get it to be executable.
 
It is a properly formed Mach 0 executable, uploaded to Rapidshare as a RAR with a recovery record - I`ve got the guy to check the MD5 and it is correct.

We are both running OSX 10.7.4
 
Well, then it looks like we have ViRGE's question left, is he executing it correctly through the terminal? Can you screen share his system to make sure?
 
It probably just lost the executable bit and please don't tell him to use sudo to execute it unless it needs root privileges.
 
It probably just lost the executable bit and please don't tell him to use sudo to execute it unless it needs root privileges.

The guy can just about manage to switch his computer on, I think I`ll have to wrap the thing up in an app. Thanks for your thoughts men.
 
Back
Top