RegisterRegister    Log inLog in    SearchSearch   

Post new topic   Reply to topic
 
View previous topic :: View next topic  
Author Message
Guest



PostPosted: Sat Jul 22, 2006 11:13 am    Post subject: how to setup linux client Reply with quote

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



PostPosted: Thu Mar 31, 2011 3:57 am 

Andrew
Mammoth


PostPosted: Sat Jul 22, 2006 1:44 pm    Post subject: Reply with quote

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
View user's profile Send private message
Guest



PostPosted: Fri Jul 28, 2006 6:50 am    Post subject: Reply with quote

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



PostPosted: Fri Jul 28, 2006 6:54 am    Post subject: Reply with quote

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



PostPosted: Fri Jul 28, 2006 7:44 am    Post subject: Reply with quote

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


PostPosted: Fri Jul 28, 2006 9:26 am    Post subject: Reply with quote

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
View user's profile Send private message
Guest



PostPosted: Fri Jul 28, 2006 11:56 am    Post subject: Reply with quote

./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


PostPosted: Fri Jul 28, 2006 12:00 pm    Post subject: Reply with quote

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
View user's profile Send private message
Guest



PostPosted: Fri Jul 28, 2006 12:39 pm    Post subject: Reply with quote

alright thanks

it turns out i had a typo Embarassed

my 1 host shows up now thanks
Back to top
Display posts from previous:   
Post new topic   Reply to topic All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum powered by phpBB © 2001, 2005 phpBB Group
GameCreate Service Terms | Privacy Policy | © Copyright Mammoth Media 2001-2007
GameCreate™ is a trademark of Mammoth Media Pty Ltd. GameCreate® is a registered trademark in Australia.