Page 1 of 2

Starting the Servers

Posted: Sun Sep 21, 2014 11:32 am
by Alexandre24
Re hello, it's me again!

I have one question. I understand not part of the tutorial. This one said to share if I understand correctly, the terminal 3 for clarity. And then type the following lines.

d screen -m -S DSConnect ./dsconnect
d screen -m -S dsgame ./dsgame
d screen -m -S dssearch ./dssearch

A line in each terminal if I understand.

Except at home, nothing happens ...

Re: Starting the Servers

Posted: Sun Sep 21, 2014 3:19 pm
by kjLotus
screen -d -m -S dsconnect ./dsconnect starts the server in a new screen, you then use screen -r dsconnect if you want to see it

http://www.rackaid.com/blog/linux-scree ... nd-how-to/

Re: Starting the Servers

Posted: Sun Sep 21, 2014 11:29 pm
by Alexandre24
Debian thank you, I'm in love. The problem is that it is the DSConnect windows and dsgame who refuse to start. dssearch when he was working

Re: Starting the Servers

Posted: Mon Sep 22, 2014 12:27 am
by kjLotus
try using just ./dsconnect and see if it exits with failure

Re: Starting the Servers

Posted: Mon Sep 22, 2014 12:32 am
by Alexandre24
root@debian:/home/server# cd darkstar
root@debian:/home/server/darkstar# screen -d -m -S dsconnect ./dsconnect
root@debian:/home/server/darkstar# screen -r dsconnect
There is no screen to be resumed matching dsconnect.
root@debian:/home/server/darkstar#

That tells me his :(

Re: Starting the Servers

Posted: Mon Sep 22, 2014 12:58 am
by kjLotus
try just ./dsconnect

alternatively, you can do screen -S dsconnect, then inside the new screen do ./dsconnect to see whats happening

Re: Starting the Servers

Posted: Mon Sep 22, 2014 1:09 am
by Alexandre24
I'll try and come back at you

Re: Starting the Servers

Posted: Mon Sep 22, 2014 1:33 am
by Alexandre24
yessssss!! it is a part of a great victory! If I may dare, in the tutorial was not clear on this one. A SQL error that says he did not enter. How to remedy?

server @ debian: ~ / darkstar $ ./dsconnect
[Status] Memory manager INITIALISED: log / DSP.leaks
[Info] DarkStar - Git Revision Hash: Unknown.
[22 / Sep 2:31] [Info] Console Silent Setting: 0
[22 / Sep 2:31] [Status] The login-server-auth is ready (Server is listening on the Port 54231).

[22 / Sep 2:31] [Status] The login-server-lobbydata is ready (Server is listening on the Port 54230).

[22 / Sep 2:31] [Status] The login-server-lobbyview is ready (Server is listening on the Port 54001).

[22 / Sep 2:31] [SQL] Access denied for user 'root' @ 'localhost' (using password: YES)
server @ debian: ~ / $ darkstar

Still, I do like the tutorial tells me ...

Re: Starting the Servers

Posted: Mon Sep 22, 2014 1:41 am
by kjLotus
name and password correct in map_darkstar.conf and login_darkstar.conf?

Re: Starting the Servers

Posted: Mon Sep 22, 2014 1:50 am
by Alexandre24
What a idiot I am, grr. You're right!