View previous topic :: View next topic |
Author |
Message |
brad
|
Posted: Wed Apr 18, 2007 4:48 am Post subject: Linux Install Help |
|
|
Quote: | [root@sf-hosting init.d]# chmod +x GameCreate-Setup.linux-x86.run
[root@sf-hosting init.d]# sh GameCreate-Setup.linux-x86.run
GameCreate-Setup.linux-x86.run: GameCreate-Setup.linux-x86.run: cannot execute binary file
|
don't know what this means
any ideas?  |
|
Back to top |
|
 |
adbot
|
Posted: Thu Mar 31, 2011 3:57 am |
|
|
|
|
|
Andrew Mammoth
|
Posted: Wed Apr 18, 2007 4:49 pm Post subject: |
|
|
Its not a shell script.
Run it like: ./GameCreate-Setup.linux-x86.run |
|
Back to top |
|
 |
brad
|
Posted: Thu Apr 19, 2007 4:13 am Post subject: |
|
|
thanks mate
it worked
Brad |
|
Back to top |
|
 |
diass
|
Posted: Tue Nov 20, 2007 11:11 am Post subject: Cant run the GameCreate-Setup.linux-x86.run |
|
|
Hello I did have same prob. here is my error:
Enter 'yes' to accept this agreement, 'no' to decline: yes
extracting GameCreate.tar.gz...
GameCreate-Setup.linux-x86.run: error extracting payload, Permission denied
I use this command: ./GameCreate-Setup.linux-x86.run
What can I do?
I have full root acces and ssh admin acces its my own dedicated server.. (Renting)
Oke i did change user too root..
Put the command like this : ./GameCreate-Setup.linux-x86.run
Then this came up
Enter 'yes' to accept this agreement, 'no' to decline: yes
extracting GameCreate.tar.gz...done
What now? |
|
Back to top |
|
 |
Andrew Mammoth
|
Posted: Tue Nov 20, 2007 5:18 pm Post subject: |
|
|
You should have a gamecreate.x86 executable now, run it.
./gamecreate.x86 |
|
Back to top |
|
 |
diass
|
Posted: Tue Nov 20, 2007 6:49 pm Post subject: |
|
|
yes it did work now, but how then to stop the proces?
I did just test the service one a small server, its not surpose to be run there. |
|
Back to top |
|
 |
Andrew Mammoth
|
Posted: Tue Nov 20, 2007 7:50 pm Post subject: |
|
|
Via the kill command. |
|
Back to top |
|
 |
Phoenix2
|
Posted: Sat Jan 19, 2008 8:26 pm Post subject: |
|
|
Andrew wrote: | Its not a shell script.
Run it like: ./GameCreate-Setup.linux-x86.run |
I was having the same problem as brad and ran what you posted. I got an error:
bash: ./GameCreate-Setup.linux-x86.run: Permission denied
I'm logged in as root, so I don't know why I don't have permission to run the file. Do you know what's going on? Do I need something installed in yum?
Regards,
P2 |
|
Back to top |
|
 |
Kybber
|
Posted: Sun Jan 20, 2008 9:32 am Post subject: |
|
|
Make the file executable first:
Code: | chmod +x ./GameCreate-Setup.linux-x86.run |
|
|
Back to top |
|
 |
|