PlaneShift
Support => Linux Specific Issues => Topic started 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.
roel@zoinx:~/downloaded/games$md5sum -b PlaneShift_CBV0.3.013.i686.bin
095bedf887372c0789dba0843cfff509 *PlaneShift_CBV0.3.013.i686.bin
-
Here it comes.
095bedf887372c0789dba0843cfff509 PlaneShift_CBV0.3.013.i686.bin
File size 282301066
-
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\'
-
Edit: Nevermind, after thinking about it some more I realized I didn\'t give myself permission to execute the file. d\'oh! x_x
-
Did you run chmod +x on the file?
chmod +x PlaneShift_CBV0.3.013.i686.bin
./PlaneShift_CBV0.3.013.i686.bin
-
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.