Billy Posted September 6, 2018 Report Share Posted September 6, 2018 Is there a particular way to start world and auth servers for 3.3.5a on Linux so that you can execute commands like adduser in the command line or something? On winblows 7 there was a dos box that started up when starting up the servers, and I could add users and use other commands in the worldserver's dos box. TrinityCore rev. a10870571558 2018-09-03 22:06:51 +0200 (3.3.5 branch) (Unix, RelWithDebInfo, Static) (worldserver-daemon) Link to comment Share on other sites More sharing options...
dane Posted September 7, 2018 Report Share Posted September 7, 2018 I just open a terminal window, cd to the server directory, and enter "authserver & worldserver". Link to comment Share on other sites More sharing options...
Billy Posted September 7, 2018 Author Report Share Posted September 7, 2018 6 hours ago, dane said: I just open a terminal window, cd to the server directory, and enter "authserver & worldserver". I tried that, but it comes back with: trinity@debian:~/server/bin$ authserver bash: authserver: command not found Link to comment Share on other sites More sharing options...
Aokromes Posted September 7, 2018 Report Share Posted September 7, 2018 or you cloned master branch or you forgot make install. PS. start worldserver before authserver. Link to comment Share on other sites More sharing options...
Billy Posted September 7, 2018 Author Report Share Posted September 7, 2018 1 hour ago, Aokromes said: PS. start worldserver before authserver. Same result. I can get them running when I use the Files window and navigate to the /trinity/server/bin folder and double click on them. I'll try re-pulling from repo and go through the process once again. *Going to play with the CMAKE switches. I used the default according to the wiki, but I also noticed -DSERVERS=1 not set. Link to comment Share on other sites More sharing options...
Billy Posted September 7, 2018 Author Report Share Posted September 7, 2018 Well, I'm starting to think it may be something to do with debian. I rebooted and logged into the user account Trinity to redo all this with. I then started by pulling a fresh new pull from the repo using "git clone -b 3.3.5 git://github.com/TrinityCore/TrinityCore.git" And followed the rest of the steps 1 at a time. I did the cmake configuration and generation, then used 'make' and when it was finished hit the return key for the 'make install' part. Tried to run servers and still get the "bash: worldserver: command not found" error. trinity@debian:~/server/bin$ worldserver bash: worldserver: command not found trinity@debian:~/server/bin$ dir authserver mmaps_generator vmap4extractor mapextractor vmap4assembler worldserver trinity@debian:~/server/bin$ The funny thing though, is I can still run the servers. I see them listed as running on the System Monitor, and can log in with my client straight to my character. Link to comment Share on other sites More sharing options...
Aokromes Posted September 7, 2018 Report Share Posted September 7, 2018 29 minutes ago, Billy said: Well, I'm starting to think it may be something to do with debian. I rebooted and logged into the user account Trinity to redo all this with. I then started by pulling a fresh new pull from the repo using "git clone -b 3.3.5 git://github.com/TrinityCore/TrinityCore.git" And followed the rest of the steps 1 at a time. I did the cmake configuration and generation, then used 'make' and when it was finished hit the return key for the 'make install' part. Tried to run servers and still get the "bash: worldserver: command not found" error. trinity@debian:~/server/bin$ worldserver bash: worldserver: command not found trinity@debian:~/server/bin$ dir authserver mmaps_generator vmap4extractor mapextractor vmap4assembler worldserver trinity@debian:~/server/bin$ The funny thing though, is I can still run the servers. I see them listed as running on the System Monitor, and can log in with my client straight to my character. ls -lh better than dir. also, i use debian to run trinitycore since the 1st year. Link to comment Share on other sites More sharing options...
Billy Posted September 7, 2018 Author Report Share Posted September 7, 2018 I'm getting this on CMAKE: "CXX target worldserver cotired without unity build." Good or bad? Link to comment Share on other sites More sharing options...
skipperheartbeat Posted September 8, 2018 Report Share Posted September 8, 2018 On 9/6/2018 at 1:13 PM, Billy said: Is there a particular way to start world and auth servers for 3.3.5a on Linux so that you can execute commands like adduser in the command line or something? On winblows 7 there was a dos box that started up when starting up the servers, and I could add users and use other commands in the worldserver's dos box. TrinityCore rev. a10870571558 2018-09-03 22:06:51 +0200 (3.3.5 branch) (Unix, RelWithDebInfo, Static) (worldserver-daemon) ./worldserver in the directory where the file is located in terminal, is the same as worldserver.exe in a dos box Link to comment Share on other sites More sharing options...
Billy Posted September 8, 2018 Author Report Share Posted September 8, 2018 6 hours ago, skipperheartbeat said: ./worldserver in the directory where the file is located in terminal, is the same as worldserver.exe in a dos box You are correct! Was just doing some duckduckgo on my problem and it has something to do with my paths, but as you stated ./authserver and ./worldserver in the bin folder worked like a champ. Thanks for the help every one and the linux commands as well. Close this please, Aokromes. Link to comment Share on other sites More sharing options...
dane Posted September 8, 2018 Report Share Posted September 8, 2018 On 9/7/2018 at 7:44 AM, Aokromes said: PS. start worldserver before authserver. Is this important? I've always done it the other way round with authserver redirected to /dev/null, but it's easy enough to change the script. Link to comment Share on other sites More sharing options...
Aokromes Posted September 8, 2018 Report Share Posted September 8, 2018 Just now, dane said: Is this important? I've always done it the other way round with authserver redirected to /dev/null, but it's easy enough to change the script. on 1st install yes, 1 Link to comment Share on other sites More sharing options...
Recommended Posts