View Single Post
  #9  
Old 05-18-2018, 07:52 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

First, did you use the installer to get to where you are right now?

The one listed here: https://github.com/EQEmu/Server/wiki/Linux-Server

Second, the loginserver is not really wrapped up in the default installation of the Linux server installer build.

To do an install you have to run

Code:
perl eqemu_server.pl linux_login_server_setup
The reason why a server would all of a sudden stop showing up on the public loginserver is usually because of the legacy flag not being set:

https://github.com/EQEmu/Server/wiki...ig#loginserver

If you're going to initially test that your loginserver works, I would recommend running it separately from the normal startup to make sure that it is working without issue

Code:
./loginserver
And finally, the current loginserver is not the best in terms of configuration, log messages and database table structure as it is. It has been on my list to go through it thoroughly so that the setup is consistent and simple

HTH
Reply With Quote