View previous topic :: View next topic |
Author |
Message |
Guest
|
Posted: Sat Jul 22, 2006 11:13 am Post subject: how to setup linux client |
|
|
i have the linux file uploaded to my linux server. ( /usr/local/GameCreate-Setup.linux-x86.run )
and i did
chown -R root GameCreate-Setup.linux-x86.run
so then i want to do
./GameCreate-Setup.linux-x86.run to run it and install it but i get
> ./GameCreate-Setup.linux-x86.run
bash: ./GameCreate-Setup.linux-x86.run: Permission denied
this is on CentOS 4, what am i doing wrong? |
|
Back to top |
|
 |
adbot
|
Posted: Thu Mar 31, 2011 3:57 am |
|
|
|
|
|
Andrew Mammoth
|
Posted: Sat Jul 22, 2006 1:44 pm Post subject: |
|
|
You need to give it execute permission:
chmod +x GameCreate-Setup.linux-x86.run
And then:
./GameCreate-Setup.linux-x86.run
Should work. |
|
Back to top |
|
 |
Guest
|
Posted: Fri Jul 28, 2006 6:50 am Post subject: |
|
|
im doing this from the webmin command line module.
i do the chmod and it works. but when i try to ./ it it does nothing, the next page doesnt load all the way but if i go back to the command line module it doesnt show that command on the recent commands list.
any ideas? is there an alternate way to do this installation? |
|
Back to top |
|
 |
Guest
|
Posted: Fri Jul 28, 2006 6:54 am Post subject: |
|
|
i just did it from the a SSH client. it worked there, i accept a terms of use agreement then it said it extracted some file. what exactly did it extract? did it just create the tar.gz file and i gotta extract the contents out of that myself? |
|
Back to top |
|
 |
Guest
|
Posted: Fri Jul 28, 2006 7:44 am Post subject: |
|
|
ok i have the gamecreate client running
but the hosts doesnt show up on this sites hosts page, it says i have 0 hosts.
my ini file looks correct
ip 72.232.208.44
loginname gofastgaming.com
master-ip us1.master.gamecreate.com%2Cus2.master.gamecreate.com
password ******* |
|
Back to top |
|
 |
Nathan Mammoth
|
Posted: Fri Jul 28, 2006 9:26 am Post subject: |
|
|
From your ssh command line:
killall gamecreate.x86 # get rid of the running instance
./gamecreate.x86 -f
The -f will run GameCreate in the foreground so you can see what its doing; if you cant tell whats wrong paste the output here. |
|
Back to top |
|
 |
Guest
|
Posted: Fri Jul 28, 2006 11:56 am Post subject: |
|
|
./gamecreate.x86 -f
LOG: Thu Jul 27 21:55:36 2006: Starting GameCreate Client
==GAMECREATE CLIENT 5.1.5 STARTUP==
LOG: Thu Jul 27 21:55:36 2006: Hostname: vps.gofastgaming.com. IP: 72.232.208.44 .
LOG: Thu Jul 27 21:55:36 2006: Master: us1.master.gamecreate.com,us2.master.game create.com
LOG: Thu Jul 27 21:55:36 2006: Starting FTP server thread
LOG: Thu Jul 27 21:55:36 2006: SSL pipe not connected, attempting to connect
LOG: Thu Jul 27 21:55:36 2006: Master address(es): us1.master.gamecreate.com,us2 .master.gamecreate.com
LOG: Thu Jul 27 21:55:37 2006: Got ip of '72.232.15.234' for us1.master.gamecrea te.com
LOG: Thu Jul 27 21:55:37 2006: Begin connection attempt
LOG: Thu Jul 27 21:55:37 2006: Connect TCP socket
LOG: Thu Jul 27 21:55:37 2006: TCP connected, create new SSL instance
LOG: Thu Jul 27 21:55:37 2006: Bind SSL to TCP socket
LOG: Thu Jul 27 21:55:37 2006: Begin SSL negotiation
LOG: Thu Jul 27 21:55:39 2006: SSL negotiation complete
LOG: Thu Jul 27 21:55:39 2006: SSL >> ACK: LOGIN directory=%2Fusr%2Flocal%2Fgame create&extraips=&hostname=vps.gofastgaming.com&ip=72.232.208.44&loginname=gofast gaming.com&os=linux&password=password&processes=&ram=3416&version=5.1.3
[194 bytes] - result: 194
LOG: Thu Jul 27 21:55:42 2006: Master requested logon (previous authentication failed)
LOG: Thu Jul 27 21:55:42 2006: SSL >> ACK: LOGIN directory=%2Fusr%2Flocal%2Fgamecreate&extraips =&hostname=vps.gofastgaming.com&ip=72.232.208.44&loginname=gofastgaming.com&os=linux&password=b udwiser&processes=&ram=3416&version=5.1.3
[194 bytes] - result: 194
LOG: Thu Jul 27 21:55:45 2006: Master requested logon (previous authentication failed)
LOG: Thu Jul 27 21:55:45 2006: SSL >> ACK: LOGIN directory=%2Fusr%2Flocal%2Fgamecreate&extraips=&hostname=vps.gofastgaming.com&ip=72.232.208.44&loginname=gofastgaming.com&os=linux&password=password&processes=&ram=3416&version=5.1.3
[194 bytes] - result: 194
LOG: Thu Jul 27 21:55:48 2006: Master requested logon (previous authentication failed)
LOG: Thu Jul 27 21:55:48 2006: SSL >> ACK: LOGIN directory=%2Fusr%2Flocal%2Fgamecreate&extraips=&hostname=vps.gofastgaming.com&ip=72.232.208.44&loginname=gofastgaming.com&os=linux&password=password&processes=&ram=3416&version=5.1.3
[194 bytes] - result: 194
LOG: Thu Jul 27 21:55:51 2006: Master requested logon (previous authentication failed)
LOG: Thu Jul 27 21:55:51 2006: SSL >> ACK: LOGIN directory=%2Fusr%2Flocal%2Fgamecreate&extraips=&hostname=vps.gofastgaming.com&ip=72.232.208.44&loginname=gofastgaming.com&os=linux&password=password&processes=&ram=3416&version=5.1.3
[194 bytes] - result: 194
and it goes over and over
im not sure what it means or whats happening. i replaced the wher eit printed out my password with the word password for the obvious reasons |
|
Back to top |
|
 |
Andrew Mammoth
|
Posted: Fri Jul 28, 2006 12:00 pm Post subject: |
|
|
Authentication will fail if your login details are incorrect, or your host already exists in a domain besides the one your attempting to login into. |
|
Back to top |
|
 |
Guest
|
Posted: Fri Jul 28, 2006 12:39 pm Post subject: |
|
|
alright thanks
it turns out i had a typo
my 1 host shows up now thanks |
|
Back to top |
|
 |
|