PlaneShift

Support => Linux Specific Issues => Topic started by: picobyte on February 27, 2006, 01:57:04 pm

Title: cannot execute binary
Post by: picobyte on February 27, 2006, 01:57:04 pm
I cannot execute PlaneShift_CBV0.3.013.i686.bin. can someone give the md5sum so that I can see whether my file is correct? I have permissions, and mounted to be able to execute it.
Quote
roel@zoinx:~/downloaded/games$md5sum -b PlaneShift_CBV0.3.013.i686.bin
095bedf887372c0789dba0843cfff509 *PlaneShift_CBV0.3.013.i686.bin
Title:
Post by: Bereror on February 27, 2006, 02:18:11 pm
Here it comes.

Code: [Select]
095bedf887372c0789dba0843cfff509  PlaneShift_CBV0.3.013.i686.bin
File size 282301066
Title:
Post by: picobyte on February 27, 2006, 02:28:47 pm
thanks. It is ok.
my fault, I did
bash ./PlaneShift_CBV0.3.013.i686.bin, but should have done
\'./PlaneShift_CBV0.3.013.i686.bin\'
Title:
Post by: replicant on February 27, 2006, 04:08:08 pm
Edit: Nevermind, after thinking about it some more I realized I didn\'t give myself permission to execute the file. d\'oh! x_x
Title:
Post by: Xordan on February 27, 2006, 04:11:52 pm
Did you run chmod +x on the file?

chmod +x PlaneShift_CBV0.3.013.i686.bin
./PlaneShift_CBV0.3.013.i686.bin
Title:
Post by: replicant on February 27, 2006, 04:14:16 pm
Quote
Originally posted by Xordan
Did you run chmod +x on the file?

chmod +x PlaneShift_CBV0.3.013.i686.bin
./PlaneShift_CBV0.3.013.i686.bin


yeah, that was my issue. Can\'t believe I made such a simple mistake but it happens, thanks for your reply.