Starting the Servers

Alexandre24
Posts: 175
Joined: Thu Mar 13, 2014 10:15 pm
Location: Hawkesbury, Ontario, CANADA

Starting the Servers

Post by Alexandre24 » Sun Sep 21, 2014 11:32 am

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

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Starting the Servers

Post by kjLotus » Sun Sep 21, 2014 3:19 pm

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/

Alexandre24
Posts: 175
Joined: Thu Mar 13, 2014 10:15 pm
Location: Hawkesbury, Ontario, CANADA

Re: Starting the Servers

Post by Alexandre24 » Sun Sep 21, 2014 11:29 pm

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

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Starting the Servers

Post by kjLotus » Mon Sep 22, 2014 12:27 am

try using just ./dsconnect and see if it exits with failure

Alexandre24
Posts: 175
Joined: Thu Mar 13, 2014 10:15 pm
Location: Hawkesbury, Ontario, CANADA

Re: Starting the Servers

Post by Alexandre24 » Mon Sep 22, 2014 12:32 am

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 :(

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Starting the Servers

Post by kjLotus » Mon Sep 22, 2014 12:58 am

try just ./dsconnect

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

Alexandre24
Posts: 175
Joined: Thu Mar 13, 2014 10:15 pm
Location: Hawkesbury, Ontario, CANADA

Re: Starting the Servers

Post by Alexandre24 » Mon Sep 22, 2014 1:09 am

I'll try and come back at you

Alexandre24
Posts: 175
Joined: Thu Mar 13, 2014 10:15 pm
Location: Hawkesbury, Ontario, CANADA

Re: Starting the Servers

Post by Alexandre24 » Mon Sep 22, 2014 1:33 am

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

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Starting the Servers

Post by kjLotus » Mon Sep 22, 2014 1:41 am

name and password correct in map_darkstar.conf and login_darkstar.conf?

Alexandre24
Posts: 175
Joined: Thu Mar 13, 2014 10:15 pm
Location: Hawkesbury, Ontario, CANADA

Re: Starting the Servers

Post by Alexandre24 » Mon Sep 22, 2014 1:50 am

What a idiot I am, grr. You're right!

Post Reply