Starting the Servers
-
- Posts: 175
- Joined: Thu Mar 13, 2014 10:15 pm
- Location: Hawkesbury, Ontario, CANADA
Starting the Servers
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 ...
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
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/
http://www.rackaid.com/blog/linux-scree ... nd-how-to/
-
- Posts: 175
- Joined: Thu Mar 13, 2014 10:15 pm
- Location: Hawkesbury, Ontario, CANADA
Re: Starting the Servers
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
try using just ./dsconnect and see if it exits with failure
-
- Posts: 175
- Joined: Thu Mar 13, 2014 10:15 pm
- Location: Hawkesbury, Ontario, CANADA
Re: Starting the Servers
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
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
try just ./dsconnect
alternatively, you can do screen -S dsconnect, then inside the new screen do ./dsconnect to see whats happening
alternatively, you can do screen -S dsconnect, then inside the new screen do ./dsconnect to see whats happening
-
- Posts: 175
- Joined: Thu Mar 13, 2014 10:15 pm
- Location: Hawkesbury, Ontario, CANADA
Re: Starting the Servers
I'll try and come back at you
-
- Posts: 175
- Joined: Thu Mar 13, 2014 10:15 pm
- Location: Hawkesbury, Ontario, CANADA
Re: Starting the Servers
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 ...
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
name and password correct in map_darkstar.conf and login_darkstar.conf?
-
- Posts: 175
- Joined: Thu Mar 13, 2014 10:15 pm
- Location: Hawkesbury, Ontario, CANADA
Re: Starting the Servers
What a idiot I am, grr. You're right!